Skip to content

Commit

Permalink
feat: add new category icons list
Browse files Browse the repository at this point in the history
  • Loading branch information
JHIH-LEI committed Jul 22, 2021
1 parent acefadb commit 5436447
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions categoryIcon.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const iconsClass = ['fas fa-music', 'fas fa-baseball-ball', 'fas fa-school', 'fas fa-book', 'fas fa-gamepad', 'fas fa-palette', 'fas fa-cart-arrow-down', 'fas fa-laptop', 'fas fa-tshirt', 'fas fa-dog', 'fas fa-cat', 'fas fa-tools', 'fas fa-people-arrows']

module.exports = iconsClass

0 comments on commit 5436447

Please sign in to comment.