@navinc/base-react-components
Version:
Nav's Pattern Library
4 lines • 570 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const NavIcon = (props) => (_jsxs("svg", Object.assign({ width: "24", height: "24", viewBox: "0 0 24 24", "data-testid": "icon:nav-icon", fill: "none", stroke: "black" }, props, { children: [_jsx("path", { d: "M16 20V14L10 20", stroke: "inherit", strokeWidth: "2", strokeLinecap: "round" }), _jsx("path", { d: "M20 20V4.24142C20 4.15233 19.8923 4.10771 19.8293 4.17071L4 20", stroke: "inherit", strokeWidth: "2", strokeLinecap: "round" })] })));
export default NavIcon;
//# sourceMappingURL=nav-icon.js.map