mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-31 07:18:59 +02:00
refactor(theme): nest theme icons under subfolder @theme/Icon/* (#7740)
This commit is contained in:
parent
c3ff131110
commit
d3d22d3a72
28 changed files with 39 additions and 39 deletions
|
@ -93,35 +93,35 @@ export default function getSwizzleConfig(): SwizzleConfig {
|
|||
},
|
||||
description: 'The footer logo',
|
||||
},
|
||||
IconArrow: {
|
||||
'Icon/Arrow': {
|
||||
actions: {
|
||||
eject: 'safe',
|
||||
wrap: 'safe',
|
||||
},
|
||||
description: 'The arrow icon component',
|
||||
},
|
||||
IconDarkMode: {
|
||||
'Icon/DarkMode': {
|
||||
actions: {
|
||||
eject: 'safe',
|
||||
wrap: 'safe',
|
||||
},
|
||||
description: 'The dark mode icon component.',
|
||||
},
|
||||
IconEdit: {
|
||||
'Icon/Edit': {
|
||||
actions: {
|
||||
eject: 'safe',
|
||||
wrap: 'safe',
|
||||
},
|
||||
description: 'The edit icon component',
|
||||
},
|
||||
IconLightMode: {
|
||||
'Icon/LightMode': {
|
||||
actions: {
|
||||
eject: 'safe',
|
||||
wrap: 'safe',
|
||||
},
|
||||
description: 'The light mode icon component.',
|
||||
},
|
||||
IconMenu: {
|
||||
'Icon/Menu': {
|
||||
actions: {
|
||||
eject: 'safe',
|
||||
wrap: 'safe',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue