From cc0cc6460ab9fb7c0598796448267d2a32a03b0c Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Thu, 21 Nov 2024 21:10:33 +0100 Subject: [PATCH] updated icons --- deps/icons.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/deps/icons.ts b/deps/icons.ts index 0106af1a..51da1139 100644 --- a/deps/icons.ts +++ b/deps/icons.ts @@ -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/svg-100@0.27.0/{variant}/{name}.svg", + "https://cdn.jsdelivr.net/npm/@material-symbols/svg-100@0.27.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/svg-200@0.27.0/{variant}/{name}.svg", + "https://cdn.jsdelivr.net/npm/@material-symbols/svg-200@0.27.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/svg-300@0.27.0/{variant}/{name}.svg", + "https://cdn.jsdelivr.net/npm/@material-symbols/svg-300@0.27.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/svg-400@0.27.0/{variant}/{name}.svg", + "https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.27.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/svg-500@0.27.0/{variant}/{name}.svg", + "https://cdn.jsdelivr.net/npm/@material-symbols/svg-500@0.27.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/svg-600@0.27.0/{variant}/{name}.svg", + "https://cdn.jsdelivr.net/npm/@material-symbols/svg-600@0.27.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/svg-700@0.27.0/{variant}/{name}.svg", + "https://cdn.jsdelivr.net/npm/@material-symbols/svg-700@0.27.1/{variant}/{name}.svg", variants: ["outlined", "rounded", "sharp"], }, {