line-chart-single.js 1.6 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": "M1.9999 1.54102C2.33127 1.54102 2.5999 1.80964 2.5999 2.14102V11.8584C2.5999 12.6316 3.2267 13.2584 3.9999 13.2584H13.9999C14.3313 13.2584 14.5999 13.5271 14.5999 13.8584C14.5999 14.1898 14.3313 14.4584 13.9999 14.4584H3.9999C2.56396 14.4584 1.3999 13.2944 1.3999 11.8584V2.14102C1.3999 1.80964 1.66853 1.54102 1.9999 1.54102Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M13.9999 2.55537C14.2902 2.71518 14.396 3.08005 14.2362 3.37034L11.8001 8.0077C11.3031 8.91068 10.0943 9.11491 9.32815 8.42536L7.90796 7.14719C7.71156 6.97042 7.40077 7.02928 7.2826 7.26562L5.20323 11.4244C5.05503 11.7208 4.69463 11.8409 4.39824 11.6927C4.10185 11.5445 3.98172 11.1841 4.12991 10.8877L6.20929 6.72896C6.68197 5.78361 7.92511 5.54818 8.71072 6.25523L10.1309 7.5334C10.3225 7.70579 10.6246 7.65474 10.7489 7.42899L13.1849 2.79163C13.3447 2.50134 13.7096 2.39556 13.9999 2.55537Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
  5. export var LineChartSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'line-chart-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. LineChartSingle.displayName = 'LineChartSingle';
  13. export default LineChartSingle;
  14. //# sourceMappingURL=line-chart-single.js.map