progress-25-single.js 1.0 KB

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": "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" } }] };
  5. export var Progress25Single = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'progress-25-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. Progress25Single.displayName = 'Progress25Single';
  13. export default Progress25Single;
  14. //# sourceMappingURL=progress-25-single.js.map