workspace.js 1.6 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 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "colorChannel1", "d": "M0.666992 13.3346C0.666992 12.9664 0.965469 12.668 1.33366 12.668H14.667C15.0352 12.668 15.3337 12.9664 15.3337 13.3346C15.3337 13.7028 15.0352 14.0013 14.667 14.0013H1.33366C0.965469 14.0013 0.666992 13.7028 0.666992 13.3346Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.33542 4C6.96723 4 6.66875 4.29848 6.66875 4.66667C6.66875 5.03486 6.96723 5.33333 7.33542 5.33333H8.66875C9.03694 5.33333 9.33542 5.03486 9.33542 4.66667C9.33542 4.29848 9.03694 4 8.66875 4H7.33542Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M3.268 2C2.01542 2 1 3.01542 1 4.268V9.068C1 10.3206 2.01542 11.336 3.268 11.336H12.732C13.9846 11.336 15 10.3206 15 9.068V4.268C15 3.01542 13.9846 2 12.732 2H3.268ZM2.336 4.268C2.336 3.75327 2.75327 3.336 3.268 3.336H12.732C13.2467 3.336 13.664 3.75327 13.664 4.268V9.068C13.664 9.58273 13.2467 10 12.732 10H3.268C2.75327 10 2.336 9.58273 2.336 9.068V4.268Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
  5. export var Workspace = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'workspace',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. Workspace.displayName = 'Workspace';
  13. export default Workspace;
  14. //# sourceMappingURL=workspace.js.map