Skip to content

Commit

Permalink
updated icons
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Nov 21, 2024
1 parent cd770af commit cc0cc64
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions deps/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,49 +39,49 @@ export const catalogs: Catalog[] = [
// https://fonts.google.com/icons?icon.set=Material+Symbols
id: "material-100",
src:
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].0/{variant}/{name}.svg",
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].1/{variant}/{name}.svg",
variants: ["outlined", "rounded", "sharp"],
},
{
// https://fonts.google.com/icons?icon.set=Material+Symbols
id: "material-200",
src:
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].0/{variant}/{name}.svg",
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].1/{variant}/{name}.svg",
variants: ["outlined", "rounded", "sharp"],
},
{
// https://fonts.google.com/icons?icon.set=Material+Symbols
id: "material-300",
src:
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].0/{variant}/{name}.svg",
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].1/{variant}/{name}.svg",
variants: ["outlined", "rounded", "sharp"],
},
{
// https://fonts.google.com/icons?icon.set=Material+Symbols
id: "material-400",
src:
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].0/{variant}/{name}.svg",
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].1/{variant}/{name}.svg",
variants: ["outlined", "rounded", "sharp"],
},
{
// https://fonts.google.com/icons?icon.set=Material+Symbols
id: "material-500",
src:
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].0/{variant}/{name}.svg",
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].1/{variant}/{name}.svg",
variants: ["outlined", "rounded", "sharp"],
},
{
// https://fonts.google.com/icons?icon.set=Material+Symbols
id: "material-600",
src:
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].0/{variant}/{name}.svg",
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].1/{variant}/{name}.svg",
variants: ["outlined", "rounded", "sharp"],
},
{
// https://fonts.google.com/icons?icon.set=Material+Symbols
id: "material-700",
src:
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].0/{variant}/{name}.svg",
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].1/{variant}/{name}.svg",
variants: ["outlined", "rounded", "sharp"],
},
{
Expand Down

0 comments on commit cc0cc64

Please sign in to comment.