From d0f67373cdfcfda711d99e8dc5f6a1b81088a048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?iv=C3=A1n=20Meyer?= <37188867+IvanMJs@users.noreply.github.com> Date: Sun, 28 Jan 2024 19:24:52 -0300 Subject: [PATCH] Update SVG's icons (#34) * feat: new-svg-icons * fix: widht and height icons * fix: titleCard --------- Co-authored-by: Noelia --- docs/frontend/icons.mdx | 65 ++++++++++++++++--------------- docs/menu.mdx | 2 +- public/frontend/feather.svg | 1 + public/frontend/heroicon.svg | 3 ++ public/frontend/iconoir.svg | 1 + public/frontend/lucide.svg | 15 +++++++ public/frontend/phosphoricons.svg | 1 + public/frontend/reactsymbol.svg | 7 ++++ public/frontend/sargamicons.svg | 14 +++++++ public/frontend/tabler.svg | 6 +++ 10 files changed, 82 insertions(+), 33 deletions(-) create mode 100644 public/frontend/feather.svg create mode 100644 public/frontend/heroicon.svg create mode 100644 public/frontend/iconoir.svg create mode 100644 public/frontend/lucide.svg create mode 100644 public/frontend/phosphoricons.svg create mode 100644 public/frontend/reactsymbol.svg create mode 100644 public/frontend/sargamicons.svg create mode 100644 public/frontend/tabler.svg diff --git a/docs/frontend/icons.mdx b/docs/frontend/icons.mdx index 94fdda4..762e7c8 100644 --- a/docs/frontend/icons.mdx +++ b/docs/frontend/icons.mdx @@ -4,6 +4,7 @@ description: 'Iconos para usar en tus proyectos.' contributors: - github_username: 'nsdonato' + - github_username: 'IvanMJs' submenu: - imgPlaceholder: 'Phosphoricons' @@ -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' @@ -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' @@ -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' @@ -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' @@ -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' @@ -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' @@ -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' @@ -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: [] --- diff --git a/docs/menu.mdx b/docs/menu.mdx index 9cddffc..6ee8886 100644 --- a/docs/menu.mdx +++ b/docs/menu.mdx @@ -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' diff --git a/public/frontend/feather.svg b/public/frontend/feather.svg new file mode 100644 index 0000000..ac3b868 --- /dev/null +++ b/public/frontend/feather.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/frontend/heroicon.svg b/public/frontend/heroicon.svg new file mode 100644 index 0000000..6bacef7 --- /dev/null +++ b/public/frontend/heroicon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/public/frontend/iconoir.svg b/public/frontend/iconoir.svg new file mode 100644 index 0000000..63eeb14 --- /dev/null +++ b/public/frontend/iconoir.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/frontend/lucide.svg b/public/frontend/lucide.svg new file mode 100644 index 0000000..5dd473a --- /dev/null +++ b/public/frontend/lucide.svg @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/public/frontend/phosphoricons.svg b/public/frontend/phosphoricons.svg new file mode 100644 index 0000000..7ec5d70 --- /dev/null +++ b/public/frontend/phosphoricons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/frontend/reactsymbol.svg b/public/frontend/reactsymbol.svg new file mode 100644 index 0000000..5b87ac8 --- /dev/null +++ b/public/frontend/reactsymbol.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/public/frontend/sargamicons.svg b/public/frontend/sargamicons.svg new file mode 100644 index 0000000..1eb7e28 --- /dev/null +++ b/public/frontend/sargamicons.svg @@ -0,0 +1,14 @@ + + + + + + \ No newline at end of file diff --git a/public/frontend/tabler.svg b/public/frontend/tabler.svg new file mode 100644 index 0000000..52bcc7e --- /dev/null +++ b/public/frontend/tabler.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file