| 1234567891011121314 |
- // 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": "M16.2963 9.99991C16.2963 9.17307 16.1335 8.35432 15.8171 7.59042C15.5006 6.82652 15.0369 6.13242 14.4522 5.54776C13.8675 4.96309 13.1734 4.49931 12.4095 4.18289C11.6456 3.86647 10.8269 3.70361 10 3.70361L10 9.99991H16.2963Z" } }] };
- export var Progress25Single = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'progress-25-single',
- ref: ref,
- icon: element,
- }));
- });
- Progress25Single.displayName = 'Progress25Single';
- export default Progress25Single;
- //# sourceMappingURL=progress-25-single.js.map
|