Skip to content

Commit

Permalink
feat(icons): Update SVG's covers (#50)
Browse files Browse the repository at this point in the history
* feat: add SVG's icons

* feat: add source cover icons

* feat: update width property for icon library covers

* style: remove background from icon

---------

Co-authored-by: Noelia <[email protected]>
  • Loading branch information
isahernz and nsdonato authored Feb 4, 2024
1 parent c9ed16d commit b9c3ef1
Show file tree
Hide file tree
Showing 7 changed files with 91 additions and 12 deletions.
25 changes: 13 additions & 12 deletions docs/frontend/icons.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description: 'Iconos para usar en tus proyectos.'
contributors:
- github_username: 'nsdonato'
- github_username: 'IvanMJs'
- github_username: 'isahernz'

submenu:
- imgPlaceholder: 'Phosphoricons'
Expand Down Expand Up @@ -101,9 +102,9 @@ submenu:
- type: 'Web'
url: https://iconbuddy.app/
cover:
src: ''
src: '/frontend/iconbuddy.svg'
height: 80
width: 190
width: 80
videos: []

- imgPlaceholder: svgl
Expand All @@ -112,9 +113,9 @@ submenu:
- type: 'Web'
url: https://svgl.vercel.app/
cover:
src: ''
src: '/frontend/svgl.svg'
height: 80
width: 190
width: 80
videos: []

- imgPlaceholder: yesicon
Expand All @@ -123,9 +124,9 @@ submenu:
- type: 'Web'
url: https://yesicon.app/
cover:
src: ''
src: '/frontend/yesicon.svg'
height: 80
width: 190
width: 80
videos: []

- imgPlaceholder: Remix Icon
Expand All @@ -134,9 +135,9 @@ submenu:
- type: 'Web'
url: https://remixicon.com/
cover:
src: ''
src: '/frontend/remixicon.svg'
height: 80
width: 190
width: 80
videos: []

- imgPlaceholder: MingCute Icon
Expand All @@ -145,9 +146,9 @@ submenu:
- type: 'Web'
url: https://www.mingcute.com/
cover:
src: ''
src: '/frontend/mingcuteicon.svg'
height: 80
width: 190
width: 80
videos: []

- imgPlaceholder: Animated Icons
Expand All @@ -156,8 +157,8 @@ submenu:
- type: 'Web'
url: https://animatedicons.co/
cover:
src: ''
src: '/frontend/animatedicons.svg'
height: 80
width: 190
width: 80
videos: []
---
12 changes: 12 additions & 0 deletions public/frontend/animatedicons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions public/frontend/iconbuddy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions public/frontend/mingcuteicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/frontend/remixicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions public/frontend/svgl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/frontend/yesicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b9c3ef1

Please sign in to comment.