feat: добавить серверную генерацию спрайтов

This commit is contained in:
2026-07-16 09:19:33 +03:00
parent e9ae91815a
commit 57342fae4e
379 changed files with 3108 additions and 655 deletions
@@ -0,0 +1,2 @@
# @generated by @gromlab/svg-sprites. Do not edit.
/.svg-sprite/
+1
View File
@@ -0,0 +1 @@
export * from './.svg-sprite/index.js'
@@ -0,0 +1 @@
export * from './.svg-sprite/index.js'
@@ -0,0 +1,6 @@
export default {
mode: 'astro@vite',
name: 'app',
input: '../../../../fixtures/icons/check.svg',
generatedNotice: false,
}