feat: add teenyicons for files

This commit is contained in:
Shivam Mishra
2024-11-27 20:05:58 +05:30
parent d93e2ee60a
commit ac7f2c7153
3 changed files with 12 additions and 1 deletions
+1
View File
@@ -107,6 +107,7 @@
"@iconify-json/lucide": "^1.2.11",
"@iconify-json/ph": "^1.2.1",
"@iconify-json/ri": "^1.2.3",
"@iconify-json/teenyicons": "^1.2.1",
"@size-limit/file": "^8.2.4",
"@vitest/coverage-v8": "2.0.1",
"@vue/test-utils": "^2.4.6",
+10
View File
@@ -239,6 +239,9 @@ importers:
'@iconify-json/ri':
specifier: ^1.2.3
version: 1.2.3
'@iconify-json/teenyicons':
specifier: ^1.2.1
version: 1.2.1
'@size-limit/file':
specifier: ^8.2.4
version: 8.2.6(size-limit@8.2.6)
@@ -887,6 +890,9 @@ packages:
'@iconify-json/ri@1.2.3':
resolution: {integrity: sha512-UVKofd5xkSevGd5K01pvO4NWsu+2C9spu+GxnMZUYymUiaWmpCAxtd22MFSpm6MGf0MP4GCwhDCo1Q8L8oZ9wg==}
'@iconify-json/teenyicons@1.2.1':
resolution: {integrity: sha512-PaVv+zrQEO6I/9YfEwxkJfYSrCIWyOoSv/ZOVgETsr0MOqN9k7ecnHF/lPrgpyCLkwLzPX7MyFm3/gmziwjSiw==}
'@iconify/types@2.0.0':
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
@@ -5722,6 +5728,10 @@ snapshots:
dependencies:
'@iconify/types': 2.0.0
'@iconify-json/teenyicons@1.2.1':
dependencies:
'@iconify/types': 2.0.0
'@iconify/types@2.0.0': {}
'@iconify/utils@2.1.32':
+1 -1
View File
@@ -133,7 +133,7 @@ const tailwindConfig = {
},
},
},
...getIconCollections(['lucide', 'logos', 'ri', 'ph']),
...getIconCollections(['lucide', 'logos', 'ri', 'ph', 'teenyicons']),
},
}),
],