diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-22 21:46:37 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-22 21:46:37 +0200 |
| commit | 7082a0d15c3118acc219cf23de46f49fd3bfaea6 (patch) | |
| tree | 641bc5e0881af596551c802c8a07862767863056 /animism-align/static | |
| parent | a8e01f158889e9ba23e5710c4e6ad0a9b132a099 (diff) | |
avoid hitting the dang tab key
Diffstat (limited to 'animism-align/static')
| -rw-r--r-- | animism-align/static/img/close_black.svg | 15 | ||||
| -rw-r--r-- | animism-align/static/img/close_white.svg | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/animism-align/static/img/close_black.svg b/animism-align/static/img/close_black.svg new file mode 100644 index 0000000..a4a47b8 --- /dev/null +++ b/animism-align/static/img/close_black.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + viewBox="0 0 22.3 22.3" enable-background="new 0 0 22.3 22.3" xml:space="preserve"> +<g> + <defs> + <rect id="SVGID_1_" width="22.3" height="22.3"/> + </defs> + <clipPath id="SVGID_2_"> + <use xlink:href="#SVGID_1_" overflow="visible"/> + </clipPath> + <line clip-path="url(#SVGID_2_)" fill="none" stroke="#000000" stroke-width="2" x1="0.7" y1="21.6" x2="21.6" y2="0.7"/> + <line clip-path="url(#SVGID_2_)" fill="none" stroke="#000000" stroke-width="2" x1="0.7" y1="0.7" x2="21.6" y2="21.6"/> +</g> +</svg> diff --git a/animism-align/static/img/close_white.svg b/animism-align/static/img/close_white.svg new file mode 100644 index 0000000..a0a3b12 --- /dev/null +++ b/animism-align/static/img/close_white.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + viewBox="0 0 22.3 22.3" enable-background="new 0 0 22.3 22.3" xml:space="preserve"> +<g> + <defs> + <rect id="SVGID_1_" width="22.3" height="22.3"/> + </defs> + <clipPath id="SVGID_2_"> + <use xlink:href="#SVGID_1_" overflow="visible"/> + </clipPath> + <line clip-path="url(#SVGID_2_)" fill="none" stroke="#ffffff" stroke-width="2" x1="0.7" y1="21.6" x2="21.6" y2="0.7"/> + <line clip-path="url(#SVGID_2_)" fill="none" stroke="#ffffff" stroke-width="2" x1="0.7" y1="0.7" x2="21.6" y2="21.6"/> +</g> +</svg> |
