@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 1.85 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.MultiAccountSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.MultiAccountSIcon = (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("g", { fill: "currentColor", clipPath: "url(#MultiAccountSIcon__a)" },
react_1.default.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_1.default.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_1.default.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_1.default.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_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "MultiAccountSIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
exports.MultiAccountSIcon.displayName = 'MultiAccountSIcon';