diff options
author | codecalm <codecalm@gmail.com> | 2020-03-01 22:02:02 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-01 22:02:02 +0100 |
commit | f63cec2220801adf9ed3d15953126f9cf59377ff (patch) | |
tree | 5b214ca3f8cb87294655265ff424f140a5d2c4fb | |
parent | camera, cash, magnet (diff) | |
download | tabler-icons-f63cec2220801adf9ed3d15953126f9cf59377ff.tar.xz |
clipboards
-rw-r--r-- | _icons/battery-1.svg | 1 | ||||
-rw-r--r-- | _icons/battery-2.svg | 1 | ||||
-rw-r--r-- | _icons/battery-3.svg | 1 | ||||
-rw-r--r-- | _icons/battery-4.svg | 1 | ||||
-rw-r--r-- | _icons/battery-charging.svg | 1 | ||||
-rw-r--r-- | _icons/battery-empty.svg | 1 | ||||
-rw-r--r-- | _icons/clipboard-check.svg | 7 | ||||
-rw-r--r-- | _icons/clipboard-x.svg | 7 | ||||
-rw-r--r-- | _icons/file-check.svg | 2 | ||||
-rw-r--r-- | _icons/file-x.svg | 3 | ||||
-rw-r--r-- | _icons/user-check.svg | 2 | ||||
-rw-r--r-- | _icons/user-x.svg | 3 |
12 files changed, 24 insertions, 6 deletions
diff --git a/_icons/battery-1.svg b/_icons/battery-1.svg index cbebab99..c082d7ec 100644 --- a/_icons/battery-1.svg +++ b/_icons/battery-1.svg @@ -1,4 +1,5 @@ --- +group: battery --- <svg> <rect x="4" y="7" width="15" height="10" rx="2"></rect> diff --git a/_icons/battery-2.svg b/_icons/battery-2.svg index 56a0f12c..6b8743a9 100644 --- a/_icons/battery-2.svg +++ b/_icons/battery-2.svg @@ -1,4 +1,5 @@ --- +group: battery --- <svg> <rect x="4" y="7" width="15" height="10" rx="2"></rect> diff --git a/_icons/battery-3.svg b/_icons/battery-3.svg index c1f1e71d..5b3cd20c 100644 --- a/_icons/battery-3.svg +++ b/_icons/battery-3.svg @@ -1,4 +1,5 @@ --- +group: battery --- <svg> <rect x="4" y="7" width="15" height="10" rx="2"></rect> diff --git a/_icons/battery-4.svg b/_icons/battery-4.svg index ebfbe339..122b75e3 100644 --- a/_icons/battery-4.svg +++ b/_icons/battery-4.svg @@ -1,4 +1,5 @@ --- +group: battery --- <svg> <rect x="4" y="7" width="15" height="10" rx="2"></rect> diff --git a/_icons/battery-charging.svg b/_icons/battery-charging.svg index a8173e31..40756055 100644 --- a/_icons/battery-charging.svg +++ b/_icons/battery-charging.svg @@ -1,4 +1,5 @@ --- +group: battery --- <svg> <path d="M7 7H6a2 2 0 00-2 2v6a2 2 0 002 2h2m7-10h2a2 2 0 012 2v6a2 2 0 01-2 2h-1" /> diff --git a/_icons/battery-empty.svg b/_icons/battery-empty.svg index c06639ff..cd1d2734 100644 --- a/_icons/battery-empty.svg +++ b/_icons/battery-empty.svg @@ -1,4 +1,5 @@ --- +group: battery --- <svg> <rect x="4" y="7" width="15" height="10" rx="2"></rect> diff --git a/_icons/clipboard-check.svg b/_icons/clipboard-check.svg new file mode 100644 index 00000000..74d887d2 --- /dev/null +++ b/_icons/clipboard-check.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2" /> + <rect x="9" y="3" width="6" height="4" rx="2" /> + <path d="M9 14l2 2l4 -4"></path> +</svg> diff --git a/_icons/clipboard-x.svg b/_icons/clipboard-x.svg new file mode 100644 index 00000000..779a4142 --- /dev/null +++ b/_icons/clipboard-x.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2" /> + <rect x="9" y="3" width="6" height="4" rx="2" /> + <path d="M10 12l4 4m0 -4l-4 4"></path> +</svg> diff --git a/_icons/file-check.svg b/_icons/file-check.svg index 12a05733..03c29b4b 100644 --- a/_icons/file-check.svg +++ b/_icons/file-check.svg @@ -3,5 +3,5 @@ <svg> <polyline points="14 3 14 8 19 8"/> <path d="M17 21H7a2 2 0 01-2-2V5a2 2 0 012-2h7l5 5v11a2 2 0 01-2 2z"/> - <polyline points="9 15 11 17 15 13"/> + <path d="M9 15l2 2l4 -4"></path> </svg> diff --git a/_icons/file-x.svg b/_icons/file-x.svg index 5b769a48..a2c8d4d3 100644 --- a/_icons/file-x.svg +++ b/_icons/file-x.svg @@ -3,6 +3,5 @@ <svg> <polyline points="14 3 14 8 19 8"/> <path d="M17 21H7a2 2 0 01-2-2V5a2 2 0 012-2h7l5 5v11a2 2 0 01-2 2z"/> - <line x1="10" y1="12" x2="14" y2="16" /> - <line x1="10" y1="16" x2="14" y2="12" /> + <path d="M10 12l4 4m0 -4l-4 4"></path> </svg> diff --git a/_icons/user-check.svg b/_icons/user-check.svg index 53ee7271..80c32b8d 100644 --- a/_icons/user-check.svg +++ b/_icons/user-check.svg @@ -3,5 +3,5 @@ <svg> <circle cx="8.5" cy="7" r="4"></circle> <path d="M2 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" /> - <polyline points="16 11 18 13 22 9"/> + <path d="M16 11l2 2l4 -4"></path> </svg> diff --git a/_icons/user-x.svg b/_icons/user-x.svg index 9df7c030..4a62aa06 100644 --- a/_icons/user-x.svg +++ b/_icons/user-x.svg @@ -3,6 +3,5 @@ <svg> <circle cx="8.5" cy="7" r="4"></circle> <path d="M2 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" /> - <line x1="17" y1="9" x2="21" y2="13" /> - <line x1="17" y1="13" x2="21" y2="9" /> + <path d="M17 9l4 4m0 -4l-4 4"></path> </svg> |