| 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 20 21", "width": "1em", "height": "1em" }, "children": [{ "tag": "circle", "attrs": { "cx": 10, "cy": 10.67, "r": 7.04, "fill": "currentColor" } }] };
- export var RoundnessSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'roundness-single',
- ref: ref,
- icon: element,
- }));
- });
- RoundnessSingle.displayName = 'RoundnessSingle';
- export default RoundnessSingle;
- //# sourceMappingURL=roundness-single.js.map
|