triangle-chart-single.js 927 B

1234567891011121314
  1. // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
  2. import { createElement, forwardRef } from 'react';
  3. import { IconBase } from '../icon';
  4. 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" } }] };
  5. export var TriangleChartSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'triangle-chart-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. TriangleChartSingle.displayName = 'TriangleChartSingle';
  13. export default TriangleChartSingle;
  14. //# sourceMappingURL=triangle-chart-single.js.map