| 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 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" } }] };
- export var RoundnessFilllChartSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'roundness-filll-chart-single',
- ref: ref,
- icon: element,
- }));
- });
- RoundnessFilllChartSingle.displayName = 'RoundnessFilllChartSingle';
- export default RoundnessFilllChartSingle;
- //# sourceMappingURL=roundness-filll-chart-single.js.map
|