mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-01-17 12:48:26 +01:00
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`
This commit is contained in:
parent
061e99b896
commit
14e17d80aa
6
src/_icons/arrow-big-down.svg
Normal file
6
src/_icons/arrow-big-down.svg
Normal file
@ -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>
|
6
src/_icons/arrow-big-left.svg
Normal file
6
src/_icons/arrow-big-left.svg
Normal file
@ -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>
|
6
src/_icons/arrow-big-right.svg
Normal file
6
src/_icons/arrow-big-right.svg
Normal file
@ -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>
|
6
src/_icons/arrow-big-top.svg
Normal file
6
src/_icons/arrow-big-top.svg
Normal file
@ -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>
|
9
src/_icons/arrows-double-ne-sw.svg
Normal file
9
src/_icons/arrows-double-ne-sw.svg
Normal file
@ -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>
|
9
src/_icons/arrows-double-nw-se.svg
Normal file
9
src/_icons/arrows-double-nw-se.svg
Normal file
@ -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>
|
9
src/_icons/arrows-double-se-nw.svg
Normal file
9
src/_icons/arrows-double-se-nw.svg
Normal file
@ -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>
|
9
src/_icons/arrows-double-sw-ne.svg
Normal file
9
src/_icons/arrows-double-sw-ne.svg
Normal file
@ -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>
|
8
src/_icons/bell-minus.svg
Normal file
8
src/_icons/bell-minus.svg
Normal file
@ -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>
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
category: System
|
||||
version: 1.22
|
||||
---
|
||||
<svg>
|
||||
|
9
src/_icons/bell-plus.svg
Normal file
9
src/_icons/bell-plus.svg
Normal file
@ -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>
|
8
src/_icons/bell-ringing-2.svg
Normal file
8
src/_icons/bell-ringing-2.svg
Normal file
@ -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>
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
category: System
|
||||
tags: [alarm, sound, notification]
|
||||
version: 1.24
|
||||
---
|
||||
|
8
src/_icons/bell-x.svg
Normal file
8
src/_icons/bell-x.svg
Normal file
@ -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>
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
category: System
|
||||
tags: [alarm, sound, notification]
|
||||
version: 1.0
|
||||
---
|
||||
|
10
src/_icons/file-alert.svg
Normal file
10
src/_icons/file-alert.svg
Normal file
@ -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>
|
11
src/_icons/file-analytics.svg
Normal file
11
src/_icons/file-analytics.svg
Normal file
@ -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>
|
10
src/_icons/file-code-2.svg
Normal file
10
src/_icons/file-code-2.svg
Normal file
@ -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>
|
8
src/_icons/file-export.svg
Normal file
8
src/_icons/file-export.svg
Normal file
@ -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>
|
8
src/_icons/file-import.svg
Normal file
8
src/_icons/file-import.svg
Normal file
@ -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>
|
9
src/_icons/zoom-question.svg
Normal file
9
src/_icons/zoom-question.svg
Normal file
@ -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>
|
Loading…
x
Reference in New Issue
Block a user