UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 874 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const EyeSlashFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-eye-slash-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M10.79 12.912l-1.614-1.615a3.5 3.5 0 01-4.474-4.474l-2.06-2.06C.938 6.278 0 8 0 8s3 5.5 8 5.5a7 7 0 002.79-.588M5.21 3.088A7 7 0 018 2.5c5 0 8 5.5 8 5.5s-.939 1.721-2.641 3.238l-2.062-2.062a3.5 3.5 0 00-4.474-4.474z" }), React.createElement("path", { d: "M5.525 7.646a2.5 2.5 0 002.829 2.829zm4.95.708l-2.829-2.83a2.5 2.5 0 012.829 2.829zm3.171 6l-12-12 .708-.708 12 12z" })); exports.default = EyeSlashFill;