File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -297,5 +297,16 @@ export const supporters = [
297297 </ svg >
298298 ) ;
299299 } ,
300+ } ,
301+ {
302+ name : "Laravel" ,
303+ url : "https://laravel.com/" ,
304+ logo : function ( props : React . SVGProps < SVGSVGElement > ) {
305+ return (
306+ < svg fill = "currentColor" viewBox = "0 0 320 96" { ...props } >
307+ < path d = "M62.288 21.558H54v50.575h23.855v-7.441H62.288V21.558ZM107.114 43.016c-1.057-1.686-2.558-3.01-4.505-3.974-1.945-.963-3.903-1.445-5.873-1.445-2.547 0-4.877.47-6.99 1.409-2.116.939-3.929 2.228-5.442 3.866a17.904 17.904 0 0 0-3.532 5.67 18.33 18.33 0 0 0-1.26 6.757c0 2.409.42 4.672 1.26 6.79a17.971 17.971 0 0 0 3.532 5.636c1.513 1.638 3.327 2.927 5.441 3.866 2.114.939 4.444 1.408 6.991 1.408 1.97 0 3.928-.481 5.873-1.444 1.947-.963 3.448-2.288 4.505-3.974v4.551h7.856V38.463h-7.856v4.553Zm-.721 16.4c-.48 1.302-1.153 2.434-2.017 3.397a9.756 9.756 0 0 1-3.135 2.312c-1.226.578-2.584.867-4.073.867-1.49 0-2.835-.289-4.036-.867a9.854 9.854 0 0 1-3.098-2.312c-.866-.963-1.527-2.095-1.982-3.396a12.314 12.314 0 0 1-.685-4.118c0-1.445.227-2.818.685-4.119.455-1.3 1.116-2.431 1.982-3.395a9.867 9.867 0 0 1 3.098-2.313c1.201-.578 2.547-.867 4.036-.867 1.49 0 2.847.29 4.073.867a9.767 9.767 0 0 1 3.135 2.313c.865.964 1.537 2.095 2.017 3.395a11.8 11.8 0 0 1 .721 4.119c0 1.445-.241 2.817-.721 4.118ZM170.968 43.016c-1.057-1.686-2.559-3.01-4.505-3.974-1.945-.963-3.904-1.445-5.873-1.445-2.548 0-4.877.47-6.991 1.409-2.115.939-3.928 2.228-5.441 3.866a17.91 17.91 0 0 0-3.532 5.67 18.337 18.337 0 0 0-1.261 6.757c0 2.409.42 4.672 1.261 6.79a17.97 17.97 0 0 0 3.532 5.636c1.513 1.638 3.326 2.927 5.441 3.866 2.114.939 4.443 1.408 6.991 1.408 1.969 0 3.928-.481 5.873-1.444 1.946-.963 3.448-2.288 4.505-3.974v4.551h7.855V38.463h-7.855v4.553Zm-.721 16.4c-.48 1.302-1.153 2.434-2.017 3.397a9.756 9.756 0 0 1-3.135 2.312c-1.226.578-2.584.867-4.073.867-1.489 0-2.835-.289-4.036-.867a9.847 9.847 0 0 1-3.098-2.312c-.865-.963-1.526-2.095-1.982-3.396a12.305 12.305 0 0 1-.685-4.118c0-1.445.227-2.818.685-4.119.456-1.3 1.117-2.431 1.982-3.395a9.863 9.863 0 0 1 3.098-2.313c1.201-.578 2.547-.867 4.036-.867 1.489 0 2.847.29 4.073.867a9.767 9.767 0 0 1 3.135 2.313c.865.964 1.537 2.095 2.017 3.395a11.8 11.8 0 0 1 .721 4.119c0 1.445-.241 2.817-.721 4.118ZM265 21.558h-7.855v50.575H265V21.558ZM121.168 72.133h7.855v-25.92h13.478v-7.748h-21.333v33.668ZM210.318 38.465l-9.873 25.782-9.874-25.782h-7.956l12.894 33.668h9.873l12.893-33.668h-7.957ZM235.407 37.599c-9.619 0-17.233 7.925-17.233 17.7 0 10.807 7.369 17.701 18.24 17.701 6.084 0 9.969-2.332 14.715-7.411l-5.307-4.117c-.003.005-4.006 5.273-9.982 5.273-6.947 0-9.872-5.615-9.872-8.52h26.061c1.369-11.123-5.925-20.626-16.622-20.626Zm-9.418 14.774c.06-.648.965-8.52 9.356-8.52 8.392 0 9.411 7.871 9.47 8.52h-18.826Z" />
308+ </ svg >
309+ ) ;
310+ } ,
300311 }
301312] ;
You can’t perform that action at this time.
0 commit comments