mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-09-02 10:24:07 +02:00
4 new icons: bus
, firetruck
, forklift
, tir
Fixed icons: `building-warehouse`
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M3 21v-13l9-4l9 4v13"></path>
|
||||
<path d="M13 13h4v8h-10v-6h6"></path>
|
||||
<path d="M13 21v-9a1 1 0 00-1 -1h-2a1 1 0 00 -1 1v3"></path>
|
||||
<path d="M3 21v-13l9-4l9 4v13" />
|
||||
<path d="M13 13h4v8h-10v-6h6" />
|
||||
<path d="M13 21v-9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v3" />
|
||||
</svg>
|
||||
|
12
src/_icons/bus.svg
Normal file
12
src/_icons/bus.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
tags: [vehicle, drive, driver, engine, motor, journey, trip]
|
||||
---
|
||||
<svg>
|
||||
<circle cx="6" cy="17" r="2" />
|
||||
<circle cx="18" cy="17" r="2" />
|
||||
<path d="M4 17h-2v-11a1 1 0 0 1 1 -1h14a5 7 0 0 1 5 7v5h-2m-4 0h-8" />
|
||||
<polyline points="16 5 17.5 12 22 12" />
|
||||
<line x1="2" y1="10" x2="17" y2="10" />
|
||||
<line x1="7" y1="5" x2="7" y2="10" />
|
||||
<line x1="12" y1="5" x2="12" y2="10" />
|
||||
</svg>
|
11
src/_icons/firetruck.svg
Normal file
11
src/_icons/firetruck.svg
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<circle cx="5" cy="17" r="2" />
|
||||
<circle cx="17" cy="17" r="2" />
|
||||
<path d="M7 18h8m4 0h2v-6a5 5 0 0 0 -5 -5h-1l1.5 5h4.5" />
|
||||
<path d="M12 18v-11h3" />
|
||||
<polyline points="3 17 3 12 12 12" />
|
||||
<line x1="3" y1="9" x2="21" y2="3" />
|
||||
<line x1="6" y1="12" x2="6" y2="8" />
|
||||
</svg>
|
12
src/_icons/forklift.svg
Normal file
12
src/_icons/forklift.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<circle cx="5" cy="17" r="2" />
|
||||
<circle cx="14" cy="17" r="2" />
|
||||
<line x1="7" y1="17" x2="12" y2="17" />
|
||||
<path d="M3 17v-6h13v6" />
|
||||
<path d="M5 11v-4h4" />
|
||||
<path d="M9 11v-6h4l3 6" />
|
||||
<path d="M22 15h-3v-10" />
|
||||
<line x1="16" y1="13" x2="19" y2="13" />
|
||||
</svg>
|
9
src/_icons/tir.svg
Normal file
9
src/_icons/tir.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<circle cx="5" cy="17" r="2" />
|
||||
<circle cx="17" cy="17" r="2" />
|
||||
<path d="M7 18h8m4 0h2v-6a5 7 0 0 0 -5 -7h-1l1.5 7h4.5" />
|
||||
<path d="M12 18v-13h3" />
|
||||
<polyline points="3 17 3 12 12 12" />
|
||||
</svg>
|
@@ -72,7 +72,7 @@ layout: default
|
||||
|
||||
<div class="mb">
|
||||
{% include toolbar.html toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough,emphasis|align-left,align-center,align-right,align-justified,line-height|list,list-check|link,photo,table|sort-ascending,sort-descending|indent-increase,indent-decrease|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings,typography,letter-case,clear-formatting|parentheses,brackets,braces,terminal' %}
|
||||
{% include toolbar.html toolbar='check,checks,x|currency-euro,currency-dollar,currency-bitcoin,currency-pound,currency-rupee,currency-yen' %}
|
||||
{% include toolbar.html toolbar='check,checks,x|currency-euro,currency-dollar,currency-bitcoin,currency-pound,currency-rupee,currency-yen|bike,car,bus,truck,forklift,tir,firetruck' %}
|
||||
</div>
|
||||
|
||||
<h2 class="icon-subtitle">{{ site.icons.size }} icons</h2>
|
||||
|
Reference in New Issue
Block a user