Update srvapache.tsx

This commit is contained in:
Filip Cumpalovic
2024-02-28 12:37:48 +01:00
committed by GitHub
parent 892cb0f411
commit be3af9f973

View File

@@ -1,7 +1,7 @@
import * as React from "react";
import { SVGProps } from "react";
const SvgRedis = (props: SVGProps<SVGSVGElement>) => (
const SvgSrvapache = (props: SVGProps<SVGSVGElement>) => (
<svg
width={24}
@@ -116,3 +116,5 @@ const SvgRedis = (props: SVGProps<SVGSVGElement>) => (
</svg>
);
export default SvgSrvapache;