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 984 B
const React = require("react"); function ArrowBottomLeftOnSquareIcon({ 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: "M12.5 9.25c0 .69-.56 1.25-1.25 1.25H9A.75.75 0 0 0 9 12h2.25A2.75 2.75 0 0 0 14 9.25v-4.5A2.75 2.75 0 0 0 11.25 2h-4.5A2.75 2.75 0 0 0 4 4.75V7a.75.75 0 0 0 1.5 0V4.75c0-.69.56-1.25 1.25-1.25h4.5c.69 0 1.25.56 1.25 1.25zM9.78 7.28a.75.75 0 0 0-1.06-1.06L3.5 11.44V9.75a.75.75 0 0 0-1.5 0v3.5c0 .414.336.75.75.75h3.5a.75.75 0 0 0 0-1.5H4.56z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowBottomLeftOnSquareIcon); module.exports = ForwardRef;