UNPKG

@astraicons/react

Version:

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

20 lines 966 B
const React = require("react"); const { forwardRef } = require("react"); const Emoji2Icon = ({ 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", { d: "M12 1.975c5.385 0 9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75-9.75-4.366-9.75-9.75 4.365-9.75 9.75-9.75m0 10.275a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5M9.266 9.191a1.154 1.154 0 1 0 .167.167l-.08-.087zm6.588 0a1.154 1.154 0 1 0 .088 1.71c.42-.421.447-1.09.078-1.543l-.079-.087zM8 6.02A.706.706 0 0 0 8 7.43h1.412a.706.706 0 0 0 0-1.412zm6.588 0a.706.706 0 0 0 0 1.412H16a.706.706 0 0 0 0-1.412z" })); const ForwardRef = forwardRef(Emoji2Icon); module.exports = ForwardRef;