UNPKG

@astraicons/react

Version:

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

28 lines 952 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 10c.854.918.838 2.23-.037 3.133l-5.605 5.785c-1.398 1.443-3.966 1.443-5.364 0l-5.886-6.075c-.708-.732-.595-2.112.113-2.843" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "m8 7.419 3.293-3.14a1.035 1.035 0 0 1 1.414 0L16 7.42M12 16V4.559", opacity: 0.4 })); const ForwardRef = forwardRef(Upload2Icon); module.exports = ForwardRef;