UNPKG

@astraicons/react

Version:

A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.

22 lines 934 B
import * as React from "react"; import { forwardRef } from "react"; const Profile3Icon = ({ title, titleId, ...props }, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ref: ref, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M8.25 7a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0M8.684 12.828A9.8 9.8 0 0 1 12 12.25c1.136 0 2.263.196 3.317.578a8.9 8.9 0 0 1 2.834 1.658A7.8 7.8 0 0 1 20.07 17c.4.844.628 1.746.673 2.663A1.04 1.04 0 0 1 19.7 20.75H4.3c-.57 0-1.072-.469-1.042-1.087A7 7 0 0 1 3.932 17a7.8 7.8 0 0 1 1.918-2.514 8.9 8.9 0 0 1 2.834-1.658", clipRule: "evenodd" })); const ForwardRef = forwardRef(Profile3Icon); export default ForwardRef;