| 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( |
| 34930 | 'svg', |
| 34931 | Mn()( |
| 34932 | { |
| 34933 | xmlns: 'http://www.w3.org/2000/svg', |
| 34934 | viewBox: '0 0 20 20', |
| 34935 | className: s, |
| 34936 | width: o, |
| 34937 | height: i, |
| 34938 | 'aria-hidden': 'true', |
| 34939 | focusable: 'false', |
| 34940 | }, |
| 34941 | a |
| 34942 | ), |
| 34943 | Re.createElement('path', { |
| 34944 | d: 'M14.348 14.849c-.469.469-1.229.469-1.697 0L10 11.819l-2.651 3.029c-.469.469-1.229.469-1.697 0-.469-.469-.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-.469-.469-.469-1.228 0-1.697.469-.469 1.228-.469 1.697 0L10 8.183l2.651-3.031c.469-.469 1.228-.469 1.697 0 .469.469.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c.469.469.469 1.229 0 1.698z', |
| 34945 | }) |
| 34946 | ), |
| 34947 | copy = ({ className: s = null, width: o = 15, height: i = 16, ...a }) => |
| 34948 | Re.createElement( |