UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 1.46 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var UserCheckMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 4.75C7.48122 4.75 6.25 5.98122 6.25 7.5C6.25 9.01878 7.48122 10.25 9 10.25C10.5188 10.25 11.75 9.01878 11.75 7.5C11.75 5.98122 10.5188 4.75 9 4.75ZM4.75 7.5C4.75 5.15279 6.65279 3.25 9 3.25C11.3472 3.25 13.25 5.15279 13.25 7.5C13.25 9.84721 11.3472 11.75 9 11.75C6.65279 11.75 4.75 9.84721 4.75 7.5ZM3.80317 19.25H14.1968C13.8329 16.7058 11.6449 14.75 9 14.75C6.35515 14.75 4.16709 16.7058 3.80317 19.25ZM2.25 20C2.25 16.2721 5.27208 13.25 9 13.25C12.7279 13.25 15.75 16.2721 15.75 20C15.75 20.4142 15.4142 20.75 15 20.75H3C2.58579 20.75 2.25 20.4142 2.25 20Z", fill: "currentColor" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22.5303 3.46967C22.8232 3.76256 22.8232 4.23744 22.5303 4.53033L18.5303 8.53033C18.2374 8.82322 17.7626 8.82322 17.4697 8.53033L15.4697 6.53033C15.1768 6.23744 15.1768 5.76256 15.4697 5.46967C15.7626 5.17678 16.2374 5.17678 16.5303 5.46967L18 6.93934L21.4697 3.46967C21.7626 3.17678 22.2374 3.17678 22.5303 3.46967Z", fill: "currentColor" }))); }); UserCheckMIcon.displayName = 'UserCheckMIcon';