diff --git a/documentation/src/assets/integration-icons/pythonico.tsx b/documentation/src/assets/integration-icons/pythonico.tsx new file mode 100644 index 00000000..17aa2dc3 --- /dev/null +++ b/documentation/src/assets/integration-icons/pythonico.tsx @@ -0,0 +1,36 @@ +import * as React from "react"; +import { SVGProps } from "react"; + +const Svg = (props: SVGProps) => ( + + + + + + + + + + + + + + + + +); + +export default svgPythonico;