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 1.64 kB
const React = require("react"); function ArrowsCrossingIcon({ 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.75 4a.75.75 0 0 0-.75.75.75.75 0 0 0 .75.75c1.175 0 1.772.222 2.152.537.179-.426.414-.87.748-1.303C4.964 4.27 4.01 4 2.75 4Zm8.5 4.498a.75.75 0 0 0-.531.22.75.75 0 0 0 0 1.063l.719.719h-.188c-1.494 0-2.306-.28-2.805-.652-.146.428-.348.889-.664 1.357.809.508 1.931.795 3.469.795h.188l-.72.719a.75.75 0 0 0 0 1.062.75.75 0 0 0 1.063 0l2-2a.75.75 0 0 0 .194-.338.75.75 0 0 0 0-.13.75.75 0 0 0 .025-.063.75.75 0 0 0-.025-.129.75.75 0 0 0 0-.064.75.75 0 0 0-.02-.034.75.75 0 0 0-.174-.304l-2-2a.75.75 0 0 0-.531-.221Zm0-6.498a.75.75 0 0 0-.531.219.75.75 0 0 0 0 1.062l.719.719h-.188c-1.925 0-3.2.447-4.021 1.219-.821.771-1.105 1.756-1.329 2.586-.223.83-.407 1.515-.773 1.941-.366.427-.945.754-2.377.754a.75.75 0 0 0-.75.75.75.75 0 0 0 .75.75c1.692 0 2.833-.485 3.514-1.277.68-.793.872-1.733 1.086-2.528.214-.795.43-1.435.906-1.883.476-.447 1.294-.812 2.994-.812h.188l-.72.719a.75.75 0 0 0 0 1.062.75.75 0 0 0 1.063 0l2-2A.75.75 0 0 0 14 4.75a.75.75 0 0 0-.057-.287.75.75 0 0 0-.162-.244l-2-2A.75.75 0 0 0 11.25 2Z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsCrossingIcon); module.exports = ForwardRef;