@dust-tt/sparkle 0.2.192 → 0.2.195

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 type { SVGProps } from "react";
2
+ import * as React from "react";
3
+ declare const SvgZapier: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgZapier;
@@ -31,3 +31,4 @@ export { default as Replicate } from "./Replicate";
31
31
  export { default as Salesforce } from "./Salesforce";
32
32
  export { default as Slack } from "./Slack";
33
33
  export { default as Zapier } from "./Zapier";
34
+ export { default as Zendesk } from "./Zendesk";