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