UNPKG

@astraicons/react

Version:

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

45 lines 1.52 kB
const React = require("react"); const { forwardRef } = require("react"); const PayWithCardIcon = ({ 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("path", { d: "M16 8.5V6a3 3 0 0 0-3-3H5.708A2.71 2.71 0 0 0 3 5.708V18a3 3 0 0 0 3 3h7.5a2.5 2.5 0 0 0 2.5-2.5" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M6 15.02V15M9 15.02V15M6 18.02V18M9 18.02V18", opacity: 0.4 }), /*#__PURE__*/React.createElement("path", { d: "M12.5 12h-6A1.5 1.5 0 0 1 5 10.5v-2A1.5 1.5 0 0 1 6.5 7H13a1 1 0 0 1 1 1", opacity: 0.4 }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "M17.857 19V8.5", opacity: 0.4 }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M18 4a2 2 0 0 1 2 2M18 2a4 4 0 0 1 4 4", opacity: 0.4 }), /*#__PURE__*/React.createElement("path", { d: "M12 10a2 2 0 0 1 2-2h5a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2z" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "M10 5H9", opacity: 0.4 })); const ForwardRef = forwardRef(PayWithCardIcon); module.exports = ForwardRef;