@navinc/base-react-components
Version:
Nav's Pattern Library
6 lines • 1.65 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const Cash = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:cash" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M4,4.9998076 C4,3.89534436 4.89821238,3 6.00001277,3 L21.9999872,3 C23.1045638,3 24,3.89706013 24,4.99841943 L24,15.0015806 C24,16.1052771 23.1018647,17 21.9973969,17 L20,17 L20,19.0015806 C20,20.1052771 19.1017876,21 17.9999872,21 L2.00001277,21 C0.895436216,21 0,20.1029399 0,19.0015806 L0,8.99841943 C0,7.89472286 0.898212381,7 2.00001277,7 L4,7 L4,4.9998076 Z M17.9999872,7 C19.1045638,7 20,7.89706013 20,8.99841943 L20,15 L21.9973969,15 C21.9989991,15 22,4.99841943 22,4.99841943 C22,5.00081767 6.00001277,5 6.00001277,5 C6.00083082,5 6.00064196,6.12676559 6.00037277,7 L17.9999872,7 Z M2,9 L2,19 L18,19 L18,9 L2,9 Z M3,16.5046844 C3,16.2259549 3.22548759,16 3.49538898,16 L5.50461102,16 C5.7782068,16 6,16.2216766 6,16.5046844 L6,17.4953156 C6,17.7740451 5.77451241,18 5.50461102,18 L3.49538898,18 C3.2217932,18 3,17.7783234 3,17.4953156 L3,16.5046844 Z M14,10.5046844 C14,10.2259549 14.2254876,10 14.495389,10 L16.504611,10 C16.7782068,10 17,10.2216766 17,10.5046844 L17,11.4953156 C17,11.7740451 16.7745124,12 16.504611,12 L14.495389,12 C14.2217932,12 14,11.7783234 14,11.4953156 L14,10.5046844 Z M10,17 C8.34314575,17 7,15.6568542 7,14 C7,12.3431458 8.34314575,11 10,11 C11.6568542,11 13,12.3431458 13,14 C13,15.6568542 11.6568542,17 10,17 Z" }) })));
exports.default = Cash;
//# sourceMappingURL=cash.js.map