mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Merge pull request #854 from Niggo2k/add-dodo-payments-svg
📦 Add Dodo Payments logo and wordmark
This commit is contained in:
@@ -4309,6 +4309,17 @@ export const svgs: iSVG[] = [
|
||||
dark: "/library/paper-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://paper.design/",
|
||||
},
|
||||
{
|
||||
title: "Dodo Payments",
|
||||
category: ["Software", "Payment"],
|
||||
route: "/library/dodo-payments.svg",
|
||||
wordmark: {
|
||||
light: "/library/dodo-payments-wordmark-light.svg",
|
||||
dark: "/library/dodo-payments-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://dodopayments.com/",
|
||||
brandUrl: "https://dodopayments.com/brand",
|
||||
},
|
||||
{
|
||||
title: 'Formance',
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 6.8 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 6.8 KiB |
@@ -0,0 +1,12 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="121" height="121" fill="none" viewBox="0 0 121 121">
|
||||
<path fill="#c6fe1e" d="M60.5.5C27.364.5.5 27.364.5 60.5s26.864 60 60 60 60-26.864 60-60-26.864-60-60-60" />
|
||||
<mask id="a" width="91" height="76" x="18" y="27" maskUnits="userSpaceOnUse" style="mask-type:luminance">
|
||||
<path fill="#fff" d="M108.5 27.5h-90v75h90z" />
|
||||
</mask>
|
||||
<g fill="#0d0d0d" mask="url(#a)">
|
||||
<path
|
||||
d="M53.341 44.804h-.04c-2.48-.712-5.104.712-5.944 3.064-.928 2.528.544 5.424 3.144 6.224 6.368 1.808 9.104-7.32 2.84-9.288" />
|
||||
<path
|
||||
d="M107.614 57.708c-8.2-17.96-34.36-10.528-36.776-15.232-7.08-11.112-20.296-17.352-34.584-14.136-2.2-.88-9.776-1.12-14.672 1.96l2.952 1.304c.224.096.16.072.488.192 1.336.504 1.104.36.144.888-2.2 1.288-4.944 2.784-6.656 5.032.072.104 3.768.992 3.768.992.064.016.752.088.6.392-12.088 19.088 8.296 47.896 18.192 63.4h28.648c-4.424-7.92-9.48-18.728-7.752-26.064.312-1.328.712-3.016 2.344-3.24 3.944-.632 9.224-.576 12.984-1h.056c.8-.04 20.384-2.528 25.072 9.68.4 1.12 1.32.392 1.688-.344 3.496-6.952 5.752-17.896 3.52-23.816zm-31.616-5.896c-1.376 2.456-2.312 5.648-2.552 8.432-.128 1.768.056 3.512.232 5.28.096.976.104 2.208-.68 2.848-.68.576-1.808.632-2.944.712-5.576-.024-19.176 0-24.416-3.568l-.032-.024c-7.624-4.648-11.704-15.144-7.176-23.296 1.464-2.768 4.16-4.568 7.232-5.248 3.952-.904 8.304-.232 11.832 1.616 1.44.728 3.16 1.688 4.472 2.792 2.6 2.272 4.824 4.632 8.232 5.36 1.568.448 3.2.384 4.768.704 2.936.704 2.2 2.376 1.024 4.376z" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user