UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.65 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var UserGroupMIcon = 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.5ZM14.25 4C14.25 3.58579 14.5858 3.25 15 3.25C17.3472 3.25 19.25 5.15279 19.25 7.5C19.25 9.84721 17.3472 11.75 15 11.75C14.5858 11.75 14.25 11.4142 14.25 11C14.25 10.5858 14.5858 10.25 15 10.25C16.5188 10.25 17.75 9.01878 17.75 7.5C17.75 5.98122 16.5188 4.75 15 4.75C14.5858 4.75 14.25 4.41421 14.25 4ZM3.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 20ZM16.2929 14.0915C16.4309 13.7009 16.8594 13.4962 17.2499 13.6343C19.8706 14.5606 21.75 17.0598 21.75 20C21.75 20.4142 21.4142 20.75 21 20.75H19C18.5858 20.75 18.25 20.4142 18.25 20C18.25 19.5858 18.5858 19.25 19 19.25H20.1968C19.9174 17.2968 18.5628 15.6893 16.7501 15.0485C16.3595 14.9105 16.1548 14.482 16.2929 14.0915Z", fill: "currentColor" }))); }); UserGroupMIcon.displayName = 'UserGroupMIcon';