UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.42 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FingerprintMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.983 2.516a7.8 7.8 0 0 1 5.913.778.75.75 0 1 1-.75 1.3 6.29 6.29 0 0 0-8.595 2.302 6.2 6.2 0 0 0-.716 1.91.75.75 0 1 1-1.473-.288 7.7 7.7 0 0 1 .89-2.372 7.8 7.8 0 0 1 4.731-3.63m6.771 2.277a.75.75 0 0 1 1.059.06 7.8 7.8 0 0 1 1.98 5.19v3.915A7.79 7.79 0 0 1 12 21.75a.75.75 0 1 1 0-1.5 6.29 6.29 0 0 0 6.292-6.292v-3.916a6.3 6.3 0 0 0-1.598-4.19.75.75 0 0 1 .06-1.06m-4.1 3.05a2.8 2.8 0 0 0-1.234-.024.75.75 0 1 1-.305-1.469 4.285 4.285 0 0 1 5.156 4.246v2.263a.75.75 0 0 1-1.5 0v-2.277a2.786 2.786 0 0 0-2.116-2.74m-3.601.65a.75.75 0 0 1 .398.982c-.149.352-.224.73-.222 1.112v2.833a2.77 2.77 0 0 0 4.833 1.896.75.75 0 1 1 1.116 1.002 4.271 4.271 0 0 1-7.45-2.915v-2.81a4.3 4.3 0 0 1 .342-1.702.75.75 0 0 1 .983-.399M12 9.996a.75.75 0 0 1 .75.75v2.352a.75.75 0 0 1-1.5 0v-2.353a.75.75 0 0 1 .75-.75m-7.042.859a.75.75 0 0 1 .75.75v2.352a6.29 6.29 0 0 0 3.85 5.801.75.75 0 1 1-.582 1.383 7.79 7.79 0 0 1-4.768-7.184v-2.352a.75.75 0 0 1 .75-.75", clipRule: "evenodd" }))); }); FingerprintMIcon.displayName = 'FingerprintMIcon';