| 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 20", "width": "1em", "height": "1em" }, "children": [{ "tag": "circle", "attrs": { "cx": 10, "cy": 10, "r": 6.89, "fill": "colorChannel1", "stroke": "currentColor", "strokeWidth": 0.3 } }, { "tag": "rect", "attrs": { "width": 1.48, "height": 1.11, "x": 7.41, "y": 7.93, "fill": "currentColor", "rx": 0.56 } }, { "tag": "rect", "attrs": { "width": 1.48, "height": 1.11, "x": 11.11, "y": 7.93, "fill": "currentColor", "rx": 0.56 } }, { "tag": "path", "attrs": { "stroke": "currentColor", "d": "M7.03705 12.5927C7.03705 12.5927 8.14816 12.5927 10.3704 12.5927C12.5926 12.5927 12.963 12.5927 12.963 12.5927", "strokeLinecap": "round", "strokeWidth": 0.96 } }] };
- export var Noninductive = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'noninductive',
- ref: ref,
- icon: element,
- }));
- });
- Noninductive.displayName = 'Noninductive';
- export default Noninductive;
- //# sourceMappingURL=noninductive.js.map
|