Skip to content

Commit

Permalink
feat(Icons): includes 3 new icons
Browse files Browse the repository at this point in the history
  • Loading branch information
alizeleal committed Jul 6, 2023
1 parent 23a6263 commit 9a97f95
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/Icon/Icon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ import Whatshot from '@mui/icons-material/Whatshot';
import Work from '@mui/icons-material/Work';
import Help from '@mui/icons-material/Help';
import FlashOn from '@mui/icons-material/FlashOn';
import GroupAddIcon from '@mui/icons-material/GroupAdd';
import AutoGraphIcon from '@mui/icons-material/AutoGraph';
import StarsIcon from '@mui/icons-material/Stars';

import { theme } from '../shared';
import icons from '../shared/icons';
Expand Down Expand Up @@ -120,6 +123,7 @@ const Icon = ({ name, skin, size, ...props }) => {
assignment_ind: AssignmentInd,
assignment_turned_in: AssignmentTurnedIn,
attach_money: AttachMoney,
auto_graph: AutoGraphIcon,
block: Block,
cached: Cached,
camera: CameraAlt,
Expand Down Expand Up @@ -151,6 +155,7 @@ const Icon = ({ name, skin, size, ...props }) => {
flash_on: FlashOn,
folder: Folder,
group: Group,
group_add: GroupAddIcon,
home: Home,
help: Help,
info: Info,
Expand Down Expand Up @@ -182,6 +187,7 @@ const Icon = ({ name, skin, size, ...props }) => {
star_border: StarBorder,
star_half: StarHalf,
star: Star,
stars: StarsIcon,
swap_vert: SwapVert,
trending_up: TrendingUp,
tune: Tune,
Expand Down
3 changes: 3 additions & 0 deletions components/shared/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const icons = [
'assignment_ind',
'assignment_turned_in',
'attach_money',
'auto_graph',
'block',
'cached',
'camera',
Expand Down Expand Up @@ -46,6 +47,7 @@ const icons = [
'folder',
'flash_on',
'group',
'group_add',
'home',
'help',
'info',
Expand Down Expand Up @@ -77,6 +79,7 @@ const icons = [
'star_border',
'star_half',
'star',
'stars',
'trending_up',
'tune',
'swap_vert',
Expand Down

0 comments on commit 9a97f95

Please sign in to comment.