Skip to content

Commit

Permalink
feat(icon): add lightbulb_outlined icon
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardsonCC committed May 9, 2024
1 parent fc066e9 commit eac40fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/Icon/Icon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ import KeyboardArrowLeft from '@mui/icons-material/KeyboardArrowLeft';
import KeyboardArrowRight from '@mui/icons-material/KeyboardArrowRight';
import KeyboardArrowUp from '@mui/icons-material/KeyboardArrowUp';
import Launch from '@mui/icons-material/Launch';
import LightbulbOutlined from '@mui/icons-material/LightbulbOutlined';
import LocationCity from '@mui/icons-material/LocationCity';
import Lock from '@mui/icons-material/Lock';
import LockOpen from '@mui/icons-material/LockOpen';
Expand Down Expand Up @@ -184,6 +185,7 @@ const Icon = ({ name, skin, size, ...props }) => {
keyboard_arrow_right: KeyboardArrowRight,
keyboard_arrow_up: KeyboardArrowUp,
launch: Launch,
lightbulb_outlined: LightbulbOutlined,
location_city: LocationCity,
lock: Lock,
lock_open: LockOpen,
Expand Down
1 change: 1 addition & 0 deletions components/shared/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const icons = [
'keyboard_arrow_right',
'keyboard_arrow_up',
'launch',
'lightbulb_outlined',
'location_city',
'lock',
'lock_open',
Expand Down

0 comments on commit eac40fe

Please sign in to comment.