mirror of
https://github.com/pheralb/svgl.git
synced 2025-03-20 04:01:17 +08:00
commit
eefbe77f7b
@ -1,6 +1,13 @@
|
|||||||
import type { iSVG } from '../types/svg';
|
import type { iSVG } from '../types/svg';
|
||||||
|
|
||||||
export const svgs: iSVG[] = [
|
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',
|
title: 'ahooks',
|
||||||
category: 'Library',
|
category: 'Library',
|
||||||
|
@ -19,4 +19,5 @@ export type tCategory =
|
|||||||
| 'Marketplace'
|
| 'Marketplace'
|
||||||
| 'Fintech'
|
| 'Fintech'
|
||||||
| 'Music'
|
| '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