signal-75.js 1.0 KB

1234567891011121314
  1. // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
  2. import { createElement, forwardRef } from 'react';
  3. import { IconBase } from '../icon';
  4. 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 } }] };
  5. export var Signal75 = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'signal-75',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. Signal75.displayName = 'Signal75';
  13. export default Signal75;
  14. //# sourceMappingURL=signal-75.js.map