| 34868 | } |
| 34869 | var Nn = __webpack_require__(7666), |
| 34870 | Mn = __webpack_require__.n(Nn) |
| 34871 | const arrow_up = ({ className: s = null, width: o = 20, height: i = 20, ...a }) => |
| 34872 | Re.createElement( |
| 34873 | 'svg', |
| 34874 | Mn()( |
| 34875 | { |
| 34876 | xmlns: 'http://www.w3.org/2000/svg', |
| 34877 | viewBox: '0 0 20 20', |
| 34878 | className: s, |
| 34879 | width: o, |
| 34880 | height: i, |
| 34881 | 'aria-hidden': 'true', |
| 34882 | focusable: 'false', |
| 34883 | }, |
| 34884 | a |
| 34885 | ), |
| 34886 | Re.createElement('path', { |
| 34887 | d: 'M 17.418 14.908 C 17.69 15.176 18.127 15.176 18.397 14.908 C 18.667 14.64 18.668 14.207 18.397 13.939 L 10.489 6.109 C 10.219 5.841 9.782 5.841 9.51 6.109 L 1.602 13.939 C 1.332 14.207 1.332 14.64 1.602 14.908 C 1.873 15.176 2.311 15.176 2.581 14.908 L 10 7.767 L 17.418 14.908 Z', |
| 34888 | }) |
| 34889 | ), |
| 34890 | arrow_down = ({ className: s = null, width: o = 20, height: i = 20, ...a }) => |
| 34891 | Re.createElement( |