Skip to content

Commit

Permalink
Merge pull request #58 from monoald/design-icons
Browse files Browse the repository at this point in the history
✨ Add design category
  • Loading branch information
pheralb committed Nov 17, 2023
2 parents 10fa885 + ad54bbb commit f20e8eb
Show file tree
Hide file tree
Showing 11 changed files with 189 additions and 3 deletions.
58 changes: 57 additions & 1 deletion src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const svgs: iSVG[] = [
{
id: 13,
title: 'Figma',
category: 'Software',
category: 'Design',
route: '/library/figma.svg',
url: 'https://www.figma.com/'
},
Expand Down Expand Up @@ -1505,5 +1505,61 @@ export const svgs: iSVG[] = [
category: 'Social',
route: '/library/x.svg',
url: 'https://x.com'
},
{
id: 216,
title: 'Adobe',
category: 'Design',
route: '/library/adobe.svg',
url: 'https://x.com'
},
{
id: 217,
title: 'After Effects',
category: 'Design',
route: '/library/after-effects.svg',
url: 'https://x.com'
},
{
id: 218,
title: 'Canva',
category: 'Design',
route: '/library/canva.svg',
url: 'https://x.com'
},
{
id: 219,
title: 'Illustrator',
category: 'Design',
route: '/library/illustrator.svg',
url: 'https://x.com'
},
{
id: 220,
title: 'InDesign',
category: 'Design',
route: '/library/indesign.svg',
url: 'https://x.com'
},
{
id: 221,
title: 'Lightroom',
category: 'Design',
route: '/library/lightroom.svg',
url: 'https://x.com'
},
{
id: 222,
title: 'Photoshop',
category: 'Design',
route: '/library/photoshop.svg',
url: 'https://x.com'
},
{
id: 223,
title: 'Premiere',
category: 'Design',
route: '/library/premiere.svg',
url: 'https://x.com'
}
];
3 changes: 2 additions & 1 deletion src/types/categories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ export type tCategory =
| 'Entertainment'
| 'Browser'
| 'Language'
| 'Education';
| 'Education'
| 'Design';
12 changes: 12 additions & 0 deletions static/library/adobe.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions static/library/after-effects.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions static/library/canva.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion static/library/figma.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions static/library/illustrator.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions static/library/indesign.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions static/library/lightroom.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

1 comment on commit f20e8eb

@vercel
Copy link

@vercel vercel bot commented on f20e8eb Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svgl – ./

svgl.vercel.app
svgl-git-main-pheralb.vercel.app
svgl-pheralb.vercel.app

Please sign in to comment.