| 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( |
| 34892 | 'svg', |
| 34893 | Mn()( |
| 34894 | { |
| 34895 | xmlns: 'http://www.w3.org/2000/svg', |
| 34896 | viewBox: '0 0 20 20', |
| 34897 | className: s, |
| 34898 | width: o, |
| 34899 | height: i, |
| 34900 | 'aria-hidden': 'true', |
| 34901 | focusable: 'false', |
| 34902 | }, |
| 34903 | a |
| 34904 | ), |
| 34905 | Re.createElement('path', { |
| 34906 | d: 'M17.418 6.109c.272-.268.709-.268.979 0s.271.701 0 .969l-7.908 7.83c-.27.268-.707.268-.979 0l-7.908-7.83c-.27-.268-.27-.701 0-.969.271-.268.709-.268.979 0L10 13.25l7.418-7.141z', |
| 34907 | }) |
| 34908 | ), |
| 34909 | arrow = ({ className: s = null, width: o = 20, height: i = 20, ...a }) => |
| 34910 | Re.createElement( |