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.82 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 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", { d: "M3 7.25a.75.75 0 0 0-.75.75.75.75 0 0 0 .75.75c2.139 0 3.386.46 4.277 1.107.336.245.626.524.891.83.248-.397.521-.835.853-1.289a6.594 6.594 0 0 0-.86-.755C6.988 7.79 5.36 7.25 3 7.25Zm15.25 5.248a.75.75 0 0 0-.531.22.75.75 0 0 0 0 1.063l1.468 1.469H17c-2.139 0-3.386-.46-4.277-1.107a5.279 5.279 0 0 1-.891-.83c-.248.397-.521.835-.853 1.289.257.265.538.521.86.755 1.172.852 2.8 1.393 5.161 1.393h2.188l-1.47 1.469a.75.75 0 0 0 0 1.062.75.75 0 0 0 1.063 0l2.75-2.75a.75.75 0 0 0 .194-.468.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.75-2.75a.75.75 0 0 0-.531-.221Zm0-7.998a.75.75 0 0 0-.531.219.75.75 0 0 0 0 1.062l1.468 1.469H17c-2.361 0-3.989.54-5.16 1.393-1.171.851-1.852 1.959-2.477 2.959-.625 1-1.194 1.892-2.086 2.54C6.386 14.792 5.14 15.25 3 15.25a.75.75 0 0 0-.75.75.75.75 0 0 0 .75.75c2.361 0 3.989-.54 5.16-1.393 1.171-.851 1.852-1.959 2.477-2.959.625-1 1.194-1.892 2.086-2.54C13.614 9.208 14.86 8.75 17 8.75h2.188l-1.47 1.469a.75.75 0 0 0 0 1.062.75.75 0 0 0 1.063 0l2.75-2.75a.75.75 0 0 0 .194-.469A.75.75 0 0 0 21.75 8a.75.75 0 0 0-.025-.129.75.75 0 0 0-.02-.098.75.75 0 0 0-.174-.304l-2.75-2.75a.75.75 0 0 0-.531-.219Z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsCrossingIcon); module.exports = ForwardRef;