mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Create ufw.tsx
This commit is contained in:
parent
5230395f80
commit
8e7e1bfbd9
30
documentation/src/assets/integration-icons/ufw.tsx
Normal file
30
documentation/src/assets/integration-icons/ufw.tsx
Normal file
@ -0,0 +1,30 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
|
||||
const SvgUfw = (props: SVGProps<SVGSVGElement>) => (
|
||||
<svg
|
||||
width={24}
|
||||
height={64}
|
||||
viewBox="0 0 1024 1024"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
{...props}
|
||||
>
|
||||
<path d="M762.1 944.8l-660-230v-552l660 192z" fill="#37BBEF" />
|
||||
<path d="M762.1 944.8l160-170v-550l-160 130z" fill="#2481BA" />
|
||||
<path d="M102.1 162.8l660 192 160-130L297.7 68.2z" fill="#3ED6FF" />
|
||||
<path
|
||||
d="M922.1 399.4v-25.7l-160 129.7v2.7l-244.3-74.8V297.6h-20v127.6l-262-80.2V210.7h-20v128.1L102.1 304v20.9l233.7 71.5v112l-233.7-74.9v21l113.7 36.4v121.9l-113.7-36.4v21l233.7 74.9v123.9l20 7V678.8l280 89.7v132.3l20 7V774.9L762.1 809v2.3l160-153.8v-28.6l-160 153.8v5.3l-244.3-78.3V587.8l244.3 78.3v1.4l160-141.8v-27.1l-160 141.8v4.8l-106.3-34.1V494.4L762.1 527v2.1l160-129.7zM497.8 703.3l-262-84V497.5l262 84v121.8z m138-98.6l-280-89.7V402.6l280 85.7v116.4z"
|
||||
fill="#FFFFFF"
|
||||
/>
|
||||
<path
|
||||
d="M82.1 637.5s27.9-8 39.9-64 22-126 22-126 38 134 72 160c32.4 24.8 26-52 80-102s111-34 117-34-138.6 105.7-42 174c58 41 86-26 126-74s54-25 54-25-18 147 18 143 78-90 78-90 61 91 83 201 12.1 171.3 12.1 171.3l-660-233V637.5z"
|
||||
fill="#69FFF7"
|
||||
/>
|
||||
<path d="M70.1 157.8l695.6 195.6 189.6-129.2-667.6-172z" fill="#3ED6FF" />
|
||||
<path d="M68.7 179.2v-21.4l697 195.6v24.8z" fill="#369BCE" />
|
||||
<path d="M955.3 224.2V248L765.7 378.2v-24.8z" fill="#1A6D96" />
|
||||
</svg>
|
||||
);
|
||||
|
||||
export default SvgUfw;
|
Loading…
Reference in New Issue
Block a user