@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.83 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var GroupUserMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.263 4.436A4.28 4.28 0 0 1 9.23 3.25a4.28 4.28 0 0 1 2.968 1.186 4.02 4.02 0 0 1 1.243 2.897c0 1.093-.45 2.134-1.243 2.898a4.28 4.28 0 0 1-2.968 1.186 4.28 4.28 0 0 1-2.968-1.186 4.02 4.02 0 0 1-1.244-2.898c0-1.092.451-2.134 1.244-2.897m2.968.314a2.78 2.78 0 0 0-1.928.767 2.52 2.52 0 0 0-.784 1.816c0 .676.279 1.33.784 1.817a2.78 2.78 0 0 0 1.928.767 2.78 2.78 0 0 0 1.927-.767 2.52 2.52 0 0 0 .784-1.817c0-.675-.278-1.33-.784-1.816a2.78 2.78 0 0 0-1.927-.767M14.019 4a.75.75 0 0 1 .75-.75 4.28 4.28 0 0 1 2.968 1.186 4.02 4.02 0 0 1 1.244 2.897c0 1.093-.451 2.134-1.244 2.898a4.28 4.28 0 0 1-2.968 1.186.75.75 0 0 1 0-1.5 2.78 2.78 0 0 0 1.928-.767 2.52 2.52 0 0 0 .784-1.817c0-.675-.279-1.33-.784-1.816a2.78 2.78 0 0 0-1.928-.767.75.75 0 0 1-.75-.75m-5.102 8.584a7.2 7.2 0 0 1 2.74.419 7 7 0 0 1 2.361 1.42 6.8 6.8 0 0 1 1.606 2.204c.377.833.577 1.731.587 2.642V20a.75.75 0 0 1-.75.75H3a.75.75 0 0 1-.75-.75v-.73a6.65 6.65 0 0 1 1.968-4.633 7.1 7.1 0 0 1 4.696-2.053zm.064 1.499a5.6 5.6 0 0 0-3.703 1.615A5.15 5.15 0 0 0 3.75 19.25h10.961a5.1 5.1 0 0 0-.453-2.004 5.3 5.3 0 0 0-1.25-1.716 5.5 5.5 0 0 0-1.858-1.116 5.7 5.7 0 0 0-2.17-.331m6.44-.765a.75.75 0 0 1 .895-.57 7.03 7.03 0 0 1 3.88 2.341 6.63 6.63 0 0 1 1.554 4.18V20a.75.75 0 0 1-.75.75h-2.77a.75.75 0 0 1 0-1.5h2.02a5.13 5.13 0 0 0-1.205-3.199 5.53 5.53 0 0 0-3.053-1.839.75.75 0 0 1-.57-.894", clipRule: "evenodd" }))); });
GroupUserMIcon.displayName = 'GroupUserMIcon';