From 94ec9759159f83fb48583585f7037599a0ebe9c0 Mon Sep 17 00:00:00 2001 From: Filip Cumpalovic <152178979+f1lk3@users.noreply.github.com> Date: Wed, 28 Feb 2024 15:30:52 +0100 Subject: [PATCH] Update phpv.tsx --- .../src/assets/integration-icons/phpv.tsx | 86 +++++++++++++++++-- 1 file changed, 80 insertions(+), 6 deletions(-) diff --git a/documentation/src/assets/integration-icons/phpv.tsx b/documentation/src/assets/integration-icons/phpv.tsx index 423e6c55..882d68cc 100644 --- a/documentation/src/assets/integration-icons/phpv.tsx +++ b/documentation/src/assets/integration-icons/phpv.tsx @@ -2,15 +2,89 @@ import * as React from "react"; import { SVGProps } from "react"; const SvgPhpv = (props: SVGProps) => ( - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + );