iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 948 B
JavaScript
"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 FingerprintScan = (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-scan", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M9 11a3 3 0 016 0c0 1.657.612 3.082 1 4" }),
React.createElement("path", { d: "M12 11v1.75c-.001 1.11.661 2.206 1 3.25M9 14.25c.068.58.358 1.186.5 1.75M4 8V6a2 2 0 012-2h2M4 16v2a2 2 0 002 2h2M16 4h2a2 2 0 012 2v2M16 20h2a2 2 0 002-2v-2" }));
exports.default = FingerprintScan;