UNPKG

@ozen-ui/icons

Version:

A collection of icons

8 lines (7 loc) 1.56 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var UserCheckSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.32501 13.25H9.67499C9.32753 11.5383 7.81422 10.25 6 10.25C4.18578 10.25 2.67247 11.5383 2.32501 13.25ZM0.75 14C0.75 11.1005 3.1005 8.75 6 8.75C8.89949 8.75 11.25 11.1005 11.25 14C11.25 14.4142 10.9142 14.75 10.5 14.75H1.5C1.08579 14.75 0.75 14.4142 0.75 14Z", fill: "currentColor" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 2.75C4.96447 2.75 4.125 3.58947 4.125 4.625C4.125 5.66053 4.96447 6.5 6 6.5C7.03553 6.5 7.875 5.66053 7.875 4.625C7.875 3.58947 7.03553 2.75 6 2.75ZM2.625 4.625C2.625 2.76104 4.13604 1.25 6 1.25C7.86396 1.25 9.375 2.76104 9.375 4.625C9.375 6.48896 7.86396 8 6 8C4.13604 8 2.625 6.48896 2.625 4.625Z", fill: "currentColor" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.5303 2.46967C14.8232 2.76256 14.8232 3.23744 14.5303 3.53033L12.5303 5.53033C12.2374 5.82322 11.7626 5.82322 11.4697 5.53033L10.4697 4.53033C10.1768 4.23744 10.1768 3.76256 10.4697 3.46967C10.7626 3.17678 11.2374 3.17678 11.5303 3.46967L12 3.93934L13.4697 2.46967C13.7626 2.17678 14.2374 2.17678 14.5303 2.46967Z", fill: "currentColor" }))); }); UserCheckSIcon.displayName = 'UserCheckSIcon';