@navinc/base-react-components
Version:
Nav's Pattern Library
6 lines • 1.38 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const CoinStack = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:coin-stack" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M13.0046024,21 L4.99539757,21 C4.44565467,21 4,20.5490248 4,19.9957349 L4,16.0042651 C4,15.4496248 4.44910619,15 4.99539757,15 L6,15 L6,13 L4.99539757,13 C4.44565467,13 4,12.5490248 4,11.9957349 L4,9 L2.99539757,9 C2.44565467,9 2,8.54902482 2,7.9957349 L2,4.0042651 C2,3.4496248 2.44910619,3 2.99539757,3 L11.0046024,3 C11.5543453,3 12,3.45097518 12,4.0042651 L12,7 L13.0046024,7 C13.5543453,7 14,7.45097518 14,8.0042651 L14,11 L17,11 C19.7614237,11 22,13.2385763 22,16 C22,18.7614237 19.7614237,21 17,21 C15.8743894,21 14.8356519,20.6280521 13.9999896,20.0003584 C13.9975021,20.5528718 13.549375,21 13.0046024,21 Z M8,13 L8,15 L12.1000181,15 C12.2500024,14.2611224 12.5629193,13.5814106 12.9996338,13 L8,13 Z M4,5 L4,7 L10,7 L10,5 L4,5 Z M6,9 L6,11 L12,11 L12,9 L6,9 Z M6,17 L6,19 L12,19 L12,17 L6,17 Z M17,19 C18.6568542,19 20,17.6568542 20,16 C20,14.3431458 18.6568542,13 17,13 C15.3431458,13 14,14.3431458 14,16 C14,17.6568542 15.3431458,19 17,19 Z" }) })));
exports.default = CoinStack;
//# sourceMappingURL=coin-stack.js.map