UNPKG

@astraicons/react

Version:

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

42 lines 1.27 kB
import * as React from "react"; import { forwardRef } from "react"; const HappyEmojiCircleIcon = ({ title, titleId, ...props }, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", ref: ref, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("rect", { width: 18, height: 18, x: 3, y: 2.725, rx: 9 }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M15.41 9.801a.404.404 0 1 1-.571.57.404.404 0 0 1 .572-.57M8.823 9.801a.404.404 0 1 1-.572.57.404.404 0 0 1 .572-.57", opacity: 0.4 }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M8.316 14.291s1.383 2.434 3.685 2.434 3.684-2.434 3.684-2.434", clipRule: "evenodd", opacity: 0.4 }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M14.588 6.725H16M8 6.725h1.412", opacity: 0.4 })); const ForwardRef = forwardRef(HappyEmojiCircleIcon); export default ForwardRef;