Skip to content

Commit 50beaf7

Browse files
committed
refactor: change size 2xl to xxl
1 parent 6c77a31 commit 50beaf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/CIcon.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ export interface CIconProps extends DOMAttributes<SVGSVGElement> {
1717
*/
1818
content?: string | Array<string>
1919
/**
20-
* Size of the icon. Available sizes: 'sm', 'lg', 'xl', '2xl'...'9xl', 'custom', 'custom-size'. [docs]
20+
* Size of the icon. Available sizes: 'sm', 'lg', 'xl', 'xxl', '3xl...9xl', 'custom', 'custom-size'. [docs]
2121
*/
2222
size?:
2323
| 'custom-size'
2424
| 'sm'
2525
| 'lg'
2626
| 'xl'
27-
| '2xl'
27+
| 'xxl'
2828
| '3xl'
2929
| '4xl'
3030
| '5xl'
@@ -146,7 +146,7 @@ CIcon.propTypes = {
146146
'sm',
147147
'lg',
148148
'xl',
149-
'2xl',
149+
'xxl',
150150
'3xl',
151151
'4xl',
152152
'5xl',

0 commit comments

Comments
 (0)