1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-09-01 01:52:00 +02:00

4 new icons: cloud-fog, step-into, step-out, tornado

Fixed icons: `3d-cube-sphere`, `brand-windows`, `curly-loop`, `device-mobile-rotated`, `road-sign`, `square-rotated`
This commit is contained in:
codecalm
2020-09-17 22:46:12 +02:00
parent c37c34d7e1
commit 60999ea20f
10 changed files with 59 additions and 23 deletions

View File

@@ -7,10 +7,10 @@
<path d="M18 6.4l2 1.1v2.5" />
<path d="M20 14v2.5l-2 1.12" />
<path d="M14 19.9l-2 1.1l-2 -1.1" />
<path d="M12 12l2 -1.1"/>
<path d="M18 8.6l2 -1.1"/>
<path d="M12 12v2.5"/>
<path d="M12 18.5v2.5"/>
<line x1="12" y1="12" x2="14" y2="10.9" />
<line x1="18" y1="8.6" x2="20" y2="7.5" />
<line x1="12" y1="12" x2="12" y2="14.5" />
<line x1="12" y1="18.5" x2="12" y2="21" />
<path d="M12 12l-2-1.12" />
<path d="M6 8.6l-2 -1.1"/>
<line x1="6" y1="8.6" x2="4" y2="7.5" />
</svg>

View File

@@ -3,6 +3,6 @@ category: Brand
---
<svg>
<path d="M17.8 20l-12 -1.5c-1 -.1 -1.8 -.9 -1.8 -1.9v-9.2c0 -1 .8 -1.8 1.8 -1.9l12 -1.5c1.2 -.1 2.2 .8 2.2 1.9v12.1c0 1.2 -1.1 2.1 -2.2 1.9 z" />
<path d="M12 5v14"/>
<path d="M4 12h16"/>
<line x1="12" y1="5" x2="12" y2="19" />
<line x1="4" y1="12" x2="20" y2="12" />
</svg>

8
src/_icons/cloud-fog.svg Normal file
View File

@@ -0,0 +1,8 @@
---
tags: [weather, online]
category: Weather
---
<svg>
<path d="M7 16a4.6 4.4 0 0 1 0 -9h0a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-12" />
<line x1="5" y1="20" x2="19" y2="20" />
</svg>

9
src/_icons/step-into.svg Normal file
View File

@@ -0,0 +1,9 @@
---
category: Arrows
---
<svg>
<line x1="12" y1="3" x2="12" y2="15" />
<line x1="16" y1="11" x2="12" y2="15" />
<line x1="8" y1="11" x2="12" y2="15" />
<circle cx="12" cy="20" r="1" />
</svg>

9
src/_icons/step-out.svg Normal file
View File

@@ -0,0 +1,9 @@
---
category: Arrows
---
<svg>
<line x1="12" y1="3" x2="12" y2="15" />
<line x1="16" y1="7" x2="12" y2="3" />
<line x1="8" y1="7" x2="12" y2="3" />
<circle cx="12" cy="20" r="1" />
</svg>

10
src/_icons/tornado.svg Normal file
View File

@@ -0,0 +1,10 @@
---
category: Weather
---
<svg>
<path d="M21 4h-18" />
<path d="M13 16h-6" />
<line x1="11" y1="20" x2="15" y2="20" />
<line x1="6" y1="8" x2="20" y2="8" />
<line x1="4" y1="12" x2="16" y2="12" />
</svg>