Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(JAS-4013): add new icon to Cathoflix category #578

Merged
merged 1 commit into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions components/Icon/Icon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ import Group from '@mui/icons-material/Group';
import GroupAdd from '@mui/icons-material/GroupAdd';
import Help from '@mui/icons-material/Help';
import Home from '@mui/icons-material/Home';
import HomeWork from '@mui/icons-material/HomeWork';
import Info from '@mui/icons-material/Info';
import KeyboardArrowDown from '@mui/icons-material/KeyboardArrowDown';
import KeyboardArrowLeft from '@mui/icons-material/KeyboardArrowLeft';
Expand Down Expand Up @@ -181,6 +182,7 @@ const Icon = ({ name, skin = '', style = {}, size = 'medium', ...props }) => {
group: Group,
group_add: GroupAdd,
home: Home,
home_work: HomeWork,
help: Help,
info: Info,
keyboard_arrow_down: KeyboardArrowDown,
Expand Down
1 change: 1 addition & 0 deletions components/Icon/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ export type IconNames =
| 'high_quality'
| 'history'
| 'home'
| 'home_work'
| 'hotel'
| 'hot_tub'
| 'hourglass_empty'
Expand Down
1 change: 1 addition & 0 deletions components/shared/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const icons = [
'group',
'group_add',
'home',
'home_work',
'help',
'info',
'keyboard_arrow_down',
Expand Down