UNPKG

@sidekickicons/react

Version:

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

22 lines 955 B
const React = require("react"); function ArchiveBoxArrowUpIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", fill: "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", { d: "M2 3a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1Zm0 4.5.81 7.709A2.002 2.002 0 0 0 4.8 17h10.4a2.002 2.002 0 0 0 1.99-1.791L18 7.5ZM10 9c.213 0 .414.09.557.248l2.25 2.5a.75.75 0 1 1-1.114 1.004l-.943-1.047v2.545a.75.75 0 0 1-1.5 0v-2.545l-.943 1.047a.75.75 0 1 1-1.114-1.004l2.25-2.5A.748.748 0 0 1 10 9Z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxArrowUpIcon); module.exports = ForwardRef;