| 1234567891011121314 |
- // 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 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": 5, "height": 5, "x": 11, "y": 11, "fill": "colorChannel1", "rx": 1 } }, { "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 } }] };
- export var Cell75 = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'cell-75',
- ref: ref,
- icon: element,
- }));
- });
- Cell75.displayName = 'Cell75';
- export default Cell75;
- //# sourceMappingURL=cell-75.js.map
|