UNPKG

@astraicons/react

Version:

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

26 lines 1.31 kB
import * as React from "react"; import { forwardRef } from "react"; const CardReceiveIcon = ({ 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: "M21.33 16.722c-.712 2.319-2.89 4-5.456 4h-8.1c-2.565 0-4.744-1.681-5.455-4z" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M15.227 3.222a4 4 0 0 0 3.598 5.75c1.027 0 2.04-.363 2.75-1v7.111q-.002.069-.005.139H2.078q-.003-.07-.004-.14V8.86c0-3.123 2.561-5.638 5.7-5.638zM8.847 8.48a.75.75 0 0 0-1.131.985c.475.546.473 1.467-.006 2.012a.75.75 0 0 0 1.128.99c.973-1.108.978-2.873.009-3.987m-2.453.707a.75.75 0 1 0-1.131.986.49.49 0 0 1-.002.597.75.75 0 0 0 1.127.99 1.99 1.99 0 0 0 .006-2.573", clipRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { d: "M19.545 3.053v2.19l.72-.72a.75.75 0 1 1 1.06 1.06l-2 2-.056.053a.75.75 0 0 1-1.004-.052l-2-2a.75.75 0 1 1 1.06-1.06l.72.719v-2.19a.75.75 0 0 1 1.5 0" })); const ForwardRef = forwardRef(CardReceiveIcon); export default ForwardRef;