| 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": "M6.26815 2.33496C7.03795 1.00163 8.96245 1.00163 9.73225 2.33496L15.1191 11.6653C15.8889 12.9986 14.9267 14.6653 13.3871 14.6653H2.61334C1.07374 14.6653 0.111484 12.9986 0.881284 11.6653L6.26815 2.33496Z" } }] };
- export var TriangleChartSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'triangle-chart-single',
- ref: ref,
- icon: element,
- }));
- });
- TriangleChartSingle.displayName = 'TriangleChartSingle';
- export default TriangleChartSingle;
- //# sourceMappingURL=triangle-chart-single.js.map
|