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