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 908 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 16 16", 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 1 1-1h10a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1Zm1 3v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V6Zm5 1c.192 0 .385.072.531.219l2.5 2.5A.752.752 0 0 1 9.97 10.78L8.75 9.561v2.689a.75.75 0 0 1-1.5 0V9.56l-1.219 1.221A.752.752 0 0 1 4.97 9.72l2.5-2.5A.749.749 0 0 1 8 7Z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxArrowUpIcon); module.exports = ForwardRef;