@navinc/base-react-components
Version:
Nav's Pattern Library
4 lines • 1.46 kB
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const Wallet = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:wallet" }, props, { children: _jsx("path", { d: "M6.48442295,2.28774989 C6.88610364,1.19632309 8.10723631,0.744050548 9.12675234,1.30214162 L12.3682428,3 L20.000385,3 C21.1047419,3 22,3.89826062 22,4.99791312 L22,19.0015806 C22,20.1052771 21.1017876,21 19.9999872,21 L4.00001277,21 C2.89543622,21 2,20.1029399 2,19.0015806 L2,6 C2,4.34353148 3.33995,3 4.99508929,3 L6.22229165,3 L6.48442295,2.28774989 Z M15.9953768,12 C14.8933065,12 14,12.8944935 14,14 C14,15.1024911 14.8957762,16 15.9953768,16 L19.9995341,16 L19.9997284,12 L15.9953768,12 Z M8.32104492,3.1373291 L6.87731934,7 L15.692688,7 L8.32104492,3.1373291 Z M4,19.0015806 L19.9999872,19 L19.9995977,18 L15.9953768,18 C13.7887911,18 12,16.2046438 12,14 C12,11.790861 13.7877996,10 15.9953768,10 L19.9998919,10 L19.9999866,9 L4.99508929,9 C4.64625394,9 4.31134377,8.94016535 4,8.83021342 L4,19.0015806 Z M20,4.99791312 L16.1849385,4.99914479 L20.0002566,6.99756799 L20,4.99791312 Z M4.99508929,5 C4.44571633,5 4,5.44690767 4,6 C4,6.47026808 4.32498688,6.86560111 4.76050486,6.97189436 L5.48622636,5 L4.99508929,5 Z M16,15 C15.4477153,15 15,14.5522847 15,14 C15,13.4477153 15.4477153,13 16,13 C16.5522847,13 17,13.4477153 17,14 C17,14.5522847 16.5522847,15 16,15 Z" }) })));
export default Wallet;
//# sourceMappingURL=wallet.js.map