Skip to content

Commit

Permalink
Merge pull request #525 from catho/QTM-562
Browse files Browse the repository at this point in the history
feat[QTM-562] Includes Contrast and Arrow_Upward icons
  • Loading branch information
alizeleal authored Sep 22, 2023
2 parents 3cffb8d + fac2a07 commit a5abff0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/Icon/Icon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import ArrowDropDown from '@mui/icons-material/ArrowDropDown';
import ArrowDropUp from '@mui/icons-material/ArrowDropUp';
import ArrowLeft from '@mui/icons-material/ArrowLeft';
import ArrowRight from '@mui/icons-material/ArrowRight';
import ArrowUpward from '@mui/icons-material/ArrowUpward';
import Assessment from '@mui/icons-material/Assessment';
import Assignment from '@mui/icons-material/Assignment';
import AssignmentInd from '@mui/icons-material/AssignmentInd';
Expand All @@ -31,6 +32,7 @@ import Close from '@mui/icons-material/Close';
import Collections from '@mui/icons-material/Collections';
import Contacts from '@mui/icons-material/Contacts';
import ContactPhone from '@mui/icons-material/ContactPhone';
import Contrast from '@mui/icons-material/Contrast';
import CreditCard from '@mui/icons-material/CreditCard';
import DateRange from '@mui/icons-material/DateRange';
import Delete from '@mui/icons-material/Delete';
Expand Down Expand Up @@ -121,6 +123,7 @@ const Icon = ({ name, skin, size, ...props }) => {
arrow_drop_up: ArrowDropUp,
arrow_left: ArrowLeft,
arrow_right: ArrowRight,
arrow_upward: ArrowUpward,
assessment: Assessment,
assignment: Assignment,
assignment_ind: AssignmentInd,
Expand All @@ -140,6 +143,7 @@ const Icon = ({ name, skin, size, ...props }) => {
collections: Collections,
contacts: Contacts,
contact_phone: ContactPhone,
contrast: Contrast,
credit_card: CreditCard,
date_range: DateRange,
delete: Delete,
Expand Down
2 changes: 2 additions & 0 deletions components/shared/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const icons = [
'arrow_drop_up',
'arrow_right',
'arrow_left',
'arrow_upward',
'assessment',
'assignment',
'assignment_ind',
Expand All @@ -30,6 +31,7 @@ const icons = [
'collections',
'contacts',
'contact_phone',
'contrast',
'credit_card',
'date_range',
'delete',
Expand Down

0 comments on commit a5abff0

Please sign in to comment.