UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 2.08 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AccountSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.AccountSIcon = (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: "M1.75 3.92v8.174c0 .064.01.093.014.102q.002.003.028.017a.4.4 0 0 0 .144.037h12.14a.4.4 0 0 0 .12-.017l.003-.002.004-.003.013-.022a.4.4 0 0 0 .034-.125V3.906a.3.3 0 0 0-.014-.102.1.1 0 0 0-.028-.017.4.4 0 0 0-.144-.037H1.924a.4.4 0 0 0-.12.017l-.004.002-.003.003-.013.022a.4.4 0 0 0-.034.126M14.076 3v-.75h.034a2 2 0 0 1 .231.024c.135.022.327.067.527.166.204.1.432.262.608.52.18.265.274.585.274.946v8.188H15h.75v.035l-.004.058a1.9 1.9 0 0 1-.193.7c-.104.204-.27.428-.532.6a1.7 1.7 0 0 1-.945.263H1.924V13v.75h-.035a1.5 1.5 0 0 1-.23-.024 1.9 1.9 0 0 1-.527-.166 1.56 1.56 0 0 1-.608-.52 1.66 1.66 0 0 1-.274-.946V3.906H1 .25v-.035a1.5 1.5 0 0 1 .025-.232c.023-.135.07-.326.172-.527a1.55 1.55 0 0 1 .532-.598 1.7 1.7 0 0 1 .945-.264h12.153zM4.231 5.402a2.54 2.54 0 0 1 1.775-.722c.662 0 1.301.258 1.774.722.474.465.743 1.098.743 1.761 0 .575-.202 1.127-.563 1.566.59.385 1.07.913 1.397 1.535a.75.75 0 0 1-1.329.696 2.6 2.6 0 0 0-.888-.975 2.1 2.1 0 0 0-1.132-.338c-.405.002-.798.12-1.134.337a2.6 2.6 0 0 0-.89.976.75.75 0 0 1-1.329-.696 4.1 4.1 0 0 1 1.397-1.535 2.46 2.46 0 0 1 .179-3.327m1.775 2.745c.274 0 .534-.107.724-.293a.97.97 0 0 0 .293-.69.97.97 0 0 0-.293-.69 1.03 1.03 0 0 0-.724-.294c-.275 0-.535.107-.725.293a.97.97 0 0 0-.293.69c0 .256.104.505.293.69.19.187.45.294.725.294m3.786-1.33a.75.75 0 0 1 .75-.75h2.138a.75.75 0 0 1 0 1.5h-2.139a.75.75 0 0 1-.75-.75m0 2.08a.75.75 0 0 1 .75-.75h2.138a.75.75 0 0 1 0 1.5h-2.139a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); }); exports.AccountSIcon.displayName = 'AccountSIcon';