@@ -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.487 .0/icons/{name}.svg" ,
36
+ src : "https://cdn.jsdelivr.net/npm/lucide-static@0.488 .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.29.2 /{variant}/{name}.svg" ,
42
+ "https://cdn.jsdelivr.net/npm/@material-symbols/svg-100@0.31.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.29.2 /{variant}/{name}.svg" ,
49
+ "https://cdn.jsdelivr.net/npm/@material-symbols/svg-200@0.31.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.29.2 /{variant}/{name}.svg" ,
56
+ "https://cdn.jsdelivr.net/npm/@material-symbols/svg-300@0.31.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.29.2 /{variant}/{name}.svg" ,
63
+ "https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.31.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.29.2 /{variant}/{name}.svg" ,
70
+ "https://cdn.jsdelivr.net/npm/@material-symbols/svg-500@0.31.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.29.2 /{variant}/{name}.svg" ,
77
+ "https://cdn.jsdelivr.net/npm/@material-symbols/svg-600@0.31.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.29.2 /{variant}/{name}.svg" ,
84
+ "https://cdn.jsdelivr.net/npm/@material-symbols/svg-700@0.31.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@14.12.0 /icons/{name}.svg" ,
119
+ src : "https://cdn.jsdelivr.net/npm/simple-icons@14.12.2 /icons/{name}.svg" ,
120
120
} ,
121
121
{
122
122
// https://tabler.io/icons
@@ -139,7 +139,7 @@ export const catalogs: Catalog[] = [
139
139
// https://iconoir.com/
140
140
id : "iconoir" ,
141
141
src :
142
- "https://cdn.jsdelivr.net/npm/iconoir@7.10.1 /icons/{variant}/{name}.svg" ,
142
+ "https://cdn.jsdelivr.net/npm/iconoir@7.11.0 /icons/{variant}/{name}.svg" ,
143
143
variants : [ "regular" , "solid" ] ,
144
144
} ,
145
145
{
@@ -175,7 +175,7 @@ export const catalogs: Catalog[] = [
175
175
// https://react.fluentui.dev/?path=/docs/icons-catalog--docs
176
176
id : "fluent" ,
177
177
src :
178
- "https://cdn.jsdelivr.net/npm/@fluentui/svg-icons@1.1.294 /icons/{name}_{variant}.svg" ,
178
+ "https://cdn.jsdelivr.net/npm/@fluentui/svg-icons@1.1.297 /icons/{name}_{variant}.svg" ,
179
179
variants : [
180
180
{ id : "outlined" , path : "regular" } ,
181
181
"filled" ,
0 commit comments