mainstack-design-system 0.7.4 → 0.7.6
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.
|
@@ -328,3 +328,5 @@ export { default as PersonFilledIcon } from '../PersonFilledIcon';
|
|
|
328
328
|
export { default as IdCardIcon } from '../IdCardIcon';
|
|
329
329
|
export { default as ApartmentIcon } from '../ApartmentIcon';
|
|
330
330
|
export { default as HourGlassTopIcon } from '../HourGlassTopIcon';
|
|
331
|
+
export { default as PercentIcon } from '../PercentIcon';
|
|
332
|
+
export { default as CurrencyExchangeIcon } from '../CurrencyExchangeIcon';
|
|
@@ -328,5 +328,7 @@ declare const IconsObject: {
|
|
|
328
328
|
IdCardIcon: (props: import('../../@chakra-ui/react').IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
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
|
+
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;
|
|
331
333
|
};
|
|
332
334
|
export default IconsObject;
|