UNPKG

@ozen-ui/icons

Version:

A collection of icons

11 lines (10 loc) 1.55 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ProfileSIcon = 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", fillRule: "evenodd", clipPath: "url(#ProfileSIcon__a)", clipRule: "evenodd" }, React.createElement("path", { d: "M2.077 1.75a.327.327 0 0 0-.327.327v3.156c0 4.435 2.456 7.552 6.134 8.996a.33.33 0 0 0 .232 0c3.681-1.445 6.134-4.56 6.134-9.006V2.077a.327.327 0 0 0-.327-.327zM.785.785A1.83 1.83 0 0 1 2.077.25h11.846a1.827 1.827 0 0 1 1.827 1.827v3.146c0 5.107-2.873 8.75-7.088 10.403l-.004.002a1.83 1.83 0 0 1-1.316 0l-.004-.002C3.128 13.975.25 10.331.25 5.233V2.077c0-.484.192-.95.535-1.292" }), React.createElement("path", { d: "M4.826 5.578c0-1.735 1.44-3.174 3.174-3.174 1.735 0 3.174 1.457 3.174 3.174S9.734 8.752 8 8.752s-3.174-1.44-3.174-3.174M8 3.904c-.906 0-1.674.768-1.674 1.674S7.094 7.252 8 7.252c.902 0 1.674-.78 1.674-1.674S8.902 3.904 8 3.904m0 6.463a4.63 4.63 0 0 0-3.836 2.068.75.75 0 1 1-1.25-.83 6.13 6.13 0 0 1 5.087-2.738c2.136 0 3.986 1.093 5.083 2.736a.75.75 0 1 1-1.247.833C11 11.184 9.606 10.367 8 10.367" })), React.createElement("defs", null, React.createElement("clipPath", { id: "ProfileSIcon__a" }, React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); ProfileSIcon.displayName = 'ProfileSIcon';