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

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