Skip to content

Commit

Permalink
Merge pull request #566 from catho/QTM-685
Browse files Browse the repository at this point in the history
feat(Icon.jsx): Added ContactSupport icon
  • Loading branch information
MarcosViniciusPC authored Jun 7, 2024
2 parents 4d9ed19 + c22bb33 commit 17a4900
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -33,6 +33,7 @@ import Clear from '@mui/icons-material/Clear';
import Close from '@mui/icons-material/Close';
import Collections from '@mui/icons-material/Collections';
import ContactPhone from '@mui/icons-material/ContactPhone';
import ContactSupport from '@mui/icons-material/ContactSupport';
import Contacts from '@mui/icons-material/Contacts';
import Contrast from '@mui/icons-material/Contrast';
import CreditCard from '@mui/icons-material/CreditCard';
Expand Down Expand Up @@ -158,6 +159,7 @@ const Icon = ({ name, skin, size, ...props }) => {
collections: Collections,
contacts: Contacts,
contact_phone: ContactPhone,
contact_support: ContactSupport,
contrast: Contrast,
credit_card: CreditCard,
date_range: DateRange,
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 @@ -189,6 +189,7 @@ export type IconNames =
| 'confirmation_number'
| 'contact_mail'
| 'contact_phone'
| 'contact_support'
| 'contacts'
| 'content_copy'
| 'content_cut'
Expand Down
1 change: 1 addition & 0 deletions components/shared/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const icons = [
'collections',
'contacts',
'contact_phone',
'contact_support',
'contrast',
'credit_card',
'date_range',
Expand Down

0 comments on commit 17a4900

Please sign in to comment.