expand.js 2.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 16 17", "width": "1em", "height": "1em" }, "children": [{ "tag": "g", "attrs": { "clipPath": "url(#expand_clip0_1303_163)" }, "children": [{ "tag": "rect", "attrs": { "width": 16, "height": 16, "y": 0.93, "fill": "colorChannel1", "rx": 2 } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M8.00007 4.23352C8.27622 4.23352 8.50007 4.45738 8.50007 4.73352L8.50004 8.43298H12.1997C12.4758 8.43298 12.6997 8.65684 12.6997 8.93298C12.6997 9.20913 12.4758 9.43298 12.1997 9.43298H8.50003L8.5 13.1325C8.5 13.4086 8.27614 13.6324 8 13.6324C7.72385 13.6324 7.5 13.4086 7.5 13.1324L7.50003 9.43298H3.80078C3.52464 9.43298 3.30078 9.20913 3.30078 8.93298C3.30078 8.65684 3.52464 8.43298 3.80078 8.43298H7.50004L7.50007 4.73352C7.50007 4.45737 7.72393 4.23352 8.00007 4.23352Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M2 0.932983C0.895431 0.932983 0 1.82841 0 2.93298V14.933C0 16.0376 0.895431 16.933 2 16.933H14C15.1046 16.933 16 16.0376 16 14.933V2.93298C16 1.82841 15.1046 0.932983 14 0.932983H2ZM14 1.93298H2C1.44772 1.93298 1 2.3807 1 2.93298V14.933C1 15.4853 1.44772 15.933 2 15.933H14C14.5523 15.933 15 15.4853 15 14.933V2.93298C15 2.3807 14.5523 1.93298 14 1.93298Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "expand_clip0_1303_163" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z", "transform": "translate(0 .93)" } }] }] }], "defIds": ["expand_clip0_1303_163"] };
  5. export var Expand = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'expand',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. Expand.displayName = 'Expand';
  13. export default Expand;
  14. //# sourceMappingURL=expand.js.map