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