UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.18 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UserSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.UserSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.75C6.96447 2.75 6.125 3.58947 6.125 4.625C6.125 5.66053 6.96447 6.5 8 6.5C9.03553 6.5 9.875 5.66053 9.875 4.625C9.875 3.58947 9.03553 2.75 8 2.75ZM4.625 4.625C4.625 2.76104 6.13604 1.25 8 1.25C9.86396 1.25 11.375 2.76104 11.375 4.625C11.375 6.48896 9.86396 8 8 8C6.13604 8 4.625 6.48896 4.625 4.625ZM4.32501 13.25H11.675C11.3275 11.5383 9.81422 10.25 8 10.25C6.18578 10.25 4.67247 11.5383 4.32501 13.25ZM2.75 14C2.75 11.1005 5.1005 8.75 8 8.75C10.8995 8.75 13.25 11.1005 13.25 14C13.25 14.4142 12.9142 14.75 12.5 14.75H3.5C3.08579 14.75 2.75 14.4142 2.75 14Z", fill: "currentColor" }))); }); exports.UserSIcon.displayName = 'UserSIcon';