UNPKG

@astraicons/react

Version:

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

27 lines 933 B
const React = require("react"); const { forwardRef } = require("react"); const Upload2Icon = ({ 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", { strokeLinecap: "round", d: "M20.37 10.2c.854.909.838 2.207-.037 3.101l-5.605 5.728c-1.398 1.428-3.966 1.428-5.364 0l-5.886-6.015c-.708-.724-.595-2.09.113-2.814" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "m8.4 7.5 2.963-2.964a.9.9 0 0 1 1.273 0L15.6 7.5M12 15.6V4.8" })); const ForwardRef = forwardRef(Upload2Icon); module.exports = ForwardRef;