// 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": "M8 13.8C11.2033 13.8 13.8 11.2033 13.8 8C13.8 4.79675 11.2033 2.2 8 2.2C4.79675 2.2 2.2 4.79675 2.2 8C2.2 11.2033 4.79675 13.8 8 13.8ZM8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }; export var RoundnessChartSingle = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'roundness-chart-single', ref: ref, icon: element, })); }); RoundnessChartSingle.displayName = 'RoundnessChartSingle'; export default RoundnessChartSingle; //# sourceMappingURL=roundness-chart-single.js.map