UNPKG

@astraicons/react

Version:

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

22 lines 928 B
const React = require("react"); const { forwardRef } = require("react"); const Upload1Icon = ({ 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", { fillRule: "evenodd", d: "M11.25 11.25V6.805L9.531 8.53A.75.75 0 0 1 8.47 7.471l2.988-3a.75.75 0 0 1 .537-.22H12c.246 0 .464.118.601.301l2.926 2.891a.75.75 0 1 1-1.054 1.067L12.75 6.808v4.443zm0 0H4.5c-.69 0-1.25.56-1.25 1.25v3a4.25 4.25 0 0 0 4.25 4.25h9a4.25 4.25 0 0 0 4.25-4.25v-3c0-.69-.56-1.25-1.25-1.25h-6.75V15a.75.75 0 0 1-1.5 0z", clipRule: "evenodd" })); const ForwardRef = forwardRef(Upload1Icon); module.exports = ForwardRef;