UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.16 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UserGroupSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.UserGroupSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6 2.75A1.875 1.875 0 1 0 6 6.5a1.875 1.875 0 0 0 0-3.75M2.625 4.625a3.375 3.375 0 1 1 6.75 0 3.375 3.375 0 0 1-6.75 0M9.417 2a.75.75 0 0 1 .75-.75c1.836 0 3.277 1.538 3.277 3.375S12.004 8 10.167 8a.75.75 0 1 1 0-1.5c.955 0 1.777-.813 1.777-1.875s-.822-1.875-1.777-1.875a.75.75 0 0 1-.75-.75M2.325 13.25h7.35a3.751 3.751 0 0 0-7.35 0M.75 14a5.25 5.25 0 1 1 10.5 0 .75.75 0 0 1-.75.75h-9A.75.75 0 0 1 .75 14m12.929-.75c-.254-1.31-1.158-2.361-2.326-2.79l.517-1.408c1.982.728 3.38 2.679 3.38 4.948a.75.75 0 0 1-.75.75h-1.444v-1.5z", clipRule: "evenodd" }))); }); exports.UserGroupSIcon.displayName = 'UserGroupSIcon';