From 931c41f962581aa6eea128ced32c41e311055146 Mon Sep 17 00:00:00 2001 From: Filip Cumpalovic <152178979+f1lk3@users.noreply.github.com> Date: Wed, 28 Feb 2024 14:45:45 +0100 Subject: [PATCH] Update elasticSe.tsx --- .../assets/integration-icons/elasticSe.tsx | 40 +++++-------------- 1 file changed, 10 insertions(+), 30 deletions(-) diff --git a/documentation/src/assets/integration-icons/elasticSe.tsx b/documentation/src/assets/integration-icons/elasticSe.tsx index c9e17ee..08a51da 100644 --- a/documentation/src/assets/integration-icons/elasticSe.tsx +++ b/documentation/src/assets/integration-icons/elasticSe.tsx @@ -1,41 +1,21 @@ import * as React from "react"; import { SVGProps } from "react"; -const SvgElastic = (props: SVGProps) => ( +const SvgElasticSe = (props: SVGProps) => ( - + - - - - - - - - + + + + + + ); -export default SvgElastic; +export default SvgElasticSe;