UNPKG

@astraicons/react

Version:

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

25 lines 1.29 kB
import * as React from "react"; function CardSendIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { d: "M22.53 4.22a.75.75 0 0 1-1.06 1.06l-.72-.72v2.19a.75.75 0 0 1-1.5 0V4.56l-.72.72a.75.75 0 1 1-1.06-1.06l2-2a.75.75 0 0 1 .528-.22h.004a.75.75 0 0 1 .528.22z" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M7.886 11.256c.479-.545.48-1.466.005-2.012a.75.75 0 0 1 1.131-.986c.97 1.113.965 2.879-.009 3.988a.75.75 0 1 1-1.127-.99m-2.45-.707a.49.49 0 0 0 .002-.598.75.75 0 0 1 1.132-.985 1.99 1.99 0 0 1-.006 2.573.75.75 0 1 1-1.127-.99M16.5 20.75h-9a5.5 5.5 0 0 1-4.438-2.25h17.876a5.5 5.5 0 0 1-4.438 2.25M21.716 17H2.284A5.5 5.5 0 0 1 2 15.25v-7a5.5 5.5 0 0 1 5.5-5.5h6a1.5 1.5 0 0 1 1.5 1.5v2a3.5 3.5 0 0 0 3.5 3.5 3.5 3.5 0 0 1 3.5 3.5v2c0 .612-.1 1.2-.284 1.75", clipRule: "evenodd" })); } const ForwardRef = React.forwardRef(CardSendIcon); export default ForwardRef;