@ape.swap/bonds-sdk 2.0.6 → 2.0.7-test.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.
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SvgProps } from './types';
3
+ declare const Farcaster: React.FC<SvgProps>;
4
+ export default Farcaster;
@@ -111,3 +111,4 @@ export { default as AllChains } from './AllChains';
111
111
  export { default as Star } from './Star';
112
112
  export { default as StarFilled } from './StarFilled';
113
113
  export { default as FirePink } from './FirePink';
114
+ export { default as Farcaster } from './Farcaster';
@@ -153,7 +153,8 @@ export declare enum icons {
153
153
  Star = "Star",
154
154
  StarFilled = "StarFilled",
155
155
  FirePink = "FirePink",
156
- GRAPHLINQ = "GRAPHLINQ"
156
+ GRAPHLINQ = "GRAPHLINQ",
157
+ Farcaster = "Farcaster"
157
158
  }
158
159
  export declare enum directions {
159
160
  LEFT = "left",