diff options
author | codecalm <codecalm@gmail.com> | 2020-12-05 16:48:40 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-12-05 16:48:40 +0100 |
commit | 14e17d80aad27b4bbaef9052e8a27c4b06fa0236 (patch) | |
tree | 67372180e2e535c26f0111905f1ad4a21cdc2a07 /src | |
parent | Release 1.36.0 (diff) | |
download | tabler-icons-14e17d80aad27b4bbaef9052e8a27c4b06fa0236.tar.xz |
18 new icons: `arrow-big-down`, `arrow-big-left`, `arrow-big-right`, `arrow-big-top`, `arrows-double-ne-sw`, `arrows-double-nw-se`, `arrows-double-se-nw`, `arrows-double-sw-ne`, `bell-minus`, `bell-plus`, `bell-ringing-2`, `bell-x`, `file-alert`, `file-analytics`, `file-code-2`, `file-export`, `file-import`, `zoom-question`
Fixed icons: `bell-off`, `bell-ringing`, `bell`
Diffstat (limited to 'src')
-rw-r--r-- | src/_icons/arrow-big-down.svg | 6 | ||||
-rw-r--r-- | src/_icons/arrow-big-left.svg | 6 | ||||
-rw-r--r-- | src/_icons/arrow-big-right.svg | 6 | ||||
-rw-r--r-- | src/_icons/arrow-big-top.svg | 6 | ||||
-rw-r--r-- | src/_icons/arrows-double-ne-sw.svg | 9 | ||||
-rw-r--r-- | src/_icons/arrows-double-nw-se.svg | 9 | ||||
-rw-r--r-- | src/_icons/arrows-double-se-nw.svg | 9 | ||||
-rw-r--r-- | src/_icons/arrows-double-sw-ne.svg | 9 | ||||
-rw-r--r-- | src/_icons/bell-minus.svg | 8 | ||||
-rw-r--r-- | src/_icons/bell-off.svg | 1 | ||||
-rw-r--r-- | src/_icons/bell-plus.svg | 9 | ||||
-rw-r--r-- | src/_icons/bell-ringing-2.svg | 8 | ||||
-rw-r--r-- | src/_icons/bell-ringing.svg | 1 | ||||
-rw-r--r-- | src/_icons/bell-x.svg | 8 | ||||
-rw-r--r-- | src/_icons/bell.svg | 1 | ||||
-rw-r--r-- | src/_icons/file-alert.svg | 10 | ||||
-rw-r--r-- | src/_icons/file-analytics.svg | 11 | ||||
-rw-r--r-- | src/_icons/file-code-2.svg | 10 | ||||
-rw-r--r-- | src/_icons/file-export.svg | 8 | ||||
-rw-r--r-- | src/_icons/file-import.svg | 8 | ||||
-rw-r--r-- | src/_icons/zoom-question.svg | 9 |
21 files changed, 152 insertions, 0 deletions
diff --git a/src/_icons/arrow-big-down.svg b/src/_icons/arrow-big-down.svg new file mode 100644 index 00000000..90ff7ae2 --- /dev/null +++ b/src/_icons/arrow-big-down.svg @@ -0,0 +1,6 @@ +--- +category: Arrows +--- +<svg> + <path d="M15 4v8h3.586a1 1 0 0 1 .707 1.707l-6.586 6.586a1 1 0 0 1-1.414 0l-6.586-6.586A1 1 0 0 1 5.414 12H9V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z"/> +</svg> diff --git a/src/_icons/arrow-big-left.svg b/src/_icons/arrow-big-left.svg new file mode 100644 index 00000000..b2f8e3a1 --- /dev/null +++ b/src/_icons/arrow-big-left.svg @@ -0,0 +1,6 @@ +--- +category: Arrows +--- +<svg> + <path d="M20 15h-8v3.586a1 1 0 0 1-1.707.707l-6.586-6.586a1 1 0 0 1 0-1.414l6.586-6.586A1 1 0 0 1 12 5.414V9h8a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1z"/> +</svg> diff --git a/src/_icons/arrow-big-right.svg b/src/_icons/arrow-big-right.svg new file mode 100644 index 00000000..572a6a23 --- /dev/null +++ b/src/_icons/arrow-big-right.svg @@ -0,0 +1,6 @@ +--- +category: Arrows +--- +<svg> + <path d="M4 9h8V5.414a1 1 0 0 1 1.707-.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586A1 1 0 0 1 12 18.586V15H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z"/> +</svg> diff --git a/src/_icons/arrow-big-top.svg b/src/_icons/arrow-big-top.svg new file mode 100644 index 00000000..15dce382 --- /dev/null +++ b/src/_icons/arrow-big-top.svg @@ -0,0 +1,6 @@ +--- +category: Arrows +--- +<svg> + <path d="M9 20v-8H5.414a1 1 0 0 1-.707-1.707l6.586-6.586a1 1 0 0 1 1.414 0l6.586 6.586A1 1 0 0 1 18.586 12H15v8a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z"/> +</svg> diff --git a/src/_icons/arrows-double-ne-sw.svg b/src/_icons/arrows-double-ne-sw.svg new file mode 100644 index 00000000..6e35356a --- /dev/null +++ b/src/_icons/arrows-double-ne-sw.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- +<svg> + <path d="M3 14L14 3"/> + <path d="M10 3h4v4"/> + <path d="M10 17v4h4"/> + <path d="M21 10L10 21"/> +</svg> diff --git a/src/_icons/arrows-double-nw-se.svg b/src/_icons/arrows-double-nw-se.svg new file mode 100644 index 00000000..0780c584 --- /dev/null +++ b/src/_icons/arrows-double-nw-se.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- +<svg> + <path d="M14 21L3 10"/> + <path d="M3 14v-4h4"/> + <path d="M17 14h4v-4"/> + <path d="M10 3l11 11"/> +</svg> diff --git a/src/_icons/arrows-double-se-nw.svg b/src/_icons/arrows-double-se-nw.svg new file mode 100644 index 00000000..56cb2ba6 --- /dev/null +++ b/src/_icons/arrows-double-se-nw.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- +<svg> + <path d="M3 10l11 11"/> + <path d="M14 17v4h-4"/> + <path d="M14 3h-4v4"/> + <path d="M21 14L10 3"/> +</svg> diff --git a/src/_icons/arrows-double-sw-ne.svg b/src/_icons/arrows-double-sw-ne.svg new file mode 100644 index 00000000..366a568a --- /dev/null +++ b/src/_icons/arrows-double-sw-ne.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- +<svg> + <path d="M14 3L3 14"/> + <path d="M3 10v4h4"/> + <path d="M17 10h4v4"/> + <path d="M10 21l11-11"/> +</svg> diff --git a/src/_icons/bell-minus.svg b/src/_icons/bell-minus.svg new file mode 100644 index 00000000..9e296ebb --- /dev/null +++ b/src/_icons/bell-minus.svg @@ -0,0 +1,8 @@ +--- +category: System +--- +<svg> + <path d="M10 5a2 2 0 1 1 4 0 7 7 0 0 1 4 6v3a4 4 0 0 0 2 3H4a4 4 0 0 0 2-3v-3a7 7 0 0 1 4-6"/> + <path d="M9 17v1a3 3 0 0 0 6 0v-1"/> + <path d="M10 11h4"/> +</svg> diff --git a/src/_icons/bell-off.svg b/src/_icons/bell-off.svg index ddf08cb7..f602b5d7 100644 --- a/src/_icons/bell-off.svg +++ b/src/_icons/bell-off.svg @@ -1,4 +1,5 @@ --- +category: System version: 1.22 --- <svg> diff --git a/src/_icons/bell-plus.svg b/src/_icons/bell-plus.svg new file mode 100644 index 00000000..87bd9cd8 --- /dev/null +++ b/src/_icons/bell-plus.svg @@ -0,0 +1,9 @@ +--- +category: System +--- +<svg> + <path d="M10 5a2 2 0 1 1 4 0 7 7 0 0 1 4 6v3a4 4 0 0 0 2 3H4a4 4 0 0 0 2-3v-3a7 7 0 0 1 4-6"/> + <path d="M9 17v1a3 3 0 0 0 6 0v-1"/> + <path d="M10 11h4"/> + <path d="M12 9v4"/> +</svg> diff --git a/src/_icons/bell-ringing-2.svg b/src/_icons/bell-ringing-2.svg new file mode 100644 index 00000000..6958d288 --- /dev/null +++ b/src/_icons/bell-ringing-2.svg @@ -0,0 +1,8 @@ +--- +category: System +tags: [alarm, sound, notification] +--- +<svg> + <path d="M19.364 4.636a2 2 0 0 1 0 2.828a7 7 0 0 1 -1.414 7.072l-2.122 2.12a4 4 0 0 0 -.707 3.536l-11.313 -11.312a4 4 0 0 0 3.535 -.707l2.121 -2.123a7 7 0 0 1 7.072 -1.414a2 2 0 0 1 2.828 0z" /> + <path d="M7.343 12.414l-.707 .707a3 3 0 0 0 4.243 4.243l.707 -.707" /> +</svg> diff --git a/src/_icons/bell-ringing.svg b/src/_icons/bell-ringing.svg index 996c2b65..e86c929f 100644 --- a/src/_icons/bell-ringing.svg +++ b/src/_icons/bell-ringing.svg @@ -1,4 +1,5 @@ --- +category: System tags: [alarm, sound, notification] version: 1.24 --- diff --git a/src/_icons/bell-x.svg b/src/_icons/bell-x.svg new file mode 100644 index 00000000..0f6254c0 --- /dev/null +++ b/src/_icons/bell-x.svg @@ -0,0 +1,8 @@ +--- +category: System +--- +<svg> + <path d="M10 5a2 2 0 1 1 4 0 7 7 0 0 1 4 6v3a4 4 0 0 0 2 3H4a4 4 0 0 0 2-3v-3a7 7 0 0 1 4-6"/> + <path d="M9 17v1a3 3 0 0 0 6 0v-1"/> + <path d="M10.5 9.5l3 3m0-3l-3 3"/> +</svg> diff --git a/src/_icons/bell.svg b/src/_icons/bell.svg index 6f194696..e719c3ce 100644 --- a/src/_icons/bell.svg +++ b/src/_icons/bell.svg @@ -1,4 +1,5 @@ --- +category: System tags: [alarm, sound, notification] version: 1.0 --- diff --git a/src/_icons/file-alert.svg b/src/_icons/file-alert.svg new file mode 100644 index 00000000..459b4bd9 --- /dev/null +++ b/src/_icons/file-alert.svg @@ -0,0 +1,10 @@ +--- +tags: [danger, risk, warning, check, caution, document, error] +category: Document +--- +<svg> + <path d="M14 3v4a1 1 0 0 0 1 1h4" /> + <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /> + <path d="M12 17h.01" /> + <path d="M12 11v3" /> +</svg> diff --git a/src/_icons/file-analytics.svg b/src/_icons/file-analytics.svg new file mode 100644 index 00000000..d5397dde --- /dev/null +++ b/src/_icons/file-analytics.svg @@ -0,0 +1,11 @@ +--- +tags: [data, statistics, report, chart, document, paper] +category: Document +--- +<svg> + <path d="M14 3v4a1 1 0 0 0 1 1h4" /> + <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /> + <path d="M9 17v-5" /> + <path d="M12 17v-1" /> + <path d="M15 17v-3" /> +</svg> diff --git a/src/_icons/file-code-2.svg b/src/_icons/file-code-2.svg new file mode 100644 index 00000000..fe2e0d2f --- /dev/null +++ b/src/_icons/file-code-2.svg @@ -0,0 +1,10 @@ +--- +tags: [programming, document, developer, technology] +category: Document +--- +<svg> + <path d="M10 12h-1v5h1" /> + <path d="M14 12h1v5h-1" /> + <path d="M14 3v4a1 1 0 0 0 1 1h4" /> + <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /> +</svg> diff --git a/src/_icons/file-export.svg b/src/_icons/file-export.svg new file mode 100644 index 00000000..b24a045b --- /dev/null +++ b/src/_icons/file-export.svg @@ -0,0 +1,8 @@ +--- +tags: [arrow, data, paper, document, format] +category: Document +--- +<svg> + <path d="M14 3v4a1 1 0 0 0 1 1h4" /> + <path d="M11.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v5m-5 6h7m-3 -3l3 3l-3 3" /> +</svg> diff --git a/src/_icons/file-import.svg b/src/_icons/file-import.svg new file mode 100644 index 00000000..66463200 --- /dev/null +++ b/src/_icons/file-import.svg @@ -0,0 +1,8 @@ +--- +tags: [arrow, data, paper, document, format] +category: Document +--- +<svg> + <path d="M14 3v4a1 1 0 0 0 1 1h4" /> + <path d="M5 13v-8a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-5.5m-9.5 -2h7m-3 -3l3 3l-3 3" /> +</svg> diff --git a/src/_icons/zoom-question.svg b/src/_icons/zoom-question.svg new file mode 100644 index 00000000..b3689fa4 --- /dev/null +++ b/src/_icons/zoom-question.svg @@ -0,0 +1,9 @@ +--- +category: Map +--- +<svg> + <circle cx="10" cy="10" r="7"/> + <path d="M21 21l-6-6"/> + <path d="M10 13v.01"/> + <path d="M10 10a1.5 1.5 0 1 0-1.14-2.474"/> +</svg> |