Skip to content

Commit

Permalink
feat: add react-icons on frontend icons library
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiScavuzzo committed Jul 24, 2024
1 parent 910d3cd commit cffcfab
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
12 changes: 12 additions & 0 deletions db/frontend/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const icons: DocPage = {
{ github_username: 'nsdonato' },
{ github_username: 'IvanMJs' },
{ github_username: 'isahernz' },
{ github_username: 'MatiScavuzzo' },
],
pageItems: [
{
Expand Down Expand Up @@ -165,6 +166,17 @@ const icons: DocPage = {
},
videos: [],
},
{
imgPlaceholder: 'React Icons',
titleCard: 'Biblioteca de íconos para React con importaciones ES6',
links: [{ type: LinkType.Web, url: 'https://react-icons.github.io/react-icons/' }],
cover: {
src: '/frontend/react-icons.svg',
height: 80,
width: 80,
},
videos: [],
},
],
}

Expand Down
9 changes: 9 additions & 0 deletions public/frontend/react-icons.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 cffcfab

Please sign in to comment.