diff options
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> |