| 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": "rect", "attrs": { "width": 2.3, "height": 14.06, "x": 14.48, "y": 2.99, "fill": "colorChannel1", "rx": 0.5 } }, { "tag": "rect", "attrs": { "width": 2.3, "height": 11.11, "x": 10.73, "y": 5.94, "fill": "colorChannel1", "rx": 0.5 } }, { "tag": "rect", "attrs": { "width": 2.3, "height": 7.34, "x": 6.97, "y": 9.7, "fill": "colorChannel1", "rx": 0.5 } }, { "tag": "rect", "attrs": { "width": 2.3, "height": 3.72, "x": 3.22, "y": 13.33, "fill": "colorChannel1", "rx": 0.5 } }] };
- export var Signal0 = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'signal-0',
- ref: ref,
- icon: element,
- }));
- });
- Signal0.displayName = 'Signal0';
- export default Signal0;
- //# sourceMappingURL=signal-0.js.map
|