mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
adding logos airbnb,ebay,gmail,ibm,outlook,sanity,sky,slack,snapchat,trustpilot and uber
This commit is contained in:
+66
-6
@@ -1900,12 +1900,6 @@ export const svgs: iSVG[] = [
|
||||
route: '/library/shopify.svg',
|
||||
url: 'https://www.shopify.com'
|
||||
},
|
||||
{
|
||||
title: 'Salesforce',
|
||||
category: 'CMS',
|
||||
route: '/library/salesforce.svg',
|
||||
url: 'https://www.salesforce.com'
|
||||
},
|
||||
{
|
||||
title: 'WebFlow',
|
||||
category: 'CMS',
|
||||
@@ -1918,4 +1912,70 @@ export const svgs: iSVG[] = [
|
||||
route: '/library/bigcommerce.svg',
|
||||
url: 'https://www.bigcommerce.co.uk'
|
||||
},
|
||||
{
|
||||
title: 'sanity',
|
||||
category: 'CMS',
|
||||
route: '/library/sanity.svg',
|
||||
url: 'https://www.sanity.io'
|
||||
},
|
||||
{
|
||||
title: 'sky',
|
||||
category: 'Entertainment',
|
||||
route: '/library/sky.svg',
|
||||
url: 'https://www.sky.com'
|
||||
},
|
||||
{
|
||||
title: 'airbnb',
|
||||
category: 'Software',
|
||||
route: '/library/airbnb.svg',
|
||||
url: 'https://www.airbnb.com'
|
||||
},
|
||||
{
|
||||
title: 'uber',
|
||||
category: 'Software',
|
||||
route: '/library/uber.svg',
|
||||
url: 'https://www.uber.com'
|
||||
},
|
||||
{
|
||||
title: 'gmail',
|
||||
category: 'Software',
|
||||
route: '/library/gmail.svg',
|
||||
url: 'https://www.gmail.com'
|
||||
},
|
||||
{
|
||||
title: 'outlook',
|
||||
category: 'Software',
|
||||
route: '/library/outlook.svg',
|
||||
url: 'https://www.outlook.com'
|
||||
},
|
||||
{
|
||||
title: 'slack',
|
||||
category: 'Software',
|
||||
route: '/library/slack.svg',
|
||||
url: 'https://www.slack.com'
|
||||
},
|
||||
{
|
||||
title: 'snapchat',
|
||||
category: 'Software',
|
||||
route: '/library/snapchat.svg',
|
||||
url: 'https://www.snapchat.com'
|
||||
},
|
||||
{
|
||||
title: 'ebay',
|
||||
category: 'Software',
|
||||
route: '/library/ebay.svg',
|
||||
url: 'https://www.ebay.com'
|
||||
},
|
||||
{
|
||||
title: 'ibm',
|
||||
category: 'Software',
|
||||
route: '/library/ibm.svg',
|
||||
url: 'https://www.ibm.com'
|
||||
},
|
||||
{
|
||||
title: 'trustpilot',
|
||||
category: 'Software',
|
||||
route: '/library/trustpilot.svg',
|
||||
url: 'https://www.trustpilot.com'
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user