// 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 17 17", "width": "1em", "height": "1em" }, "children": [{ "tag": "mask", "attrs": { "id": "mask0_273_6447", "style": { "maskType": "alpha" }, "width": 17, "height": 17, "x": 0, "y": 0, "maskUnits": "userSpaceOnUse" }, "children": [{ "tag": "path", "attrs": { "fill": "#D9D9D9", "d": "M0.54 0.84H16.54V16.84H0.54z" } }] }, { "tag": "g", "attrs": { "fill": "currentColor", "mask": "url(#mask0_273_6447)" }, "children": [{ "tag": "path", "attrs": { "d": "M8.52953 2.06122C8.79183 2.06122 9.03377 2.20263 9.16249 2.43118L11.8866 7.26816C12.0133 7.49309 12.0111 7.76835 11.8809 7.99122C11.7506 8.21409 11.5118 8.35108 11.2537 8.35108H9.25622L9.25848 14.8948C9.25862 15.296 8.93349 15.6214 8.53229 15.6215C8.13109 15.6217 7.80574 15.2965 7.8056 14.8953L7.80334 8.35108H5.80537C5.54722 8.35108 5.30847 8.21409 5.1782 7.99122C5.04794 7.76835 5.04573 7.49309 5.17241 7.26816L7.89657 2.43118C8.02529 2.20263 8.26722 2.06122 8.52953 2.06122Z" } }, { "tag": "path", "attrs": { "d": "M5.0653 8.81148C5.41187 9.01361 5.52895 9.45842 5.32683 9.80498L5.07767 10.2322H6.41228C6.81349 10.2322 7.13872 10.5574 7.13872 10.9586 7.13872 11.3598 6.81349 11.6851 6.41228 11.6851H4.2303L3.13489 13.5632H6.41187C6.81307 13.5632 7.13831 13.8885 7.13831 14.2897 7.13831 14.6909 6.81307 15.0161 6.41187 15.0161H1.87024C1.61014 15.0161 1.36988 14.877 1.24033 14.6515 1.11077 14.426 1.11169 14.1484 1.24273 13.9237L4.0718 9.07301C4.27393 8.72644 4.71874 8.60935 5.0653 8.81148zM12.0223 8.81148C12.3689 8.60935 12.8137 8.72644 13.0158 9.07301L15.8449 13.9237C15.9759 14.1484 15.9768 14.426 15.8473 14.6515 15.7177 14.877 15.4775 15.0161 15.2174 15.0161H10.6486C10.2473 15.0161 9.92211 14.6909 9.92211 14.2897 9.92211 13.8885 10.2473 13.5632 10.6486 13.5632H13.9527L12.8573 11.6851H10.6783C10.2771 11.6851 9.95191 11.3598 9.95191 10.9586 9.95191 10.5574 10.2771 10.2322 10.6783 10.2322H12.0099L11.7608 9.80498C11.5586 9.45842 11.6757 9.01361 12.0223 8.81148z" } }] }] }; export var NeedSingle16 = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'need-single-16', ref: ref, icon: element, })); }); NeedSingle16.displayName = 'NeedSingle16'; export default NeedSingle16; //# sourceMappingURL=need-single-16.js.map