| 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": "g", "attrs": { "clipPath": "url(#polygon-chart-single_clip0_1646_14)" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M9.28587 1.36401L14.5119 5.18269C15.2865 5.74867 15.6051 6.75546 15.2983 7.66757L13.3158 13.5609C13.0152 14.4544 12.1817 15.0558 11.2437 15.0558H4.7565C3.81855 15.0558 2.98498 14.4544 2.6844 13.5609L0.701952 7.66757C0.395129 6.75546 0.713731 5.74867 1.48829 5.18269L6.71434 1.36401C7.48102 0.803793 8.51919 0.803794 9.28587 1.36401ZM8.58455 2.33483C8.23605 2.08019 7.76416 2.08019 7.41567 2.33483L2.18962 6.15351C1.83755 6.41077 1.69273 6.86841 1.83219 7.283L3.81464 13.1763C3.95127 13.5825 4.33016 13.8558 4.7565 13.8558H11.2437C11.6701 13.8558 12.0489 13.5825 12.1856 13.1763L14.168 7.283C14.3075 6.86841 14.1627 6.41077 13.8106 6.15351L8.58455 2.33483Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "polygon-chart-single_clip0_1646_14" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["polygon-chart-single_clip0_1646_14"] };
- export var PolygonChartSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'polygon-chart-single',
- ref: ref,
- icon: element,
- }));
- });
- PolygonChartSingle.displayName = 'PolygonChartSingle';
- export default PolygonChartSingle;
- //# sourceMappingURL=polygon-chart-single.js.map
|