progress-100-single.js 847 B

1234567891011121314
  1. // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
  2. import { createElement, forwardRef } from 'react';
  3. import { IconBase } from '../icon';
  4. 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" } }] };
  5. export var Progress100Single = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'progress-100-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. Progress100Single.displayName = 'Progress100Single';
  13. export default Progress100Single;
  14. //# sourceMappingURL=progress-100-single.js.map