@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 2.08 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FingerprintSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FingerprintSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.495.467A5.37 5.37 0 0 1 10.9 1.1a.75.75 0 1 1-.802 1.268 3.87 3.87 0 0 0-3.182-.462c-1.072.315-2.008 1.09-2.583 2.182a5 5 0 0 0-.496 1.447.75.75 0 0 1-1.476-.263c.117-.66.335-1.297.645-1.884C3.757 1.964 5.006.904 6.495.467m4.761 1.781a.75.75 0 0 1 1.055.108c.932 1.143 1.44 2.61 1.439 4.121v3.046c0 .809-.145 1.61-.43 2.361a6.3 6.3 0 0 1-1.23 2.017 5.75 5.75 0 0 1-1.867 1.365A5.4 5.4 0 0 1 8 15.75a.75.75 0 0 1 0-1.5c.548 0 1.093-.118 1.604-.35.51-.232.98-.574 1.378-1.01s.717-.958.936-1.537a5.2 5.2 0 0 0 .332-1.83V6.477c0-1.18-.397-2.31-1.101-3.174a.75.75 0 0 1 .107-1.055m-2.86 2.676a1.55 1.55 0 0 0-.75-.016.75.75 0 1 1-.332-1.463c.487-.11.992-.1 1.475.03.482.132.926.378 1.3.716.375.338.67.759.869 1.229.198.469.297.977.292 1.489v1.76a.75.75 0 0 1-1.5 0V6.895a2.2 2.2 0 0 0-.173-.891 2 2 0 0 0-.493-.7 1.7 1.7 0 0 0-.687-.381m-2.426.185a.75.75 0 0 1 .43.97c-.1.258-.151.538-.15.822v2.205c-.006.42.105.828.313 1.167.207.338.496.588.82.727.322.138.672.165 1.005.078.334-.087.647-.286.892-.585a.75.75 0 0 1 1.16.951 3.2 3.2 0 0 1-1.675 1.086 3.05 3.05 0 0 1-1.974-.152 3.3 3.3 0 0 1-1.508-1.322A3.7 3.7 0 0 1 4.75 9.09V6.906A3.8 3.8 0 0 1 5 5.54a.75.75 0 0 1 .97-.43M8 6.275a.75.75 0 0 1 .75.75v1.83a.75.75 0 0 1-1.5 0v-1.83a.75.75 0 0 1 .75-.75m-5 .668a.75.75 0 0 1 .75.75v1.83c0 .944.254 1.864.726 2.642a4.4 4.4 0 0 0 1.898 1.727.75.75 0 0 1-.628 1.362 5.9 5.9 0 0 1-2.553-2.312 6.6 6.6 0 0 1-.943-3.42V7.694a.75.75 0 0 1 .75-.75", clipRule: "evenodd" }))); });
exports.FingerprintSIcon.displayName = 'FingerprintSIcon';