iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 926 B
JavaScript
;
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 FingerprintOff = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-fingerprint-off", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M18.9 7a8 8 0 011.1 5v1a6 6 0 00.8 3M8 11c0-.848.264-1.634.713-2.28m2.4-1.621A4 4 0 0116 11v1M12 12v1a14 14 0 002.5 8M8 15a18 18 0 001.8 6M4.9 19a22 22 0 01-.9-7v-1a8 8 0 011.854-5.143M8.03 4.032A8 8 0 0116 4.05M3 3l18 18" }));
exports.default = FingerprintOff;