@dust-tt/sparkle 0.2.101 → 0.2.103

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 SvgSalesforce: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSalesforce;
@@ -19,4 +19,5 @@ export { default as Notion } from "./Notion";
19
19
  export { default as Openai } from "./Openai";
20
20
  export { default as OpenaiWhite } from "./OpenaiWhite";
21
21
  export { default as Replicate } from "./Replicate";
22
+ export { default as Salesforce } from "./Salesforce";
22
23
  export { default as Slack } from "./Slack";