| 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": "circle", "attrs": { "cx": 10, "cy": 10, "r": 6.3, "fill": "currentColor" } }] };
- export var Progress100Single = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'progress-100-single',
- ref: ref,
- icon: element,
- }));
- });
- Progress100Single.displayName = 'Progress100Single';
- export default Progress100Single;
- //# sourceMappingURL=progress-100-single.js.map
|