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