UNPKG

@astraicons/react

Version:

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

24 lines 1.59 kB
import * as React from "react"; import { forwardRef } from "react"; const CoffeeIcon = ({ 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: "M11.453 3.65a.75.75 0 1 0-.751-1.3c-.354.205-.673.58-.9 1.007A3.5 3.5 0 0 0 9.392 5a.75.75 0 1 0 1.5 0c0-.364.1-.687.233-.937.143-.268.29-.392.328-.414M14.853 4.564a.75.75 0 0 0-.872-1.212 1.17 1.17 0 0 0-.409.427 2 2 0 0 0-.177.4A2.7 2.7 0 0 0 13.25 5a.75.75 0 0 0 1.5 0q-.001-.042.016-.146a1.5 1.5 0 0 1 .087-.29M7.895 4.55a.75.75 0 0 0-1-1.117l-.002.002-.002.002-.006.004-.012.012a1 1 0 0 0-.114.118c-.063.073-.14.174-.215.304A2.23 2.23 0 0 0 6.25 5a.75.75 0 1 0 1.5 0c0-.182.051-.304.092-.374a.5.5 0 0 1 .05-.072zM3.25 21a.75.75 0 0 1 .75-.75h13a.75.75 0 0 1 0 1.5H4a.75.75 0 0 1-.75-.75" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M2.25 8.565c0-1.306 1.093-2.315 2.378-2.315h11.744c1.183 0 2.202.854 2.357 2.007a3.75 3.75 0 0 1-.229 7.493h-.844a8 8 0 0 1-1.333 1.678 8.4 8.4 0 0 1-5.822 2.322c-1.08 0-2.15-.204-3.148-.602a8.3 8.3 0 0 1-2.676-1.72 7.95 7.95 0 0 1-1.795-2.583 7.7 7.7 0 0 1-.632-3.056zm16.5 3.224V9.764a2.25 2.25 0 0 1-.25 4.486h-.154a7.7 7.7 0 0 0 .404-2.46", clipRule: "evenodd" })); const ForwardRef = forwardRef(CoffeeIcon); export default ForwardRef;