Skip to content

Commit 3f90b92

Browse files
committed
feat: add StringIcon * 2
1 parent 1cf6c8c commit 3f90b92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.size-limit.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ module.exports = [
2626
path: './dist/es/index.js',
2727
webpack: true,
2828
import: '{ Button }',
29-
limit: '33 kB',
29+
limit: '34 kB',
3030
},
3131
{
3232
name: 'Tree shaking (just an Icon)',
3333
path: './dist/es/index.js',
3434
webpack: true,
3535
import: '{ AiIcon }',
36-
limit: '22 kB',
36+
limit: '23 kB',
3737
},
3838
];

0 commit comments

Comments
 (0)