menu-single-24.js 964 B

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 24 24", "width": "1em", "height": "1em" }, "children": [{ "tag": "rect", "attrs": { "width": 20, "height": 1.5, "x": 2, "y": 3.75, "fill": "currentColor", "rx": 0.75 } }, { "tag": "rect", "attrs": { "width": 20, "height": 1.5, "x": 2, "y": 11.25, "fill": "currentColor", "rx": 0.75 } }, { "tag": "rect", "attrs": { "width": 20, "height": 1.5, "x": 2, "y": 18.75, "fill": "currentColor", "rx": 0.75 } }] };
  5. export var MenuSingle24 = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'menu-single-24',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. MenuSingle24.displayName = 'MenuSingle24';
  13. export default MenuSingle24;
  14. //# sourceMappingURL=menu-single-24.js.map