aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-01 17:40:35 +0100
committercodecalm <codecalm@gmail.com>2020-03-01 17:40:35 +0100
commit090299f69badc65a6ca806da36b32f14d249f568 (patch)
tree2295b40238ba8b437f3b1aa01b8803a3622af618
parentuser (diff)
downloadtabler-icons-090299f69badc65a6ca806da36b32f14d249f568.tar.xz
switch icons
-rw-r--r--_icons/swich-horizontal.svg8
-rw-r--r--_icons/switch-vertical.svg10
-rw-r--r--_icons/user-check.svg4
-rw-r--r--_icons/user-minus.svg4
-rw-r--r--_icons/user-plus.svg4
-rw-r--r--_icons/user-x.svg4
-rw-r--r--_icons/user.svg2
-rw-r--r--gulpfile.js6
-rw-r--r--icons.svg198
9 files changed, 132 insertions, 108 deletions
diff --git a/_icons/swich-horizontal.svg b/_icons/swich-horizontal.svg
new file mode 100644
index 0000000..8527d4b
--- /dev/null
+++ b/_icons/swich-horizontal.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <polyline points="16 3 20 7 16 11"/>
+ <polyline points="10 7 20 7"/>
+ <polyline points="8 13 4 17 8 21"/>
+ <polyline points="4 17 13 17"/>
+</svg>
diff --git a/_icons/switch-vertical.svg b/_icons/switch-vertical.svg
new file mode 100644
index 0000000..d648649
--- /dev/null
+++ b/_icons/switch-vertical.svg
@@ -0,0 +1,10 @@
+---
+---
+<svg>
+ <g>
+ <polyline points="3 8 7 4 11 8"/>
+ <polyline points="7 4 7 13"/>
+ <polyline points="13 16 17 20 21 16"/>
+ <polyline points="17 10 17 20"/>
+ </g>
+</svg>
diff --git a/_icons/user-check.svg b/_icons/user-check.svg
index a9a5b1d..53ee727 100644
--- a/_icons/user-check.svg
+++ b/_icons/user-check.svg
@@ -1,7 +1,7 @@
---
---
<svg>
- <circle cx="9" cy="7" r="4"></circle>
- <path d="M3 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" />
+ <circle cx="8.5" cy="7" r="4"></circle>
+ <path d="M2 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" />
<polyline points="16 11 18 13 22 9"/>
</svg>
diff --git a/_icons/user-minus.svg b/_icons/user-minus.svg
index 76df9b3..30e984d 100644
--- a/_icons/user-minus.svg
+++ b/_icons/user-minus.svg
@@ -1,7 +1,7 @@
---
---
<svg>
- <circle cx="9" cy="7" r="4"></circle>
- <path d="M3 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" />
+ <circle cx="8.5" cy="7" r="4"></circle>
+ <path d="M2 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" />
<line x1="16" y1="11" x2="22" y2="11"></line>
</svg>
diff --git a/_icons/user-plus.svg b/_icons/user-plus.svg
index d9725d5..3d065db 100644
--- a/_icons/user-plus.svg
+++ b/_icons/user-plus.svg
@@ -1,8 +1,8 @@
---
---
<svg>
- <circle cx="9" cy="7" r="4"></circle>
- <path d="M3 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" />
+ <circle cx="8.5" cy="7" r="4"></circle>
+ <path d="M2 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" />
<line x1="16" y1="11" x2="22" y2="11"></line>
<line x1="19" y1="8" x2="19" y2="14"></line>
</svg>
diff --git a/_icons/user-x.svg b/_icons/user-x.svg
index c85dc74..9df7c03 100644
--- a/_icons/user-x.svg
+++ b/_icons/user-x.svg
@@ -1,8 +1,8 @@
---
---
<svg>
- <circle cx="9" cy="7" r="4"></circle>
- <path d="M3 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" />
+ <circle cx="8.5" cy="7" r="4"></circle>
+ <path d="M2 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" />
<line x1="17" y1="9" x2="21" y2="13" />
<line x1="17" y1="13" x2="21" y2="9" />
</svg>
diff --git a/_icons/user.svg b/_icons/user.svg
index 0483d65..6fe5c17 100644
--- a/_icons/user.svg
+++ b/_icons/user.svg
@@ -2,5 +2,5 @@
---
<svg>
<circle cx="12" cy="7" r="4"></circle>
- <path d="M4 21v-2a4 4 0 014-4h8a4 4 0 014 4v2" />
+ <path d="M5.5 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" />
</svg>
diff --git a/gulpfile.js b/gulpfile.js
index f5bedd1..07a95de 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -6,10 +6,10 @@ const gulp = require('gulp'),
gulp.task('icons-sprite', function (cb) {
- const columnsCount = 20,
- padding = 16,
+ const columnsCount = 10,
+ padding = 24,
paddingOuter = 49,
- iconSize = 24;
+ iconSize = 48;
glob("_site/icons/*.svg", {}, function (er, files) {
const iconsCount = files.length,
diff --git a/icons.svg b/icons.svg
index 6ed644d..fa350b1 100644
--- a/icons.svg
+++ b/icons.svg
@@ -1,4 +1,4 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 882 282" width="882" height="282"><rect x="0" y="0" width="882" height="282" fill="#fafafa"></rect>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 794 794" width="794" height="794"><rect x="0" y="0" width="794" height="794" fill="#fafafa"></rect>
<symbol id="tabler-activity" class="icon tabler-icon tabler-icon-activity" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="21 12 17 12 14 20 10 4 7 12 3 12" />
</symbol>
<symbol id="tabler-ajdustments" class="icon tabler-icon tabler-icon-ajdustments" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><circle cx="6" cy="10" r="2" /><line x1="6" y1="4" x2="6" y2="8" /><line x1="6" y1="12" x2="6" y2="20" />
@@ -172,19 +172,23 @@
</symbol>
<symbol id="tabler-star" class="icon tabler-icon tabler-icon-star" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M12 17.75l-6.172 3.245 1.179-6.873-4.993-4.867 6.9-1.002L12 2l3.086 6.253 6.9 1.002-4.993 4.867 1.179 6.873z" />
</symbol>
+ <symbol id="tabler-swich-horizontal" class="icon tabler-icon tabler-icon-swich-horizontal" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="16 3 20 7 16 11"/><polyline points="10 7 20 7"/><polyline points="8 13 4 17 8 21"/><polyline points="4 17 13 17"/>
+</symbol>
+ <symbol id="tabler-switch-vertical" class="icon tabler-icon tabler-icon-switch-vertical" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><g><polyline points="3 8 7 4 11 8"/><polyline points="7 4 7 13"/><polyline points="13 16 17 20 21 16"/><polyline points="17 10 17 20"/></g>
+</symbol>
<symbol id="tabler-trending-down" class="icon tabler-icon tabler-icon-trending-down" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="3 7 9 13 13 9 21 17" /><polyline points="21 9 21 17 13 17" />
</symbol>
<symbol id="tabler-trending-up" class="icon tabler-icon tabler-icon-trending-up" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="3 17 9 11 13 15 21 7" /><polyline points="13 7 21 7 21 15" />
</symbol>
- <symbol id="tabler-user-check" class="icon tabler-icon tabler-icon-user-check" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="7" r="4"></circle><path d="M3 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" /><polyline points="16 11 18 13 22 9"/>
+ <symbol id="tabler-user-check" class="icon tabler-icon tabler-icon-user-check" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><circle cx="8.5" cy="7" r="4"></circle><path d="M2 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" /><polyline points="16 11 18 13 22 9"/>
</symbol>
- <symbol id="tabler-user-minus" class="icon tabler-icon tabler-icon-user-minus" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="7" r="4"></circle><path d="M3 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" /><line x1="16" y1="11" x2="22" y2="11"></line>
+ <symbol id="tabler-user-minus" class="icon tabler-icon tabler-icon-user-minus" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><circle cx="8.5" cy="7" r="4"></circle><path d="M2 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" /><line x1="16" y1="11" x2="22" y2="11"></line>
</symbol>
- <symbol id="tabler-user-plus" class="icon tabler-icon tabler-icon-user-plus" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="7" r="4"></circle><path d="M3 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" /><line x1="16" y1="11" x2="22" y2="11"></line><line x1="19" y1="8" x2="19" y2="14"></line>
+ <symbol id="tabler-user-plus" class="icon tabler-icon tabler-icon-user-plus" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><circle cx="8.5" cy="7" r="4"></circle><path d="M2 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" /><line x1="16" y1="11" x2="22" y2="11"></line><line x1="19" y1="8" x2="19" y2="14"></line>
</symbol>
- <symbol id="tabler-user-x" class="icon tabler-icon tabler-icon-user-x" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="7" r="4"></circle><path d="M3 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" /><line x1="17" y1="9" x2="21" y2="13" /><line x1="17" y1="13" x2="21" y2="9" />
+ <symbol id="tabler-user-x" class="icon tabler-icon tabler-icon-user-x" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><circle cx="8.5" cy="7" r="4"></circle><path d="M2 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" /><line x1="17" y1="9" x2="21" y2="13" /><line x1="17" y1="13" x2="21" y2="9" />
</symbol>
- <symbol id="tabler-user" class="icon tabler-icon tabler-icon-user" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="7" r="4"></circle><path d="M4 21v-2a4 4 0 014-4h8a4 4 0 014 4v2" />
+ <symbol id="tabler-user" class="icon tabler-icon tabler-icon-user" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="7" r="4"></circle><path d="M5.5 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" />
</symbol>
<symbol id="tabler-x" class="icon tabler-icon tabler-icon-x" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" />
</symbol>
@@ -193,95 +197,97 @@
<symbol id="tabler-zoom-out" class="icon tabler-icon tabler-icon-zoom-out" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><circle cx="10" cy="10" r="7"></circle><line x1="7" y1="10" x2="13" y2="10"></line><line x1="21" y1="21" x2="15" y2="15"></line>
</symbol>
- <use xlink:href="#tabler-activity" x="49" y="49" width="24" height="24" />
- <use xlink:href="#tabler-ajdustments" x="89" y="49" width="24" height="24" />
- <use xlink:href="#tabler-alert-circle" x="129" y="49" width="24" height="24" />
- <use xlink:href="#tabler-align-center" x="169" y="49" width="24" height="24" />
- <use xlink:href="#tabler-align-justified" x="209" y="49" width="24" height="24" />
- <use xlink:href="#tabler-align-left" x="249" y="49" width="24" height="24" />
- <use xlink:href="#tabler-align-right" x="289" y="49" width="24" height="24" />
- <use xlink:href="#tabler-arrow-down-circle" x="329" y="49" width="24" height="24" />
- <use xlink:href="#tabler-arrow-down-left-circle" x="369" y="49" width="24" height="24" />
- <use xlink:href="#tabler-arrow-down-left" x="409" y="49" width="24" height="24" />
- <use xlink:href="#tabler-arrow-down-right-circle" x="449" y="49" width="24" height="24" />
- <use xlink:href="#tabler-arrow-down-right" x="489" y="49" width="24" height="24" />
- <use xlink:href="#tabler-arrow-down" x="529" y="49" width="24" height="24" />
- <use xlink:href="#tabler-arrow-left-circle" x="569" y="49" width="24" height="24" />
- <use xlink:href="#tabler-arrow-left" x="609" y="49" width="24" height="24" />
- <use xlink:href="#tabler-arrow-narrow-down" x="649" y="49" width="24" height="24" />
- <use xlink:href="#tabler-arrow-narrow-left" x="689" y="49" width="24" height="24" />
- <use xlink:href="#tabler-arrow-narrow-right" x="729" y="49" width="24" height="24" />
- <use xlink:href="#tabler-arrow-narrow-up" x="769" y="49" width="24" height="24" />
- <use xlink:href="#tabler-arrow-right-circle" x="809" y="49" width="24" height="24" />
- <use xlink:href="#tabler-arrow-right" x="49" y="89" width="24" height="24" />
- <use xlink:href="#tabler-arrow-up-circle" x="89" y="89" width="24" height="24" />
- <use xlink:href="#tabler-arrow-up-left-circle" x="129" y="89" width="24" height="24" />
- <use xlink:href="#tabler-arrow-up-left" x="169" y="89" width="24" height="24" />
- <use xlink:href="#tabler-arrow-up-right-circle" x="209" y="89" width="24" height="24" />
- <use xlink:href="#tabler-arrow-up-right" x="249" y="89" width="24" height="24" />
- <use xlink:href="#tabler-arrow-up" x="289" y="89" width="24" height="24" />
- <use xlink:href="#tabler-border-all" x="329" y="89" width="24" height="24" />
- <use xlink:href="#tabler-border-bottom" x="369" y="89" width="24" height="24" />
- <use xlink:href="#tabler-border-horizontal" x="409" y="89" width="24" height="24" />
- <use xlink:href="#tabler-border-inner" x="449" y="89" width="24" height="24" />
- <use xlink:href="#tabler-border-left" x="489" y="89" width="24" height="24" />
- <use xlink:href="#tabler-border-none" x="529" y="89" width="24" height="24" />
- <use xlink:href="#tabler-border-outer" x="569" y="89" width="24" height="24" />
- <use xlink:href="#tabler-border-right" x="609" y="89" width="24" height="24" />
- <use xlink:href="#tabler-border-top" x="649" y="89" width="24" height="24" />
- <use xlink:href="#tabler-border-vertical" x="689" y="89" width="24" height="24" />
- <use xlink:href="#tabler-check" x="729" y="89" width="24" height="24" />
- <use xlink:href="#tabler-chevron-down" x="769" y="89" width="24" height="24" />
- <use xlink:href="#tabler-chevron-left" x="809" y="89" width="24" height="24" />
- <use xlink:href="#tabler-chevron-right" x="49" y="129" width="24" height="24" />
- <use xlink:href="#tabler-chevron-up" x="89" y="129" width="24" height="24" />
- <use xlink:href="#tabler-chevrons-down" x="129" y="129" width="24" height="24" />
- <use xlink:href="#tabler-chevrons-left" x="169" y="129" width="24" height="24" />
- <use xlink:href="#tabler-chevrons-right" x="209" y="129" width="24" height="24" />
- <use xlink:href="#tabler-chevrons-up" x="249" y="129" width="24" height="24" />
- <use xlink:href="#tabler-circle" x="289" y="129" width="24" height="24" />
- <use xlink:href="#tabler-clipboard" x="329" y="129" width="24" height="24" />
- <use xlink:href="#tabler-clock" x="369" y="129" width="24" height="24" />
- <use xlink:href="#tabler-code" x="409" y="129" width="24" height="24" />
- <use xlink:href="#tabler-cog" x="449" y="129" width="24" height="24" />
- <use xlink:href="#tabler-file-check" x="489" y="129" width="24" height="24" />
- <use xlink:href="#tabler-file-download" x="529" y="129" width="24" height="24" />
- <use xlink:href="#tabler-file-minus" x="569" y="129" width="24" height="24" />
- <use xlink:href="#tabler-file-plus" x="609" y="129" width="24" height="24" />
- <use xlink:href="#tabler-file-text" x="649" y="129" width="24" height="24" />
- <use xlink:href="#tabler-file-x" x="689" y="129" width="24" height="24" />
- <use xlink:href="#tabler-file" x="729" y="129" width="24" height="24" />
- <use xlink:href="#tabler-grid" x="769" y="129" width="24" height="24" />
- <use xlink:href="#tabler-heart" x="809" y="129" width="24" height="24" />
- <use xlink:href="#tabler-layout" x="49" y="169" width="24" height="24" />
- <use xlink:href="#tabler-map-pin" x="89" y="169" width="24" height="24" />
- <use xlink:href="#tabler-menu" x="129" y="169" width="24" height="24" />
- <use xlink:href="#tabler-minus-circle" x="169" y="169" width="24" height="24" />
- <use xlink:href="#tabler-minus-square" x="209" y="169" width="24" height="24" />
- <use xlink:href="#tabler-minus" x="249" y="169" width="24" height="24" />
- <use xlink:href="#tabler-mood-confuzed" x="289" y="169" width="24" height="24" />
- <use xlink:href="#tabler-mood-happy" x="329" y="169" width="24" height="24" />
- <use xlink:href="#tabler-mood-neutral" x="369" y="169" width="24" height="24" />
- <use xlink:href="#tabler-mood-sad" x="409" y="169" width="24" height="24" />
- <use xlink:href="#tabler-mood-smile" x="449" y="169" width="24" height="24" />
- <use xlink:href="#tabler-more-vertical" x="489" y="169" width="24" height="24" />
- <use xlink:href="#tabler-more" x="529" y="169" width="24" height="24" />
- <use xlink:href="#tabler-plus-circle" x="569" y="169" width="24" height="24" />
- <use xlink:href="#tabler-plus-square" x="609" y="169" width="24" height="24" />
- <use xlink:href="#tabler-plus" x="649" y="169" width="24" height="24" />
- <use xlink:href="#tabler-qrcode" x="689" y="169" width="24" height="24" />
- <use xlink:href="#tabler-search" x="729" y="169" width="24" height="24" />
- <use xlink:href="#tabler-square" x="769" y="169" width="24" height="24" />
- <use xlink:href="#tabler-star" x="809" y="169" width="24" height="24" />
- <use xlink:href="#tabler-trending-down" x="49" y="209" width="24" height="24" />
- <use xlink:href="#tabler-trending-up" x="89" y="209" width="24" height="24" />
- <use xlink:href="#tabler-user-check" x="129" y="209" width="24" height="24" />
- <use xlink:href="#tabler-user-minus" x="169" y="209" width="24" height="24" />
- <use xlink:href="#tabler-user-plus" x="209" y="209" width="24" height="24" />
- <use xlink:href="#tabler-user-x" x="249" y="209" width="24" height="24" />
- <use xlink:href="#tabler-user" x="289" y="209" width="24" height="24" />
- <use xlink:href="#tabler-x" x="329" y="209" width="24" height="24" />
- <use xlink:href="#tabler-zoom-in" x="369" y="209" width="24" height="24" />
- <use xlink:href="#tabler-zoom-out" x="409" y="209" width="24" height="24" />
+ <use xlink:href="#tabler-activity" x="49" y="49" width="48" height="48" />
+ <use xlink:href="#tabler-ajdustments" x="121" y="49" width="48" height="48" />
+ <use xlink:href="#tabler-alert-circle" x="193" y="49" width="48" height="48" />
+ <use xlink:href="#tabler-align-center" x="265" y="49" width="48" height="48" />
+ <use xlink:href="#tabler-align-justified" x="337" y="49" width="48" height="48" />
+ <use xlink:href="#tabler-align-left" x="409" y="49" width="48" height="48" />
+ <use xlink:href="#tabler-align-right" x="481" y="49" width="48" height="48" />
+ <use xlink:href="#tabler-arrow-down-circle" x="553" y="49" width="48" height="48" />
+ <use xlink:href="#tabler-arrow-down-left-circle" x="625" y="49" width="48" height="48" />
+ <use xlink:href="#tabler-arrow-down-left" x="697" y="49" width="48" height="48" />
+ <use xlink:href="#tabler-arrow-down-right-circle" x="49" y="121" width="48" height="48" />
+ <use xlink:href="#tabler-arrow-down-right" x="121" y="121" width="48" height="48" />
+ <use xlink:href="#tabler-arrow-down" x="193" y="121" width="48" height="48" />
+ <use xlink:href="#tabler-arrow-left-circle" x="265" y="121" width="48" height="48" />
+ <use xlink:href="#tabler-arrow-left" x="337" y="121" width="48" height="48" />
+ <use xlink:href="#tabler-arrow-narrow-down" x="409" y="121" width="48" height="48" />
+ <use xlink:href="#tabler-arrow-narrow-left" x="481" y="121" width="48" height="48" />
+ <use xlink:href="#tabler-arrow-narrow-right" x="553" y="121" width="48" height="48" />
+ <use xlink:href="#tabler-arrow-narrow-up" x="625" y="121" width="48" height="48" />
+ <use xlink:href="#tabler-arrow-right-circle" x="697" y="121" width="48" height="48" />
+ <use xlink:href="#tabler-arrow-right" x="49" y="193" width="48" height="48" />
+ <use xlink:href="#tabler-arrow-up-circle" x="121" y="193" width="48" height="48" />
+ <use xlink:href="#tabler-arrow-up-left-circle" x="193" y="193" width="48" height="48" />
+ <use xlink:href="#tabler-arrow-up-left" x="265" y="193" width="48" height="48" />
+ <use xlink:href="#tabler-arrow-up-right-circle" x="337" y="193" width="48" height="48" />
+ <use xlink:href="#tabler-arrow-up-right" x="409" y="193" width="48" height="48" />
+ <use xlink:href="#tabler-arrow-up" x="481" y="193" width="48" height="48" />
+ <use xlink:href="#tabler-border-all" x="553" y="193" width="48" height="48" />
+ <use xlink:href="#tabler-border-bottom" x="625" y="193" width="48" height="48" />
+ <use xlink:href="#tabler-border-horizontal" x="697" y="193" width="48" height="48" />
+ <use xlink:href="#tabler-border-inner" x="49" y="265" width="48" height="48" />
+ <use xlink:href="#tabler-border-left" x="121" y="265" width="48" height="48" />
+ <use xlink:href="#tabler-border-none" x="193" y="265" width="48" height="48" />
+ <use xlink:href="#tabler-border-outer" x="265" y="265" width="48" height="48" />
+ <use xlink:href="#tabler-border-right" x="337" y="265" width="48" height="48" />
+ <use xlink:href="#tabler-border-top" x="409" y="265" width="48" height="48" />
+ <use xlink:href="#tabler-border-vertical" x="481" y="265" width="48" height="48" />
+ <use xlink:href="#tabler-check" x="553" y="265" width="48" height="48" />
+ <use xlink:href="#tabler-chevron-down" x="625" y="265" width="48" height="48" />
+ <use xlink:href="#tabler-chevron-left" x="697" y="265" width="48" height="48" />
+ <use xlink:href="#tabler-chevron-right" x="49" y="337" width="48" height="48" />
+ <use xlink:href="#tabler-chevron-up" x="121" y="337" width="48" height="48" />
+ <use xlink:href="#tabler-chevrons-down" x="193" y="337" width="48" height="48" />
+ <use xlink:href="#tabler-chevrons-left" x="265" y="337" width="48" height="48" />
+ <use xlink:href="#tabler-chevrons-right" x="337" y="337" width="48" height="48" />
+ <use xlink:href="#tabler-chevrons-up" x="409" y="337" width="48" height="48" />
+ <use xlink:href="#tabler-circle" x="481" y="337" width="48" height="48" />
+ <use xlink:href="#tabler-clipboard" x="553" y="337" width="48" height="48" />
+ <use xlink:href="#tabler-clock" x="625" y="337" width="48" height="48" />
+ <use xlink:href="#tabler-code" x="697" y="337" width="48" height="48" />
+ <use xlink:href="#tabler-cog" x="49" y="409" width="48" height="48" />
+ <use xlink:href="#tabler-file-check" x="121" y="409" width="48" height="48" />
+ <use xlink:href="#tabler-file-download" x="193" y="409" width="48" height="48" />
+ <use xlink:href="#tabler-file-minus" x="265" y="409" width="48" height="48" />
+ <use xlink:href="#tabler-file-plus" x="337" y="409" width="48" height="48" />
+ <use xlink:href="#tabler-file-text" x="409" y="409" width="48" height="48" />
+ <use xlink:href="#tabler-file-x" x="481" y="409" width="48" height="48" />
+ <use xlink:href="#tabler-file" x="553" y="409" width="48" height="48" />
+ <use xlink:href="#tabler-grid" x="625" y="409" width="48" height="48" />
+ <use xlink:href="#tabler-heart" x="697" y="409" width="48" height="48" />
+ <use xlink:href="#tabler-layout" x="49" y="481" width="48" height="48" />
+ <use xlink:href="#tabler-map-pin" x="121" y="481" width="48" height="48" />
+ <use xlink:href="#tabler-menu" x="193" y="481" width="48" height="48" />
+ <use xlink:href="#tabler-minus-circle" x="265" y="481" width="48" height="48" />
+ <use xlink:href="#tabler-minus-square" x="337" y="481" width="48" height="48" />
+ <use xlink:href="#tabler-minus" x="409" y="481" width="48" height="48" />
+ <use xlink:href="#tabler-mood-confuzed" x="481" y="481" width="48" height="48" />
+ <use xlink:href="#tabler-mood-happy" x="553" y="481" width="48" height="48" />
+ <use xlink:href="#tabler-mood-neutral" x="625" y="481" width="48" height="48" />
+ <use xlink:href="#tabler-mood-sad" x="697" y="481" width="48" height="48" />
+ <use xlink:href="#tabler-mood-smile" x="49" y="553" width="48" height="48" />
+ <use xlink:href="#tabler-more-vertical" x="121" y="553" width="48" height="48" />
+ <use xlink:href="#tabler-more" x="193" y="553" width="48" height="48" />
+ <use xlink:href="#tabler-plus-circle" x="265" y="553" width="48" height="48" />
+ <use xlink:href="#tabler-plus-square" x="337" y="553" width="48" height="48" />
+ <use xlink:href="#tabler-plus" x="409" y="553" width="48" height="48" />
+ <use xlink:href="#tabler-qrcode" x="481" y="553" width="48" height="48" />
+ <use xlink:href="#tabler-search" x="553" y="553" width="48" height="48" />
+ <use xlink:href="#tabler-square" x="625" y="553" width="48" height="48" />
+ <use xlink:href="#tabler-star" x="697" y="553" width="48" height="48" />
+ <use xlink:href="#tabler-swich-horizontal" x="49" y="625" width="48" height="48" />
+ <use xlink:href="#tabler-switch-vertical" x="121" y="625" width="48" height="48" />
+ <use xlink:href="#tabler-trending-down" x="193" y="625" width="48" height="48" />
+ <use xlink:href="#tabler-trending-up" x="265" y="625" width="48" height="48" />
+ <use xlink:href="#tabler-user-check" x="337" y="625" width="48" height="48" />
+ <use xlink:href="#tabler-user-minus" x="409" y="625" width="48" height="48" />
+ <use xlink:href="#tabler-user-plus" x="481" y="625" width="48" height="48" />
+ <use xlink:href="#tabler-user-x" x="553" y="625" width="48" height="48" />
+ <use xlink:href="#tabler-user" x="625" y="625" width="48" height="48" />
+ <use xlink:href="#tabler-x" x="697" y="625" width="48" height="48" />
+ <use xlink:href="#tabler-zoom-in" x="49" y="697" width="48" height="48" />
+ <use xlink:href="#tabler-zoom-out" x="121" y="697" width="48" height="48" />
</svg> \ No newline at end of file