mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
added new svgs bigcommerce, salesforce,webflow and shopify
This commit is contained in:
+25
-1
@@ -1893,5 +1893,29 @@ export const svgs: iSVG[] = [
|
||||
category: 'Software',
|
||||
route: '/library/pycharm.svg',
|
||||
url: 'https://www.jetbrains.com/pycharm/'
|
||||
}
|
||||
},
|
||||
{
|
||||
title: 'Shopify',
|
||||
category: 'CMS',
|
||||
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',
|
||||
route: '/library/webflow.svg',
|
||||
url: 'https://www.webflow.com'
|
||||
},
|
||||
{
|
||||
title: 'bigcommerce',
|
||||
category: 'CMS',
|
||||
route: '/library/bigcommerce.svg',
|
||||
url: 'https://www.bigcommerce.co.uk'
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user