@navinc/base-react-components
Version:
Nav's Pattern Library
4 lines • 1.85 kB
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const Invisible = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", viewBox: "0 0 24 24", "data-testid": "icon:invisible" }, props, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.90859 3.1936C6.35396 2.867 6.97976 2.96328 7.30636 3.40864L9.13672 5.90459C10.0144 5.65081 10.9695 5.50001 12 5.50001C16.097 5.50001 19.0022 7.88383 20.5903 9.64633C21.5554 10.7175 21.5554 12.2825 20.5903 13.3537C19.7147 14.3254 18.4387 15.4861 16.7834 16.3319L18.3064 18.4086C18.633 18.854 18.5367 19.4798 18.0913 19.8064C17.646 20.133 17.0202 20.0367 16.6935 19.5914L14.8632 17.0954C13.9855 17.3492 13.0304 17.5 12 17.5C7.90288 17.5 4.99771 15.1162 3.40966 13.3537C2.4445 12.2825 2.4445 10.7175 3.40966 9.64633C4.28522 8.67458 5.56117 7.51396 7.21651 6.66813L5.69355 4.59137C5.36695 4.146 5.46323 3.5202 5.90859 3.1936ZM4.89549 10.9851C5.73413 10.0543 6.91642 9.00809 8.41835 8.307L9.52074 9.81026C9.19212 10.2915 8.99995 10.8733 8.99995 11.5C8.99995 13.1569 10.3431 14.5 12 14.5C12.3013 14.5 12.5923 14.4556 12.8667 14.3729L13.5819 15.3481C13.0796 15.4458 12.5521 15.5 12 15.5C8.72334 15.5 6.31626 13.5918 4.89549 12.0149C4.61589 11.7046 4.61589 11.2954 4.89549 10.9851ZM14.4792 13.1897L15.5816 14.693C17.0835 13.9919 18.2658 12.9457 19.1044 12.0149C19.384 11.7046 19.384 11.2954 19.1044 10.9851C17.6836 9.40824 15.2766 7.50001 12 7.50001C11.4478 7.50001 10.9203 7.5542 10.4181 7.65187L11.1332 8.62711C11.4076 8.54444 11.6986 8.50001 12 8.50001C13.6568 8.50001 15 9.84315 15 11.5C15 12.1267 14.8078 12.7085 14.4792 13.1897ZM12.8137 10.9187C12.8092 10.9124 12.8046 10.9061 12.8 10.8999L12.8137 10.9187ZM11.1999 12.1001L11.1862 12.0814C11.1907 12.0877 11.1953 12.0939 11.1999 12.1001Z" }) })));
export default Invisible;
//# sourceMappingURL=invisible.js.map