Skip to content

Commit a2aa04e

Browse files
fix: normal replaced with the correct medium
Signed-off-by: Antonio Sonis <[email protected]>
1 parent 73d1ffe commit a2aa04e

25 files changed

+49
-49
lines changed

src/components/icons/AddIcon.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const AddIcon = ({ color, size }) => {
2222
</svg>
2323
)
2424
break
25-
case 'normal':
25+
case 'medium':
2626
icon = (
2727
<svg
2828
width={24}
@@ -72,7 +72,7 @@ AddIcon.propTypes = {
7272

7373
AddIcon.defaultProps = {
7474
color: 'main-dark-blue',
75-
size: 'normal'
75+
size: 'medium'
7676
}
7777

7878
export default AddIcon

src/components/icons/AlertIcon.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const AlertIcon = ({ color, size }) => {
2323
</svg>
2424
)
2525
break
26-
case 'normal':
26+
case 'medium':
2727
icon = (
2828
<svg
2929
width={24}
@@ -75,7 +75,7 @@ AlertIcon.propTypes = {
7575

7676
AlertIcon.defaultProps = {
7777
color: 'red',
78-
size: 'small'
78+
size: 'medium'
7979
}
8080

8181
export default AlertIcon

src/components/icons/AllInOneIcon.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const AllInOneIcon = ({ color, size }) => {
3333
</svg>
3434
)
3535
break
36-
case 'normal':
36+
case 'medium':
3737
icon = (
3838
<svg
3939
width={24}
@@ -105,7 +105,7 @@ AllInOneIcon.propTypes = {
105105

106106
AllInOneIcon.defaultProps = {
107107
color: 'main-dark-blue',
108-
size: 'normal'
108+
size: 'medium'
109109
}
110110

111111
export default AllInOneIcon

src/components/icons/ApiCloudIcon.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const ApiCloudIcon = ({ color, size }) => {
2727
</svg>
2828
)
2929
break
30-
case 'normal':
30+
case 'medium':
3131
icon = (
3232
<svg
3333
width={24}
@@ -87,7 +87,7 @@ ApiCloudIcon.propTypes = {
8787

8888
ApiCloudIcon.defaultProps = {
8989
color: 'main-dark-blue',
90-
size: 'normal'
90+
size: 'medium'
9191
}
9292

9393
export default ApiCloudIcon

src/components/icons/ApiIcon.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const ApiIcon = ({ color, size }) => {
2424
</svg>
2525
)
2626
break
27-
case 'normal':
27+
case 'medium':
2828
icon = (
2929
<svg
3030
width={24}
@@ -78,7 +78,7 @@ ApiIcon.propTypes = {
7878

7979
ApiIcon.defaultProps = {
8080
color: 'main-dark-blue',
81-
size: 'normal'
81+
size: 'medium'
8282
}
8383

8484
export default ApiIcon

src/components/icons/AppIcon.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const AppIcon = ({ color, size }) => {
2525
</svg>
2626
)
2727
break
28-
case 'normal':
28+
case 'medium':
2929
icon = (
3030
<svg
3131
width={24}
@@ -79,7 +79,7 @@ AppIcon.propTypes = {
7979

8080
AppIcon.defaultProps = {
8181
color: 'main-dark-blue',
82-
size: 'normal'
82+
size: 'medium'
8383
}
8484

8585
export default AppIcon

src/components/icons/ArrowDownFullIcon.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const ArrowDownFullIcon = ({ color, size }) => {
2222
</svg>
2323
)
2424
break
25-
case 'normal':
25+
case 'medium':
2626
icon = (
2727
<svg
2828
width={24}
@@ -70,7 +70,7 @@ ArrowDownFullIcon.propTypes = {
7070

7171
ArrowDownFullIcon.defaultProps = {
7272
color: 'main-dark-blue',
73-
size: 'normal'
73+
size: 'medium'
7474
}
7575

7676
export default ArrowDownFullIcon

src/components/icons/ArrowDownIcon.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const ArrowDownIcon = ({ color, size }) => {
2121
</svg>
2222
)
2323
break
24-
case 'normal':
24+
case 'medium':
2525
icon = (
2626
<svg
2727
width={24}
@@ -69,7 +69,7 @@ ArrowDownIcon.propTypes = {
6969

7070
ArrowDownIcon.defaultProps = {
7171
color: 'main-dark-blue',
72-
size: 'normal'
72+
size: 'medium'
7373
}
7474

7575
export default ArrowDownIcon

src/components/icons/ArrowLeftIcon.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const ArrowLeftIcon = ({ color, size }) => {
2121
</svg>
2222
)
2323
break
24-
case 'normal':
24+
case 'medium':
2525
icon = (
2626
<svg
2727
width={24}
@@ -69,7 +69,7 @@ ArrowLeftIcon.propTypes = {
6969

7070
ArrowLeftIcon.defaultProps = {
7171
color: 'main-dark-blue',
72-
size: 'normal'
72+
size: 'medium'
7373
}
7474

7575
export default ArrowLeftIcon

src/components/icons/ArrowRightIcon.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const ArrowRightIcon = ({ color, size }) => {
2121
</svg>
2222
)
2323
break
24-
case 'normal':
24+
case 'medium':
2525
icon = (
2626
<svg
2727
width={24}
@@ -69,7 +69,7 @@ ArrowRightIcon.propTypes = {
6969

7070
ArrowRightIcon.defaultProps = {
7171
color: 'main-dark-blue',
72-
size: 'normal'
72+
size: 'medium'
7373
}
7474

7575
export default ArrowRightIcon

src/components/icons/ArrowUpIcon.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const ArrowDownIcon = ({ color, size }) => {
2121
</svg>
2222
)
2323
break
24-
case 'normal':
24+
case 'medium':
2525
icon = (
2626
<svg
2727
width={24}
@@ -69,7 +69,7 @@ ArrowDownIcon.propTypes = {
6969

7070
ArrowDownIcon.defaultProps = {
7171
color: 'main-dark-blue',
72-
size: 'normal'
72+
size: 'medium'
7373
}
7474

7575
export default ArrowDownIcon

src/components/icons/Calendar1DayIcon.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const Calendar1DayIcon = ({ color, size }) => {
2727
</svg>
2828
)
2929
break
30-
case 'normal':
30+
case 'medium':
3131
icon = (
3232
<svg
3333
width={24}
@@ -84,7 +84,7 @@ Calendar1DayIcon.propTypes = {
8484

8585
Calendar1DayIcon.defaultProps = {
8686
color: 'main-dark-blue',
87-
size: 'normal'
87+
size: 'medium'
8888
}
8989

9090
export default Calendar1DayIcon

src/components/icons/Calendar7DaysIcon.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const Calendar7DaysIcon = ({ color, size }) => {
2727
</svg>
2828
)
2929
break
30-
case 'normal':
30+
case 'medium':
3131
icon = (
3232
<svg
3333
width={24}
@@ -82,7 +82,7 @@ Calendar7DaysIcon.propTypes = {
8282

8383
Calendar7DaysIcon.defaultProps = {
8484
color: 'main-dark-blue',
85-
size: 'normal'
85+
size: 'medium'
8686
}
8787

8888
export default Calendar7DaysIcon

src/components/icons/CalendarIcon.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const CalendarIcon = ({ color, size }) => {
3131
</svg>
3232
)
3333
break
34-
case 'normal':
34+
case 'medium':
3535
icon = (
3636
<svg
3737
width={24}
@@ -96,7 +96,7 @@ CalendarIcon.propTypes = {
9696

9797
CalendarIcon.defaultProps = {
9898
color: 'main-dark-blue',
99-
size: 'normal'
99+
size: 'medium'
100100
}
101101

102102
export default CalendarIcon

src/components/icons/CircleAddIcon.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const CircleAddIcon = ({ color, size }) => {
2323
</svg>
2424
)
2525
break
26-
case 'normal':
26+
case 'medium':
2727
icon = (
2828
<svg
2929
width={24}
@@ -75,7 +75,7 @@ CircleAddIcon.propTypes = {
7575

7676
CircleAddIcon.defaultProps = {
7777
color: 'main-dark-blue',
78-
size: 'normal'
78+
size: 'medium'
7979
}
8080

8181
export default CircleAddIcon

src/components/icons/CloseIcon.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const CloseIcon = ({ color, size }) => {
2222
</svg>
2323
)
2424
break
25-
case 'normal':
25+
case 'medium':
2626
icon = (
2727
<svg
2828
width={24}
@@ -73,7 +73,7 @@ CloseIcon.propTypes = {
7373

7474
CloseIcon.defaultProps = {
7575
color: 'main-dark-blue',
76-
size: 'normal'
76+
size: 'medium'
7777
}
7878

7979
export default CloseIcon

src/components/icons/CopyPasteIcon.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const CopyPasteIcon = ({ color, size }) => {
2323
</svg>
2424
)
2525
break
26-
case 'normal':
26+
case 'medium':
2727
icon = (
2828
<svg
2929
width={24}
@@ -75,7 +75,7 @@ CopyPasteIcon.propTypes = {
7575

7676
CopyPasteIcon.defaultProps = {
7777
color: 'main-dark-blue',
78-
size: 'normal'
78+
size: 'medium'
7979
}
8080

8181
export default CopyPasteIcon

src/components/icons/DatabaseIcon.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const DatabaseIcon = ({ color, size }) => {
2323
</svg>
2424
)
2525
break
26-
case 'normal':
26+
case 'medium':
2727
icon = (
2828
<svg
2929
width={24}
@@ -75,7 +75,7 @@ DatabaseIcon.propTypes = {
7575

7676
DatabaseIcon.defaultProps = {
7777
color: 'main-dark-blue',
78-
size: 'normal'
78+
size: 'medium'
7979
}
8080

8181
export default DatabaseIcon

src/components/icons/EditIcon.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const EditIcon = ({ color, size }) => {
2323
</svg>
2424
)
2525
break
26-
case 'normal':
26+
case 'medium':
2727
icon = (
2828
<svg
2929
width={24}
@@ -75,7 +75,7 @@ EditIcon.propTypes = {
7575

7676
EditIcon.defaultProps = {
7777
color: 'main-dark-blue',
78-
size: 'normal'
78+
size: 'medium'
7979
}
8080

8181
export default EditIcon

src/components/icons/GearIcon.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const GearIcon = ({ color, size }) => {
2222
</svg>
2323
)
2424
break
25-
case 'normal':
25+
case 'medium':
2626
icon = (
2727
<svg
2828
width={24}
@@ -72,7 +72,7 @@ GearIcon.propTypes = {
7272

7373
GearIcon.defaultProps = {
7474
color: 'main-dark-blue',
75-
size: 'normal'
75+
size: 'medium'
7676
}
7777

7878
export default GearIcon

src/components/icons/Users2Icon.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const Users2Icon = ({ color, size }) => {
2424
</svg>
2525
)
2626
break
27-
case 'normal':
27+
case 'medium':
2828
icon = (
2929
<svg
3030
width={24}
@@ -78,7 +78,7 @@ Users2Icon.propTypes = {
7878

7979
Users2Icon.defaultProps = {
8080
color: 'main-dark-blue',
81-
size: 'normal'
81+
size: 'medium'
8282
}
8383

8484
export default Users2Icon

src/components/icons/WorkspaceDynamicIcon.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const WorkspaceDynamicIcon = ({ color, size }) => {
2525
</svg>
2626
)
2727
break
28-
case 'normal':
28+
case 'medium':
2929
icon = (
3030
<svg
3131
width={24}
@@ -81,7 +81,7 @@ WorkspaceDynamicIcon.propTypes = {
8181

8282
WorkspaceDynamicIcon.defaultProps = {
8383
color: 'main-dark-blue',
84-
size: 'normal'
84+
size: 'medium'
8585
}
8686

8787
export default WorkspaceDynamicIcon

0 commit comments

Comments
 (0)