aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-05 23:50:49 +0100
committercodecalm <codecalm@gmail.com>2020-03-05 23:50:49 +0100
commit6dd9d1d166d56df73545fe1aeea6d29795608320 (patch)
tree92629a0150083f0b74e98d7cec4669088fd7a742
parentnews, refresh, sticker, archive, stroke icons (diff)
downloadtabler-icons-6dd9d1d166d56df73545fe1aeea6d29795608320.tar.xz
icons readme fixes
-rw-r--r--gulpfile.js8
-rw-r--r--icons-stroke.svg12
-rw-r--r--icons.svg552
3 files changed, 286 insertions, 286 deletions
diff --git a/gulpfile.js b/gulpfile.js
index a60efe6..3294b79 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -8,7 +8,7 @@ const gulp = require('gulp'),
gulp.task('icons-sprite', function (cb) {
const columnsCount = 16,
padding = 30,
- paddingOuter = 24,
+ paddingOuter = 0,
iconSize = 24;
glob("_site/icons/*.svg", {}, function (er, files) {
@@ -44,7 +44,7 @@ gulp.task('icons-sprite', function (cb) {
}
});
- const svgContent = `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 ${width} ${height}" width="${width}" height="${height}" style="color: #354052"><rect x="0" y="0" width="${width}" height="${height}" fill="#fafbfc"></rect>\n${svgContentSymbols}\n${svgContentIcons}\n</svg>`;
+ const svgContent = `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 ${width} ${height}" width="${width}" height="${height}" style="color: #354052"><rect x="0" y="0" width="${width}" height="${height}" fill="#fff"></rect>\n${svgContentSymbols}\n${svgContentIcons}\n</svg>`;
fs.writeFileSync('icons.svg', svgContent);
cb();
@@ -57,7 +57,7 @@ gulp.task('icons-stroke', function (cb) {
strokes = ['.5', '1', '1.5', '2', '2.75'],
svgFileContent = fs.readFileSync(`_site/icons/tabler-${icon}.svg`).toString(),
padding = 32,
- paddingOuter = 32,
+ paddingOuter = 0,
iconSize = 128,
width = (strokes.length * (iconSize + padding) - padding) + paddingOuter * 2,
height = iconSize + paddingOuter * 2;
@@ -84,7 +84,7 @@ gulp.task('icons-stroke', function (cb) {
x += padding + iconSize;
});
- const svgContent = `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 ${width} ${height}" width="${width}" height="${height}" style="color: #354052"><rect x="0" y="0" width="${width}" height="${height}" fill="#fafbfc"></rect>\n${svgContentSymbols}\n${svgContentIcons}\n</svg>`;
+ const svgContent = `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 ${width} ${height}" width="${width}" height="${height}" style="color: #354052"><rect x="0" y="0" width="${width}" height="${height}" fill="#fff"></rect>\n${svgContentSymbols}\n${svgContentIcons}\n</svg>`;
fs.writeFileSync('icons-stroke.svg', svgContent);
diff --git a/icons-stroke.svg b/icons-stroke.svg
index 7db1ef8..7740e40 100644
--- a/icons-stroke.svg
+++ b/icons-stroke.svg
@@ -1,4 +1,4 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 832 192" width="832" height="192" style="color: #354052"><rect x="0" y="0" width="832" height="192" fill="#fafbfc"></rect>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 768 128" width="768" height="128" style="color: #354052"><rect x="0" y="0" width="768" height="128" fill="#fff"></rect>
<symbol id="icon-.5" class="icon tabler-icon tabler-icon-disabled" viewBox="0 0 24 24" stroke-width=".5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="5" r="2" /><polyline points="11 7 11 15 15 15 19 20" /><line x1="11" y1="11" x2="16" y2="11" /><path d="M7 11.5a5 5 0 106 7.5" />
</symbol>
<symbol id="icon-1" class="icon tabler-icon tabler-icon-disabled" viewBox="0 0 24 24" stroke-width="1" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="5" r="2" /><polyline points="11 7 11 15 15 15 19 20" /><line x1="11" y1="11" x2="16" y2="11" /><path d="M7 11.5a5 5 0 106 7.5" />
@@ -10,10 +10,10 @@
<symbol id="icon-2.75" class="icon tabler-icon tabler-icon-disabled" viewBox="0 0 24 24" stroke-width="2.75" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="5" r="2" /><polyline points="11 7 11 15 15 15 19 20" /><line x1="11" y1="11" x2="16" y2="11" /><path d="M7 11.5a5 5 0 106 7.5" />
</symbol>
- <use xlink:href="#icon-.5" x="32" y="32" width="128" height="128" />
- <use xlink:href="#icon-1" x="192" y="32" width="128" height="128" />
- <use xlink:href="#icon-1.5" x="352" y="32" width="128" height="128" />
- <use xlink:href="#icon-2" x="512" y="32" width="128" height="128" />
- <use xlink:href="#icon-2.75" x="672" y="32" width="128" height="128" />
+ <use xlink:href="#icon-.5" x="0" y="0" width="128" height="128" />
+ <use xlink:href="#icon-1" x="160" y="0" width="128" height="128" />
+ <use xlink:href="#icon-1.5" x="320" y="0" width="128" height="128" />
+ <use xlink:href="#icon-2" x="480" y="0" width="128" height="128" />
+ <use xlink:href="#icon-2.75" x="640" y="0" width="128" height="128" />
</svg> \ No newline at end of file
diff --git a/icons.svg b/icons.svg
index dc98bbf..9789fda 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 990" width="882" height="990" style="color: #354052"><rect x="0" y="0" width="882" height="990" fill="#fafbfc"></rect>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 834 942" width="834" height="942" style="color: #354052"><rect x="0" y="0" width="834" height="942" fill="#fff"></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" /><circle cx="12" cy="16" r="2" /><line x1="12" y1="4" x2="12" y2="14" /><line x1="12" y1="18" x2="12" y2="20" /><circle cx="18" cy="7" r="2" /><line x1="18" y1="4" x2="18" y2="5" /><line x1="18" y1="9" x2="18" y2="20" />
@@ -550,280 +550,280 @@
<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" /><line x1="7" y1="10" x2="13" y2="10" /><line x1="21" y1="21" x2="15" y2="15" />
</symbol>
- <use xlink:href="#tabler-activity" x="24" y="24" width="24" height="24" />
- <use xlink:href="#tabler-ajdustments" x="78" y="24" width="24" height="24" />
- <use xlink:href="#tabler-alert-circle" x="132" y="24" width="24" height="24" />
- <use xlink:href="#tabler-alert-triangle" x="186" y="24" width="24" height="24" />
- <use xlink:href="#tabler-align-center" x="240" y="24" width="24" height="24" />
- <use xlink:href="#tabler-align-justified" x="294" y="24" width="24" height="24" />
- <use xlink:href="#tabler-align-left" x="348" y="24" width="24" height="24" />
- <use xlink:href="#tabler-align-right" x="402" y="24" width="24" height="24" />
- <use xlink:href="#tabler-archive" x="456" y="24" width="24" height="24" />
- <use xlink:href="#tabler-arrow-down-circle" x="510" y="24" width="24" height="24" />
- <use xlink:href="#tabler-arrow-down-left-circle" x="564" y="24" width="24" height="24" />
- <use xlink:href="#tabler-arrow-down-left" x="618" y="24" width="24" height="24" />
- <use xlink:href="#tabler-arrow-down-right-circle" x="672" y="24" width="24" height="24" />
- <use xlink:href="#tabler-arrow-down-right" x="726" y="24" width="24" height="24" />
- <use xlink:href="#tabler-arrow-down" x="780" y="24" width="24" height="24" />
- <use xlink:href="#tabler-arrow-left-circle" x="834" y="24" width="24" height="24" />
- <use xlink:href="#tabler-arrow-left" x="24" y="78" width="24" height="24" />
- <use xlink:href="#tabler-arrow-narrow-down" x="78" y="78" width="24" height="24" />
- <use xlink:href="#tabler-arrow-narrow-left" x="132" y="78" width="24" height="24" />
- <use xlink:href="#tabler-arrow-narrow-right" x="186" y="78" width="24" height="24" />
- <use xlink:href="#tabler-arrow-narrow-up" x="240" y="78" width="24" height="24" />
- <use xlink:href="#tabler-arrow-right-circle" x="294" y="78" width="24" height="24" />
- <use xlink:href="#tabler-arrow-right" x="348" y="78" width="24" height="24" />
- <use xlink:href="#tabler-arrow-up-circle" x="402" y="78" width="24" height="24" />
- <use xlink:href="#tabler-arrow-up-left-circle" x="456" y="78" width="24" height="24" />
- <use xlink:href="#tabler-arrow-up-left" x="510" y="78" width="24" height="24" />
- <use xlink:href="#tabler-arrow-up-right-circle" x="564" y="78" width="24" height="24" />
- <use xlink:href="#tabler-arrow-up-right" x="618" y="78" width="24" height="24" />
- <use xlink:href="#tabler-arrow-up" x="672" y="78" width="24" height="24" />
- <use xlink:href="#tabler-arrows-diagonal-2" x="726" y="78" width="24" height="24" />
- <use xlink:href="#tabler-arrows-diagonal" x="780" y="78" width="24" height="24" />
- <use xlink:href="#tabler-arrows-maximize" x="834" y="78" width="24" height="24" />
- <use xlink:href="#tabler-arrows-minimize" x="24" y="132" width="24" height="24" />
- <use xlink:href="#tabler-at" x="78" y="132" width="24" height="24" />
- <use xlink:href="#tabler-ban" x="132" y="132" width="24" height="24" />
- <use xlink:href="#tabler-battery-1" x="186" y="132" width="24" height="24" />
- <use xlink:href="#tabler-battery-2" x="240" y="132" width="24" height="24" />
- <use xlink:href="#tabler-battery-3" x="294" y="132" width="24" height="24" />
- <use xlink:href="#tabler-battery-4" x="348" y="132" width="24" height="24" />
- <use xlink:href="#tabler-battery-charging" x="402" y="132" width="24" height="24" />
- <use xlink:href="#tabler-battery" x="456" y="132" width="24" height="24" />
- <use xlink:href="#tabler-bell" x="510" y="132" width="24" height="24" />
- <use xlink:href="#tabler-bike" x="564" y="132" width="24" height="24" />
- <use xlink:href="#tabler-bluetooth" x="618" y="132" width="24" height="24" />
- <use xlink:href="#tabler-bolt" x="672" y="132" width="24" height="24" />
- <use xlink:href="#tabler-book" x="726" y="132" width="24" height="24" />
- <use xlink:href="#tabler-bookmark" x="780" y="132" width="24" height="24" />
- <use xlink:href="#tabler-border-all" x="834" y="132" width="24" height="24" />
- <use xlink:href="#tabler-border-bottom" x="24" y="186" width="24" height="24" />
- <use xlink:href="#tabler-border-horizontal" x="78" y="186" width="24" height="24" />
- <use xlink:href="#tabler-border-inner" x="132" y="186" width="24" height="24" />
- <use xlink:href="#tabler-border-left" x="186" y="186" width="24" height="24" />
- <use xlink:href="#tabler-border-none" x="240" y="186" width="24" height="24" />
- <use xlink:href="#tabler-border-outer" x="294" y="186" width="24" height="24" />
- <use xlink:href="#tabler-border-right" x="348" y="186" width="24" height="24" />
- <use xlink:href="#tabler-border-top" x="402" y="186" width="24" height="24" />
- <use xlink:href="#tabler-border-vertical" x="456" y="186" width="24" height="24" />
- <use xlink:href="#tabler-box" x="510" y="186" width="24" height="24" />
- <use xlink:href="#tabler-briefcase" x="564" y="186" width="24" height="24" />
- <use xlink:href="#tabler-bulb-off" x="618" y="186" width="24" height="24" />
- <use xlink:href="#tabler-bulb" x="672" y="186" width="24" height="24" />
- <use xlink:href="#tabler-calendar" x="726" y="186" width="24" height="24" />
- <use xlink:href="#tabler-call-incoming" x="780" y="186" width="24" height="24" />
- <use xlink:href="#tabler-call-outgoing" x="834" y="186" width="24" height="24" />
- <use xlink:href="#tabler-call-pause" x="24" y="240" width="24" height="24" />
- <use xlink:href="#tabler-call" x="78" y="240" width="24" height="24" />
- <use xlink:href="#tabler-camera" x="132" y="240" width="24" height="24" />
- <use xlink:href="#tabler-cash" x="186" y="240" width="24" height="24" />
- <use xlink:href="#tabler-cast" x="240" y="240" width="24" height="24" />
- <use xlink:href="#tabler-chart-area-line" x="294" y="240" width="24" height="24" />
- <use xlink:href="#tabler-chart-area" x="348" y="240" width="24" height="24" />
- <use xlink:href="#tabler-chart-bar" x="402" y="240" width="24" height="24" />
- <use xlink:href="#tabler-chart-candle" x="456" y="240" width="24" height="24" />
- <use xlink:href="#tabler-chart-donut" x="510" y="240" width="24" height="24" />
- <use xlink:href="#tabler-chart-line" x="564" y="240" width="24" height="24" />
- <use xlink:href="#tabler-chart-pie" x="618" y="240" width="24" height="24" />
- <use xlink:href="#tabler-check" x="672" y="240" width="24" height="24" />
- <use xlink:href="#tabler-chevron-down" x="726" y="240" width="24" height="24" />
- <use xlink:href="#tabler-chevron-left" x="780" y="240" width="24" height="24" />
- <use xlink:href="#tabler-chevron-right" x="834" y="240" width="24" height="24" />
- <use xlink:href="#tabler-chevron-up" x="24" y="294" width="24" height="24" />
- <use xlink:href="#tabler-chevrons-down" x="78" y="294" width="24" height="24" />
- <use xlink:href="#tabler-chevrons-left" x="132" y="294" width="24" height="24" />
- <use xlink:href="#tabler-chevrons-right" x="186" y="294" width="24" height="24" />
- <use xlink:href="#tabler-chevrons-up" x="240" y="294" width="24" height="24" />
- <use xlink:href="#tabler-circle-check" x="294" y="294" width="24" height="24" />
- <use xlink:href="#tabler-circle-minus" x="348" y="294" width="24" height="24" />
- <use xlink:href="#tabler-circle-plus" x="402" y="294" width="24" height="24" />
- <use xlink:href="#tabler-circle-x" x="456" y="294" width="24" height="24" />
- <use xlink:href="#tabler-circle" x="510" y="294" width="24" height="24" />
- <use xlink:href="#tabler-clipboard-check" x="564" y="294" width="24" height="24" />
- <use xlink:href="#tabler-clipboard-list" x="618" y="294" width="24" height="24" />
- <use xlink:href="#tabler-clipboard-x" x="672" y="294" width="24" height="24" />
- <use xlink:href="#tabler-clipboard" x="726" y="294" width="24" height="24" />
- <use xlink:href="#tabler-clock" x="780" y="294" width="24" height="24" />
- <use xlink:href="#tabler-cloud-download" x="834" y="294" width="24" height="24" />
- <use xlink:href="#tabler-cloud-rain" x="24" y="348" width="24" height="24" />
- <use xlink:href="#tabler-cloud-snow" x="78" y="348" width="24" height="24" />
- <use xlink:href="#tabler-cloud-storm" x="132" y="348" width="24" height="24" />
- <use xlink:href="#tabler-cloud-upload" x="186" y="348" width="24" height="24" />
- <use xlink:href="#tabler-cloud" x="240" y="348" width="24" height="24" />
- <use xlink:href="#tabler-code" x="294" y="348" width="24" height="24" />
- <use xlink:href="#tabler-command" x="348" y="348" width="24" height="24" />
- <use xlink:href="#tabler-compass" x="402" y="348" width="24" height="24" />
- <use xlink:href="#tabler-copy" x="456" y="348" width="24" height="24" />
- <use xlink:href="#tabler-corner-down-left" x="510" y="348" width="24" height="24" />
- <use xlink:href="#tabler-corner-down-right" x="564" y="348" width="24" height="24" />
- <use xlink:href="#tabler-corner-left-down" x="618" y="348" width="24" height="24" />
- <use xlink:href="#tabler-corner-left-up" x="672" y="348" width="24" height="24" />
- <use xlink:href="#tabler-corner-right-down" x="726" y="348" width="24" height="24" />
- <use xlink:href="#tabler-corner-right-up" x="780" y="348" width="24" height="24" />
- <use xlink:href="#tabler-corner-up-left" x="834" y="348" width="24" height="24" />
- <use xlink:href="#tabler-corner-up-right" x="24" y="402" width="24" height="24" />
- <use xlink:href="#tabler-credit-card" x="78" y="402" width="24" height="24" />
- <use xlink:href="#tabler-cut" x="132" y="402" width="24" height="24" />
- <use xlink:href="#tabler-database" x="186" y="402" width="24" height="24" />
- <use xlink:href="#tabler-device-desktop" x="240" y="402" width="24" height="24" />
- <use xlink:href="#tabler-device-mobile" x="294" y="402" width="24" height="24" />
- <use xlink:href="#tabler-device-tablet" x="348" y="402" width="24" height="24" />
- <use xlink:href="#tabler-directions" x="402" y="402" width="24" height="24" />
- <use xlink:href="#tabler-disabled" x="456" y="402" width="24" height="24" />
- <use xlink:href="#tabler-disc" x="510" y="402" width="24" height="24" />
- <use xlink:href="#tabler-dots-circle-horizontal" x="564" y="402" width="24" height="24" />
- <use xlink:href="#tabler-dots-diagonal-2" x="618" y="402" width="24" height="24" />
- <use xlink:href="#tabler-dots-diagonal" x="672" y="402" width="24" height="24" />
- <use xlink:href="#tabler-dots-vertical" x="726" y="402" width="24" height="24" />
- <use xlink:href="#tabler-dots" x="780" y="402" width="24" height="24" />
- <use xlink:href="#tabler-download" x="834" y="402" width="24" height="24" />
- <use xlink:href="#tabler-droplet" x="24" y="456" width="24" height="24" />
- <use xlink:href="#tabler-edit" x="78" y="456" width="24" height="24" />
- <use xlink:href="#tabler-external-link" x="132" y="456" width="24" height="24" />
- <use xlink:href="#tabler-eye" x="186" y="456" width="24" height="24" />
- <use xlink:href="#tabler-file-check" x="240" y="456" width="24" height="24" />
- <use xlink:href="#tabler-file-download" x="294" y="456" width="24" height="24" />
- <use xlink:href="#tabler-file-minus" x="348" y="456" width="24" height="24" />
- <use xlink:href="#tabler-file-music" x="402" y="456" width="24" height="24" />
- <use xlink:href="#tabler-file-plus" x="456" y="456" width="24" height="24" />
- <use xlink:href="#tabler-file-text" x="510" y="456" width="24" height="24" />
- <use xlink:href="#tabler-file-x" x="564" y="456" width="24" height="24" />
- <use xlink:href="#tabler-file" x="618" y="456" width="24" height="24" />
- <use xlink:href="#tabler-filter" x="672" y="456" width="24" height="24" />
- <use xlink:href="#tabler-flag" x="726" y="456" width="24" height="24" />
- <use xlink:href="#tabler-flip-horizontal" x="780" y="456" width="24" height="24" />
- <use xlink:href="#tabler-flip-vertical" x="834" y="456" width="24" height="24" />
- <use xlink:href="#tabler-floppy-disc" x="24" y="510" width="24" height="24" />
- <use xlink:href="#tabler-folder-minus" x="78" y="510" width="24" height="24" />
- <use xlink:href="#tabler-folder-plus" x="132" y="510" width="24" height="24" />
- <use xlink:href="#tabler-folder-x" x="186" y="510" width="24" height="24" />
- <use xlink:href="#tabler-folder" x="240" y="510" width="24" height="24" />
- <use xlink:href="#tabler-folders" x="294" y="510" width="24" height="24" />
- <use xlink:href="#tabler-frame" x="348" y="510" width="24" height="24" />
- <use xlink:href="#tabler-friends" x="402" y="510" width="24" height="24" />
- <use xlink:href="#tabler-gauge" x="456" y="510" width="24" height="24" />
- <use xlink:href="#tabler-glass-full" x="510" y="510" width="24" height="24" />
- <use xlink:href="#tabler-glass" x="564" y="510" width="24" height="24" />
- <use xlink:href="#tabler-grid-2" x="618" y="510" width="24" height="24" />
- <use xlink:href="#tabler-grid" x="672" y="510" width="24" height="24" />
- <use xlink:href="#tabler-hash" x="726" y="510" width="24" height="24" />
- <use xlink:href="#tabler-headphones" x="780" y="510" width="24" height="24" />
- <use xlink:href="#tabler-heart" x="834" y="510" width="24" height="24" />
- <use xlink:href="#tabler-home" x="24" y="564" width="24" height="24" />
- <use xlink:href="#tabler-ice-cream" x="78" y="564" width="24" height="24" />
- <use xlink:href="#tabler-inbox" x="132" y="564" width="24" height="24" />
- <use xlink:href="#tabler-info-circle" x="186" y="564" width="24" height="24" />
- <use xlink:href="#tabler-info-square" x="240" y="564" width="24" height="24" />
- <use xlink:href="#tabler-key" x="294" y="564" width="24" height="24" />
- <use xlink:href="#tabler-layers-difference" x="348" y="564" width="24" height="24" />
- <use xlink:href="#tabler-layers-intersect" x="402" y="564" width="24" height="24" />
- <use xlink:href="#tabler-layers-subtract" x="456" y="564" width="24" height="24" />
- <use xlink:href="#tabler-layers-union" x="510" y="564" width="24" height="24" />
- <use xlink:href="#tabler-layout-align-bottom" x="564" y="564" width="24" height="24" />
- <use xlink:href="#tabler-layout-align-center" x="618" y="564" width="24" height="24" />
- <use xlink:href="#tabler-layout-align-left" x="672" y="564" width="24" height="24" />
- <use xlink:href="#tabler-layout-align-middle" x="726" y="564" width="24" height="24" />
- <use xlink:href="#tabler-layout-align-right" x="780" y="564" width="24" height="24" />
- <use xlink:href="#tabler-layout-align-top" x="834" y="564" width="24" height="24" />
- <use xlink:href="#tabler-layout-distribute-horizontal" x="24" y="618" width="24" height="24" />
- <use xlink:href="#tabler-layout-distribute-vertical" x="78" y="618" width="24" height="24" />
- <use xlink:href="#tabler-layout" x="132" y="618" width="24" height="24" />
- <use xlink:href="#tabler-lego" x="186" y="618" width="24" height="24" />
- <use xlink:href="#tabler-link" x="240" y="618" width="24" height="24" />
- <use xlink:href="#tabler-location" x="294" y="618" width="24" height="24" />
- <use xlink:href="#tabler-lock-open" x="348" y="618" width="24" height="24" />
- <use xlink:href="#tabler-lock" x="402" y="618" width="24" height="24" />
- <use xlink:href="#tabler-magnet" x="456" y="618" width="24" height="24" />
- <use xlink:href="#tabler-mail-opened" x="510" y="618" width="24" height="24" />
- <use xlink:href="#tabler-mail" x="564" y="618" width="24" height="24" />
- <use xlink:href="#tabler-man" x="618" y="618" width="24" height="24" />
- <use xlink:href="#tabler-map-2" x="672" y="618" width="24" height="24" />
- <use xlink:href="#tabler-map-pin" x="726" y="618" width="24" height="24" />
- <use xlink:href="#tabler-map" x="780" y="618" width="24" height="24" />
- <use xlink:href="#tabler-maximize" x="834" y="618" width="24" height="24" />
- <use xlink:href="#tabler-menu" x="24" y="672" width="24" height="24" />
- <use xlink:href="#tabler-message-2" x="78" y="672" width="24" height="24" />
- <use xlink:href="#tabler-message-circle" x="132" y="672" width="24" height="24" />
- <use xlink:href="#tabler-message-dots" x="186" y="672" width="24" height="24" />
- <use xlink:href="#tabler-message" x="240" y="672" width="24" height="24" />
- <use xlink:href="#tabler-microphone" x="294" y="672" width="24" height="24" />
- <use xlink:href="#tabler-minimize" x="348" y="672" width="24" height="24" />
- <use xlink:href="#tabler-minus" x="402" y="672" width="24" height="24" />
- <use xlink:href="#tabler-mood-confuzed" x="456" y="672" width="24" height="24" />
- <use xlink:href="#tabler-mood-happy" x="510" y="672" width="24" height="24" />
- <use xlink:href="#tabler-mood-neutral" x="564" y="672" width="24" height="24" />
- <use xlink:href="#tabler-mood-sad" x="618" y="672" width="24" height="24" />
- <use xlink:href="#tabler-mood-smile" x="672" y="672" width="24" height="24" />
- <use xlink:href="#tabler-moon" x="726" y="672" width="24" height="24" />
- <use xlink:href="#tabler-mouse" x="780" y="672" width="24" height="24" />
- <use xlink:href="#tabler-movie" x="834" y="672" width="24" height="24" />
- <use xlink:href="#tabler-music" x="24" y="726" width="24" height="24" />
- <use xlink:href="#tabler-news" x="78" y="726" width="24" height="24" />
- <use xlink:href="#tabler-notification" x="132" y="726" width="24" height="24" />
- <use xlink:href="#tabler-paint" x="186" y="726" width="24" height="24" />
- <use xlink:href="#tabler-paperclip" x="240" y="726" width="24" height="24" />
- <use xlink:href="#tabler-parking" x="294" y="726" width="24" height="24" />
- <use xlink:href="#tabler-photo" x="348" y="726" width="24" height="24" />
- <use xlink:href="#tabler-plus" x="402" y="726" width="24" height="24" />
- <use xlink:href="#tabler-point" x="456" y="726" width="24" height="24" />
- <use xlink:href="#tabler-power" x="510" y="726" width="24" height="24" />
- <use xlink:href="#tabler-printer" x="564" y="726" width="24" height="24" />
- <use xlink:href="#tabler-prompt" x="618" y="726" width="24" height="24" />
- <use xlink:href="#tabler-puzzle" x="672" y="726" width="24" height="24" />
- <use xlink:href="#tabler-qrcode" x="726" y="726" width="24" height="24" />
- <use xlink:href="#tabler-refresh" x="780" y="726" width="24" height="24" />
- <use xlink:href="#tabler-route" x="834" y="726" width="24" height="24" />
- <use xlink:href="#tabler-router" x="24" y="780" width="24" height="24" />
- <use xlink:href="#tabler-rss" x="78" y="780" width="24" height="24" />
- <use xlink:href="#tabler-search" x="132" y="780" width="24" height="24" />
- <use xlink:href="#tabler-selector" x="186" y="780" width="24" height="24" />
- <use xlink:href="#tabler-send" x="240" y="780" width="24" height="24" />
- <use xlink:href="#tabler-server" x="294" y="780" width="24" height="24" />
- <use xlink:href="#tabler-settings" x="348" y="780" width="24" height="24" />
- <use xlink:href="#tabler-share" x="402" y="780" width="24" height="24" />
- <use xlink:href="#tabler-shield-check" x="456" y="780" width="24" height="24" />
- <use xlink:href="#tabler-shield" x="510" y="780" width="24" height="24" />
- <use xlink:href="#tabler-shopping-cart" x="564" y="780" width="24" height="24" />
- <use xlink:href="#tabler-sort-ascending" x="618" y="780" width="24" height="24" />
- <use xlink:href="#tabler-sort-descending" x="672" y="780" width="24" height="24" />
- <use xlink:href="#tabler-square-check" x="726" y="780" width="24" height="24" />
- <use xlink:href="#tabler-square-minus" x="780" y="780" width="24" height="24" />
- <use xlink:href="#tabler-square-plus" x="834" y="780" width="24" height="24" />
- <use xlink:href="#tabler-square-x" x="24" y="834" width="24" height="24" />
- <use xlink:href="#tabler-square" x="78" y="834" width="24" height="24" />
- <use xlink:href="#tabler-star" x="132" y="834" width="24" height="24" />
- <use xlink:href="#tabler-sticker" x="186" y="834" width="24" height="24" />
- <use xlink:href="#tabler-sun" x="240" y="834" width="24" height="24" />
- <use xlink:href="#tabler-swich-horizontal" x="294" y="834" width="24" height="24" />
- <use xlink:href="#tabler-switch-vertical" x="348" y="834" width="24" height="24" />
- <use xlink:href="#tabler-switch" x="402" y="834" width="24" height="24" />
- <use xlink:href="#tabler-tag" x="456" y="834" width="24" height="24" />
- <use xlink:href="#tabler-target" x="510" y="834" width="24" height="24" />
- <use xlink:href="#tabler-thumbs-down" x="564" y="834" width="24" height="24" />
- <use xlink:href="#tabler-thumbs-up" x="618" y="834" width="24" height="24" />
- <use xlink:href="#tabler-ticket" x="672" y="834" width="24" height="24" />
- <use xlink:href="#tabler-trash" x="726" y="834" width="24" height="24" />
- <use xlink:href="#tabler-trending-down" x="780" y="834" width="24" height="24" />
- <use xlink:href="#tabler-trending-up" x="834" y="834" width="24" height="24" />
- <use xlink:href="#tabler-triangle" x="24" y="888" width="24" height="24" />
- <use xlink:href="#tabler-trophy" x="78" y="888" width="24" height="24" />
- <use xlink:href="#tabler-unlink" x="132" y="888" width="24" height="24" />
- <use xlink:href="#tabler-upload" x="186" y="888" width="24" height="24" />
- <use xlink:href="#tabler-user-check" x="240" y="888" width="24" height="24" />
- <use xlink:href="#tabler-user-minus" x="294" y="888" width="24" height="24" />
- <use xlink:href="#tabler-user-plus" x="348" y="888" width="24" height="24" />
- <use xlink:href="#tabler-user-x" x="402" y="888" width="24" height="24" />
- <use xlink:href="#tabler-user" x="456" y="888" width="24" height="24" />
- <use xlink:href="#tabler-viewfinder" x="510" y="888" width="24" height="24" />
- <use xlink:href="#tabler-volume-2" x="564" y="888" width="24" height="24" />
- <use xlink:href="#tabler-volume-3" x="618" y="888" width="24" height="24" />
- <use xlink:href="#tabler-volume" x="672" y="888" width="24" height="24" />
- <use xlink:href="#tabler-wifi" x="726" y="888" width="24" height="24" />
- <use xlink:href="#tabler-woman" x="780" y="888" width="24" height="24" />
- <use xlink:href="#tabler-world" x="834" y="888" width="24" height="24" />
- <use xlink:href="#tabler-x" x="24" y="942" width="24" height="24" />
- <use xlink:href="#tabler-zoom-in" x="78" y="942" width="24" height="24" />
- <use xlink:href="#tabler-zoom-out" x="132" y="942" width="24" height="24" />
+ <use xlink:href="#tabler-activity" x="0" y="0" width="24" height="24" />
+ <use xlink:href="#tabler-ajdustments" x="54" y="0" width="24" height="24" />
+ <use xlink:href="#tabler-alert-circle" x="108" y="0" width="24" height="24" />
+ <use xlink:href="#tabler-alert-triangle" x="162" y="0" width="24" height="24" />
+ <use xlink:href="#tabler-align-center" x="216" y="0" width="24" height="24" />
+ <use xlink:href="#tabler-align-justified" x="270" y="0" width="24" height="24" />
+ <use xlink:href="#tabler-align-left" x="324" y="0" width="24" height="24" />
+ <use xlink:href="#tabler-align-right" x="378" y="0" width="24" height="24" />
+ <use xlink:href="#tabler-archive" x="432" y="0" width="24" height="24" />
+ <use xlink:href="#tabler-arrow-down-circle" x="486" y="0" width="24" height="24" />
+ <use xlink:href="#tabler-arrow-down-left-circle" x="540" y="0" width="24" height="24" />
+ <use xlink:href="#tabler-arrow-down-left" x="594" y="0" width="24" height="24" />
+ <use xlink:href="#tabler-arrow-down-right-circle" x="648" y="0" width="24" height="24" />
+ <use xlink:href="#tabler-arrow-down-right" x="702" y="0" width="24" height="24" />
+ <use xlink:href="#tabler-arrow-down" x="756" y="0" width="24" height="24" />
+ <use xlink:href="#tabler-arrow-left-circle" x="810" y="0" width="24" height="24" />
+ <use xlink:href="#tabler-arrow-left" x="0" y="54" width="24" height="24" />
+ <use xlink:href="#tabler-arrow-narrow-down" x="54" y="54" width="24" height="24" />
+ <use xlink:href="#tabler-arrow-narrow-left" x="108" y="54" width="24" height="24" />
+ <use xlink:href="#tabler-arrow-narrow-right" x="162" y="54" width="24" height="24" />
+ <use xlink:href="#tabler-arrow-narrow-up" x="216" y="54" width="24" height="24" />
+ <use xlink:href="#tabler-arrow-right-circle" x="270" y="54" width="24" height="24" />
+ <use xlink:href="#tabler-arrow-right" x="324" y="54" width="24" height="24" />
+ <use xlink:href="#tabler-arrow-up-circle" x="378" y="54" width="24" height="24" />
+ <use xlink:href="#tabler-arrow-up-left-circle" x="432" y="54" width="24" height="24" />
+ <use xlink:href="#tabler-arrow-up-left" x="486" y="54" width="24" height="24" />
+ <use xlink:href="#tabler-arrow-up-right-circle" x="540" y="54" width="24" height="24" />
+ <use xlink:href="#tabler-arrow-up-right" x="594" y="54" width="24" height="24" />
+ <use xlink:href="#tabler-arrow-up" x="648" y="54" width="24" height="24" />
+ <use xlink:href="#tabler-arrows-diagonal-2" x="702" y="54" width="24" height="24" />
+ <use xlink:href="#tabler-arrows-diagonal" x="756" y="54" width="24" height="24" />
+ <use xlink:href="#tabler-arrows-maximize" x="810" y="54" width="24" height="24" />
+ <use xlink:href="#tabler-arrows-minimize" x="0" y="108" width="24" height="24" />
+ <use xlink:href="#tabler-at" x="54" y="108" width="24" height="24" />
+ <use xlink:href="#tabler-ban" x="108" y="108" width="24" height="24" />
+ <use xlink:href="#tabler-battery-1" x="162" y="108" width="24" height="24" />
+ <use xlink:href="#tabler-battery-2" x="216" y="108" width="24" height="24" />
+ <use xlink:href="#tabler-battery-3" x="270" y="108" width="24" height="24" />
+ <use xlink:href="#tabler-battery-4" x="324" y="108" width="24" height="24" />
+ <use xlink:href="#tabler-battery-charging" x="378" y="108" width="24" height="24" />
+ <use xlink:href="#tabler-battery" x="432" y="108" width="24" height="24" />
+ <use xlink:href="#tabler-bell" x="486" y="108" width="24" height="24" />
+ <use xlink:href="#tabler-bike" x="540" y="108" width="24" height="24" />
+ <use xlink:href="#tabler-bluetooth" x="594" y="108" width="24" height="24" />
+ <use xlink:href="#tabler-bolt" x="648" y="108" width="24" height="24" />
+ <use xlink:href="#tabler-book" x="702" y="108" width="24" height="24" />
+ <use xlink:href="#tabler-bookmark" x="756" y="108" width="24" height="24" />
+ <use xlink:href="#tabler-border-all" x="810" y="108" width="24" height="24" />
+ <use xlink:href="#tabler-border-bottom" x="0" y="162" width="24" height="24" />
+ <use xlink:href="#tabler-border-horizontal" x="54" y="162" width="24" height="24" />
+ <use xlink:href="#tabler-border-inner" x="108" y="162" width="24" height="24" />
+ <use xlink:href="#tabler-border-left" x="162" y="162" width="24" height="24" />
+ <use xlink:href="#tabler-border-none" x="216" y="162" width="24" height="24" />
+ <use xlink:href="#tabler-border-outer" x="270" y="162" width="24" height="24" />
+ <use xlink:href="#tabler-border-right" x="324" y="162" width="24" height="24" />
+ <use xlink:href="#tabler-border-top" x="378" y="162" width="24" height="24" />
+ <use xlink:href="#tabler-border-vertical" x="432" y="162" width="24" height="24" />
+ <use xlink:href="#tabler-box" x="486" y="162" width="24" height="24" />
+ <use xlink:href="#tabler-briefcase" x="540" y="162" width="24" height="24" />
+ <use xlink:href="#tabler-bulb-off" x="594" y="162" width="24" height="24" />
+ <use xlink:href="#tabler-bulb" x="648" y="162" width="24" height="24" />
+ <use xlink:href="#tabler-calendar" x="702" y="162" width="24" height="24" />
+ <use xlink:href="#tabler-call-incoming" x="756" y="162" width="24" height="24" />
+ <use xlink:href="#tabler-call-outgoing" x="810" y="162" width="24" height="24" />
+ <use xlink:href="#tabler-call-pause" x="0" y="216" width="24" height="24" />
+ <use xlink:href="#tabler-call" x="54" y="216" width="24" height="24" />
+ <use xlink:href="#tabler-camera" x="108" y="216" width="24" height="24" />
+ <use xlink:href="#tabler-cash" x="162" y="216" width="24" height="24" />
+ <use xlink:href="#tabler-cast" x="216" y="216" width="24" height="24" />
+ <use xlink:href="#tabler-chart-area-line" x="270" y="216" width="24" height="24" />
+ <use xlink:href="#tabler-chart-area" x="324" y="216" width="24" height="24" />
+ <use xlink:href="#tabler-chart-bar" x="378" y="216" width="24" height="24" />
+ <use xlink:href="#tabler-chart-candle" x="432" y="216" width="24" height="24" />
+ <use xlink:href="#tabler-chart-donut" x="486" y="216" width="24" height="24" />
+ <use xlink:href="#tabler-chart-line" x="540" y="216" width="24" height="24" />
+ <use xlink:href="#tabler-chart-pie" x="594" y="216" width="24" height="24" />
+ <use xlink:href="#tabler-check" x="648" y="216" width="24" height="24" />
+ <use xlink:href="#tabler-chevron-down" x="702" y="216" width="24" height="24" />
+ <use xlink:href="#tabler-chevron-left" x="756" y="216" width="24" height="24" />
+ <use xlink:href="#tabler-chevron-right" x="810" y="216" width="24" height="24" />
+ <use xlink:href="#tabler-chevron-up" x="0" y="270" width="24" height="24" />
+ <use xlink:href="#tabler-chevrons-down" x="54" y="270" width="24" height="24" />
+ <use xlink:href="#tabler-chevrons-left" x="108" y="270" width="24" height="24" />
+ <use xlink:href="#tabler-chevrons-right" x="162" y="270" width="24" height="24" />
+ <use xlink:href="#tabler-chevrons-up" x="216" y="270" width="24" height="24" />
+ <use xlink:href="#tabler-circle-check" x="270" y="270" width="24" height="24" />
+ <use xlink:href="#tabler-circle-minus" x="324" y="270" width="24" height="24" />
+ <use xlink:href="#tabler-circle-plus" x="378" y="270" width="24" height="24" />
+ <use xlink:href="#tabler-circle-x" x="432" y="270" width="24" height="24" />
+ <use xlink:href="#tabler-circle" x="486" y="270" width="24" height="24" />
+ <use xlink:href="#tabler-clipboard-check" x="540" y="270" width="24" height="24" />
+ <use xlink:href="#tabler-clipboard-list" x="594" y="270" width="24" height="24" />
+ <use xlink:href="#tabler-clipboard-x" x="648" y="270" width="24" height="24" />
+ <use xlink:href="#tabler-clipboard" x="702" y="270" width="24" height="24" />
+ <use xlink:href="#tabler-clock" x="756" y="270" width="24" height="24" />
+ <use xlink:href="#tabler-cloud-download" x="810" y="270" width="24" height="24" />
+ <use xlink:href="#tabler-cloud-rain" x="0" y="324" width="24" height="24" />
+ <use xlink:href="#tabler-cloud-snow" x="54" y="324" width="24" height="24" />
+ <use xlink:href="#tabler-cloud-storm" x="108" y="324" width="24" height="24" />
+ <use xlink:href="#tabler-cloud-upload" x="162" y="324" width="24" height="24" />
+ <use xlink:href="#tabler-cloud" x="216" y="324" width="24" height="24" />
+ <use xlink:href="#tabler-code" x="270" y="324" width="24" height="24" />
+ <use xlink:href="#tabler-command" x="324" y="324" width="24" height="24" />
+ <use xlink:href="#tabler-compass" x="378" y="324" width="24" height="24" />
+ <use xlink:href="#tabler-copy" x="432" y="324" width="24" height="24" />
+ <use xlink:href="#tabler-corner-down-left" x="486" y="324" width="24" height="24" />
+ <use xlink:href="#tabler-corner-down-right" x="540" y="324" width="24" height="24" />
+ <use xlink:href="#tabler-corner-left-down" x="594" y="324" width="24" height="24" />
+ <use xlink:href="#tabler-corner-left-up" x="648" y="324" width="24" height="24" />
+ <use xlink:href="#tabler-corner-right-down" x="702" y="324" width="24" height="24" />
+ <use xlink:href="#tabler-corner-right-up" x="756" y="324" width="24" height="24" />
+ <use xlink:href="#tabler-corner-up-left" x="810" y="324" width="24" height="24" />
+ <use xlink:href="#tabler-corner-up-right" x="0" y="378" width="24" height="24" />
+ <use xlink:href="#tabler-credit-card" x="54" y="378" width="24" height="24" />
+ <use xlink:href="#tabler-cut" x="108" y="378" width="24" height="24" />
+ <use xlink:href="#tabler-database" x="162" y="378" width="24" height="24" />
+ <use xlink:href="#tabler-device-desktop" x="216" y="378" width="24" height="24" />
+ <use xlink:href="#tabler-device-mobile" x="270" y="378" width="24" height="24" />
+ <use xlink:href="#tabler-device-tablet" x="324" y="378" width="24" height="24" />
+ <use xlink:href="#tabler-directions" x="378" y="378" width="24" height="24" />
+ <use xlink:href="#tabler-disabled" x="432" y="378" width="24" height="24" />
+ <use xlink:href="#tabler-disc" x="486" y="378" width="24" height="24" />
+ <use xlink:href="#tabler-dots-circle-horizontal" x="540" y="378" width="24" height="24" />
+ <use xlink:href="#tabler-dots-diagonal-2" x="594" y="378" width="24" height="24" />
+ <use xlink:href="#tabler-dots-diagonal" x="648" y="378" width="24" height="24" />
+ <use xlink:href="#tabler-dots-vertical" x="702" y="378" width="24" height="24" />
+ <use xlink:href="#tabler-dots" x="756" y="378" width="24" height="24" />
+ <use xlink:href="#tabler-download" x="810" y="378" width="24" height="24" />
+ <use xlink:href="#tabler-droplet" x="0" y="432" width="24" height="24" />
+ <use xlink:href="#tabler-edit" x="54" y="432" width="24" height="24" />
+ <use xlink:href="#tabler-external-link" x="108" y="432" width="24" height="24" />
+ <use xlink:href="#tabler-eye" x="162" y="432" width="24" height="24" />
+ <use xlink:href="#tabler-file-check" x="216" y="432" width="24" height="24" />
+ <use xlink:href="#tabler-file-download" x="270" y="432" width="24" height="24" />
+ <use xlink:href="#tabler-file-minus" x="324" y="432" width="24" height="24" />
+ <use xlink:href="#tabler-file-music" x="378" y="432" width="24" height="24" />
+ <use xlink:href="#tabler-file-plus" x="432" y="432" width="24" height="24" />
+ <use xlink:href="#tabler-file-text" x="486" y="432" width="24" height="24" />
+ <use xlink:href="#tabler-file-x" x="540" y="432" width="24" height="24" />
+ <use xlink:href="#tabler-file" x="594" y="432" width="24" height="24" />
+ <use xlink:href="#tabler-filter" x="648" y="432" width="24" height="24" />
+ <use xlink:href="#tabler-flag" x="702" y="432" width="24" height="24" />
+ <use xlink:href="#tabler-flip-horizontal" x="756" y="432" width="24" height="24" />
+ <use xlink:href="#tabler-flip-vertical" x="810" y="432" width="24" height="24" />
+ <use xlink:href="#tabler-floppy-disc" x="0" y="486" width="24" height="24" />
+ <use xlink:href="#tabler-folder-minus" x="54" y="486" width="24" height="24" />
+ <use xlink:href="#tabler-folder-plus" x="108" y="486" width="24" height="24" />
+ <use xlink:href="#tabler-folder-x" x="162" y="486" width="24" height="24" />
+ <use xlink:href="#tabler-folder" x="216" y="486" width="24" height="24" />
+ <use xlink:href="#tabler-folders" x="270" y="486" width="24" height="24" />
+ <use xlink:href="#tabler-frame" x="324" y="486" width="24" height="24" />
+ <use xlink:href="#tabler-friends" x="378" y="486" width="24" height="24" />
+ <use xlink:href="#tabler-gauge" x="432" y="486" width="24" height="24" />
+ <use xlink:href="#tabler-glass-full" x="486" y="486" width="24" height="24" />
+ <use xlink:href="#tabler-glass" x="540" y="486" width="24" height="24" />
+ <use xlink:href="#tabler-grid-2" x="594" y="486" width="24" height="24" />
+ <use xlink:href="#tabler-grid" x="648" y="486" width="24" height="24" />
+ <use xlink:href="#tabler-hash" x="702" y="486" width="24" height="24" />
+ <use xlink:href="#tabler-headphones" x="756" y="486" width="24" height="24" />
+ <use xlink:href="#tabler-heart" x="810" y="486" width="24" height="24" />
+ <use xlink:href="#tabler-home" x="0" y="540" width="24" height="24" />
+ <use xlink:href="#tabler-ice-cream" x="54" y="540" width="24" height="24" />
+ <use xlink:href="#tabler-inbox" x="108" y="540" width="24" height="24" />
+ <use xlink:href="#tabler-info-circle" x="162" y="540" width="24" height="24" />
+ <use xlink:href="#tabler-info-square" x="216" y="540" width="24" height="24" />
+ <use xlink:href="#tabler-key" x="270" y="540" width="24" height="24" />
+ <use xlink:href="#tabler-layers-difference" x="324" y="540" width="24" height="24" />
+ <use xlink:href="#tabler-layers-intersect" x="378" y="540" width="24" height="24" />
+ <use xlink:href="#tabler-layers-subtract" x="432" y="540" width="24" height="24" />
+ <use xlink:href="#tabler-layers-union" x="486" y="540" width="24" height="24" />
+ <use xlink:href="#tabler-layout-align-bottom" x="540" y="540" width="24" height="24" />
+ <use xlink:href="#tabler-layout-align-center" x="594" y="540" width="24" height="24" />
+ <use xlink:href="#tabler-layout-align-left" x="648" y="540" width="24" height="24" />
+ <use xlink:href="#tabler-layout-align-middle" x="702" y="540" width="24" height="24" />
+ <use xlink:href="#tabler-layout-align-right" x="756" y="540" width="24" height="24" />
+ <use xlink:href="#tabler-layout-align-top" x="810" y="540" width="24" height="24" />
+ <use xlink:href="#tabler-layout-distribute-horizontal" x="0" y="594" width="24" height="24" />
+ <use xlink:href="#tabler-layout-distribute-vertical" x="54" y="594" width="24" height="24" />
+ <use xlink:href="#tabler-layout" x="108" y="594" width="24" height="24" />
+ <use xlink:href="#tabler-lego" x="162" y="594" width="24" height="24" />
+ <use xlink:href="#tabler-link" x="216" y="594" width="24" height="24" />
+ <use xlink:href="#tabler-location" x="270" y="594" width="24" height="24" />
+ <use xlink:href="#tabler-lock-open" x="324" y="594" width="24" height="24" />
+ <use xlink:href="#tabler-lock" x="378" y="594" width="24" height="24" />
+ <use xlink:href="#tabler-magnet" x="432" y="594" width="24" height="24" />
+ <use xlink:href="#tabler-mail-opened" x="486" y="594" width="24" height="24" />
+ <use xlink:href="#tabler-mail" x="540" y="594" width="24" height="24" />
+ <use xlink:href="#tabler-man" x="594" y="594" width="24" height="24" />
+ <use xlink:href="#tabler-map-2" x="648" y="594" width="24" height="24" />
+ <use xlink:href="#tabler-map-pin" x="702" y="594" width="24" height="24" />
+ <use xlink:href="#tabler-map" x="756" y="594" width="24" height="24" />
+ <use xlink:href="#tabler-maximize" x="810" y="594" width="24" height="24" />
+ <use xlink:href="#tabler-menu" x="0" y="648" width="24" height="24" />
+ <use xlink:href="#tabler-message-2" x="54" y="648" width="24" height="24" />
+ <use xlink:href="#tabler-message-circle" x="108" y="648" width="24" height="24" />
+ <use xlink:href="#tabler-message-dots" x="162" y="648" width="24" height="24" />
+ <use xlink:href="#tabler-message" x="216" y="648" width="24" height="24" />
+ <use xlink:href="#tabler-microphone" x="270" y="648" width="24" height="24" />
+ <use xlink:href="#tabler-minimize" x="324" y="648" width="24" height="24" />
+ <use xlink:href="#tabler-minus" x="378" y="648" width="24" height="24" />
+ <use xlink:href="#tabler-mood-confuzed" x="432" y="648" width="24" height="24" />
+ <use xlink:href="#tabler-mood-happy" x="486" y="648" width="24" height="24" />
+ <use xlink:href="#tabler-mood-neutral" x="540" y="648" width="24" height="24" />
+ <use xlink:href="#tabler-mood-sad" x="594" y="648" width="24" height="24" />
+ <use xlink:href="#tabler-mood-smile" x="648" y="648" width="24" height="24" />
+ <use xlink:href="#tabler-moon" x="702" y="648" width="24" height="24" />
+ <use xlink:href="#tabler-mouse" x="756" y="648" width="24" height="24" />
+ <use xlink:href="#tabler-movie" x="810" y="648" width="24" height="24" />
+ <use xlink:href="#tabler-music" x="0" y="702" width="24" height="24" />
+ <use xlink:href="#tabler-news" x="54" y="702" width="24" height="24" />
+ <use xlink:href="#tabler-notification" x="108" y="702" width="24" height="24" />
+ <use xlink:href="#tabler-paint" x="162" y="702" width="24" height="24" />
+ <use xlink:href="#tabler-paperclip" x="216" y="702" width="24" height="24" />
+ <use xlink:href="#tabler-parking" x="270" y="702" width="24" height="24" />
+ <use xlink:href="#tabler-photo" x="324" y="702" width="24" height="24" />
+ <use xlink:href="#tabler-plus" x="378" y="702" width="24" height="24" />
+ <use xlink:href="#tabler-point" x="432" y="702" width="24" height="24" />
+ <use xlink:href="#tabler-power" x="486" y="702" width="24" height="24" />
+ <use xlink:href="#tabler-printer" x="540" y="702" width="24" height="24" />
+ <use xlink:href="#tabler-prompt" x="594" y="702" width="24" height="24" />
+ <use xlink:href="#tabler-puzzle" x="648" y="702" width="24" height="24" />
+ <use xlink:href="#tabler-qrcode" x="702" y="702" width="24" height="24" />
+ <use xlink:href="#tabler-refresh" x="756" y="702" width="24" height="24" />
+ <use xlink:href="#tabler-route" x="810" y="702" width="24" height="24" />
+ <use xlink:href="#tabler-router" x="0" y="756" width="24" height="24" />
+ <use xlink:href="#tabler-rss" x="54" y="756" width="24" height="24" />
+ <use xlink:href="#tabler-search" x="108" y="756" width="24" height="24" />
+ <use xlink:href="#tabler-selector" x="162" y="756" width="24" height="24" />
+ <use xlink:href="#tabler-send" x="216" y="756" width="24" height="24" />
+ <use xlink:href="#tabler-server" x="270" y="756" width="24" height="24" />
+ <use xlink:href="#tabler-settings" x="324" y="756" width="24" height="24" />
+ <use xlink:href="#tabler-share" x="378" y="756" width="24" height="24" />
+ <use xlink:href="#tabler-shield-check" x="432" y="756" width="24" height="24" />
+ <use xlink:href="#tabler-shield" x="486" y="756" width="24" height="24" />
+ <use xlink:href="#tabler-shopping-cart" x="540" y="756" width="24" height="24" />
+ <use xlink:href="#tabler-sort-ascending" x="594" y="756" width="24" height="24" />
+ <use xlink:href="#tabler-sort-descending" x="648" y="756" width="24" height="24" />
+ <use xlink:href="#tabler-square-check" x="702" y="756" width="24" height="24" />
+ <use xlink:href="#tabler-square-minus" x="756" y="756" width="24" height="24" />
+ <use xlink:href="#tabler-square-plus" x="810" y="756" width="24" height="24" />
+ <use xlink:href="#tabler-square-x" x="0" y="810" width="24" height="24" />
+ <use xlink:href="#tabler-square" x="54" y="810" width="24" height="24" />
+ <use xlink:href="#tabler-star" x="108" y="810" width="24" height="24" />
+ <use xlink:href="#tabler-sticker" x="162" y="810" width="24" height="24" />
+ <use xlink:href="#tabler-sun" x="216" y="810" width="24" height="24" />
+ <use xlink:href="#tabler-swich-horizontal" x="270" y="810" width="24" height="24" />
+ <use xlink:href="#tabler-switch-vertical" x="324" y="810" width="24" height="24" />
+ <use xlink:href="#tabler-switch" x="378" y="810" width="24" height="24" />
+ <use xlink:href="#tabler-tag" x="432" y="810" width="24" height="24" />
+ <use xlink:href="#tabler-target" x="486" y="810" width="24" height="24" />
+ <use xlink:href="#tabler-thumbs-down" x="540" y="810" width="24" height="24" />
+ <use xlink:href="#tabler-thumbs-up" x="594" y="810" width="24" height="24" />
+ <use xlink:href="#tabler-ticket" x="648" y="810" width="24" height="24" />
+ <use xlink:href="#tabler-trash" x="702" y="810" width="24" height="24" />
+ <use xlink:href="#tabler-trending-down" x="756" y="810" width="24" height="24" />
+ <use xlink:href="#tabler-trending-up" x="810" y="810" width="24" height="24" />
+ <use xlink:href="#tabler-triangle" x="0" y="864" width="24" height="24" />
+ <use xlink:href="#tabler-trophy" x="54" y="864" width="24" height="24" />
+ <use xlink:href="#tabler-unlink" x="108" y="864" width="24" height="24" />
+ <use xlink:href="#tabler-upload" x="162" y="864" width="24" height="24" />
+ <use xlink:href="#tabler-user-check" x="216" y="864" width="24" height="24" />
+ <use xlink:href="#tabler-user-minus" x="270" y="864" width="24" height="24" />
+ <use xlink:href="#tabler-user-plus" x="324" y="864" width="24" height="24" />
+ <use xlink:href="#tabler-user-x" x="378" y="864" width="24" height="24" />
+ <use xlink:href="#tabler-user" x="432" y="864" width="24" height="24" />
+ <use xlink:href="#tabler-viewfinder" x="486" y="864" width="24" height="24" />
+ <use xlink:href="#tabler-volume-2" x="540" y="864" width="24" height="24" />
+ <use xlink:href="#tabler-volume-3" x="594" y="864" width="24" height="24" />
+ <use xlink:href="#tabler-volume" x="648" y="864" width="24" height="24" />
+ <use xlink:href="#tabler-wifi" x="702" y="864" width="24" height="24" />
+ <use xlink:href="#tabler-woman" x="756" y="864" width="24" height="24" />
+ <use xlink:href="#tabler-world" x="810" y="864" width="24" height="24" />
+ <use xlink:href="#tabler-x" x="0" y="918" width="24" height="24" />
+ <use xlink:href="#tabler-zoom-in" x="54" y="918" width="24" height="24" />
+ <use xlink:href="#tabler-zoom-out" x="108" y="918" width="24" height="24" />
</svg> \ No newline at end of file