// 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": "M8.62636 3.01738C8.40545 3.01738 8.22636 3.19647 8.22636 3.41738V6.88604C8.22636 7.76969 7.51002 8.48604 6.62636 8.48604H5.34921C5.12829 8.48604 4.94921 8.66512 4.94921 8.88604V12.5824C4.94921 13.4661 4.23286 14.1824 3.34921 14.1824H1.47451C1.14314 14.1824 0.874512 13.9138 0.874512 13.5824C0.874512 13.2511 1.14314 12.9824 1.47451 12.9824H3.34921C3.57012 12.9824 3.74921 12.8033 3.74921 12.5824V8.88604C3.74921 8.00238 4.46555 7.28604 5.34921 7.28604H6.62636C6.84728 7.28604 7.02636 7.10695 7.02636 6.88604V3.41738C7.02636 2.53373 7.74271 1.81738 8.62636 1.81738H10.996C11.8796 1.81738 12.596 2.53373 12.596 3.41738V10.8356C12.596 11.0565 12.7751 11.2356 12.996 11.2356H14.5258C14.8572 11.2356 15.1258 11.5042 15.1258 11.8356C15.1258 12.1669 14.8572 12.4356 14.5258 12.4356H12.996C12.1123 12.4356 11.396 11.7192 11.396 10.8356V3.41738C11.396 3.19647 11.2169 3.01738 10.996 3.01738H8.62636Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }; export var LadderChartSingle = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'ladder-chart-single', ref: ref, icon: element, })); }); LadderChartSingle.displayName = 'LadderChartSingle'; export default LadderChartSingle; //# sourceMappingURL=ladder-chart-single.js.map