rhomboid-chart-single.js 1010 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.57418 0.789894C7.36175 0.00232722 8.63864 0.00232698 9.42621 0.789894L15.2095 6.5732C15.9971 7.36077 15.9971 8.63767 15.2095 9.42523L9.42621 15.2085C8.63865 15.9961 7.36175 15.9961 6.57418 15.2085L0.79087 9.42523C0.00330378 8.63767 0.00330354 7.36077 0.79087 6.5732L6.57418 0.789894Z" } }] };
  5. export var RhomboidChartSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'rhomboid-chart-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. RhomboidChartSingle.displayName = 'RhomboidChartSingle';
  13. export default RhomboidChartSingle;
  14. //# sourceMappingURL=rhomboid-chart-single.js.map