diff options
author | codecalm <codecalm@gmail.com> | 2020-09-29 01:16:33 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-29 01:16:33 +0200 |
commit | 659be6c962269249ed364ea42c8846f29b7b0c54 (patch) | |
tree | 1b4a512d2910527879954848d191b09af269a4c0 /src | |
parent | `shield-lock` icon (diff) | |
download | tabler-icons-659be6c962269249ed364ea42c8846f29b7b0c54.tar.xz |
3 new icons: `square-dot`, `square-forbid-2`, `square-forbid`
Diffstat (limited to 'src')
-rw-r--r-- | src/_icons/square-dot.svg | 7 | ||||
-rw-r--r-- | src/_icons/square-forbid-2.svg | 6 | ||||
-rw-r--r-- | src/_icons/square-forbid.svg | 6 |
3 files changed, 19 insertions, 0 deletions
diff --git a/src/_icons/square-dot.svg b/src/_icons/square-dot.svg new file mode 100644 index 00000000..0cf0b0b7 --- /dev/null +++ b/src/_icons/square-dot.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <circle cx="12" cy="12" r="1"></circle> + +</svg> diff --git a/src/_icons/square-forbid-2.svg b/src/_icons/square-forbid-2.svg new file mode 100644 index 00000000..1a55c73f --- /dev/null +++ b/src/_icons/square-forbid-2.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <line x1="9" y1="15" x2="15" y2="9" /> +</svg> diff --git a/src/_icons/square-forbid.svg b/src/_icons/square-forbid.svg new file mode 100644 index 00000000..7e196ed3 --- /dev/null +++ b/src/_icons/square-forbid.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <line x1="9" y1="9" x2="15" y2="15" /> +</svg> |