mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 01:52:19 +08:00
fix(fab): add close icon to internal icons for react (#20490)
fixes #20489
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
import { defineCustomElements } from '@ionic/core/loader';
|
import { defineCustomElements } from '@ionic/core/loader';
|
||||||
import { addIcons } from 'ionicons';
|
import { addIcons } from 'ionicons';
|
||||||
import { arrowBackSharp, caretBackSharp, chevronBack, chevronForward, closeCircle, closeSharp, menuOutline, menuSharp, reorderThreeOutline, reorderTwoSharp, searchOutline, searchSharp } from 'ionicons/icons';
|
import { arrowBackSharp, caretBackSharp, chevronBack, chevronForward, close, closeCircle, closeSharp, menuOutline, menuSharp, reorderThreeOutline, reorderTwoSharp, searchOutline, searchSharp } from 'ionicons/icons';
|
||||||
export { createAnimation, createGesture, AlertButton, AlertInput, Gesture, GestureConfig, GestureDetail, setupConfig } from '@ionic/core';
|
export { createAnimation, createGesture, AlertButton, AlertInput, Gesture, GestureConfig, GestureDetail, setupConfig } from '@ionic/core';
|
||||||
export * from './proxies';
|
export * from './proxies';
|
||||||
|
|
||||||
@ -37,6 +37,7 @@ addIcons({
|
|||||||
'caret-back-sharp': caretBackSharp,
|
'caret-back-sharp': caretBackSharp,
|
||||||
'chevron-back': chevronBack,
|
'chevron-back': chevronBack,
|
||||||
'chevron-forward': chevronForward,
|
'chevron-forward': chevronForward,
|
||||||
|
'close': close,
|
||||||
'close-circle': closeCircle,
|
'close-circle': closeCircle,
|
||||||
'close-sharp': closeSharp,
|
'close-sharp': closeSharp,
|
||||||
'menu-outline': menuOutline,
|
'menu-outline': menuOutline,
|
||||||
|
Reference in New Issue
Block a user