UNPKG

@navinc/base-react-components

Version:
6 lines 803 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const CardMultiple = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:card-multiple" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M16 6H2V7H16V6ZM2 10V14H16V10H2ZM18 11H22V10H18V11ZM8 16V18H22V14H18C18 15.1068 17.1074 16 16.0049 16H8ZM18 8H22.0049C23.1068 8 24 8.89215 24 9.99503V18.005C24 19.1068 23.1074 20 22.0049 20H7.99509C6.89323 20 6 19.1079 6 18.005V16H1.99509C0.893232 16 0 15.1079 0 14.005V5.99503C0 4.8932 0.892623 4 1.99509 4H16.0049C17.1068 4 18 4.89215 18 5.99503V8Z", fill: "#18001A" }) }))); exports.default = CardMultiple; //# sourceMappingURL=card-multiple.js.map