// 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": "M5.9334 2.00527C5.9334 1.6739 5.66477 1.40527 5.3334 1.40527C5.00203 1.40527 4.7334 1.6739 4.7334 2.00527V4.73877H1.9999C1.66853 4.73877 1.3999 5.0074 1.3999 5.33877C1.3999 5.67014 1.66853 5.93877 1.9999 5.93877H4.7334V10.072H1.9999C1.66853 10.072 1.3999 10.3407 1.3999 10.672C1.3999 11.0034 1.66853 11.272 1.9999 11.272H4.7334V14.0053C4.7334 14.3366 5.00203 14.6053 5.3334 14.6053C5.66477 14.6053 5.9334 14.3366 5.9334 14.0053V11.272H10.0667V14.0053C10.0667 14.3366 10.3353 14.6053 10.6667 14.6053C10.998 14.6053 11.2667 14.3366 11.2667 14.0053V11.272H13.9999C14.3313 11.272 14.5999 11.0034 14.5999 10.672C14.5999 10.3407 14.3313 10.072 13.9999 10.072H11.2667V5.93877H13.9999C14.3313 5.93877 14.5999 5.67014 14.5999 5.33877C14.5999 5.0074 14.3313 4.73877 13.9999 4.73877H11.2667V2.00527C11.2667 1.6739 10.998 1.40527 10.6667 1.40527C10.3353 1.40527 10.0667 1.6739 10.0667 2.00527V4.73877H5.9334V2.00527ZM10.0667 10.072V5.93877H5.9334V10.072H10.0667Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }; export var NumberSingle = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'number-single', ref: ref, icon: element, })); }); NumberSingle.displayName = 'NumberSingle'; export default NumberSingle; //# sourceMappingURL=number-single.js.map