Skip to content

Commit

Permalink
Update SVG's icons (#34)
Browse files Browse the repository at this point in the history
* feat: new-svg-icons

* fix: widht and height icons

* fix: titleCard

---------

Co-authored-by: Noelia <[email protected]>
  • Loading branch information
IvanMJs and nsdonato authored Jan 28, 2024
1 parent 28f97b5 commit d0f6737
Show file tree
Hide file tree
Showing 10 changed files with 82 additions and 33 deletions.
65 changes: 33 additions & 32 deletions docs/frontend/icons.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: 'Iconos para usar en tus proyectos.'

contributors:
- github_username: 'nsdonato'
- github_username: 'IvanMJs'

submenu:
- imgPlaceholder: 'Phosphoricons'
Expand All @@ -12,11 +13,11 @@ submenu:
- type: 'Web'
url: 'https://phosphoricons.com/'
cover:
src: ''
height: 80
width: 190
src: '/frontend/phosphoricons.svg'
height: 90
width: 80
createdAt: '2024-01-14T00:00:00Z'
updatedAt: '2024-01-14T00:00:00Z'
updatedAt: '2024-01-28T00:00:00Z'
videos: []

- imgPlaceholder: 'React Symbols'
Expand All @@ -25,11 +26,11 @@ submenu:
- type: 'Web'
url: 'https://react-symbols.vercel.app'
cover:
src: ''
height: 80
width: 190
src: '/frontend/reactsymbol.svg'
height: 90
width: 80
createdAt: '2024-01-14T00:00:00Z'
updatedAt: '2024-01-14T00:00:00Z'
updatedAt: '2024-01-28T00:00:00Z'
videos: []

- imgPlaceholder: 'Feather Icons'
Expand All @@ -38,11 +39,11 @@ submenu:
- type: 'Web'
url: 'https://feathericons.com/'
cover:
src: ''
height: 80
width: 190
src: '/frontend/feather.svg'
height: 90
width: 80
createdAt: '2024-01-14T00:00:00Z'
updatedAt: '2024-01-14T00:00:00Z'
updatedAt: '2024-01-28T00:00:00Z'
videos: []

- imgPlaceholder: 'Hero Icons'
Expand All @@ -51,11 +52,11 @@ submenu:
- type: 'Web'
url: 'https://heroicons.com/'
cover:
src: ''
height: 80
width: 190
src: '/frontend/heroicon.svg'
height: 90
width: 80
createdAt: '2024-01-14T00:00:00Z'
updatedAt: '2024-01-14T00:00:00Z'
updatedAt: '2024-01-28T00:00:00Z'
videos: []

- imgPlaceholder: 'Tabler Icons'
Expand All @@ -64,11 +65,11 @@ submenu:
- type: 'Web'
url: 'https://tabler.io/icons'
cover:
src: ''
height: 80
width: 190
src: '/frontend/tabler.svg'
height: 90
width: 80
createdAt: '2024-01-14T00:00:00Z'
updatedAt: '2024-01-14T00:00:00Z'
updatedAt: '2024-01-28T00:00:00Z'
videos: []

- imgPlaceholder: 'Sargami Icons'
Expand All @@ -77,11 +78,11 @@ submenu:
- type: 'Web'
url: 'https://sargamicons.com/'
cover:
src: ''
height: 80
width: 190
src: '/frontend/sargamicons.svg'
height: 90
width: 80
createdAt: '2024-01-14T00:00:00Z'
updatedAt: '2024-01-14T00:00:00Z'
updatedAt: '2024-01-28T00:00:00Z'
videos: []

- imgPlaceholder: 'Iconoir'
Expand All @@ -90,11 +91,11 @@ submenu:
- type: 'Web'
url: 'https://iconoir.com/'
cover:
src: ''
height: 80
width: 190
src: '/frontend/iconoir.svg'
height: 90
width: 80
createdAt: '2024-01-14T00:00:00Z'
updatedAt: '2024-01-14T00:00:00Z'
updatedAt: '2024-01-28T00:00:00Z'
videos: []

- imgPlaceholder: 'Lucide'
Expand All @@ -103,10 +104,10 @@ submenu:
- type: 'Web'
url: 'https://lucide.dev/'
cover:
src: ''
height: 80
width: 190
src: '/frontend/lucide.svg'
height: 90
width: 80
createdAt: '2024-01-14T00:00:00Z'
updatedAt: '2024-01-14T00:00:00Z'
updatedAt: '2024-01-28T00:00:00Z'
videos: []
---
2 changes: 1 addition & 1 deletion docs/menu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ menu:
- name: 'Iconos'
url: '/docs/frontend/icons'
createdAt: '2024-01-14T00:00:00Z'
updatedAt: '2024-01-14T00:00:00Z'
updatedAt: '2024-01-28T00:00:00Z'

- name: 'Fuentes'
url: '/docs/frontend/fonts'
Expand Down
1 change: 1 addition & 0 deletions public/frontend/feather.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/frontend/heroicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/frontend/iconoir.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: 15 additions & 0 deletions public/frontend/lucide.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/frontend/phosphoricons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions public/frontend/reactsymbol.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions public/frontend/sargamicons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/frontend/tabler.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 d0f6737

Please sign in to comment.