// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT. import { createElement, forwardRef } from 'react'; import { IconBase } from '../icon'; 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" } }] }; export var RhomboidChartSingle = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'rhomboid-chart-single', ref: ref, icon: element, })); }); RhomboidChartSingle.displayName = 'RhomboidChartSingle'; export default RhomboidChartSingle; //# sourceMappingURL=rhomboid-chart-single.js.map