Browse Source

Release 1.21.0

codecalm 4 years ago
parent
commit
98f489e283

BIN
.github/icons.png


File diff suppressed because it is too large
+ 734 - 722
.github/icons.svg


BIN
.github/tabler-icons-1.21.0.png


+ 22 - 0
.github/tabler-icons-1.21.0.svg

@@ -0,0 +1,22 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 322 72" width="322" height="72" style="color: #354052"><rect x="0" y="0" width="322" height="72" fill="#fff"></rect>
+	<symbol id="brand-discord" class="icon icon-tabler icon-tabler-brand-discord" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="9" cy="12" r="1" /><circle cx="15" cy="12" r="1" /><path d="M7.5 7.5c3.5-1 5.5-1 9 0" /><path d="M7 16.5c3.5 1 6.5 1 10 0" /><path d="M15.5 17c0 1 1.5 3 2 3 1.5 0 2.833-1.667 3.5-3 .667-1.667.5-5.833-1.5-11.5C18.043 4.485 16.528 4.16 15 4l-1 2.5" /><path d="M8.5 17c0 1-1.356 3-1.832 3-1.429 0-2.698-1.667-3.333-3-.635-1.667-.476-5.833 1.428-11.5C6.151 4.485 7.545 4.16 9 4l1 2.5" />
+</symbol>
+	<symbol id="circle-square" class="icon icon-tabler icon-tabler-circle-square" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="9.5" cy="9.5" r="6.5" /><rect x="10" y="10" width="11" height="11" rx="2" />
+</symbol>
+	<symbol id="circles" class="icon icon-tabler icon-tabler-circles" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="12" cy="7" r="4" /><circle cx="6.5" cy="17" r="4" /><circle cx="17.5" cy="17" r="4" />
+</symbol>
+	<symbol id="moon-2" class="icon icon-tabler icon-tabler-moon-2" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M16.418 4.157a8 8 0 0 0 0 15.686" /><circle cx="12" cy="12" r="9" />
+</symbol>
+	<symbol id="moon-stars" class="icon icon-tabler icon-tabler-moon-stars" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 3 c 0.132 0 0.263 0.003 0.393 0.008 a7.5 7.5 0 0 0 7.92 12.446 a9 9 0 1 1 -8.313 -12.454 z" /><path d="M17 4a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2" /><path d="M19 11h2m-1 -1v2" />
+</symbol>
+	<symbol id="triangle-square-circle" class="icon icon-tabler icon-tabler-triangle-square-circle" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 3l-4 7h8z" /><circle cx="17" cy="17" r="3" /><rect x="4" y="14" width="6" height="6" rx="1" />
+</symbol>
+
+	<use xlink:href="#brand-discord" x="24" y="24" width="24" height="24" />
+	<use xlink:href="#circle-square" x="74" y="24" width="24" height="24" />
+	<use xlink:href="#circles" x="124" y="24" width="24" height="24" />
+	<use xlink:href="#moon-2" x="174" y="24" width="24" height="24" />
+	<use xlink:href="#moon-stars" x="224" y="24" width="24" height="24" />
+	<use xlink:href="#triangle-square-circle" x="274" y="24" width="24" height="24" />
+
+</svg>

File diff suppressed because it is too large
+ 0 - 0
iconfont-unicode.json


BIN
iconfont/fonts/tabler-icons.eot


BIN
iconfont/fonts/tabler-icons.ttf


BIN
iconfont/fonts/tabler-icons.woff


BIN
iconfont/fonts/tabler-icons.woff2


+ 25 - 1
iconfont/tabler-icons.css

@@ -1,6 +1,6 @@
 @charset "UTF-8";
 /*!
- * Tabler Icons 1.20.0 by tabler - https://tabler.io
+ * Tabler Icons 1.21.0 by tabler - https://tabler.io
  * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
  */
 @font-face {
@@ -480,6 +480,10 @@
   content: "";
 }
 
+.ti-brand-discord:before {
+  content: "";
+}
+
 .ti-brand-dribbble:before {
   content: "";
 }
@@ -844,10 +848,18 @@
   content: "";
 }
 
+.ti-circle-square:before {
+  content: "";
+}
+
 .ti-circle-x:before {
   content: "";
 }
 
+.ti-circles:before {
+  content: "";
+}
+
 .ti-clear-formatting:before {
   content: "";
 }
@@ -1960,6 +1972,14 @@
   content: "";
 }
 
+.ti-moon-2:before {
+  content: "";
+}
+
+.ti-moon-stars:before {
+  content: "";
+}
+
 .ti-moped:before {
   content: "";
 }
@@ -2668,6 +2688,10 @@
   content: "";
 }
 
+.ti-triangle-square-circle:before {
+  content: "";
+}
+
 .ti-trident:before {
   content: "";
 }

Some files were not shown because too many files changed in this diff