Skip to content

Commit 2372ccd

Browse files
committed
feat: add hierarchy icons * 3
1 parent 9e0bd84 commit 2372ccd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.size-limit.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ module.exports = [
1919
}),
2020
);
2121
},
22-
limit: '230kB',
22+
limit: '235kB',
2323
},
2424
{
2525
name: 'Tree shaking (just a Button)',
2626
path: './dist/es/index.js',
2727
webpack: true,
2828
import: '{ Button }',
29-
limit: '37 kB',
29+
limit: '38 kB',
3030
},
3131
{
3232
name: 'Tree shaking (just an Icon)',
3333
path: './dist/es/index.js',
3434
webpack: true,
3535
import: '{ AiIcon }',
36-
limit: '27 kB',
36+
limit: '28 kB',
3737
},
3838
];

0 commit comments

Comments
 (0)