mainstack-design-system 0.7.5 → 0.7.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -329,3 +329,4 @@ export { default as IdCardIcon } from '../IdCardIcon';
|
|
|
329
329
|
export { default as ApartmentIcon } from '../ApartmentIcon';
|
|
330
330
|
export { default as HourGlassTopIcon } from '../HourGlassTopIcon';
|
|
331
331
|
export { default as PercentIcon } from '../PercentIcon';
|
|
332
|
+
export { default as CurrencyExchangeIcon } from '../CurrencyExchangeIcon';
|
|
@@ -329,5 +329,6 @@ declare const IconsObject: {
|
|
|
329
329
|
PersonFilledIcon: (props: import('../../@chakra-ui/react').IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
330
330
|
HourGlassTopIcon: (props: import('../../@chakra-ui/react').IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
331
331
|
PercentIcon: (props: import('../../@chakra-ui/react').IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
332
|
+
CurrencyExchangeIcon: (props: import('../../@chakra-ui/react').IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
332
333
|
};
|
|
333
334
|
export default IconsObject;
|