smooth-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": "M6.79654 4.91872C6.54943 3.41021 4.4086 3.33288 4.0533 4.81962L2.09972 12.9941C2.0227 13.3164 1.69898 13.5152 1.37669 13.4382C1.05439 13.3612 0.855563 13.0375 0.932586 12.7152L2.88616 4.54069C3.54602 1.77959 7.52184 1.92322 7.98075 4.72473L9.01345 11.029C9.21354 12.2504 10.7839 12.6304 11.5203 11.6356L14.0017 8.28332C14.1988 8.01698 14.5746 7.96089 14.8409 8.15804C15.1072 8.35519 15.1633 8.73092 14.9662 8.99726L12.4848 12.3495C11.1173 14.1971 8.20082 13.4914 7.82923 11.223L6.79654 4.91872Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
  5. export var SmoothChartSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'smooth-chart-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. SmoothChartSingle.displayName = 'SmoothChartSingle';
  13. export default SmoothChartSingle;
  14. //# sourceMappingURL=smooth-chart-single.js.map