roundness-filll-chart-single.js 922 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 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M15 7.99951C15 11.8655 11.866 14.9995 8 14.9995C4.13401 14.9995 1 11.8655 1 7.99951C1 4.13352 4.13401 0.999512 8 0.999512C11.866 0.999512 15 4.13352 15 7.99951Z" } }] };
  5. export var RoundnessFilllChartSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'roundness-filll-chart-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. RoundnessFilllChartSingle.displayName = 'RoundnessFilllChartSingle';
  13. export default RoundnessFilllChartSingle;
  14. //# sourceMappingURL=roundness-filll-chart-single.js.map