UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 895 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 Fingerprint = (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", ...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 11a4 4 0 018 0v1a10 10 0 002 6" }), React.createElement("path", { d: "M12 11v2a14 14 0 002.5 8M8 15a18 18 0 001.8 6M4.9 19a22 22 0 01-.9-7v-1a8 8 0 0112-6.95" })); exports.default = Fingerprint;