diff options
-rw-r--r-- | src/_icons/building-warehouse.svg | 6 | ||||
-rw-r--r-- | src/_icons/bus.svg | 12 | ||||
-rw-r--r-- | src/_icons/firetruck.svg | 11 | ||||
-rw-r--r-- | src/_icons/forklift.svg | 12 | ||||
-rw-r--r-- | src/_icons/tir.svg | 9 | ||||
-rw-r--r-- | src/editor.html | 2 |
6 files changed, 48 insertions, 4 deletions
diff --git a/src/_icons/building-warehouse.svg b/src/_icons/building-warehouse.svg index a0119b86..0b33a094 100644 --- a/src/_icons/building-warehouse.svg +++ b/src/_icons/building-warehouse.svg @@ -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> diff --git a/src/_icons/bus.svg b/src/_icons/bus.svg new file mode 100644 index 00000000..631b084a --- /dev/null +++ b/src/_icons/bus.svg @@ -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> diff --git a/src/_icons/firetruck.svg b/src/_icons/firetruck.svg new file mode 100644 index 00000000..d5a3c2e6 --- /dev/null +++ b/src/_icons/firetruck.svg @@ -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> diff --git a/src/_icons/forklift.svg b/src/_icons/forklift.svg new file mode 100644 index 00000000..af5a158b --- /dev/null +++ b/src/_icons/forklift.svg @@ -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> diff --git a/src/_icons/tir.svg b/src/_icons/tir.svg new file mode 100644 index 00000000..65321434 --- /dev/null +++ b/src/_icons/tir.svg @@ -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> diff --git a/src/editor.html b/src/editor.html index 0be40363..b1eaa942 100644 --- a/src/editor.html +++ b/src/editor.html @@ -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> |