// 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 16 17", "width": "1em", "height": "1em" }, "children": [{ "tag": "g", "attrs": { "clipPath": "url(#collapse_clip0_1303_160)" }, "children": [{ "tag": "rect", "attrs": { "width": 16, "height": 16, "y": 0.93, "fill": "colorChannel1", "rx": 2 } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M3.80078 8.43298C3.52464 8.43298 3.30078 8.65684 3.30078 8.93298C3.30078 9.20913 3.52464 9.43298 3.80078 9.43298H12.1997C12.4758 9.43298 12.6997 9.20913 12.6997 8.93298C12.6997 8.65684 12.4758 8.43298 12.1997 8.43298H3.80078Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M0 2.93298C0 1.82841 0.895431 0.932983 2 0.932983H14C15.1046 0.932983 16 1.82841 16 2.93298V14.933C16 16.0376 15.1046 16.933 14 16.933H2C0.895431 16.933 0 16.0376 0 14.933V2.93298ZM2 1.93298H14C14.5523 1.93298 15 2.3807 15 2.93298V14.933C15 15.4853 14.5523 15.933 14 15.933H2C1.44772 15.933 1 15.4853 1 14.933V2.93298C1 2.3807 1.44772 1.93298 2 1.93298Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "collapse_clip0_1303_160" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z", "transform": "translate(0 .93)" } }] }] }], "defIds": ["collapse_clip0_1303_160"] }; export var Collapse = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'collapse', ref: ref, icon: element, })); }); Collapse.displayName = 'Collapse'; export default Collapse; //# sourceMappingURL=collapse.js.map