@@ -33,55 +33,55 @@ export const catalogs: Catalog[] = [
33
33
{
34
34
// https://lucide.dev/
35
35
id : "lucide" ,
36
- src : "https://cdn.jsdelivr.net/npm/lucide-static@0.537 .0/icons/{name}.svg" ,
36
+ src : "https://cdn.jsdelivr.net/npm/lucide-static@0.539 .0/icons/{name}.svg" ,
37
37
} ,
38
38
{
39
39
// https://fonts.google.com/icons?icon.set=Material+Symbols
40
40
id : "material-100" ,
41
41
src :
42
- "https://cdn.jsdelivr.net/npm/@material-symbols/svg-100@0.33 .0/{variant}/{name}.svg" ,
42
+ "https://cdn.jsdelivr.net/npm/@material-symbols/svg-100@0.34 .0/{variant}/{name}.svg" ,
43
43
variants : [ "outlined" , "rounded" , "sharp" ] ,
44
44
} ,
45
45
{
46
46
// https://fonts.google.com/icons?icon.set=Material+Symbols
47
47
id : "material-200" ,
48
48
src :
49
- "https://cdn.jsdelivr.net/npm/@material-symbols/svg-200@0.33 .0/{variant}/{name}.svg" ,
49
+ "https://cdn.jsdelivr.net/npm/@material-symbols/svg-200@0.34 .0/{variant}/{name}.svg" ,
50
50
variants : [ "outlined" , "rounded" , "sharp" ] ,
51
51
} ,
52
52
{
53
53
// https://fonts.google.com/icons?icon.set=Material+Symbols
54
54
id : "material-300" ,
55
55
src :
56
- "https://cdn.jsdelivr.net/npm/@material-symbols/svg-300@0.33 .0/{variant}/{name}.svg" ,
56
+ "https://cdn.jsdelivr.net/npm/@material-symbols/svg-300@0.34 .0/{variant}/{name}.svg" ,
57
57
variants : [ "outlined" , "rounded" , "sharp" ] ,
58
58
} ,
59
59
{
60
60
// https://fonts.google.com/icons?icon.set=Material+Symbols
61
61
id : "material-400" ,
62
62
src :
63
- "https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.33 .0/{variant}/{name}.svg" ,
63
+ "https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.34 .0/{variant}/{name}.svg" ,
64
64
variants : [ "outlined" , "rounded" , "sharp" ] ,
65
65
} ,
66
66
{
67
67
// https://fonts.google.com/icons?icon.set=Material+Symbols
68
68
id : "material-500" ,
69
69
src :
70
- "https://cdn.jsdelivr.net/npm/@material-symbols/svg-500@0.33 .0/{variant}/{name}.svg" ,
70
+ "https://cdn.jsdelivr.net/npm/@material-symbols/svg-500@0.34 .0/{variant}/{name}.svg" ,
71
71
variants : [ "outlined" , "rounded" , "sharp" ] ,
72
72
} ,
73
73
{
74
74
// https://fonts.google.com/icons?icon.set=Material+Symbols
75
75
id : "material-600" ,
76
76
src :
77
- "https://cdn.jsdelivr.net/npm/@material-symbols/svg-600@0.33 .0/{variant}/{name}.svg" ,
77
+ "https://cdn.jsdelivr.net/npm/@material-symbols/svg-600@0.34 .0/{variant}/{name}.svg" ,
78
78
variants : [ "outlined" , "rounded" , "sharp" ] ,
79
79
} ,
80
80
{
81
81
// https://fonts.google.com/icons?icon.set=Material+Symbols
82
82
id : "material-700" ,
83
83
src :
84
- "https://cdn.jsdelivr.net/npm/@material-symbols/svg-700@0.33 .0/{variant}/{name}.svg" ,
84
+ "https://cdn.jsdelivr.net/npm/@material-symbols/svg-700@0.34 .0/{variant}/{name}.svg" ,
85
85
variants : [ "outlined" , "rounded" , "sharp" ] ,
86
86
} ,
87
87
{
@@ -116,7 +116,7 @@ export const catalogs: Catalog[] = [
116
116
{
117
117
// https://simpleicons.org/
118
118
id : "simpleicons" ,
119
- src : "https://cdn.jsdelivr.net/npm/simple-icons@15.9 .0/icons/{name}.svg" ,
119
+ src : "https://cdn.jsdelivr.net/npm/simple-icons@15.10 .0/icons/{name}.svg" ,
120
120
} ,
121
121
{
122
122
// https://tabler.io/icons
@@ -193,7 +193,7 @@ export const catalogs: Catalog[] = [
193
193
// https://openmoji.org/
194
194
id : "openmoji" ,
195
195
src :
196
- "https://cdn.jsdelivr.net/npm/openmoji@15.1 .0/{variant}/svg/{name}.svg" ,
196
+ "https://cdn.jsdelivr.net/npm/openmoji@16.0 .0/{variant}/svg/{name}.svg" ,
197
197
variants : [ "color" , "black" ] ,
198
198
} ,
199
199
{
0 commit comments