File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,20 @@ export const partners = [
150150 </ svg >
151151 ) ;
152152 } ,
153- }
153+ } ,
154+ {
155+ name : "Base UI" ,
156+ url : "https://base-ui.com/" ,
157+ logo : function ( props : React . SVGProps < SVGSVGElement > ) {
158+ return (
159+ < svg fill = "currentColor" viewBox = "0 0 320 96" { ...props } >
160+ < path d = "M78.374 37.031c-.618-.038-1.122.467-1.122 1.084v34.668c9.913 0 17.95-8.01 17.95-17.893 0-9.506-7.437-17.281-16.828-17.859Z" />
161+ < path fillRule = "evenodd" d = "M75.008 43.26V72.783c-9.913 0-17.95-8.812-17.95-19.682V23.577c9.914 0 17.95 8.812 17.95 19.683Z" clipRule = "evenodd" />
162+ < path d = "M137.491 56.34c0 9.253-5.003 14.905-12.062 14.905-3.558 0-6.782-1.496-8.839-4.322v3.768h-6.225V30.463h6.67v14.96c2.112-2.825 5.17-3.878 8.505-3.878 7.337 0 11.951 5.652 11.951 14.795Zm-6.837 0c0-5.985-2.613-9.697-6.948-9.697-4.169 0-6.838 3.934-6.838 9.697 0 5.818 2.724 9.752 6.949 9.752 4.224 0 6.837-3.768 6.837-9.752Zm27.279 14.351c-.167-1.108-.222-2.272-.278-3.712-2.39 2.881-5.114 4.266-9.616 4.266-6.337 0-9.95-3.158-9.95-8.478 0-9.142 11.506-9.253 18.788-10.084v-1.22c0-3.49-1.723-5.43-5.225-5.43-3.613 0-5.615 1.773-5.67 4.821h-6.837c.222-5.984 5.058-9.53 12.507-9.53 9.116 0 11.728 4.765 11.728 12.411v7.98c0 3.158.112 5.929.612 8.976h-6.059Zm-1.056-13.465c-5.003.665-11.896.554-11.896 5.43 0 2.439 1.723 3.99 4.781 3.99 4.113 0 7.115-1.995 7.115-8.2v-1.22Zm15.109 4.322c0 3.436 2.112 5.154 6.114 5.154 3.168 0 5.225-1.33 5.225-3.547 0-2.826-3.224-3.601-6.893-4.488-4.891-1.164-10.672-2.438-10.672-8.7 0-5.208 4.669-8.644 11.951-8.644 7.615 0 11.895 3.27 11.895 9.531h-6.614c-.112-3.38-1.89-4.765-5.503-4.765-2.947 0-4.836 1.274-4.836 3.324 0 3.103 4.224 3.768 8.504 4.877 4.503 1.163 9.061 2.825 9.061 8.311s-4.725 8.866-12.174 8.866c-8.115 0-12.784-3.436-12.896-9.919h6.838Zm18.658-5.264c0-8.644 5.448-14.96 14.064-14.96 5.281 0 8.949 2.382 10.95 5.873 1.724 2.992 2.279 6.705 2.279 11.137h-20.4c.111 4.821 2.557 8.257 7.226 8.257 3.058 0 5.17-1.552 6.059-4.433h7.06c-1.557 6.206-6.226 9.309-13.174 9.309-9.228 0-14.064-5.818-14.064-15.183Zm20.512-2.826c-.334-4.82-3.169-7.314-6.782-7.314-3.668 0-6.559 2.494-6.948 7.314h13.73Zm34.555 13.52c-2.223 2.993-5.781 4.267-9.06 4.267-3.725 0-6.337-1.44-8.116-3.879-1.39-1.939-1.668-4.931-1.668-9.032V42.1h6.615v16.014c0 4.211.667 8.09 5.281 8.09 2.001 0 3.613-.72 4.725-2.217 1.111-1.496 1.778-3.878 1.778-7.37V42.1h6.671v28.592h-6.226V66.98ZM255.717 42.1h6.671v28.592h-6.671V42.1Zm0-11.636h6.671v6.704h-6.671v-6.704Z" />
163+ </ svg >
164+ ) ;
165+ } ,
166+ } ,
154167] ;
155168
156169export const ambassadors = [
You can’t perform that action at this time.
0 commit comments