UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.67 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var MultiAccountMIcon = 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("g", { fill: "currentColor", clipPath: "url(#MultiAccountMIcon__a)" }, React.createElement("path", { d: "M16.266 4.266a.75.75 0 0 0-1.5 0v.672a2.008 2.008 0 0 0-.499 3.855l1.935.774c.11.044.2.125.257.229.046.15.055.222.052.34a.51.51 0 0 1-.498.41h-1.904a.75.75 0 0 0 0 1.5h.657v.657a.75.75 0 0 0 1.5 0v-.672a2.009 2.009 0 0 0 .496-3.855l-.706-.283-.303-.12-.926-.372a.508.508 0 0 1 .19-.98h1.905a.75.75 0 1 0 0-1.5h-.656z" }), React.createElement("path", { fillRule: "evenodd", d: "M15.516.703a7.781 7.781 0 1 0 0 15.563 7.781 7.781 0 0 0 0-15.563m-4.442 3.34a6.281 6.281 0 1 1 8.883 8.883 6.281 6.281 0 0 1-8.883-8.883", clipRule: "evenodd" }), React.createElement("path", { d: "M3.583 11.586a6.3 6.3 0 0 1 2.414-1.834.749.749 0 1 0-.592-1.378 7.78 7.78 0 1 0 10.222 10.221.75.75 0 0 0-1.378-.592 6.281 6.281 0 1 1-10.666-6.417" }), React.createElement("path", { d: "M5.5 11.75a.75.75 0 0 0 0 1.5h2a.75.75 0 0 0 0-1.5h-2M9.75 14.5a.75.75 0 0 0-.75-.75H5.5a.75.75 0 0 0 0 1.5h2.25v4.25a.75.75 0 0 0 1.5 0v-4.293a.75.75 0 0 0 .5-.707" })), React.createElement("defs", null, React.createElement("clipPath", { id: "MultiAccountMIcon__a" }, React.createElement("path", { fill: "currentColor", d: "M0 0h24v24H0z" }))))); }); MultiAccountMIcon.displayName = 'MultiAccountMIcon';