diff options
| author | delta <darkussdelta@gmail.com> | 2026-07-25 11:42:01 +0200 |
|---|---|---|
| committer | delta <darkussdelta@gmail.com> | 2026-07-25 11:43:48 +0200 |
| commit | 95ceed33d3adec472f4a1b5d3517baf645766e44 (patch) | |
| tree | 94d8779483e49f7afe624a15e9d271e6f8fbe430 /assets/svg | |
| parent | ae36b044f1fc36cd5587b0d3111c2ee72cf0c03f (diff) | |
site rework!!
Diffstat (limited to 'assets/svg')
| -rw-r--r-- | assets/svg/external.svg | 1 | ||||
| -rw-r--r-- | assets/svg/mask_bottom_left.svg | 21 | ||||
| -rw-r--r-- | assets/svg/mask_bottom_right.svg | 21 | ||||
| -rw-r--r-- | assets/svg/mask_top_left.svg | 21 | ||||
| -rw-r--r-- | assets/svg/mask_top_right.svg | 21 |
5 files changed, 85 insertions, 0 deletions
diff --git a/assets/svg/external.svg b/assets/svg/external.svg new file mode 100644 index 0000000..ab0224d --- /dev/null +++ b/assets/svg/external.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="#c8ced7" viewBox="0 0 256 256"><path d="M192,136v72a16,16,0,0,1-16,16H48a16,16,0,0,1-16-16V80A16,16,0,0,1,48,64h72a8,8,0,0,1,0,16H48V208H176V136a8,8,0,0,1,16,0Zm32-96a8,8,0,0,0-8-8H152a8,8,0,0,0-5.66,13.66L172.69,72l-42.35,42.34a8,8,0,0,0,11.32,11.32L184,83.31l26.34,26.35A8,8,0,0,0,224,104Z"></path></svg> diff --git a/assets/svg/mask_bottom_left.svg b/assets/svg/mask_bottom_left.svg new file mode 100644 index 0000000..255090d --- /dev/null +++ b/assets/svg/mask_bottom_left.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + width="128" + height="128" + viewBox="0 0 33.866668 33.866668" + version="1.1" + id="svg1" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <defs + id="defs1" /> + <g + id="layer1"> + <path + id="rect2" + style="fill:#ffffff;fill-opacity:1;stroke-width:6.78397;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:16" + d="M 33.866668,33.866668 A 33.866665,33.866665 0 0 1 0,0 v 33.866668 z" /> + </g> +</svg> diff --git a/assets/svg/mask_bottom_right.svg b/assets/svg/mask_bottom_right.svg new file mode 100644 index 0000000..e99bc40 --- /dev/null +++ b/assets/svg/mask_bottom_right.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + width="128" + height="128" + viewBox="0 0 33.866668 33.866668" + version="1.1" + id="svg1" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <defs + id="defs1" /> + <g + id="layer1"> + <path + id="rect2" + style="fill:#ffffff;fill-opacity:1;stroke-width:6.78397;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:16" + d="M 33.866668,0 A 33.866665,33.866665 0 0 1 0,33.866668 h 33.866668 z" /> + </g> +</svg> diff --git a/assets/svg/mask_top_left.svg b/assets/svg/mask_top_left.svg new file mode 100644 index 0000000..41f8d41 --- /dev/null +++ b/assets/svg/mask_top_left.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + width="128" + height="128" + viewBox="0 0 33.866668 33.866668" + version="1.1" + id="svg1" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <defs + id="defs1" /> + <g + id="layer1"> + <path + id="rect2" + style="fill:#ffffff;fill-opacity:1;stroke-width:6.78397;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:16" + d="M 0,33.866668 A 33.866665,33.866665 0 0 1 33.866668,0 H 0 Z" /> + </g> +</svg> diff --git a/assets/svg/mask_top_right.svg b/assets/svg/mask_top_right.svg new file mode 100644 index 0000000..ab0c7e7 --- /dev/null +++ b/assets/svg/mask_top_right.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + width="128" + height="128" + viewBox="0 0 33.866668 33.866668" + version="1.1" + id="svg1" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <defs + id="defs1" /> + <g + id="layer1"> + <path + id="rect2" + style="fill:#ffffff;fill-opacity:1;stroke-width:6.78397;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:16" + d="M 0,0 A 33.866665,33.866665 0 0 1 33.866668,33.866668 V 0 Z" /> + </g> +</svg> |
