@yuno-payments/dashboard-design-system 2.3.0 → 2.3.2

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.
@@ -209,15 +209,10 @@ declare const IconList: {
209
209
  Queue: import('@phosphor-icons/react').Icon;
210
210
  DeviceMobileSpeaker: import('@phosphor-icons/react').Icon;
211
211
  Camera: import('@phosphor-icons/react').Icon;
212
- ArrowSquareOut: import('@phosphor-icons/react').Icon;
213
- SquareHalf: import('@phosphor-icons/react').Icon;
214
- SquareHalfBottom: import('@phosphor-icons/react').Icon;
215
212
  FileXls: import('@phosphor-icons/react').Icon;
216
213
  FilePng: import('@phosphor-icons/react').Icon;
217
214
  FileJpg: import('@phosphor-icons/react').Icon;
218
215
  FilePpt: import('@phosphor-icons/react').Icon;
219
- NotePencil: import('@phosphor-icons/react').Icon;
220
- Lifebuoy: import('@phosphor-icons/react').Icon;
221
216
  };
222
217
  export type IconName = Exclude<keyof typeof IconList, "Icon" | "IconProps" | "IconWeight" | "IconContext">;
223
218
  export { IconList };