mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update srvapache.tsx
This commit is contained in:
parent
892cb0f411
commit
be3af9f973
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user