UNPKG

@jfstech/icons-react

Version:

<p align="center"> <a href="https://jfstech.uk" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/JFS-Tech/icons/HEAD/.github/logo-dark.svg"> <source media="(prefers-color

26 lines 1.01 kB
const React = require("react"); function Upload01Icon({ title, titleId, ...props }, svgRef) { return /*#__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", "data-slot": "icon", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M5.893 15.429c-1.598 0-2.893-1-2.893-2.466s1.295-2.654 2.893-2.654q.163 0 .321.016v-.016h.04a4 4 0 0 1-.04-.59C6.214 7.113 8.517 5 11.357 5c1.924 0 3.6.969 4.483 2.404q.323-.045.66-.045c2.485 0 4.5 1.85 4.5 4.13 0 1.877-1.365 3.308-3.234 3.78M11.858 19v-6.774m0 0L8.906 15.02m2.952-2.794 2.954 2.794" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(Upload01Icon); module.exports = ForwardRef;