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-

24 lines 1.02 kB
import * as React from "react"; function ArrowBottomLeftOnSquareIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", 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", { fillRule: "evenodd", d: "M8.25 21.75H3a.75.75 0 0 1-.75-.75v-5.25a.75.75 0 0 1 1.5 0v3.44L15.97 6.97a.75.75 0 0 1 1.06 1.06L4.81 20.25h3.44a.75.75 0 0 1 0 1.5Zm10.5-4.5a1.5 1.5 0 0 0 1.5-1.5V5.25a1.5 1.5 0 0 0-1.5-1.5H8.25a1.5 1.5 0 0 0-1.5 1.5v8.25a.75.75 0 0 1-1.5 0V5.25a3 3 0 0 1 3-3h10.5a3 3 0 0 1 3 3v10.5a3 3 0 0 1-3 3H10.5a.75.75 0 0 1 0-1.5z", clipRule: "evenodd" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowBottomLeftOnSquareIcon); export default ForwardRef;