@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.61 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var MultiAccountSIcon = 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", { fill: "currentColor", clipPath: "url(#MultiAccountSIcon__a)" },
React.createElement("path", { d: "M3.97 6.668a.75.75 0 0 0-.593-1.378 5.582 5.582 0 1 0 7.333 7.333.75.75 0 0 0-1.378-.593A4.082 4.082 0 1 1 3.97 6.668" }),
React.createElement("path", { d: "M3.5 7.75a.75.75 0 0 0 0 1.5h1a.75.75 0 1 0 0-1.5zM3.5 9.75a.75.75 0 0 0 0 1.5h1.322l.025 1.912a.75.75 0 0 0 1.5-.02l-.027-2.017a.75.75 0 0 0-.415-1.375z" }),
React.createElement("path", { fillRule: "evenodd", d: "M10.418 0a5.582 5.582 0 1 0 0 11.164 5.582 5.582 0 0 0 0-11.164m0 1.5a4.082 4.082 0 1 0 0 8.164 4.082 4.082 0 0 0 0-8.164", clipRule: "evenodd" }),
React.createElement("path", { d: "M11.168 2.683a.75.75 0 0 0-1.5 0v.268a1.615 1.615 0 0 0-.195 3.06v.001l1.33.532q.037.016.057.051a.2.2 0 0 1 .012.077.115.115 0 0 1-.112.093H9.452a.75.75 0 1 0 0 1.5h.216v.216a.75.75 0 1 0 1.5 0v-.269a1.614 1.614 0 0 0 .194-3.06l-1.33-.532c-.082-.06-.091-.144-.03-.195a.12.12 0 0 1 .073-.026h1.31a.75.75 0 0 0 0-1.5h-.217z" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "MultiAccountSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
MultiAccountSIcon.displayName = 'MultiAccountSIcon';