1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-31 01:30:04 +02:00

7 new icons: braces, brackets, ear, focus-2, parentheses, slice, terminal

Fixed icons: `barcode`, `focus`, `scan`
This commit is contained in:
codecalm
2020-04-20 06:17:28 +02:00
parent de70565fdf
commit e4916be984
11 changed files with 52 additions and 8 deletions

View File

@@ -6,8 +6,8 @@ tags: [product, shop, scan, supermarket]
<path d="M4 17v1a2 2 0 0 0 2 2h2" />
<path d="M16 4h2a2 2 0 0 1 2 2v1" />
<path d="M16 20h2a2 2 0 0 0 2 -2v-1" />
<rect x="5" y="11" width="1" height="2"></rect>
<polyline points="10 11 10 13"></polyline>
<rect x="14" y="11" width="1" height="2"></rect>
<polyline points="19 11 19 13"></polyline>
<rect x="5" y="11" width="1" height="2" />
<line x1="10" y1="11" x2="10" y2="13" />
<rect x="14" y="11" width="1" height="2" />
<line x1="19" y1="11" x2="19" y2="13" />
</svg>

6
src/_icons/braces.svg Normal file
View File

@@ -0,0 +1,6 @@
---
---
<svg>
<path d="M7 4a2 2 0 0 0 -2 2v3a2 3 0 0 1 -2 3a2 3 0 0 1 2 3v3a2 2 0 0 0 2 2" />
<path d="M17 4a2 2 0 0 1 2 2v3a2 3 0 0 0 2 3a2 3 0 0 0 -2 3v3a2 2 0 0 1 -2 2" />
</svg>

6
src/_icons/brackets.svg Normal file
View File

@@ -0,0 +1,6 @@
---
---
<svg>
<path d="M8 4h-3v16h3" />
<path d="M16 4h3v16h-3" />
</svg>

6
src/_icons/ear.svg Normal file
View File

@@ -0,0 +1,6 @@
---
---
<svg>
<path d="M6 10a7 7 0 1 1 13 3.6a10 10 0 0 1 -2 2a8 8 0 0 0 -2 3 a4.5 4.5 0 0 1 -6.8 1.4" />
<path d="M10 10a3 3 0 1 1 5 2.2" />
</svg>

10
src/_icons/focus-2.svg Normal file
View File

@@ -0,0 +1,10 @@
---
---
<svg>
<circle cx="12" cy="12" r=".5" />
<circle cx="12" cy="12" r="7" />
<line x1="12" y1="3" x2="12" y2="5" />
<line x1="3" y1="12" x2="5" y2="12" />
<line x1="12" y1="19" x2="12" y2="21" />
<line x1="19" y1="12" x2="21" y2="12" />
</svg>

View File

@@ -2,6 +2,6 @@
tags: [target, bullseye, aim]
---
<svg>
<circle cx="12" cy="12" r=".5" />
<circle cx="12" cy="12" r=".5" fill="currentColor" />
<circle cx="12" cy="12" r="9" />
</svg>

View File

@@ -0,0 +1,6 @@
---
---
<svg>
<path d="M7 4a12.25 12.25 0 0 0 0 16" />
<path d="M17 4a12.25 12.25 0 0 1 0 16" />
</svg>

View File

@@ -5,6 +5,5 @@
<path d="M4 17v1a2 2 0 0 0 2 2h2" />
<path d="M16 4h2a2 2 0 0 1 2 2v1" />
<path d="M16 20h2a2 2 0 0 0 2 -2v-1" />
<polyline points="5 12 19 12"></polyline>
<line x1="5" y1="12" x2="19" y2="12" />
</svg>

5
src/_icons/slice.svg Normal file
View File

@@ -0,0 +1,5 @@
---
---
<svg>
<path d="M3 19l15 -15l3 3l-6 6l2 2a14 14 0 0 1 -14 4" />
</svg>

6
src/_icons/terminal.svg Normal file
View File

@@ -0,0 +1,6 @@
---
---
<svg>
<path d="M5 7l5 5l-5 5" />
<line x1="12" y1="19" x2="19" y2="19" />
</svg>

View File

@@ -71,7 +71,7 @@ layout: default
</div>
<div class="mb">
{% include toolbar.html toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough|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' %}
{% include toolbar.html toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough|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|parentheses,brackets,braces,terminal' %}
{% include toolbar.html toolbar='check,checks,x|currency-euro,currency-dollar,currency-bitcoin,currency-pound,currency-rupee,currency-yen' %}
</div>