@navinc/base-react-components
Version:
Nav's Pattern Library
4 lines • 864 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const NavPrimeIcon = (props) => (_jsxs("svg", Object.assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", stroke: "black", "data-testid": "icon:nav-prime-icon" }, props, { children: [_jsx("path", { d: "M16 19.5V14L10.5 19.5", stroke: "inherit", strokeWidth: "2", strokeLinecap: "round" }), _jsx("path", { d: "M4 19.155V5C4 4.44772 4.44772 4 5 4H19C19.2761 4.27614 19.2761 4.72386 19 5L4.59749 19.4025C4.377 19.623 4 19.4668 4 19.155Z", fill: "inherit" }), _jsx("path", { d: "M20 19.5V6V5C20 4.44772 19.5523 4 19 4V4M19 4H5C4.44772 4 4 4.44772 4 5V19.155C4 19.4668 4.377 19.623 4.59749 19.4025L19 5C19.2761 4.72386 19.2761 4.27614 19 4V4Z", stroke: "inherit", strokeWidth: "2", strokeLinecap: "round" })] })));
export default NavPrimeIcon;
//# sourceMappingURL=nav-prime-icon.js.map