@@ -39,49 +39,49 @@ export const catalogs: Catalog[] = [
3939 // https://fonts.google.com/icons?icon.set=Material+Symbols
4040 id : "material-100" ,
4141 src :
42- "https://cdn.jsdelivr.net/npm/@material-symbols/[email protected] .1 /{variant}/{name}.svg" , 42+ "https://cdn.jsdelivr.net/npm/@material-symbols/[email protected] .2 /{variant}/{name}.svg" , 4343 variants : [ "outlined" , "rounded" , "sharp" ] ,
4444 } ,
4545 {
4646 // https://fonts.google.com/icons?icon.set=Material+Symbols
4747 id : "material-200" ,
4848 src :
49- "https://cdn.jsdelivr.net/npm/@material-symbols/[email protected] .1 /{variant}/{name}.svg" , 49+ "https://cdn.jsdelivr.net/npm/@material-symbols/[email protected] .2 /{variant}/{name}.svg" , 5050 variants : [ "outlined" , "rounded" , "sharp" ] ,
5151 } ,
5252 {
5353 // https://fonts.google.com/icons?icon.set=Material+Symbols
5454 id : "material-300" ,
5555 src :
56- "https://cdn.jsdelivr.net/npm/@material-symbols/[email protected] .1 /{variant}/{name}.svg" , 56+ "https://cdn.jsdelivr.net/npm/@material-symbols/[email protected] .2 /{variant}/{name}.svg" , 5757 variants : [ "outlined" , "rounded" , "sharp" ] ,
5858 } ,
5959 {
6060 // https://fonts.google.com/icons?icon.set=Material+Symbols
6161 id : "material-400" ,
6262 src :
63- "https://cdn.jsdelivr.net/npm/@material-symbols/[email protected] .1 /{variant}/{name}.svg" , 63+ "https://cdn.jsdelivr.net/npm/@material-symbols/[email protected] .2 /{variant}/{name}.svg" , 6464 variants : [ "outlined" , "rounded" , "sharp" ] ,
6565 } ,
6666 {
6767 // https://fonts.google.com/icons?icon.set=Material+Symbols
6868 id : "material-500" ,
6969 src :
70- "https://cdn.jsdelivr.net/npm/@material-symbols/[email protected] .1 /{variant}/{name}.svg" , 70+ "https://cdn.jsdelivr.net/npm/@material-symbols/[email protected] .2 /{variant}/{name}.svg" , 7171 variants : [ "outlined" , "rounded" , "sharp" ] ,
7272 } ,
7373 {
7474 // https://fonts.google.com/icons?icon.set=Material+Symbols
7575 id : "material-600" ,
7676 src :
77- "https://cdn.jsdelivr.net/npm/@material-symbols/[email protected] .1 /{variant}/{name}.svg" , 77+ "https://cdn.jsdelivr.net/npm/@material-symbols/[email protected] .2 /{variant}/{name}.svg" , 7878 variants : [ "outlined" , "rounded" , "sharp" ] ,
7979 } ,
8080 {
8181 // https://fonts.google.com/icons?icon.set=Material+Symbols
8282 id : "material-700" ,
8383 src :
84- "https://cdn.jsdelivr.net/npm/@material-symbols/[email protected] .1 /{variant}/{name}.svg" , 84+ "https://cdn.jsdelivr.net/npm/@material-symbols/[email protected] .2 /{variant}/{name}.svg" , 8585 variants : [ "outlined" , "rounded" , "sharp" ] ,
8686 } ,
8787 {
@@ -175,7 +175,7 @@ export const catalogs: Catalog[] = [
175175 // https://react.fluentui.dev/?path=/docs/icons-catalog--docs
176176 id : "fluent" ,
177177 src :
178- "https://cdn.jsdelivr.net/npm/@fluentui/[email protected] .313 /icons/{name}_{variant}.svg" , 178+ "https://cdn.jsdelivr.net/npm/@fluentui/[email protected] .314 /icons/{name}_{variant}.svg" , 179179 variants : [
180180 { id : "outlined" , path : "regular" } ,
181181 "filled" ,
@@ -186,7 +186,7 @@ export const catalogs: Catalog[] = [
186186 // https://primer.style/foundations/icons
187187 id : "octicons" ,
188188 src :
189- "https://cdn.jsdelivr.net/npm/@primer/octicons@19.20 .0/build/svg/{name}-{variant}.svg" ,
189+ "https://cdn.jsdelivr.net/npm/@primer/octicons@19.21 .0/build/svg/{name}-{variant}.svg" ,
190190 variants : [ "24" , "16" , "12" , "48" , "96" ] ,
191191 } ,
192192 {
0 commit comments