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