diff options
author | codecalm <codecalm@gmail.com> | 2020-02-27 18:41:35 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-02-27 18:41:35 +0100 |
commit | e6e7494bdcfbc48139dc38ea7219022e3d4ec6c1 (patch) | |
tree | 74c5b7b4c8e40b3bc4277f815dde8ccec660eb4f /assets/bg.svg | |
parent | first init (diff) | |
download | tabler-icons-e6e7494bdcfbc48139dc38ea7219022e3d4ec6c1.tar.xz |
icon preview
Diffstat (limited to 'assets/bg.svg')
-rw-r--r-- | assets/bg.svg | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/assets/bg.svg b/assets/bg.svg new file mode 100644 index 0000000..9e39c47 --- /dev/null +++ b/assets/bg.svg @@ -0,0 +1,18 @@ +--- +--- +<svg width="48" height="48" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> + <g fill="none" fill-rule="evenodd" stroke="#206bc4" stroke-width=".05" opacity="1"> + <rect x="8" y="2" width="32" height="44" rx="3"></rect> + <rect x="5" y="5" width="38" height="38" rx="3"></rect> + <rect x="2" y="8" width="44" height="32" rx="3"></rect> + <circle cx="24" cy="24" r="10"></circle> + <circle cx="24" cy="24" r="22"></circle> + <path d="M0 48L48 0M0 0l48 48M24 48V0M17 0v48M31 0v48M48 24H0M0 31h48M0 17h48"></path> + </g> + <g stroke="#666" stroke-width=".01" opacity="1"> + {% for i in (1..24) %} + <line x1="0" y1="{{ i | times: 2 }}" x2="48" y2="{{ i | times: 2 }}"></line> + <line x1="{{ i | times: 2 }}" y1="0" x2="{{ i | times: 2 }}" y2="48"></line> + {% endfor %} + </g> +</svg> |