google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.28 kB
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const VisibilityOff = createIcon("VisibilityOff", [
[
"path",
{
d: "M12.0049 6.5C14.7649 6.5 17.0049 8.74 17.0049 11.5C17.0049 12.15 16.8749 12.76 16.6449 13.33L19.5649 16.25C21.0749 14.99 22.2649 13.36 22.9949 11.5C21.2649 7.11 16.9949 4 11.9949 4C10.5949 4 9.25488 4.25 8.01488 4.7L10.1749 6.86C10.7449 6.63 11.3549 6.5 12.0049 6.5ZM2.00488 3.77L4.74488 6.51C3.08488 7.8 1.78488 9.52 1.00488 11.5C2.73488 15.89 7.00488 19 12.0049 19C13.5549 19 15.0349 18.7 16.3849 18.16L16.8049 18.58L19.7349 21.5L21.0049 20.23L3.27488 2.5L2.00488 3.77ZM7.53488 9.3L9.08488 10.85C9.03488 11.06 9.00488 11.28 9.00488 11.5C9.00488 13.16 10.3449 14.5 12.0049 14.5C12.2249 14.5 12.4449 14.47 12.6549 14.42L14.2049 15.97C13.5349 16.3 12.7949 16.5 12.0049 16.5C9.24488 16.5 7.00488 14.26 7.00488 11.5C7.00488 10.71 7.20488 9.97 7.53488 9.3ZM11.8449 8.52L14.9949 11.67L15.0149 11.51C15.0149 9.85 13.6749 8.51 12.0149 8.51L11.8449 8.52Z",
key: "1gwdc4"
}
]
]);
export { VisibilityOff as default };
//# sourceMappingURL=visibility_off.js.map