// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT. import { createElement, forwardRef } from 'react'; import { IconBase } from '../icon'; var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 20 20", "width": "1em", "height": "1em" }, "children": [{ "tag": "circle", "attrs": { "cx": 10, "cy": 10, "r": 6.67, "stroke": "currentColor", "strokeWidth": 0.74 } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M10 16.2962C11.6699 16.2962 13.2714 15.6328 14.4522 14.4521C15.633 13.2713 16.2963 11.6698 16.2963 9.99991C16.2963 8.33003 15.633 6.72854 14.4522 5.54776C13.2714 4.36697 11.6699 3.70361 10 3.70361L10 9.99991L10 16.2962Z" } }] }; export var Progress50Single = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'progress-50-single', ref: ref, icon: element, })); }); Progress50Single.displayName = 'Progress50Single'; export default Progress50Single; //# sourceMappingURL=progress-50-single.js.map