| 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 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.27539 3.2749C1.27539 2.17033 2.17082 1.2749 3.27539 1.2749H12.7248C13.8293 1.2749 14.7248 2.17033 14.7248 3.2749V12.7243C14.7248 13.8288 13.8293 14.7243 12.7248 14.7243H3.27539C2.17082 14.7243 1.27539 13.8288 1.27539 12.7243V3.2749Z" } }] };
- export var SquareChartSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'square-chart-single',
- ref: ref,
- icon: element,
- }));
- });
- SquareChartSingle.displayName = 'SquareChartSingle';
- export default SquareChartSingle;
- //# sourceMappingURL=square-chart-single.js.map
|