UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.19 kB
"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 UserCheck = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M18.67 14.125l-3.301 3.302c-.016.021-.01.05-.03.07a.52.52 0 0 1-.396.147.521.521 0 0 1-.397-.148c-.02-.018-.013-.048-.029-.069l-1.081-1.082a.532.532 0 1 1 .753-.753l.754.754 2.974-2.975a.533.533 0 1 1 .754.754zm-6.789-1.84a81.26 81.26 0 0 1 2.23.589c-.388.265-.72.6-1.006.971a79.323 79.323 0 0 0-2.048-.522v-1.759c1.393-.947 2.218-3.006 2.218-4.877 0-2.53-.648-4.58-3.884-4.58-3.237 0-3.884 2.05-3.884 4.58 0 1.873.826 3.933 2.22 4.88v1.773c-2.1.493-4.536 1.17-5.097 1.477-.363.456-.68 1.922-.454 2.839h10.149c.102.394.258.764.457 1.108H1.564c-.868-1.332-.516-3.996.352-4.883.414-.422 3.514-1.222 4.998-1.586C5.347 11.078 4.39 8.82 4.39 6.667c0-3.13.91-5.667 5-5.667s5 2.537 5 5.667c0 2.147-.951 4.398-2.51 5.618z", fill: "#000", fillRule: "evenodd" })); exports.default = UserCheck;