From 93c320bb896bf56ff510d5a2225aed8e5ac083b9 Mon Sep 17 00:00:00 2001 From: Filip Cumpalovic <152178979+f1lk3@users.noreply.github.com> Date: Wed, 28 Feb 2024 15:11:41 +0100 Subject: [PATCH] Update phpv.tsx --- .../src/assets/integration-icons/phpv.tsx | 100 ++---------------- 1 file changed, 7 insertions(+), 93 deletions(-) diff --git a/documentation/src/assets/integration-icons/phpv.tsx b/documentation/src/assets/integration-icons/phpv.tsx index 955c5c2b..1e2ba1ac 100644 --- a/documentation/src/assets/integration-icons/phpv.tsx +++ b/documentation/src/assets/integration-icons/phpv.tsx @@ -3,100 +3,14 @@ import { SVGProps } from "react"; const SvgPhpv = (props: SVGProps) => ( - - Official PHP Logo - - - - image/svg+xml - - Official PHP Logo - - - Colin Viebrock - - - - - - - - - - - - Copyright Colin Viebrock 1997 - All rights reserved. - - - 1997 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - );