@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.79 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var AccountMIcon = 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: "M3.75 6.642v10.725c0 .165.04.24.06.27.023.036.06.069.12.098a.7.7 0 0 0 .26.07h15.622c.166 0 .24-.04.27-.06a.3.3 0 0 0 .099-.12.7.7 0 0 0 .069-.26V6.632c0-.166-.04-.24-.06-.27a.3.3 0 0 0-.12-.098.7.7 0 0 0-.267-.07H4.188c-.166 0-.24.04-.27.06a.3.3 0 0 0-.099.12.7.7 0 0 0-.069.267m16.062-1.197v-.75h.016l.022.001a2 2 0 0 1 .271.028c.16.027.386.082.62.199.238.119.498.309.698.607.202.304.311.675.311 1.103v10.734H21h.75v.038l-.004.066q-.005.08-.025.205c-.026.16-.081.386-.199.62a1.8 1.8 0 0 1-.607.697 1.96 1.96 0 0 1-1.103.312H4.188v-.749.749h-.015l-.023-.001a2 2 0 0 1-.27-.028 2.2 2.2 0 0 1-.621-.199 1.8 1.8 0 0 1-.697-.607 1.95 1.95 0 0 1-.312-1.103V6.633H3h-.75v-.038a2 2 0 0 1 .029-.27 2.2 2.2 0 0 1 .199-.621c.119-.238.308-.498.607-.697a1.95 1.95 0 0 1 1.103-.312h15.625zM7.3 8.766a3.022 3.022 0 0 1 4.303 4.245q.114.065.224.137l.006.004a5.14 5.14 0 0 1 1.725 1.93.75.75 0 0 1-1.334.685 3.64 3.64 0 0 0-1.218-1.364 2.9 2.9 0 0 0-1.567-.478 2.9 2.9 0 0 0-1.568.477 3.64 3.64 0 0 0-1.22 1.365.75.75 0 0 1-1.334-.686 5.14 5.14 0 0 1 1.725-1.93h.001q.112-.075.227-.14a3.02 3.02 0 0 1 .03-4.245m2.137 3.66a1.522 1.522 0 1 0 0-3.044 1.522 1.522 0 0 0 0 3.044m5.082-1.977a.75.75 0 0 1 .75-.75h2.75a.75.75 0 1 1 0 1.5h-2.75a.75.75 0 0 1-.75-.75m0 2.726a.75.75 0 0 1 .75-.75h2.75a.75.75 0 0 1 0 1.5h-2.75a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); });
AccountMIcon.displayName = 'AccountMIcon';