diff --git a/components.d.ts b/components.d.ts index 836a8575..b4b69198 100644 --- a/components.d.ts +++ b/components.d.ts @@ -43,6 +43,7 @@ declare module 'vue' { IconFluentArrowBounce20Regular: typeof import('~icons/fluent/arrow-bounce20-regular')['default'] IconFluentArrowCircleRight16Regular: typeof import('~icons/fluent/arrow-circle-right16-regular')['default'] IconFluentArrowClockwise20Regular: typeof import('~icons/fluent/arrow-clockwise20-regular')['default'] + IconFluentArrowDownload20Regular: typeof import('~icons/fluent/arrow-download20-regular')['default'] IconFluentArrowLeft16Regular: typeof import('~icons/fluent/arrow-left16-regular')['default'] IconFluentArrowMove20Regular: typeof import('~icons/fluent/arrow-move20-regular')['default'] IconFluentArrowRepeatAll20Regular: typeof import('~icons/fluent/arrow-repeat-all20-regular')['default'] @@ -64,6 +65,7 @@ declare module 'vue' { IconFluentChevronLeft20Filled: typeof import('~icons/fluent/chevron-left20-filled')['default'] IconFluentChevronLeft28Filled: typeof import('~icons/fluent/chevron-left28-filled')['default'] IconFluentClock20Regular: typeof import('~icons/fluent/clock20-regular')['default'] + IconFluentCopy20Regular: typeof import('~icons/fluent/copy20-regular')['default'] IconFluentCrown20Regular: typeof import('~icons/fluent/crown20-regular')['default'] IconFluentDatabasePerson20Regular: typeof import('~icons/fluent/database-person20-regular')['default'] IconFluentDelete20Regular: typeof import('~icons/fluent/delete20-regular')['default'] @@ -115,6 +117,7 @@ declare module 'vue' { IconIconParkOutlineAddMusic: typeof import('~icons/icon-park-outline/add-music')['default'] IconIxWechatLogo: typeof import('~icons/ix/wechat-logo')['default'] IconMaterialSymbolsMail: typeof import('~icons/material-symbols/mail')['default'] + IconMdiSparkles: typeof import('~icons/mdi/sparkles')['default'] IconPhExportLight: typeof import('~icons/ph/export-light')['default'] IconRiTwitterFill: typeof import('~icons/ri/twitter-fill')['default'] IconSimpleIconsGithub: typeof import('~icons/simple-icons/github')['default'] diff --git a/package.json b/package.json index a4131b0c..648997b3 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,7 @@ "@iconify-json/icon-park-solid": "^1.2.4", "@iconify-json/ix": "^1.2.10", "@iconify-json/material-symbols": "^1.2.33", + "@iconify-json/mdi": "^1.2.3", "@iconify-json/oui": "^1.2.6", "@iconify-json/ph": "^1.2.2", "@iconify-json/qlementine-icons": "^1.2.11", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 21067954..4f1eacec 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -84,6 +84,9 @@ importers: '@iconify-json/material-symbols': specifier: ^1.2.33 version: 1.2.33 + '@iconify-json/mdi': + specifier: ^1.2.3 + version: 1.2.3 '@iconify-json/oui': specifier: ^1.2.6 version: 1.2.6 @@ -535,6 +538,9 @@ packages: '@iconify-json/material-symbols@1.2.33': resolution: {integrity: sha512-Bs0X1+/vpJydW63olrGh60zkR8/Y70sI14AIWaP7Z6YQXukzWANH4q3I0sIPklbIn1oL6uwLvh0zQyd6Vh79LQ==} + '@iconify-json/mdi@1.2.3': + resolution: {integrity: sha512-O3cLwbDOK7NNDf2ihaQOH5F9JglnulNDFV7WprU2dSoZu3h3cWH//h74uQAB87brHmvFVxIOkuBX2sZSzYhScg==} + '@iconify-json/oui@1.2.6': resolution: {integrity: sha512-dBqxbLKztTtb0Cq3kEyLeYAdyJT2un+FzIZB0ei3busps/OwNIHjqowsVqPwRtHXiXTjiwOHUPbxgcVB0SCIsQ==} @@ -4181,6 +4187,10 @@ snapshots: dependencies: '@iconify/types': 2.0.0 + '@iconify-json/mdi@1.2.3': + dependencies: + '@iconify/types': 2.0.0 + '@iconify-json/oui@1.2.6': dependencies: '@iconify/types': 2.0.0 diff --git a/src/components/ChannelIcons.vue b/src/components/ChannelIcons.vue index 45d7836e..019d43c6 100644 --- a/src/components/ChannelIcons.vue +++ b/src/components/ChannelIcons.vue @@ -1,18 +1,20 @@