UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.74 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var GroupUserSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#GroupUserSIcon__a)" }, React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.41 1.764a3.434 3.434 0 0 1 4.871 0 3.467 3.467 0 0 1 0 4.888 3.434 3.434 0 0 1-4.87 0 3.467 3.467 0 0 1 0-4.888m2.436.486c-.514 0-1.008.205-1.372.572a1.967 1.967 0 0 0 0 2.773 1.934 1.934 0 0 0 2.744 0 1.966 1.966 0 0 0 0-2.773 1.93 1.93 0 0 0-1.372-.572m3.558-.75a.75.75 0 0 1 .75-.75c.914 0 1.79.365 2.436 1.014a3.466 3.466 0 0 1 0 4.888 3.43 3.43 0 0 1-2.436 1.015.75.75 0 0 1 0-1.5c.514 0 1.007-.206 1.372-.572a1.967 1.967 0 0 0 0-2.773 1.93 1.93 0 0 0-1.372-.572.75.75 0 0 1-.75-.75m-3.81 6.834a5.58 5.58 0 0 1 4.1 1.541 5.64 5.64 0 0 1 1.748 4.03v.595a.75.75 0 0 1-.75.75H1a.75.75 0 0 1-.75-.75v-.595a5.65 5.65 0 0 1 1.568-3.85 5.6 5.6 0 0 1 3.773-1.72zm.066 1.498c-1.045.05-2.032.5-2.76 1.26a4.15 4.15 0 0 0-1.145 2.658h8.182a4.16 4.16 0 0 0-1.278-2.789A4.1 4.1 0 0 0 5.66 9.832m4.84-.798a.75.75 0 0 1 .9-.562 5.6 5.6 0 0 1 3.112 1.96 5.65 5.65 0 0 1 1.238 3.473v.595a.75.75 0 0 1-.75.75h-2.154a.75.75 0 0 1 0-1.5h1.399a4.15 4.15 0 0 0-.904-2.38 4.1 4.1 0 0 0-2.28-1.437.75.75 0 0 1-.561-.9", clipRule: "evenodd" })), React.createElement("defs", null, React.createElement("clipPath", { id: "GroupUserSIcon__a" }, React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); GroupUserSIcon.displayName = 'GroupUserSIcon';