diff options
author | codecalm <codecalm@gmail.com> | 2020-02-28 13:23:23 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-02-28 13:23:23 +0100 |
commit | d96c9230b60576eac4f58fc8c948b9d6b900018b (patch) | |
tree | c940b3e0a07c52d1a7e4c007e1657c462e768b7e /assets/bg.svg | |
parent | icon manager js (diff) | |
download | tabler-icons-d96c9230b60576eac4f58fc8c948b9d6b900018b.tar.xz |
icons
Diffstat (limited to 'assets/bg.svg')
-rw-r--r-- | assets/bg.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/assets/bg.svg b/assets/bg.svg index 389aca8..df8ec8b 100644 --- a/assets/bg.svg +++ b/assets/bg.svg @@ -2,9 +2,9 @@ --- <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <g fill="none" fill-rule="evenodd" stroke="#206bc4" stroke-width=".025" opacity="1"> - <rect x="4" y="1" width="16" height="22" rx="1.5"></rect> - <rect x="2" y="2" width="20" height="20" rx="1.5"></rect> - <rect x="1" y="4" width="22" height="16" rx="1.5"></rect> + <rect x="4" y="1" width="16" height="22" rx="3"></rect> + <rect x="2" y="2" width="20" height="20" rx="3"></rect> + <rect x="1" y="4" width="22" height="16" rx="3"></rect> <circle cx="12" cy="12" r="5"></circle> <circle cx="12" cy="12" r="11"></circle> <line x1="0" y1="0" x2="24" y2="24"></line> @@ -13,6 +13,8 @@ <line x1="0" y1="15.5" x2="24" y2="15.5"></line> <line x1="8.5" y1="0" x2="8.5" y2="24"></line> <line x1="15.5" y1="0" x2="15.5" y2="24"></line> + <line x1="0" y1="12" x2="24" y2="12"></line> + <line x1="12" y1="0" x2="12" y2="24"></line> </g> <g font-family="system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji"> {% for i in (1..24) %} |