in build_scripts/index.js [33:46]
await createSvgSprite({
destPath: DIST_PATH,
globPatterns: [
path.join(BASE_PATH, 'illustrations', '*.svg'),
path.join(BASE_PATH, 'illustrations/!(logos|third-party-logos)', '**', '**.svg'),
],
targetFile: 'illustrations',
addDimension: true,
svgSizes: {
sm: 72,
md: 144,
lg: 288,
},
});