| 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( |
| 34911 | 'svg', |
| 34912 | Mn()( |
| 34913 | { |
| 34914 | xmlns: 'http://www.w3.org/2000/svg', |
| 34915 | viewBox: '0 0 20 20', |
| 34916 | className: s, |
| 34917 | width: o, |
| 34918 | height: i, |
| 34919 | 'aria-hidden': 'true', |
| 34920 | focusable: 'false', |
| 34921 | }, |
| 34922 | a |
| 34923 | ), |
| 34924 | Re.createElement('path', { |
| 34925 | d: 'M13.25 10L6.109 2.58c-.268-.27-.268-.707 0-.979.268-.27.701-.27.969 0l7.83 7.908c.268.271.268.709 0 .979l-7.83 7.908c-.268.271-.701.27-.969 0-.268-.269-.268-.707 0-.979L13.25 10z', |
| 34926 | }) |
| 34927 | ), |
| 34928 | components_close = ({ className: s = null, width: o = 20, height: i = 20, ...a }) => |
| 34929 | Re.createElement( |