diff --git a/package.json b/package.json index d73bf089..63bd8f44 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,7 @@ "@crxjs/vite-plugin": "2.0.0-beta.21", "@iconify-json/material-symbols": "^1.1.73", "@iconify-json/ri": "^1.1.20", + "@iconify-json/bi": "^1.1.23", "@storybook/addon-designs": "^7.0.9", "@storybook/addon-essentials": "^7.6.17", "@storybook/addon-links": "^7.6.17", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a57b1484..845153e0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -75,6 +75,9 @@ devDependencies: '@crxjs/vite-plugin': specifier: 2.0.0-beta.21 version: 2.0.0-beta.21(patch_hash=xq4uab3o3kbvv4gixvawl2aj5q) + '@iconify-json/bi': + specifier: ^1.1.23 + version: 1.1.23 '@iconify-json/material-symbols': specifier: ^1.1.73 version: 1.1.73 @@ -2315,6 +2318,12 @@ packages: resolution: {integrity: sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==} dev: true + /@iconify-json/bi@1.1.23: + resolution: {integrity: sha512-1te+g9ZzI+PU1Lv6Xerd3XPXf4DE6g3TvDL2buIopTAfrauPHyXCHPFQMrzoQVNrVPCpN3rv3vBtJMPyBwJ9IA==} + dependencies: + '@iconify/types': 2.0.0 + dev: true + /@iconify-json/material-symbols@1.1.73: resolution: {integrity: sha512-3ioEMQvxUR0eWg3jCxeydowS7xlqJzUHqeKJg29Z5HN15ZBYniQhHYrDCRpmFjopgwxox9OIsoonBiBSLV4EMA==} dependencies: diff --git a/src/views/components/calendar/CalendarFooter.tsx b/src/views/components/calendar/CalendarFooter.tsx index 3e55c17b..c58325bb 100644 --- a/src/views/components/calendar/CalendarFooter.tsx +++ b/src/views/components/calendar/CalendarFooter.tsx @@ -1,6 +1,6 @@ import React from 'react'; -import DiscordIcon from '~icons/ri/discord-line'; +import DiscordIcon from '~icons/bi/discord'; import GithubIcon from '~icons/ri/github-fill'; import InstagramIcon from '~icons/ri/instagram-line';