| 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": "M0.399902 14.4076C0.399902 14.0762 0.668532 13.8076 0.999902 13.8076H14.9999C15.3313 13.8076 15.5999 14.0762 15.5999 14.4076C15.5999 14.739 15.3313 15.0076 14.9999 15.0076H0.999902C0.668532 15.0076 0.399902 14.739 0.399902 14.4076Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "rect", "attrs": { "width": 2.6, "height": 5.72, "x": 1.94, "y": 6.47, "stroke": "currentColor", "rx": 1.3, "strokeWidth": 1.2 } }, { "tag": "path", "attrs": { "stroke": "currentColor", "d": "M9.29961 5.6002V10.892C9.29961 11.61 8.71758 12.192 7.99961 12.192C7.28164 12.192 6.69961 11.61 6.69961 10.892V5.6002C6.69961 4.88222 7.28164 4.3002 7.99961 4.3002C8.71758 4.3002 9.29961 4.88223 9.29961 5.6002Z", "strokeWidth": 1.2 } }, { "tag": "rect", "attrs": { "width": 2.6, "height": 10.6, "x": 11.46, "y": 1.59, "stroke": "currentColor", "rx": 1.3, "strokeWidth": 1.2 } }] };
- export var ChartSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'chart-single',
- ref: ref,
- icon: element,
- }));
- });
- ChartSingle.displayName = 'ChartSingle';
- export default ChartSingle;
- //# sourceMappingURL=chart-single.js.map
|