// 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 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 } }] }; export var MenuSingle24 = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'menu-single-24', ref: ref, icon: element, })); }); MenuSingle24.displayName = 'MenuSingle24'; export default MenuSingle24; //# sourceMappingURL=menu-single-24.js.map