mainstack-design-system 0.7.4 → 0.7.5
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,4 @@ 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';
|
|
@@ -328,5 +328,6 @@ 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;
|
|
331
332
|
};
|
|
332
333
|
export default IconsObject;
|