cell-100.js 1.2 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 20 20", "width": "1em", "height": "1em" }, "children": [{ "tag": "rect", "attrs": { "width": 4.5, "height": 4.5, "x": 4.25, "y": 11.25, "fill": "#fff", "stroke": "currentColor", "rx": 0.75, "strokeWidth": 0.5 } }, { "tag": "rect", "attrs": { "width": 4.5, "height": 4.5, "x": 11.25, "y": 11.25, "fill": "#fff", "stroke": "currentColor", "rx": 0.75, "strokeWidth": 0.5 } }, { "tag": "rect", "attrs": { "width": 4.5, "height": 4.5, "x": 4.25, "y": 4.25, "fill": "#fff", "stroke": "currentColor", "rx": 0.75, "strokeWidth": 0.5 } }, { "tag": "rect", "attrs": { "width": 4.5, "height": 4.5, "x": 11.25, "y": 4.25, "fill": "#fff", "stroke": "currentColor", "rx": 0.75, "strokeWidth": 0.5 } }] };
  5. export var Cell100 = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'cell-100',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. Cell100.displayName = 'Cell100';
  13. export default Cell100;
  14. //# sourceMappingURL=cell-100.js.map