@veniceswap/uikit 0.65.22 → 0.65.23

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.
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { SvgProps } from "../types";
3
+ declare const Icon: React.FC<SvgProps>;
4
+ export default Icon;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { SvgProps } from "../types";
3
+ declare const Icon: React.FC<SvgProps>;
4
+ export default Icon;
@@ -143,5 +143,7 @@ export { default as TrophyIcon } from "./Icons/Trophy";
143
143
  export { default as TrophyFillIcon } from "./Icons/TrophyFill";
144
144
  export { default as ExpandIcon } from "./Icons/Expand";
145
145
  export { default as ShrinkIcon } from "./Icons/Shrink";
146
+ export { default as AboutIcon } from "./Icons/About";
147
+ export { default as BridgeIcon } from "./Icons/Bridge";
146
148
  export { default as Svg } from "./Svg";
147
149
  export type { SvgProps } from "./types";