diff --git a/apps/docs/sidebars.js b/apps/docs/sidebars.js index b3b486a5..8b294292 100644 --- a/apps/docs/sidebars.js +++ b/apps/docs/sidebars.js @@ -682,7 +682,7 @@ module.exports = { id: 'company/about', label: 'About', customProps: { - sidebar_icon: 'information-circle-solid', + sidebar_icon: 'information-circle', }, className: 'homepage-sidebar-item', }, @@ -713,7 +713,7 @@ module.exports = { id: 'company/branding', label: 'Branding', customProps: { - sidebar_icon: 'tag-solid', + sidebar_icon: 'tag', }, className: 'homepage-sidebar-item', }, diff --git a/apps/docs/src/theme/Icon/index.tsx b/apps/docs/src/theme/Icon/index.tsx index 6b44426d..dbd853f7 100644 --- a/apps/docs/src/theme/Icon/index.tsx +++ b/apps/docs/src/theme/Icon/index.tsx @@ -59,6 +59,7 @@ import { GiftSolid, GlobeEurope, GlobeEuropeSolid, + InformationCircle, InformationCircleSolid, JavascriptEx, Key, @@ -94,6 +95,7 @@ import { Sun, Swatch, SwatchSolid, + Tag, TagSolid, Tools, ToolsSolid, @@ -224,6 +226,7 @@ export default { github: IconGitHub, 'globe-europe': GlobeEurope, 'globe-europe-solid': GlobeEuropeSolid, + 'information-circle': InformationCircle, 'information-circle-solid': InformationCircleSolid, javascript: JavascriptEx, key: Key, @@ -261,6 +264,7 @@ export default { 'star-solid': StarSolid, stripe: Stripe, 'swatch-solid': SwatchSolid, + 'tag': Tag, 'tag-solid': TagSolid, tools: Tools, 'tools-solid': ToolsSolid,