@ap-gen/ui 1.0.7 → 1.0.9

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.
@@ -443,6 +443,7 @@ declare const ICONS: {
443
443
  ship_fill: React.VFC<React.SVGProps<SVGSVGElement>>;
444
444
  switchIcon: React.VFC<React.SVGProps<SVGSVGElement>>;
445
445
  ship: React.VFC<React.SVGProps<SVGSVGElement>>;
446
+ sparkles: React.VFC<React.SVGProps<SVGSVGElement>>;
446
447
  snow: React.VFC<React.SVGProps<SVGSVGElement>>;
447
448
  snowing_fill: React.VFC<React.SVGProps<SVGSVGElement>>;
448
449
  snowing: React.VFC<React.SVGProps<SVGSVGElement>>;