UNPKG

@navinc/base-react-components

Version:
4 lines 1.3 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; const PrimeCard = (props) => (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:prime-card", viewBox: "0 0 20 20" }, props, { children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.44792 15.5592C2.74653 15.8531 3.09722 16 3.5 16H4L5.5 14.5H3.5V9H11L13 7H3.5V5.5H14.5L16 4H3.5C3.09722 4 2.74653 4.14583 2.44792 4.4375C2.14931 4.72917 2 5.08139 2 5.49417V14.4992C2 14.9119 2.14931 15.2653 2.44792 15.5592Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.5446 10.2329V15.4032C15.5446 15.7328 15.2808 16 14.9554 16C14.6299 16 14.3661 15.7328 14.3661 15.4032V13.1142L11.689 15.8252C11.4589 16.0582 11.0858 16.0582 10.8556 15.8252C10.6255 15.5921 10.6255 15.2143 10.8556 14.9813L15.5446 10.2329Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.8214 6.89816V15.4033C16.8214 15.7328 17.0853 16 17.4107 16C17.7362 16 18 15.7328 18 15.4033V5.6976C18 5.07735 17.2595 4.76672 16.8264 5.20531L7.1726 14.9813C6.94247 15.2143 6.94247 15.5922 7.1726 15.8252C7.40273 16.0583 7.77584 16.0583 8.00597 15.8252L16.8214 6.89816Z" })] }))); export default PrimeCard; //# sourceMappingURL=prime-card.js.map