mirror of
https://github.com/supabase/supabase.git
synced 2026-06-28 19:39:19 -04:00
a469504f21
* wip * wip * single page * new sections and polishing up * reponsive * nits * semantic titles * optimize imgs * nits * wup * hero bubbles * Update apps/www/components/Wrapped/Pages/SupabaseSelect.tsx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * fix: Use `amaro` for stripping types in code samples (#41229) * Fix the error for babel/preset-typescript in docs. * Unfix the version. * Try using amaro for type stripping. * Run prettier after stripping types. * Fix tests. --------- Co-authored-by: Charis Lam <26616127+charislam@users.noreply.github.com> * fix: Fix minor issue in the foreign key selector (#41235) Change the isPending state to isLoading. * docs: Remove empty troubleshooting fields (#41236) * Remove emoty fields * Fix lock file * chore: update self-hosted image versions (#41234) * Feature: show index advisor in table editor (#41166) * added table advisor query * updated to include table editor performance * updated JSON B * added side panel * updated query indexes to show highlights context * show index advisor in table editor * updated invalidation logic * added color updates * added query indexes * updated query performance type * updated overflow and title * put behind flag * remove gap * added on close * Update apps/studio/data/database/table-index-advisor-query.ts Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * updated styling --------- Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * fix: useFlag to update initial check of flag store (#41209) * fix flag lib * updated uneeded logic * updated logic * remove line * updated comment * fix: Hide favourites and share snippets on self-hosted variant (#41227) * Hide favorite and share actions for self-hosted version. * Rename the query on save only on platform. * Simplify useCheckOpenAiKeyQuery. * Rename with AI now depends if the OPENAI_API_KEY is set. * Minor fixes. * Fix the tests to use .skip for skipping tests. Remove extra port params. * Make the test for favourites work only on platform variant. * feat(reports): support new database report granularity FE-2221 (#41228) * handle new granularity * undo unnecessary type change * rm console log * fix: blog auto scroll post app router migration for blog (#41220) Enhance TOC highlighting and anchor scroll in blog posts Refactored useActiveAnchors hook to support smooth hash scrolling and improved TOC highlighting based on scroll position. Added options for custom selectors and offset, and updated BlogPostClient to enable scroll-to-anchor and TOC highlight functionality. * fix: remove flakiness with launch options and default timeouts (#41245) * attempt to make table editor tests less flaky * updated race conditions for table editor * updated playwright config with optimized launch options * reduce workers * updated timeouts for tests * updated config to have a global timeout of 20 seconds * updated to be visible * chore: update changelog and image versions file (#41244) * feat(design-system): improve table docs (#41215) * docs updates * docs expansion * minor docs fix * improvements * fix dependencies * docs expansion * more table examples * map over data * improve copy * Update apps/design-system/registry/default/example/table-row-link-actions.tsx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update apps/design-system/registry/default/example/table-row-link-actions.tsx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * fixes * fix --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * chore(studio): improve table presentation (#41217) * billing improvements * wrapper improvements * border fix * Nit adjustments * fixes * fix aria * fix loading * fixes * fix --------- Co-authored-by: Joshen Lim <joshenlimek@gmail.com> * Save opened side bar in local storage, and init on new session (#41224) * Save opened side bar in local storage, and init on new session * Fix test * Fix * Nit * docs(design-system): Data Table and Data Grid documentation (#41252) * basic differentiation * docs * data-grid examples * data-grid-demo * data-table * demo * use existing components * improvements * markup * docs * remove data table * lint * Update apps/design-system/content/docs/ui-patterns/empty-states.mdx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * fix ref * use TanStack sorting * grammar * dependency * 📝 Add docstrings to `dnywh/docs/data-table-data-grid` (#41255) Docstrings generation was requested by @MildTomato. * https://github.com/supabase/supabase/pull/41252#issuecomment-3640781017 The following files were modified: * `apps/design-system/registry/default/example/data-grid-demo.tsx` * `apps/design-system/registry/default/example/data-grid-empty-state.tsx` * `apps/design-system/registry/default/example/data-table-demo.tsx` Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * docs: fix grammatical error in generate-text-embeddings guide (#41187) * docs: fix grammatical error in generate-text-embeddings guide * Update generate-text-embeddings.mdx Co-authored-by: Chris Chinchilla <chris@chrischinchilla.com> --------- Co-authored-by: Chris Chinchilla <chris@chrischinchilla.com> * chore: uniform card and panel padding-x (#41237) * docs: Fix typo in API introduction documentation (#41251) * chore(billing): regenerate api-types to include vanity subdomain entitlement (#41257) chore(billing: regenerate api-types to include vanity subdomain entitlement * Add liam to humans.txt (#41169) * docs: Add link to restoring backup to new Supabase project (#39108) Co-authored-by: Chris Chinchilla <chris.ward@supabase.io> * feat(code-block): add word wrap functionality and controls to code bl… (#39689) * feat(code-block): add word wrap functionality and controls to code blocks * feat(code-block): enhance layout of code block with improved line number display and structure * fix h-full issue * fix Prettier issue --------- Co-authored-by: Chris Chinchilla <chris.ward@supabase.io> * wip * wip * single page * optimize imgs * revert * pkg * update new content * rm overflow * new data * nits * nits * og * border * fix: improve AnimatedCounter and FloatingStatBubbles/Intro components - Update AnimatedCounter to correctly reflect value changes in the DOM. - Add lifetime management for timers in FloatingStatBubbles and FloatingBoxes to prevent memory leaks. - Ensure cleanup of timers on component unmount for better resource management. * dbs * minify images * text-brand-link on light mode * fix grid * max-width on images * address comments * fixes * faster image rotation * upd og * new launch * nitsgs * last nits --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com> Co-authored-by: Charis Lam <26616127+charislam@users.noreply.github.com> Co-authored-by: Chris Chinchilla <chris.ward@supabase.io> Co-authored-by: Andrey A. <56412611+aantti@users.noreply.github.com> Co-authored-by: Ali Waseem <waseema393@gmail.com> Co-authored-by: Jordi Enric <37541088+jordienr@users.noreply.github.com> Co-authored-by: Jonathan Summers-Muir <MildTomato@users.noreply.github.com> Co-authored-by: Danny White <3104761+dnywh@users.noreply.github.com> Co-authored-by: Joshen Lim <joshenlimek@gmail.com> Co-authored-by: Dinesh Dawonauth <dineshddawo@gmail.com> Co-authored-by: Chris Chinchilla <chris@chrischinchilla.com> Co-authored-by: Francesco Sansalvadore <f.sansalvadore@gmail.com> Co-authored-by: 李子衿 <160584929+hhhez@users.noreply.github.com> Co-authored-by: Kanishk Dudeja <kanishk@kanishkdudeja.com> Co-authored-by: lch-supa <liam.hogan@supabase.io> Co-authored-by: Timothy Lim <tim.lim@supabase.io> Co-authored-by: Priyanshu Thapliyal <114170980+Priyanshuthapliyal2005@users.noreply.github.com>
95 lines
27 KiB
TypeScript
95 lines
27 KiB
TypeScript
import * as React from 'react'
|
|
|
|
export const PhoenixEnergyLogo = (props: React.ComponentProps<'svg'>) => (
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="161"
|
|
height="53"
|
|
fill="none"
|
|
viewBox="0 0 161 53"
|
|
{...props}
|
|
>
|
|
<path
|
|
fill="currentColor"
|
|
d="m26.866 42.061-.011-.006v.013l-1.305.744c-.634.392-.975.877-1.152 1.494l2.468-1.278 2.469 1.278c-.178-.615-.519-1.102-1.152-1.494l-1.305-.744v-.013zm.012 1.501v-.013l-.012.006q-.005-.001-.011-.006v.013c-1.494.784-2.637 1.278-3.255 2.765l2.127-1.053a5.39 5.39 0 0 0-.177 5.533l.355-1.67v.614c0 1.143.265 2.196.885 3.162l.065.065V53l.011-.011.012.01v-.022l.065-.064c.62-.966.885-2.02.885-3.162v-.614l.355 1.67a5.39 5.39 0 0 0-.178-5.533l2.127 1.053c-.617-1.485-1.76-1.981-3.254-2.765m17.606-13.715c-3.92 1.465-4.598 3.258-4.598 3.258 1.503-4.19 9.327-4.725 11.025-7.65 1.168-2.015.935-6.237.935-6.237s.505 1.986.21 4.326c1.2-2.565 2.568-7.102.904-12.539 0 0-.436 1.83-1.144 2.716-.943 1.563-3.019 3.041-6.051 6.118-4.089 4.146-4.987 6.664-4.987 6.664 1.02-6.298 10.147-11.268 10.836-14.44.337-1.546.268-2.87.108-3.828a5 5 0 0 0-.105-.387s-.96 1.534-2.175 2.289c0 0 1.009-3.623-1.323-7.532 0 0-.002 1.275-1.083 2.44-.022 2.14-2.408 4.433-4.946 8.556-2.595 4.215-2.855 6.477-2.855 6.477-.353-5.854 7.14-12.152 7.102-14.915-.03-2.333-.849-4.469-1.102-5.079-.023-.029-.04-.057-.063-.086 0 0-3.466 6.029-6.023 13.138-2.556 7.11-1.41 14.658-1.3 16.086.085 1.113-.187 2.326-.854 3.482-1.175 2.104-3.513 3.76-6.424 4.533-.252.296-1.416 1.74-1.546 3.28 0 0 2-.134 3.102-1.582 0 0 1.462 2.24 5.542 2.285 0 0-.986-.577-1.346-1.111 0 0 1.973 1.11 6.367-.134 0 0-1.45-.263-2.797-.897a6.2 6.2 0 0 1-2.305-.29c-3.082-.99-4.529-.71-4.529-.71s2.298-.547 4.709.312c2.273.808 5.245-.312 5.245-.312s-.573.403-1.51.702c2.2-.16 5.515-.978 7.687-4.182 0 0-1.116.513-3.273.348-1.62.824-3.672 1.073-5.155.83-2.433-.4-4.423.216-4.423.216 3.136-1.078 2.905-.267 7.224-1 4.32-.732 4.935-3.873 4.935-3.873.028 1.184-.442 2.128-1.188 2.854 2.235-1.38 5.83-4.386 6.409-9.683 0 0-.764.686-2.118 1.222-.733 2.004-3.08 2.823-7.117 4.333zM29.01 37.56a14.706 14.706 0 0 1-4.286 0q.193.475.382.949c.532 1.405.443 2.899-.265 4.128v.087l2.026-1.138 2.026 1.138v-.087c-.71-1.23-.797-2.723-.265-4.128q.193-.474.382-.949m-5.85-.32c-2.686-.715-4.885-2.182-6.132-4.059q-.001-.005-.007-.009a8 8 0 0 1-.256-.414c-.687-1.171-.97-2.402-.882-3.531.11-1.43 1.255-8.977-1.301-16.086C12.027 6.03 8.559 0 8.559 0c-.023.029-.04.058-.063.087-.254.61-1.07 2.745-1.103 5.078-.039 2.763 7.458 9.062 7.103 14.915 0 0-.261-2.262-2.856-6.477C9.103 9.48 6.717 7.187 6.695 5.047c-1.078-1.164-1.083-2.44-1.083-2.44-2.331 3.91-1.323 7.532-1.323 7.532C3.073 9.384 2.114 7.85 2.114 7.85q-.059.186-.106.388c-.16.955-.229 2.282.108 3.827.692 3.17 9.817 8.142 10.836 14.44 0 0-.9-2.518-4.987-6.663-3.034-3.077-5.108-4.556-6.051-6.118C1.206 12.837.77 11.006.77 11.006c-1.664 5.435-.296 9.975.903 12.54-.294-2.338.212-4.326.212-4.326s-.234 4.22.934 6.236c1.696 2.927 9.52 3.46 11.025 7.65 0 0-.676-1.793-4.598-3.258-4.039-1.51-6.384-2.328-7.117-4.332C.775 24.978.011 24.292.011 24.292c.58 5.297 4.174 8.303 6.409 9.683-.746-.726-1.215-1.672-1.188-2.854 0 0 .615 3.141 4.935 3.874 4.32.732 4.088-.078 7.224 1 0 0-1.99-.617-4.423-.217-1.482.245-3.536-.004-5.155-.83-2.157.165-3.273-.347-3.273-.347 2.172 3.203 5.488 4.02 7.687 4.18-.94-.297-1.51-.7-1.51-.7s2.974 1.12 5.246.311c2.41-.857 4.708-.312 4.708-.312s-1.447-.28-4.529.71a6.2 6.2 0 0 1-2.305.29c-1.345.635-2.796.897-2.796.897 4.394 1.245 6.366.134 6.366.134-.36.534-1.346 1.111-1.346 1.111 4.08-.044 5.542-2.284 5.542-2.284 1.103 1.447 3.102 1.58 3.102 1.58-.128-1.54-1.296-2.987-1.545-3.28m.659-6.379s-.009.007-.016.01c-1.496.665-4.802.021-5.944-1.236.048.376.13.74.232 1.102.33.685.968 1.402 2.192 1.391 0 0-.355.314-1.235.692.37.566.813 1.087 1.32 1.554.11.096.218.19.335.283a9.8 9.8 0 0 0 2.37-.995s-.494.842-1.63 1.527c.6.392 1.282.746 2.041 1.053q.448.16.919.279c.198-.328.674-1.194.824-2.236 0 0 .207 1.094-.013 2.407.537.09 1.09.14 1.656.14s1.093-.05 1.621-.135c-.22-1.316-.013-2.411-.013-2.411.15 1.048.633 1.92.829 2.242q.383-.098.755-.22a12 12 0 0 0 2.2-1.119c-1.136-.685-1.63-1.527-1.63-1.527a9.8 9.8 0 0 0 2.37.995c.328-.258.622-.527.894-.803.292-.319.553-.664.788-1.02-.9-.385-1.26-.704-1.26-.704 1.36.014 1.995-.868 2.292-1.612.076-.302.139-.61.175-.924-1.1 1.287-4.473 1.955-5.987 1.283-.77-.343-1.09-1.073-1.215-1.77-.011.042-.03.082-.04.122-.084-.48-.1-1.064-.023-1.776 1.64.632 4.828.271 4.828.271l-3.462-2.166 2.55.993c-.91-1.715-3.188-2.799-4.828-3.52-.546-.18-.91-.272-1.366-.272-1.366 0-2.003 1.354-2.003 1.354s-.546 0-1.094.091c-1.548.091-2.004.722-2.004.722s3.551-.993 4.645 1.986c.364.901.546 2.346.638 3.88-.638-6.68-5.283-5.777-5.283-5.777s3.006-.18 3.462 2.346c.233 1.468-.016 2.848-.886 3.505zm2.13-6.51a.15.15 0 0 1-.088-.015.6.6 0 0 1-.247-.14s.029-.076.083-.168l.007-.013c.107-.171.316-.39.635-.272.4.15.043.657-.393.606z"
|
|
></path>
|
|
<path
|
|
fill="currentColor"
|
|
d="M78.543 41.512q.5 0 .5-.475V29.093q0-.475-.5-.475v-.474h4.484v.474q-.21 0-.209.263 0 .21.524.737l7.523 7.841v-8.367q0-.474-.681-.474v-.474h3.958v.474q-.499 0-.499.475v11.944q0 .474.499.474v.475h-4.248v-.474q.341 0 .342-.236 0-.185-.42-.606l-7.995-8.367v8.734q0 .474.602.474v.475h-3.88zM108.932 30.987a.48.48 0 0 0-.225-.434q-.225-.145-.784-.145h-8.994v3.262h5.596q.533 0 .822-.145.292-.142.292-.75h.478v4.103h-.478q0-.603-.292-.777-.294-.17-.822-.171h-5.596v3.631h9.259q.399 0 .652-.185a.59.59 0 0 0 .251-.498h.479v3.604h-.479q-.001-.395-.251-.447a3.2 3.2 0 0 0-.652-.054H95.425v-.474q.184 0 .332-.118.146-.118.146-.356V29.088q-.001-.236-.146-.356a.52.52 0 0 0-.332-.118v-.474h12.498q.558.001.784-.172a.55.55 0 0 0 .225-.46h.478v3.473h-.478zM76.722 30.987a.48.48 0 0 0-.225-.434q-.225-.145-.784-.145h-8.994v3.262h5.595q.533 0 .823-.145.292-.142.291-.75h.479v4.103h-.478q0-.603-.293-.777-.293-.17-.822-.171H66.72v3.631h9.26q.397 0 .65-.185a.59.59 0 0 0 .252-.498h.479v3.604h-.479q-.001-.395-.251-.447a3.2 3.2 0 0 0-.652-.054H63.214v-.474q.185 0 .333-.118.145-.118.146-.356V29.088q-.001-.236-.146-.356a.52.52 0 0 0-.333-.118v-.474h12.499q.557.001.784-.172a.55.55 0 0 0 .225-.46h.478v3.473h-.478zM120.777 28.146q1.275.001 2.309.223 1.035.224 1.779.71.743.488 1.141 1.262.399.776.398 1.909 0 1.736-1.036 2.658-1.034.921-2.787 1.236l3.531 4.998q.186.263.438.316.253.053.465.053v.475h-4.964v-.474q.239 0 .411-.078.172-.08.173-.212a.6.6 0 0 0-.106-.303 9 9 0 0 0-.319-.46l-2.92-4.104h-4.387v4.682q-.001.236.173.357.172.116.624.117v.475h-4.591v-.474q.769 0 .77-.475V29.093q0-.475-.77-.475v-.474h9.668zm-.69 6.156q.956 0 1.593-.144.638-.144 1.009-.408.37-.262.53-.619.158-.356.159-.777 0-.42-.159-.777a1.5 1.5 0 0 0-.53-.619q-.371-.263-1.009-.407-.637-.145-1.593-.145h-5.182V34.3h5.182zM141.398 32.408l-.53-.159a1 1 0 0 0 .054-.316c0-.262-.231-.454-.555-.661q-.485-.311-1.231-.532a10 10 0 0 0-1.624-.325 14 14 0 0 0-1.664-.105q-.971 0-1.925.272a5 5 0 0 0-1.703.844 4.2 4.2 0 0 0-1.206 1.48q-.459.91-.459 2.209c0 .866.153 1.58.459 2.195a4.2 4.2 0 0 0 1.206 1.494q.747.571 1.703.844.957.274 1.925.274 1.493 0 2.686-.247c.796-.165 1.53-.288 2.098-.481v-2.262h-3.398q-.371 0-.557.158t-.239.683h-.478v-3.368h.478q.053.448.239.565.186.118.557.118h6.635v.474q-.532.08-.662.185-.132.106-.133.448v2.972q0 .264.16.343.158.078.37.185v.42a9.7 9.7 0 0 1-1.844 1 12.5 12.5 0 0 1-1.965.619q-.995.224-1.991.276-.994.054-1.952.053-1.857 0-3.385-.46-1.526-.462-2.615-1.37a6.2 6.2 0 0 1-1.685-2.21q-.596-1.303-.597-2.96 0-1.656.597-2.958t1.685-2.224q1.089-.92 2.615-1.408t3.385-.487c.78 0 1.521.053 2.231.158q1.061.157 1.884.356.823.197 1.369.367.543.172.676.172a.6.6 0 0 0 .37-.105q.133-.104.265-.184l.319.184-1.565 3.473zM152.477 33.986l3.918-4.237q.212-.316.346-.498a.6.6 0 0 0 .132-.343q0-.186-.251-.236a2.3 2.3 0 0 0-.465-.054v-.474H161v.474q-.212 0-.398.04-.184.042-.384.185a2.3 2.3 0 0 0-.424.42l-6.065 7.092v4.682q0 .474.611.474v.475h-4.194v-.474a.65.65 0 0 0 .397-.118q.16-.118.16-.357v-4.682l-6.108-7.104q-.186-.264-.571-.448t-.651-.185v-.474h5.521v.474q-.239 0-.451.067t-.211.33l4.25 4.971zM76.041 10.958q-1.452-.928-3.985-.928h-8.898v.47q.977.001.977.47v11.875q0 .47-.977.47v.472h4.83v-.472q-.845 0-.845-.47V18.19h4.91q2.534 0 3.986-.929 1.451-.929 1.45-3.152 0-2.224-1.45-3.153zm-2.179 4.486q-.62.34-1.491.341h-5.228v-3.348h5.228q.872 0 1.491.34.62.341.62 1.334 0 .992-.62 1.333M90.658 10.971q0-.47-.582-.47v-.47h4.064v.47a.5.5 0 0 0-.33.119q-.146.115-.146.354v11.875q-.001.236.146.354a.5.5 0 0 0 .33.118v.47h-4.064v-.47q.581 0 .582-.47v-4.918H82.16v4.919c0 .158.047.273.146.354a.5.5 0 0 0 .33.117v.47h-3.985v-.47q.502.001.501-.47V10.979q-.001-.47-.5-.47v-.47h3.984v.47a.5.5 0 0 0-.33.118q-.145.117-.146.354v4.446h8.498v-4.455M109.348 13.788a6.8 6.8 0 0 0-1.811-2.178c-.73-.567-1.548-1-2.433-1.284a8.6 8.6 0 0 0-2.612-.426 8.6 8.6 0 0 0-2.613.426 7.9 7.9 0 0 0-2.433 1.284 6.8 6.8 0 0 0-1.81 2.178c-.472.88-.71 1.93-.71 3.121s.238 2.242.71 3.122a6.8 6.8 0 0 0 1.81 2.177 7.3 7.3 0 0 0 2.44 1.25 9.3 9.3 0 0 0 2.603.387c.85 0 1.726-.13 2.604-.388a7.3 7.3 0 0 0 2.44-1.249 6.8 6.8 0 0 0 1.81-2.177c.472-.88.71-1.928.71-3.122s-.238-2.242-.71-3.121zm-2.346 3.121c0 .65-.132 1.238-.395 1.744-.267.512-.618.95-1.042 1.298a4.8 4.8 0 0 1-1.456.812 4.77 4.77 0 0 1-3.232 0 4.8 4.8 0 0 1-1.456-.812 4.1 4.1 0 0 1-1.042-1.299c-.263-.505-.396-1.093-.396-1.743s.133-1.238.396-1.743a4.1 4.1 0 0 1 1.042-1.298 4.8 4.8 0 0 1 1.456-.813 4.9 4.9 0 0 1 1.615-.282c.534 0 1.078.095 1.615.282a4.8 4.8 0 0 1 1.455.813c.425.347.778.786 1.043 1.298.263.508.395 1.093.395 1.743zM124.129 12.855a.48.48 0 0 0-.225-.432q-.225-.145-.78-.145h-8.551v3.244h5.173q.528.001.818-.144.29-.144.289-.746h.474v4.08h-.474q0-.6-.289-.772-.292-.17-.818-.169h-5.173v3.609h8.814q.395 0 .647-.183a.59.59 0 0 0 .252-.496h.474v3.584h-.474q0-.391-.252-.445a3.2 3.2 0 0 0-.647-.051h-12.298v-.47q.185 0 .33-.118t.146-.354V10.972q-.001-.234-.146-.354a.5.5 0 0 0-.33-.119v-.47h12.035q.554 0 .78-.168a.55.55 0 0 0 .225-.46h.474v3.454zM125.786 23.32q.502 0 .501-.47V10.974q0-.47-.501-.47v-.47h4.513v.47q-.211 0-.211.26 0 .209.528.733l6.984 7.795v-8.318q0-.47-.685-.47v-.47h3.985v.47q-.502.001-.501.47v11.875q0 .47.501.47v.47h-4.275v-.47q.344 0 .344-.236 0-.184-.423-.6l-7.46-8.319v8.686q0 .47.607.47v.469h-3.907zM142.041 23.32q.687 0 .687-.47V10.974q0-.47-.687-.47v-.47h4.38v.47q-.687.001-.687.47v11.875q0 .47.687.47v.47h-4.38zM159.65 22.429q.14.21.348.405.207.197.449.34t.553.145v.47h-5.169v-.47q.411 0 .411-.418 0-.185-.166-.419l-1.997-3.273-2.183 3.287q-.193.247-.194.458 0 .366.488.365v.47h-4.731v-.47q.488 0 .759-.104.27-.105.553-.47l3.659-5.898-3.241-5.323q-.437-.575-.798-.797a1.58 1.58 0 0 0-.849-.223v-.47h5.605v.47a.83.83 0 0 0-.398.105.34.34 0 0 0-.193.313q0 .185.142.446l1.713 3.244 1.856-3.376q.206-.26.207-.391 0-.341-.694-.341v-.47h5.218v.47q-.618 0-.912.078a.9.9 0 0 0-.501.34l-3.893 5.923 3.956 5.588z"
|
|
></path>
|
|
</svg>
|
|
)
|
|
|
|
export const RallyLogo = (props: React.ComponentProps<'svg'>) => (
|
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 94 32" {...props}>
|
|
<path
|
|
fill="currentColor"
|
|
d="M22.267.084.748 6.36A1.04 1.04 0 0 0 0 7.356v7.603c0 .841.949 1.334 1.637.849l19.36-13.637c.206-.145.444.134.268.315L1.725 22.465c-.642.657-.177 1.764.743 1.764h6.316c.35 0 .679-.178.87-.472L22.866 3.474c.135-.208.455-.047.368.185L16.1 22.83c-.253.678.248 1.4.973 1.4h6.814c.574 0 1.039-.465 1.039-1.038V2.078A2.077 2.077 0 0 0 22.267.084"
|
|
></path>
|
|
<path
|
|
fill="currentColor"
|
|
d="M92.935 8.156a.58.58 0 0 0-.485-.257h-3.172a.59.59 0 0 0-.549.381l-3.835 10.302a.24.24 0 0 1-.238.163.24.24 0 0 1-.234-.167L80.792 8.29a.59.59 0 0 0-.553-.392h-3.27a.584.584 0 0 0-.547.798L82.59 24.65a.25.25 0 0 1 0 .18l-.397 1.048v.002c-.315.87-.699 1.421-1.206 1.736-.439.272-.99.388-1.843.388h-1.945a.587.587 0 0 0-.586.585v2.561c0 .272.183.504.445.563.833.188 1.731.284 2.67.284 1.37 0 2.48-.334 3.387-1.021.917-.693 1.66-1.77 2.273-3.293l7.606-18.98a.59.59 0 0 0-.058-.547M66.928.102a.59.59 0 0 0-.543-.062l-1.482.576a3.08 3.08 0 0 0-1.973 2.885v20.142c0 .323.263.586.586.586h3.08a.587.587 0 0 0 .587-.586V.586a.59.59 0 0 0-.255-.484M73.841.102A.59.59 0 0 0 73.3.04l-1.482.576a3.08 3.08 0 0 0-1.973 2.885v20.142c0 .323.263.586.586.586h3.08a.587.587 0 0 0 .587-.586V.586a.59.59 0 0 0-.256-.484M53.13 7.415c-2.075 0-3.86.51-5.165 1.479-1.312.973-2.064 2.353-2.177 3.989a.55.55 0 0 0 .148.414.58.58 0 0 0 .423.183h2.532c.303 0 .567-.241.612-.56.093-.662.43-1.179.999-1.536.59-.37 1.41-.558 2.433-.558 1.024 0 1.776.224 2.296.668.558.475.84 1.217.84 2.207a.217.217 0 0 1-.2.216l-4.438.33h-.011c-1.915.15-3.418.683-4.47 1.585-1.062.913-1.6 2.146-1.6 3.664s.524 2.831 1.515 3.746c.998.92 2.425 1.408 4.125 1.408 1.79 0 3.441-.565 4.528-1.548.106-.097.311-.128.508-.08.19.047.32.156.336.278l.05.414a.586.586 0 0 0 .581.515h2.677a.587.587 0 0 0 .586-.586v-9.295c0-2.225-.646-3.964-1.918-5.168-1.239-1.172-2.992-1.766-5.212-1.766zm2.974 10.172c0 1.152-.356 2.107-1.03 2.76-.667.647-1.63.99-2.786.99-.857 0-1.51-.17-1.942-.504-.427-.33-.643-.835-.643-1.499 0-.617.231-1.086.708-1.43.532-.386 1.363-.626 2.532-.733h.012l2.878-.224a.25.25 0 0 1 .27.25v.389zM44.117 7.766a7 7 0 0 0-1.464-.157c-1.438 0-2.667.47-3.553 1.358-.1.1-.29.138-.473.094-.176-.043-.293-.146-.305-.27l-.014-.136a.58.58 0 0 0-.285-.447.58.58 0 0 0-.53-.034l-2.944 1.27a.59.59 0 0 0-.354.537v13.662c0 .323.263.586.586.586h3.114a.587.587 0 0 0 .586-.586v-7.351c0-1.47.402-2.6 1.195-3.36.763-.731 1.862-1.102 3.268-1.102h1.04a.587.587 0 0 0 .585-.586V8.331a.58.58 0 0 0-.45-.564z"
|
|
></path>
|
|
</svg>
|
|
)
|
|
|
|
export const SoshiLogo = (props: React.ComponentProps<'svg'>) => (
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="148"
|
|
height="60"
|
|
fill="none"
|
|
viewBox="0 0 148 60"
|
|
{...props}
|
|
>
|
|
<path
|
|
fill="currentColor"
|
|
d="M24.823 10.698c4.452-1.25 8.044-.547 10.153 0s7.184 1.405 11.323 2.889 5.076 3.983 5.076 6.013.078 12.807.078 16.712-.468 5.858-2.343 6.873-10.62 4.92-13.354 6.013-5.701.937-7.497.313c-1.797-.626-12.73-4.608-15.229-5.545s-2.89-3.67-2.89-6.873V22.96c0-5.857 1.172-7.576 3.437-8.435s6.795-2.576 11.246-3.826m3.075 24.824-.811.01-.155.313c-.064.573-.049.857.253 1.356.776.756 1.454.882 2.5.892.455-.077.67-.205.995-.53.108-.424.074-.822 0-1.25-.227-.351-.37-.436-.762-.566l-.332-.059a6.3 6.3 0 0 0-1.232-.172zm-8.62-1.24c0 .469 0 .469.254.772l.37.322c.453.407.784.608 1.393.675.987.016 1.623-.012 2.395-.656.274-.332.274-.332.274-.957l-.186.195-.283.274-.303.342c-.533.315-.804.336-1.415.351-.969 0-1.465-.295-2.158-.957zm8.108-5.847c-1.35 0-2.444 1.45-2.444 3.239s1.095 3.238 2.444 3.238 2.442-1.45 2.442-3.238-1.093-3.238-2.442-3.239m-13.262 3.66c-.619-.088-1.077-.112-1.406.47.016.76.257 1.178.781 1.717.64.512 1.376.657 2.186.625.47-.312.47-.313.532-.605l-.004-.333.004-.331c-.062-.293-.063-.293-.531-.605a16 16 0 0 1-.938-.312q-.303-.323-.624-.625m2.348-6.124c-1.35 0-2.443 1.45-2.443 3.238s1.094 3.237 2.443 3.237 2.443-1.45 2.443-3.237-1.094-3.238-2.443-3.238m10.592 3.38c.451 0 .817.44.817.984 0 .543-.366.984-.817.984s-.816-.44-.816-.984.366-.984.816-.984m1.567 1.123a.423.423 0 1 1 0 .847.423.423 0 0 1 0-.847m-12.48-3.587c.45 0 .816.44.816.983s-.365.984-.816.984-.816-.44-.816-.984c0-.543.366-.983.816-.983m1.567 1.122a.423.423 0 0 1 0 .845.422.422 0 1 1 0-.844m52.535 13.372q-2.271 0-3.936-.704-1.632-.736-2.592-1.984a5.36 5.36 0 0 1-1.056-2.816h4.768q.128.544.448.992.352.416.928.672.608.224 1.344.224.8 0 1.28-.192.511-.224.768-.576.256-.352.256-.736 0-.608-.384-.928-.352-.32-1.056-.512-.704-.224-1.696-.416a46 46 0 0 1-2.304-.576 10.3 10.3 0 0 1-2.016-.864 4.4 4.4 0 0 1-1.408-1.312q-.512-.833-.512-2.016 0-1.44.8-2.592.8-1.184 2.304-1.856 1.505-.705 3.648-.704 3.04 0 4.768 1.344t2.048 3.616h-4.48a1.55 1.55 0 0 0-.8-.96q-.608-.352-1.536-.352-1.056 0-1.6.352-.543.352-.544.928 0 .383.352.704.384.288 1.088.512t1.728.448q1.952.416 3.36.896 1.44.48 2.24 1.408.801.896.768 2.624.032 1.568-.832 2.784-.833 1.215-2.4 1.92-1.568.672-3.744.672m16.225 0q-2.335 0-4.192-1.088a8.04 8.04 0 0 1-2.944-2.976q-1.088-1.92-1.088-4.352 0-2.496 1.088-4.384a8 8 0 0 1 2.944-3.008q1.888-1.088 4.192-1.088 2.368 0 4.224 1.088a8 8 0 0 1 2.944 3.008q1.089 1.889 1.088 4.352t-1.088 4.384a8.04 8.04 0 0 1-2.944 2.976q-1.855 1.088-4.224 1.088m0-4.16q.96 0 1.696-.48.769-.48 1.216-1.44.448-.96.448-2.368t-.448-2.368-1.184-1.44-1.696-.48-1.728.48q-.735.48-1.184 1.44-.447.96-.448 2.368 0 1.408.448 2.368.449.96 1.184 1.44.768.48 1.696.48m16.584 4.16q-2.273 0-3.936-.704-1.632-.736-2.592-1.984a5.36 5.36 0 0 1-1.056-2.816h4.768q.128.544.448.992.352.416.928.672.607.224 1.344.224.8 0 1.28-.192.511-.224.768-.576.256-.352.256-.736 0-.608-.384-.928-.352-.32-1.056-.512a15 15 0 0 0-1.696-.416 46 46 0 0 1-2.304-.576 10.2 10.2 0 0 1-2.016-.864 4.4 4.4 0 0 1-1.408-1.312q-.513-.833-.512-2.016 0-1.44.8-2.592.8-1.184 2.304-1.856 1.504-.705 3.648-.704 3.04 0 4.768 1.344t2.048 3.616h-4.48a1.56 1.56 0 0 0-.8-.96q-.608-.352-1.536-.352-1.056 0-1.6.352t-.544.928q0 .383.352.704.384.288 1.088.512t1.728.448q1.951.416 3.36.896 1.44.48 2.24 1.408.8.896.768 2.624.032 1.568-.832 2.784-.833 1.215-2.4 1.92-1.567.672-3.744.672m8.481-.384V17.96h4.8v9.216a5.7 5.7 0 0 1 2.08-1.952q1.313-.736 3.072-.736 2.048 0 3.424.864t2.08 2.528q.704 1.632.704 3.968V41h-4.768v-8.704q0-1.793-.768-2.784-.736-.992-2.368-.992-.96 0-1.76.48t-1.248 1.376q-.448.864-.448 2.08V41zm18.14 0V24.872h4.8V41zm2.4-17.984q-1.28 0-2.08-.736t-.8-1.856q0-1.152.8-1.888.8-.735 2.08-.736 1.313 0 2.112.736.832.736.832 1.888 0 1.12-.832 1.856-.8.735-2.112.736"
|
|
></path>
|
|
</svg>
|
|
)
|
|
|
|
export const KayhanSpaceLogo = (props: React.ComponentProps<'svg'>) => (
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 112 60" {...props}>
|
|
<path
|
|
fill="currentColor"
|
|
d="M1.304 24.13h4.917v-4.826l2.193-2.413 3.92 7.24h5.848l-6.479-10.566 5.814-6.554H12.07l-3.49 4.076-2.16 3.163h-.199V0H1.304zm34.082 0v-3.75h-1.628v-7.5c0-4.043-2.525-6.26-7.442-6.26-3.655 0-5.648 1.239-7.043 3.26l2.923 2.544c.764-1.044 1.794-2.022 3.755-2.022 2.06 0 2.89 1.044 2.89 2.707v1.076h-2.758c-4.618 0-7.475 1.728-7.475 5.348 0 2.967 1.927 4.989 5.416 4.989 2.657 0 4.584-1.174 5.116-3.392h.2c.298 1.826 1.56 3 3.322 3zm-9.535-2.967c-1.462 0-2.293-.587-2.293-1.826v-.49c0-1.238.997-1.923 2.89-1.923h2.393v2.022c0 1.565-1.362 2.217-2.99 2.217M44.727 15l-1.296 4.956h-.199L41.97 15l-2.56-7.99h-4.883l6.113 18-.598 1.892h-3.29v3.75h3.057c2.99 0 4.452-1.239 5.349-3.88L51.87 7.01h-4.585zm8.489 9.13h4.917V13.044c0-1.696 1.561-2.511 3.156-2.511 1.794 0 2.425 1.076 2.425 3.26V24.13h4.917V13.402c0-4.304-1.894-6.782-5.448-6.782-2.758 0-4.22 1.5-4.851 3.293h-.2V0h-4.916zm33.915 0v-3.75h-1.628v-7.5c0-4.043-2.525-6.26-7.442-6.26-3.655 0-5.648 1.239-7.043 3.26l2.923 2.544c.764-1.044 1.794-2.022 3.755-2.022 2.06 0 2.89 1.044 2.89 2.707v1.076h-2.757c-4.619 0-7.476 1.728-7.476 5.348 0 2.967 1.927 4.989 5.416 4.989 2.657 0 4.584-1.174 5.116-3.392h.2c.298 1.826 1.56 3 3.322 3zm-9.535-2.967c-1.462 0-2.293-.587-2.293-1.826v-.49c0-1.238.997-1.923 2.89-1.923h2.393v2.022c0 1.565-1.362 2.217-2.99 2.217m15.836 2.967V13.044c0-1.696 1.562-2.511 3.156-2.511 1.794 0 2.426 1.076 2.426 3.26V24.13h4.917V13.402c0-4.304-1.894-6.782-5.449-6.782-2.757 0-4.22 1.5-4.85 3.293h-.2V7.011h-4.917v17.12h4.917Zm18.09-2.67c0 1.588-1.311 2.874-2.928 2.874s-2.928-1.286-2.928-2.873 1.311-2.874 2.928-2.874 2.928 1.287 2.928 2.874ZM7.352 53.844c4.492 0 7.486-2.422 7.486-5.73 0-2.979-1.963-4.681-5.756-5.172L7.12 42.68c-1.43-.197-1.83-.688-1.83-1.605 0-.851.666-1.44 2.33-1.44 1.463 0 2.927.687 4.025 1.768l2.828-2.849c-1.763-1.702-3.46-2.685-7.12-2.685-4.158 0-6.786 2.292-6.786 5.6 0 3.11 1.93 4.812 5.888 5.303l1.896.23c1.231.163 1.764.589 1.764 1.44 0 1.015-.666 1.637-2.595 1.637-1.897 0-3.394-.851-4.625-2.194L0 50.767c1.797 1.964 3.992 3.077 7.352 3.077M17.327 60h4.924v-9.43h.166c.5 1.867 2.43 3.274 4.691 3.274 4.425 0 6.72-3.175 6.72-9.004 0-5.827-2.295-8.97-6.72-8.97-2.262 0-4.191 1.375-4.69 3.274h-.167v-2.882h-4.924zm8.151-10.084c-1.863 0-3.227-.95-3.227-2.522V42.32c0-1.571 1.364-2.52 3.227-2.52s3.227 1.407 3.227 3.568v2.98c0 2.16-1.364 3.569-3.227 3.569Zm26.671 3.536v-3.766h-1.63v-7.53c0-4.06-2.529-6.287-7.453-6.287-3.66 0-5.655 1.245-7.053 3.275l2.928 2.553c.765-1.047 1.796-2.03 3.76-2.03 2.062 0 2.894 1.048 2.894 2.718v1.08h-2.762c-4.624 0-7.485 1.736-7.485 5.37 0 2.98 1.93 5.01 5.423 5.01 2.661 0 4.59-1.18 5.123-3.406h.2c.3 1.834 1.563 3.013 3.327 3.013zm-9.549-2.98c-1.463 0-2.295-.59-2.295-1.834v-.49c0-1.245.998-1.932 2.894-1.932h2.396v2.03c0 1.571-1.364 2.226-2.995 2.226m18.93 3.372c3.427 0 5.922-1.473 7.087-4.747L64.79 47.46c-.5 1.375-1.298 2.554-3.26 2.554-1.997 0-3.028-1.376-3.028-3.536v-3.21c0-2.16 1.031-3.568 3.027-3.568 1.73 0 2.695 1.048 2.995 2.357l3.992-1.702c-1.032-2.816-3.46-4.486-6.987-4.486-5.256 0-8.15 3.471-8.15 8.971 0 5.501 2.894 9.004 8.15 9.004Zm16.856 0c3.194 0 5.756-1.08 7.32-2.848l-2.462-3.012c-1.098 1.113-2.23 2.062-4.292 2.062-2.628 0-3.86-1.44-3.86-3.7v-.261h11.212v-1.44c0-4.65-2.328-8.776-8.117-8.776-5.257 0-8.184 3.537-8.184 8.971 0 5.501 3.027 9.004 8.383 9.004m-.1-14.406c1.963 0 2.928 1.408 2.928 3.503v.295h-6.121v-.262c0-2.128 1.23-3.536 3.194-3.536Z"
|
|
></path>
|
|
</svg>
|
|
)
|
|
|
|
export const ResendLogo = (props: React.ComponentProps<'svg'>) => (
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="80" fill="none" viewBox="0 0 377 81" {...props}>
|
|
<path
|
|
fill="currentColor"
|
|
d="M103.704 22.537c17.023 0 29.411 11.829 28.532 33.327H90.781c1.548 5.975 5.684 11.109 13.963 11.109 4.635 0 8.871-1.279 12.068-5.275h14.306l-.241 1.279C128.4 73.926 115.932 80 104.744 80c-17.743 0-29.65-11.988-29.65-28.691 0-16.704 11.907-28.772 28.61-28.772m119.96 0c17.103 0 29.411 11.829 28.612 33.327H210.81c1.529 5.975 5.635 11.109 13.974 11.109 4.635 0 8.871-1.279 11.988-5.275h14.386l-.241 1.279C248.44 73.926 235.972 80 224.784 80c-17.743 0-29.651-11.988-29.651-28.691 0-16.704 11.908-28.772 28.531-28.772m-60.978-.32c12.627 0 23.736 4.556 26.933 15.745l.32 1.2h-15.744c-3.357-4.157-7.833-4.717-11.509-4.717-3.437 0-8.871.88-8.871 4.237 0 3.116 3.596 4.155 6.713 4.554l9.111.96c14.465 1.278 20.859 6.953 20.859 18.062 0 12.787-12.707 17.582-25.254 17.582s-25.576-5.594-28.053-16.943l-.239-1.199h16.143c2.237 6.392 12.542 5.915 12.149 5.914 6.073 0 9.829-1.838 9.83-4.795 0-1.918-.64-4.156-6.873-4.955l-9.511-.959c-12.548-.879-20.14-7.512-20.14-17.422 0-12.148 11.509-17.263 24.136-17.263Zm214.185 56.184h-15.504l.799-7.752c-2.157 4.636-9.111 9.19-17.822 9.19-14.385 0-26.054-11.028-26.054-28.45 0-17.423 11.509-28.452 26.054-28.452 7.912 0 12.787 2.557 17.103 6.953V0h15.424zM48.081 0c15.184 0 24.215 9.03 24.215 21.019s-9.03 21.019-24.216 21.02h-7.672L78.53 78.4H51.597l-29.01-27.57c-2.079-1.918-3.038-4.156-3.038-6.074 0-2.717 1.918-5.114 5.594-6.153l14.945-3.996c5.674-1.519 9.59-5.915 9.591-11.669 0-7.032-5.754-11.109-12.867-11.109H.128V0H48.08Zm241.677 22.617c13.587 0 23.098 9.91 23.098 24.056V78.4h-15.505V49.31c0-7.992-4.236-12.788-11.748-12.788-7.513 0-12.388 4.955-12.388 12.787V78.4h-15.184V23.736h15.423l-.718 8.711c2.238-4.395 9.19-9.83 17.022-9.83m58.262 13.906c-9.35 0-14.306 6.954-14.306 14.866 0 8.471 5.595 14.945 14.306 14.945 8.391 0 13.826-6.554 13.826-14.945s-5.275-14.866-13.826-14.866m-244.316-1.598c-7.554 0-11.871 4.512-13.21 10.55h26.148a24 24 0 0 0-.63-2.239c-1.918-5.434-6.394-8.311-12.308-8.311m119.96 0c-7.489 0-11.793 4.512-13.13 10.55h26.148a24 24 0 0 0-.63-2.239c-1.918-5.434-6.394-8.311-12.388-8.311"
|
|
></path>
|
|
</svg>
|
|
)
|
|
|
|
export const DerivLogo = (props: React.ComponentProps<'svg'>) => (
|
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 73 24" {...props}>
|
|
<path
|
|
fill="currentColor"
|
|
d="m14.49.757-1.238 7.02H8.954c-4.01 0-7.833 3.248-8.541 7.257l-.3 1.706c-.705 4.009 1.97 7.256 5.98 7.256H9.68c2.922 0 5.707-2.365 6.221-5.286L19.202 0zm-3.05 17.29c-.158.903-.97 1.638-1.873 1.638H7.389c-1.803 0-3.009-1.463-2.693-3.268l.188-1.064c.32-1.802 2.04-3.268 3.842-3.268h3.766zm36.155 5.949 2.82-15.995h4.462l-2.82 15.995zm.483-15.81-.672 3.805c-2.114-.656-4.295-.447-4.965-.314Q41.356 17.84 40.27 24h-4.465L38.48 8.827c1.453-.601 5.018-1.821 9.597-.642m-18.09-.412h-3.473c-3.385 0-6.61 2.74-7.207 6.124l-.702 3.976c-.596 3.382 1.661 6.123 5.045 6.123h7.388l.758-4.299h-6.943c-1.127 0-1.882-.912-1.68-2.042l.022-.135H34.39l.64-3.623c.596-3.383-1.662-6.124-5.046-6.124zm.563 5.781-.026.23h-6.656l.036-.203c.2-1.127 1.229-2.119 2.36-2.119h2.599c1.117 0 1.872.976 1.687 2.092m37.27-5.554h4.465c-1.521 4.042-5.007 10.918-8.383 15.995h-4.465c-1.55-4.832-2.55-11.565-2.742-15.995h4.465c.08 1.445.728 6.805 1.467 10.55 2.025-3.643 4.259-8.423 5.19-10.55z"
|
|
></path>
|
|
</svg>
|
|
)
|
|
|
|
export const JuniverLogo = (props: React.ComponentProps<'svg'>) => (
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlSpace="preserve"
|
|
x="0"
|
|
y="0"
|
|
version="1.1"
|
|
viewBox="0 0 827.15 140.71"
|
|
{...props}
|
|
>
|
|
<path
|
|
d="M30.13 135.75c-8.33-3.31-15.03-8.2-20.11-14.7C4.93 114.56 1.59 106.79 0 97.72l22.59-7.9c.73 6.49 2.6 12 5.6 16.53q4.5 6.795 12.03 10.47c5.02 2.45 10.65 3.67 16.9 3.67 9.55 0 17.11-2.88 22.69-8.63 5.57-5.75 8.36-13.65 8.36-23.7V6.98h26.27v83.21c0 10.29-2.27 19.2-6.8 26.73s-10.99 13.38-19.38 17.54-18.22 6.25-29.48 6.25c-10.78 0-20.33-1.66-28.65-4.96M152.19 135.11c-7.78-3.73-13.75-9.06-17.91-15.98-4.17-6.92-6.25-15.15-6.25-24.71v-50.7h23.7v48.13c0 9.92 3.21 17.61 9.64 23.05 6.43 5.45 15.21 8.17 26.36 8.17q13.965 0 23.88-4.41c6.61-2.94 11.63-7.26 15.06-12.95s5.14-12.52 5.14-20.48V43.72h23.7v93.5h-20.94L232 116.28h-.18c-4.41 7.59-11.15 13.56-20.21 17.91s-19.53 6.52-31.41 6.52c-10.9 0-20.24-1.87-28.01-5.6M373.53 45.83c7.78 3.74 13.75 9.06 17.91 15.98s6.25 15.15 6.25 24.71v50.7h-23.7V89.09c0-9.92-3.21-17.6-9.64-23.05s-15.22-8.17-26.36-8.17q-13.965 0-23.88 4.41c-6.61 2.94-11.64 7.26-15.06 12.95-3.43 5.69-5.14 12.52-5.14 20.48v41.51h-23.7v-93.5h20.94l2.57 20.94h.18c4.41-7.59 11.14-13.56 20.21-17.91 9.06-4.35 19.53-6.52 31.41-6.52 10.9 0 20.23 1.87 28.01 5.6M414.4 24.34c-2.82-2.63-4.22-6.03-4.22-10.2 0-2.82.64-5.26 1.93-7.35 1.29-2.08 3.03-3.73 5.24-4.96 2.2-1.22 4.84-1.84 7.9-1.84 4.53 0 8.17 1.32 10.93 3.95s4.13 6.03 4.13 10.19c0 2.94-.64 5.45-1.93 7.53s-3.06 3.71-5.33 4.87c-2.27 1.17-4.87 1.75-7.81 1.75-4.41.01-8.02-1.31-10.84-3.94m-.92 19.38h23.7v93.5h-23.7zM446.55 43.72h26.27l42.25 76.42h.37l42.25-76.42h26.27l-54.19 93.5h-29.39zM614.07 134.28c-11.15-4.29-19.81-10.35-25.99-18.18-6.19-7.84-9.28-16.72-9.28-26.64q0-14.145 8.73-25.35c5.81-7.47 13.87-13.32 24.16-17.54 10.29-4.23 21.74-6.34 34.35-6.34 12.98 0 24.52 2.08 34.63 6.25 10.1 4.16 17.97 10.01 23.6 17.54s8.45 16.14 8.45 25.81q0 2.025-.18 4.23c-.12 1.47-.37 2.94-.73 4.41H605.07c1.1 4.78 3.98 8.97 8.63 12.58s10.47 6.43 17.45 8.45q10.47 3.03 22.59 3.03c10.41 0 20.45-1.47 30.13-4.41 9.67-2.94 17.14-6.67 22.41-11.21l9.74 14.14c-4.29 3.67-9.83 7.01-16.62 10.01-6.8 3-14.3 5.36-22.5 7.07-8.21 1.71-16.6 2.57-25.17 2.57-13.96.01-26.52-2.14-37.66-6.42m73.84-51.44c-.49-5.02-2.66-9.4-6.52-13.13s-8.94-6.61-15.25-8.63q-9.465-3.03-20.67-3.03c-7.1 0-13.69 1.07-19.75 3.21q-9.09 3.21-14.79 8.91c-3.8 3.8-5.88 8.02-6.25 12.67zM808.6 44.27c5.39 2.82 9.67 6.92 12.86 12.31 3.18 5.39 5.08 11.57 5.69 18.55l-21.12 5.51c-.61-6.98-2.94-12.49-6.98-16.53s-9.12-6.06-15.25-6.06c-6.37 0-11.91 1.65-16.62 4.96-4.72 3.31-8.24 8.02-10.56 14.14-2.33 6.12-3.49 13.41-3.49 21.86v38.21h-23.7v-93.5H750l2.94 19.29h.18c3.55-7.22 8.57-12.86 15.06-16.9q9.735-6.06 22.23-6.06c6.74-.01 12.8 1.4 18.19 4.22"
|
|
fill="currentColor"
|
|
></path>
|
|
</svg>
|
|
)
|