This commit is contained in:
Oscar
2026-06-24 17:43:45 +03:00
parent ed51218249
commit ffbfd772cb
28 changed files with 188 additions and 300 deletions

View File

@@ -6,7 +6,7 @@ const __dirname = fileURLToPath(new URL('.', import.meta.url))
const iconsDir = join(__dirname, '../src/assets/icons')
const svgFiles = readdirSync(iconsDir)
.filter(f => f.endsWith('.svg'))
.filter(f => f.endsWith('.svg') && f !== 'sprite.svg')
.sort()
if (!svgFiles.length) {