mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 06:58:04 +08:00
commit
eefbe77f7b
@ -1,6 +1,13 @@
|
||||
import type { iSVG } from '../types/svg';
|
||||
|
||||
export const svgs: iSVG[] = [
|
||||
{
|
||||
title: 'Mercado Pago',
|
||||
category: 'Payment',
|
||||
route: '/library/mercado-pago.svg',
|
||||
wordmark: '/library/mercado-pago-wordmark.svg',
|
||||
url: 'https://www.mercadopago.com/developers/'
|
||||
},
|
||||
{
|
||||
title: 'ahooks',
|
||||
category: 'Library',
|
||||
|
@ -19,4 +19,5 @@ export type tCategory =
|
||||
| 'Marketplace'
|
||||
| 'Fintech'
|
||||
| 'Music'
|
||||
| 'Vercel';
|
||||
| 'Vercel'
|
||||
| 'Payment';
|
||||
|
1
static/library/mercado-pago-wordmark.svg
Normal file
1
static/library/mercado-pago-wordmark.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 12 KiB |
1
static/library/mercado-pago.svg
Normal file
1
static/library/mercado-pago.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.2 KiB |
Loading…
x
Reference in New Issue
Block a user