brokenline-chart-single.js 1.2 KB

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": "M14.8097 2.38923C15.088 2.56919 15.1677 2.94064 14.9877 3.21889L11.0401 9.32254C10.4807 10.1873 9.26196 10.3061 8.54617 9.56563L6.13226 7.0684C5.94536 6.87505 5.62475 6.9175 5.49462 7.15283L2.04119 13.3978C1.88083 13.6877 1.51575 13.7928 1.22577 13.6325C0.935783 13.4721 0.830702 13.107 0.991062 12.817L4.44449 6.57211C4.96502 5.63082 6.24748 5.461 6.99506 6.23438L9.40897 8.73162C9.58792 8.91675 9.89262 8.88705 10.0324 8.67085L13.9801 2.56719C14.1601 2.28895 14.5315 2.20927 14.8097 2.38923Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
  5. export var BrokenlineChartSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'brokenline-chart-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. BrokenlineChartSingle.displayName = 'BrokenlineChartSingle';
  13. export default BrokenlineChartSingle;
  14. //# sourceMappingURL=brokenline-chart-single.js.map