@@ -308,20 +299,17 @@ class FlowItem extends PureComponent {
{info.is_reported && R }
{!!do_delete && !!info.can_del && (
{
do_delete('pid', info.pid);
}}
- >
- {' '}
- 🗑️{' '}
-
+ />
)}
{!!do_block && (
-
- {' '}
- 🚫{' '}
-
+
)}
{info.dangerous_user && (
{info.dangerous_user}
@@ -346,7 +334,7 @@ class FlowItem extends PureComponent {
)}
- {info.allow_search && 📢 }
+ {!!info.allow_search && }
{!!info.hot_score && (
@@ -573,6 +561,7 @@ class FlowSidebar extends PureComponent {
report(event, text = '') {
console.log(text);
let reason = prompt(`举报 #${this.state.info.pid} 的理由:`, text);
+ if (!reason) return;
let should_hide = window.confirm('是否认为此洞应该被删除或隐藏?');
if (reason !== null) {
API.report(this.state.info.pid, reason, should_hide, this.props.token)
@@ -773,7 +762,7 @@ class FlowSidebar extends PureComponent {
this.toggle_notification()}>
-
+
diff --git a/src/UserAction.js b/src/UserAction.js
index bb46752..9ca271a 100644
--- a/src/UserAction.js
+++ b/src/UserAction.js
@@ -87,6 +87,7 @@ export function InfoSidebar(props) {
协议在{' '}
+
Gitea
{' '}
开源。
@@ -126,6 +127,7 @@ export function InfoSidebar(props) {
协议在{' '}
+
Gitea
{' '}
开源。
@@ -850,6 +852,7 @@ export class PostForm extends Component {
this.setState({ has_poll: !has_poll });
}}
>
+
{has_poll ? '取消' : '添加'}投票
diff --git a/src/fonts_7/icomoon.css b/src/fonts_7/icomoon.css
deleted file mode 100644
index 70d7e3e..0000000
--- a/src/fonts_7/icomoon.css
+++ /dev/null
@@ -1,109 +0,0 @@
-@font-face {
- font-family: 'icomoon';
- src: url('icomoon.ttf?8qh3rt') format('truetype'),
- url('icomoon.woff?8qh3rt') format('woff'),
- url('icomoon.svg?8qh3rt#icomoon') format('svg');
- font-weight: normal;
- font-style: normal;
- font-display: block;
-}
-
-.icon {
- /* use !important to prevent issues with browser extensions that change fonts */
- /*noinspection CssNoGenericFontName*/
- font-family: 'icomoon' !important;
- speak: none;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- line-height: 1;
- vertical-align: -0.0625em;
-
- /* Better Font Rendering =========== */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
-}
-
-.icon-send:before {
- content: '\e900';
-}
-.icon-textfile:before {
- content: '\e926';
-}
-.icon-history:before {
- content: '\e94d';
-}
-.icon-reply:before {
- content: '\e96b';
-}
-.icon-quote:before {
- content: '\e977';
-}
-.icon-loading:before {
- content: '\e979';
-}
-.icon-login:before {
- content: '\e98d';
-}
-.icon-settings:before {
- content: '\e994';
-}
-.icon-stats:before {
- content: '\e99b';
-}
-.icon-locate:before {
- content: '\e9b3';
-}
-.icon-upload:before {
- content: '\e9c3';
-}
-.icon-flag:before {
- content: '\e9cc';
-}
-.icon-attention:before {
- content: '\e9d3';
-}
-.icon-star:before {
- content: '\e9d7';
-}
-.icon-star-ok:before {
- content: '\e9d9';
-}
-.icon-plus:before {
- content: '\ea0a';
-}
-.icon-about:before {
- content: '\ea0c';
-}
-.icon-close:before {
- content: '\ea0d';
-}
-.icon-logout:before {
- content: '\ea14';
-}
-.icon-refresh:before {
- content: '\ea2e';
-}
-.icon-forward:before {
- content: '\ea42';
-}
-.icon-back:before {
- content: '\ea44';
-}
-.icon-order-rev:before {
- content: '\ea46';
- font-size: 1.2em;
-}
-.icon-github:before {
- content: '\eab0';
-}
-.icon-new-tab:before {
- content: '\ea7e';
-}
-.icon-eye:before {
- content: '\e9ce';
-}
-.icon-eye-blocked:before {
- content: '\e9d1';
-}
diff --git a/src/fonts_7/icomoon.ttf b/src/fonts_7/icomoon.ttf
deleted file mode 100644
index 8f3d30b..0000000
Binary files a/src/fonts_7/icomoon.ttf and /dev/null differ
diff --git a/src/fonts_7/icomoon.woff b/src/fonts_7/icomoon.woff
deleted file mode 100644
index acc1782..0000000
Binary files a/src/fonts_7/icomoon.woff and /dev/null differ
diff --git a/src/icomoon/Read Me.txt b/src/icomoon/Read Me.txt
new file mode 100644
index 0000000..8491652
--- /dev/null
+++ b/src/icomoon/Read Me.txt
@@ -0,0 +1,7 @@
+Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
+
+To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts
+
+You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
+
+You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection.
diff --git a/src/icomoon/demo-files/demo.css b/src/icomoon/demo-files/demo.css
new file mode 100644
index 0000000..39d80b8
--- /dev/null
+++ b/src/icomoon/demo-files/demo.css
@@ -0,0 +1,161 @@
+body {
+ padding: 0;
+ margin: 0;
+ font-family: sans-serif;
+ font-size: 1em;
+ line-height: 1.5;
+ color: #555;
+ background: #fff;
+}
+h1 {
+ font-size: 1.5em;
+ font-weight: normal;
+}
+small {
+ font-size: .66666667em;
+}
+a {
+ color: #e74c3c;
+ text-decoration: none;
+}
+a:hover, a:focus {
+ box-shadow: 0 1px #e74c3c;
+}
+.bshadow0, input {
+ box-shadow: inset 0 -2px #e7e7e7;
+}
+input:hover {
+ box-shadow: inset 0 -2px #ccc;
+}
+input, fieldset {
+ font-family: sans-serif;
+ font-size: 1em;
+ margin: 0;
+ padding: 0;
+ border: 0;
+}
+input {
+ color: inherit;
+ line-height: 1.5;
+ height: 1.5em;
+ padding: .25em 0;
+}
+input:focus {
+ outline: none;
+ box-shadow: inset 0 -2px #449fdb;
+}
+.glyph {
+ font-size: 16px;
+ width: 15em;
+ padding-bottom: 1em;
+ margin-right: 4em;
+ margin-bottom: 1em;
+ float: left;
+ overflow: hidden;
+}
+.liga {
+ width: 80%;
+ width: calc(100% - 2.5em);
+}
+.talign-right {
+ text-align: right;
+}
+.talign-center {
+ text-align: center;
+}
+.bgc1 {
+ background: #f1f1f1;
+}
+.fgc1 {
+ color: #999;
+}
+.fgc0 {
+ color: #000;
+}
+p {
+ margin-top: 1em;
+ margin-bottom: 1em;
+}
+.mvm {
+ margin-top: .75em;
+ margin-bottom: .75em;
+}
+.mtn {
+ margin-top: 0;
+}
+.mtl, .mal {
+ margin-top: 1.5em;
+}
+.mbl, .mal {
+ margin-bottom: 1.5em;
+}
+.mal, .mhl {
+ margin-left: 1.5em;
+ margin-right: 1.5em;
+}
+.mhmm {
+ margin-left: 1em;
+ margin-right: 1em;
+}
+.mls {
+ margin-left: .25em;
+}
+.ptl {
+ padding-top: 1.5em;
+}
+.pbs, .pvs {
+ padding-bottom: .25em;
+}
+.pvs, .pts {
+ padding-top: .25em;
+}
+.unit {
+ float: left;
+}
+.unitRight {
+ float: right;
+}
+.size1of2 {
+ width: 50%;
+}
+.size1of1 {
+ width: 100%;
+}
+.clearfix:before, .clearfix:after {
+ content: " ";
+ display: table;
+}
+.clearfix:after {
+ clear: both;
+}
+.hidden-true {
+ display: none;
+}
+.textbox0 {
+ width: 3em;
+ background: #f1f1f1;
+ padding: .25em .5em;
+ line-height: 1.5;
+ height: 1.5em;
+}
+#testDrive {
+ display: block;
+ padding-top: 24px;
+ line-height: 1.5;
+}
+.fs0 {
+ font-size: 16px;
+}
+.fs1 {
+ font-size: 24px;
+}
+.fs2 {
+ font-size: 28px;
+}
+.fs3 {
+ font-size: 32px;
+}
+.fs4 {
+ font-size: 32px;
+}
+
diff --git a/src/icomoon/demo-files/demo.js b/src/icomoon/demo-files/demo.js
new file mode 100644
index 0000000..6f45f1c
--- /dev/null
+++ b/src/icomoon/demo-files/demo.js
@@ -0,0 +1,30 @@
+if (!('boxShadow' in document.body.style)) {
+ document.body.setAttribute('class', 'noBoxShadow');
+}
+
+document.body.addEventListener("click", function(e) {
+ var target = e.target;
+ if (target.tagName === "INPUT" &&
+ target.getAttribute('class').indexOf('liga') === -1) {
+ target.select();
+ }
+});
+
+(function() {
+ var fontSize = document.getElementById('fontSize'),
+ testDrive = document.getElementById('testDrive'),
+ testText = document.getElementById('testText');
+ function updateTest() {
+ testDrive.innerHTML = testText.value || String.fromCharCode(160);
+ if (window.icomoonLiga) {
+ window.icomoonLiga(testDrive);
+ }
+ }
+ function updateSize() {
+ testDrive.style.fontSize = fontSize.value + 'px';
+ }
+ fontSize.addEventListener('change', updateSize, false);
+ testText.addEventListener('input', updateTest, false);
+ testText.addEventListener('change', updateTest, false);
+ updateSize();
+}());
diff --git a/src/icomoon/demo.html b/src/icomoon/demo.html
new file mode 100644
index 0000000..272e5a5
--- /dev/null
+++ b/src/icomoon/demo.html
@@ -0,0 +1,467 @@
+
+
+
+
+ IcoMoon Demo
+
+
+
+
+
+
+ Font Name: icomoon (Glyphs: 30)
+
+
+ Grid Size: 24
+
+
+
+ icon-vote
+
+
+
+
+
+
+ Grid Size: 14
+
+
+
+ icon-thumbs-o-down
+
+
+
+
+
+
+
+ icon-thumbs-down
+
+
+
+
+
+
+
+ icon-send
+
+
+
+
+
+
+ Grid Size: Unknown
+
+
+
+ icon-gitea
+
+
+
+
+
+
+ Grid Size: 16
+
+
+
+ icon-textfile
+
+
+
+
+
+
+
+ icon-bell
+
+
+
+
+
+
+
+ icon-comment
+
+
+
+
+
+
+
+ icon-quote
+
+
+
+
+
+
+
+ icon-loading
+
+
+
+
+
+
+
+ icon-login
+
+
+
+
+
+
+
+ icon-lock
+
+
+
+
+
+
+
+ icon-settings
+
+
+
+
+
+
+
+ icon-delete
+
+
+
+
+
+
+
+ icon-locate
+
+
+
+
+
+
+
+ icon-flag
+
+
+
+
+
+
+
+ icon-eye
+
+
+
+
+
+
+
+ icon-eye-blocked
+
+
+
+
+
+
+
+ icon-attention
+
+
+
+
+
+
+
+ icon-star
+
+
+
+
+
+
+
+ icon-star-ok
+
+
+
+
+
+
+
+ icon-plus
+
+
+
+
+
+
+
+ icon-about
+
+
+
+
+
+
+
+ icon-close
+
+
+
+
+
+
+
+ icon-block
+
+
+
+
+
+
+
+ icon-logout
+
+
+
+
+
+
+
+ icon-refresh
+
+
+
+
+
+
+
+ icon-back
+
+
+
+
+
+
+
+ icon-order-rev
+
+
+
+
+
+
+
+ icon-new-tab
+
+
+
+
+
+
+
+
+ Font Test Drive
+
+
+
+
+
+
+
+ Generated by IcoMoon
+
+
+
+
+
diff --git a/src/icomoon/fonts/icomoon.eot b/src/icomoon/fonts/icomoon.eot
new file mode 100644
index 0000000..08b19f1
Binary files /dev/null and b/src/icomoon/fonts/icomoon.eot differ
diff --git a/src/fonts_7/icomoon.svg b/src/icomoon/fonts/icomoon.svg
similarity index 54%
rename from src/fonts_7/icomoon.svg
rename to src/icomoon/fonts/icomoon.svg
index 955854e..fb4f4c9 100644
--- a/src/fonts_7/icomoon.svg
+++ b/src/icomoon/fonts/icomoon.svg
@@ -7,17 +7,21 @@
-
+
+
+
+
+
-
-
+
+
+
-
+
-
@@ -27,11 +31,10 @@
+
-
-
+
-
\ No newline at end of file
diff --git a/src/icomoon/fonts/icomoon.ttf b/src/icomoon/fonts/icomoon.ttf
new file mode 100644
index 0000000..d7b5d15
Binary files /dev/null and b/src/icomoon/fonts/icomoon.ttf differ
diff --git a/src/icomoon/fonts/icomoon.woff b/src/icomoon/fonts/icomoon.woff
new file mode 100644
index 0000000..67c471d
Binary files /dev/null and b/src/icomoon/fonts/icomoon.woff differ
diff --git a/src/icomoon/selection.json b/src/icomoon/selection.json
new file mode 100644
index 0000000..21017fd
--- /dev/null
+++ b/src/icomoon/selection.json
@@ -0,0 +1 @@
+{"IcoMoonType":"selection","icons":[{"icon":{"paths":["M544 98q12-12 30-12 22 0 30 12l212 212q12 12 12 30t-12 30l-272 270q-12 12-30 12t-30-12l-212-210q-12-12-12-30t12-30zM726 340l-152-152-210 212 150 150zM768 554l128 128v172q0 36-25 60t-61 24h-598q-34 0-59-25t-25-59v-172l128-128h36l84 86h-86l-76 86h596l-74-86h-82l84-86h30z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["how_to_vote"],"grid":24},"attrs":[{}],"properties":{"order":1,"id":1,"prevSize":24,"code":59651,"name":"vote"},"setIdx":0,"setId":4,"iconIdx":0},{"icon":{"paths":["M146.286 256c0-20-16.571-36.571-36.571-36.571s-36.571 16.571-36.571 36.571 16.571 36.571 36.571 36.571 36.571-16.571 36.571-36.571zM804.571 585.143c0-21.143-16-72.571-42.857-73.143 12-13.714 20-40.571 20-58.857 0-26.857-10.857-49.714-30.286-68 6.857-12 10.286-25.714 10.286-39.429 0-26.286-13.143-58.857-37.143-72 1.714-10.286 2.857-21.143 2.857-32 0-66.857-42.286-95.429-105.714-95.429h-73.143c-67.429 0-132.571 20-195.429 41.714-30.857 10.857-83.429 31.429-115.429 31.429h-18.286v365.714h18.286c45.143 0 113.143 97.714 138.857 130.857 14.286 17.714 28 35.429 44 52 55.429 58.286 36.571 145.714 73.143 182.857 78.286 0 91.429-42.857 91.429-109.714 0-67.429-54.857-116-54.857-182.857h201.143c38.286 0 73.143-34.286 73.143-73.143zM877.714 585.714c0 78.857-67.429 145.714-146.286 145.714h-100.571c17.143 35.429 27.429 69.714 27.429 109.714 0 37.714-2.286 72-20 106.286-28 55.429-85.143 76.571-144.571 76.571-19.429 0-37.714-8-51.429-21.143-57.143-56-39.429-146.286-73.143-183.429-21.714-22.857-41.714-47.429-61.143-72.571-17.143-22.286-56-73.714-78.286-88.571h-156.571c-40.571 0-73.143-32.571-73.143-73.143v-365.714c0-40.571 32.571-73.143 73.143-73.143h164.571c16 0 62.286-17.143 78.857-22.857 82.286-28.571 153.714-50.286 241.714-50.286h64c104 0 178.857 61.714 178.286 168.571v2.857c22.286 28.571 34.286 65.143 34.286 101.714 0 8-0.571 16.571-1.714 24.571 14.286 25.143 21.714 53.714 21.714 82.286 0 13.143-1.714 26.857-5.143 39.429 18.286 27.429 28 60 28 93.143z"],"attrs":[{}],"width":878,"isMulticolor":false,"isMulticolor2":false,"tags":["thumbs-o-down"],"grid":14},"attrs":[{}],"properties":{"order":1,"id":2,"prevSize":28,"code":59650,"name":"thumbs-o-down"},"setIdx":1,"setId":3,"iconIdx":0},{"icon":{"paths":["M146.286 329.143c0 20-16.571 36.571-36.571 36.571-20.571 0-36.571-16.571-36.571-36.571 0-20.571 16-36.571 36.571-36.571 20 0 36.571 16 36.571 36.571zM237.714 621.714v-365.714c0-20-16.571-36.571-36.571-36.571h-164.571c-20 0-36.571 16.571-36.571 36.571v365.714c0 20 16.571 36.571 36.571 36.571h164.571c20 0 36.571-16.571 36.571-36.571zM882.857 536.571c19.429 21.714 31.429 54.857 31.429 85.143-0.571 59.429-50.286 109.714-109.714 109.714h-158.286c4.571 18.286 10.286 24 16.571 36.571 14.857 29.714 32 62.857 32 109.714 0 44 0 146.286-128 146.286-9.714 0-18.857-4-25.714-10.857-24.571-24-31.429-59.429-37.714-93.143-6.857-33.143-13.143-67.429-35.429-89.714-17.714-17.714-37.143-42.286-57.714-68.571-25.143-33.143-80-101.143-101.143-102.857-18.857-1.714-34.857-17.714-34.857-36.571v-366.286c0-20 17.143-36 36.571-36.571 20-0.571 54.286-12.571 90.286-25.143 61.714-21.143 138.857-48 220.571-48h73.714c50.286 0.571 88 15.429 112.571 44.571 21.714 25.714 31.429 60.571 28 103.429 14.286 13.714 25.143 32.571 30.857 53.714 6.286 22.857 6.286 45.714 0 66.857 17.143 22.857 25.714 49.714 24.571 78.286 0 8-2.286 25.143-8.571 43.429z"],"attrs":[{}],"width":914,"isMulticolor":false,"isMulticolor2":false,"tags":["thumbs-down"],"grid":14},"attrs":[{}],"properties":{"order":2,"id":1,"prevSize":28,"code":59652,"name":"thumbs-down"},"setIdx":1,"setId":3,"iconIdx":1},{"icon":{"paths":["M1008 6.286c12 8.571 17.714 22.286 15.429 36.571l-146.286 877.714c-1.714 10.857-8.571 20-18.286 25.714-5.143 2.857-11.429 4.571-17.714 4.571-4.571 0-9.143-1.143-13.714-2.857l-258.857-105.714-138.286 168.571c-6.857 8.571-17.143 13.143-28 13.143-4 0-8.571-0.571-12.571-2.286-14.286-5.143-24-18.857-24-34.286v-199.429l493.714-605.143-610.857 528.571-225.714-92.571c-13.143-5.143-21.714-17.143-22.857-31.429-0.571-13.714 6.286-26.857 18.286-33.714l950.857-548.571c5.714-3.429 12-5.143 18.286-5.143 7.429 0 14.857 2.286 20.571 6.286z"],"attrs":[{}],"width":1025,"isMulticolor":false,"isMulticolor2":false,"tags":["paper-plane","send"],"grid":14},"attrs":[{}],"properties":{"order":13,"id":0,"name":"send","prevSize":28,"code":59649},"setIdx":1,"setId":3,"iconIdx":2},{"icon":{"paths":["M178.603 231.296c-78.72-0.171-184.149 49.877-178.347 175.36 9.088 196.011 209.92 214.187 290.176 215.765 8.789 36.779 103.253 163.584 173.184 170.24h306.347c183.723-12.203 321.28-555.605 219.307-557.653-168.661 7.936-268.629 11.947-354.347 12.629v169.6l-26.709-11.819-0.171-157.696c-98.389-0.043-185.003-4.608-349.397-12.715-20.565-0.128-49.237-3.627-80.043-3.712zM189.739 300.629h9.387c11.179 100.48 29.355 159.232 66.133 249.003-93.867-11.093-173.739-38.357-188.416-140.16-7.595-52.693 18.005-107.691 112.896-108.843zM554.837 399.403c6.4 0.085 12.928 1.28 19.072 4.096l31.957 13.781-22.912 41.771c-0.064 0-0.139-0.001-0.215-0.001-3.617 0-7.078 0.595-10.264 1.681l0.196-0.059c-11.157 3.637-18.974 12.993-18.974 23.971 0 3.094 0.621 6.060 1.758 8.803l-0.064-0.177c1.191 2.848 2.807 5.307 4.817 7.467l-0.039-0.043-39.509 71.936c-3.422 0.067-6.667 0.656-9.668 1.68l0.196-0.059c-11.157 3.637-18.974 12.993-18.974 23.971 0 3.094 0.621 6.060 1.758 8.803l-0.064-0.177c4.092 9.916 14.625 16.865 26.985 16.865 3.482 0 6.819-0.551 9.907-1.561l-0.199 0.057c11.146-3.643 18.952-12.993 18.952-23.964 0-3.113-0.629-6.095-1.779-8.853l0.064 0.176c-1.523-3.672-3.821-6.806-6.74-9.385l-0.001-0.001 38.485-70.059c0.914 0.092 1.974 0.144 3.048 0.144 3.387 0 6.637-0.522 9.654-1.48l-0.2 0.055c3.503-1.151 6.52-2.771 9.12-4.803l-0.032 0.024c14.848 6.229 27.008 11.307 35.755 15.616 13.141 6.485 17.792 10.795 19.2 15.573 1.408 4.693-0.128 13.739-7.552 29.611-5.547 11.819-14.72 28.587-25.557 48.341-0.186-0.004-0.405-0.006-0.625-0.006-3.623 0-7.089 0.597-10.28 1.686l0.196-0.059c-11.157 3.637-18.974 12.993-18.974 23.971 0 3.094 0.621 6.060 1.758 8.803l-0.064-0.177c4.092 9.916 14.625 16.865 26.985 16.865 3.482 0 6.819-0.551 9.907-1.561l-0.199 0.057c11.138-3.647 18.937-12.993 18.937-23.959 0-3.099-0.623-6.068-1.763-8.815l0.064 0.177c-1.366-3.338-3.352-6.205-5.864-8.637l0.019 0.019c10.709-19.541 19.925-36.352 25.856-48.981 8.021-17.152 12.203-29.909 8.533-42.24s-14.933-20.352-29.867-27.733c-9.813-4.821-22.059-9.941-36.693-16.085 0.037-0.481 0.057-1.043 0.057-1.61 0-3.080-0.615-6.032-1.742-8.765l0.064 0.177c-1.427-3.466-3.531-6.437-6.198-8.928l0.011 0.011 22.528-41.088 124.757 53.888c22.528 9.771 31.829 33.707 20.907 53.76l-85.76 157.013c-10.965 20.011-37.888 28.288-60.416 18.56l-176.512-76.288c-22.528-9.728-31.872-33.707-20.907-53.76l85.76-156.971c7.509-13.781 22.613-21.973 38.613-22.613z"],"attrs":[{"fill":"rgb(96, 153, 38)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["gitea"],"grid":0},"attrs":[{"fill":"rgb(96, 153, 38)"}],"properties":{"order":1,"id":0,"prevSize":32,"name":"gitea","code":59648},"setIdx":2,"setId":2,"iconIdx":0},{"icon":{"paths":["M917.806 229.076c-22.212-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.888 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.984 17.78 50.678 41.878 81.374 72.572zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.326 32 32 32h224v624z","M736 832h-448c-17.672 0-32-14.326-32-32s14.328-32 32-32h448c17.674 0 32 14.326 32 32s-14.326 32-32 32z","M736 704h-448c-17.672 0-32-14.326-32-32s14.328-32 32-32h448c17.674 0 32 14.326 32 32s-14.326 32-32 32z","M736 576h-448c-17.672 0-32-14.326-32-32s14.328-32 32-32h448c17.674 0 32 14.326 32 32s-14.326 32-32 32z"],"tags":["file-text","file","document","list","paper","page"],"defaultCode":59686,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"file-text2, file4","name":"textfile","order":28,"id":39,"prevSize":32,"code":59686},"setIdx":3,"setId":1,"iconIdx":38},{"icon":{"paths":["M1025.5 800c0-288-256-224-256-448 0-18.56-1.788-34.42-5.048-47.928-16.83-113.018-92.156-203.72-189.772-231.36 0.866-3.948 1.32-8.032 1.32-12.21 0-33.278-28.8-60.502-64-60.502s-64 27.224-64 60.5c0 4.18 0.456 8.264 1.32 12.21-109.47 30.998-190.914 141.298-193.254 273.442-0.040 1.92-0.066 3.864-0.066 5.846 0 224.002-256 160.002-256 448.002 0 76.226 170.59 139.996 398.97 156.080 21.524 40.404 64.056 67.92 113.030 67.92s91.508-27.516 113.030-67.92c228.38-16.084 398.97-79.854 398.97-156.080 0-0.228-0.026-0.456-0.028-0.682l1.528 0.682zM826.246 854.096c-54.23 14.47-118.158 24.876-186.768 30.648-5.704-65.418-60.582-116.744-127.478-116.744s-121.774 51.326-127.478 116.744c-68.608-5.772-132.538-16.178-186.768-30.648-74.63-19.914-110.31-42.19-123.368-54.096 13.058-11.906 48.738-34.182 123.368-54.096 86.772-23.152 198.372-35.904 314.246-35.904s227.474 12.752 314.246 35.904c74.63 19.914 110.31 42.19 123.368 54.096-13.058 11.906-48.738 34.182-123.368 54.096z"],"tags":["bell","alarm","notification"],"defaultCode":59729,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"bell, alarm2","name":"bell","order":31,"id":82,"prevSize":32,"code":59729},"setIdx":3,"setId":1,"iconIdx":81},{"icon":{"paths":["M512 64c282.77 0 512 186.25 512 416 0 229.752-229.23 416-512 416-27.156 0-53.81-1.734-79.824-5.044-109.978 109.978-241.25 129.7-368.176 132.596v-26.916c68.536-33.578 128-94.74 128-164.636 0-9.754-0.758-19.33-2.164-28.696-115.796-76.264-189.836-192.754-189.836-323.304 0-229.75 229.23-416 512-416z"],"tags":["bubble","comment","chat","talk"],"defaultCode":59755,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"bubble, comment","name":"comment","order":8,"id":108,"prevSize":32,"code":59755},"setIdx":3,"setId":1,"iconIdx":107},{"icon":{"paths":["M225 448c123.712 0 224 100.29 224 224 0 123.712-100.288 224-224 224s-224-100.288-224-224l-1-32c0-247.424 200.576-448 448-448v128c-85.474 0-165.834 33.286-226.274 93.726-11.634 11.636-22.252 24.016-31.83 37.020 11.438-1.8 23.16-2.746 35.104-2.746zM801 448c123.71 0 224 100.29 224 224 0 123.712-100.29 224-224 224s-224-100.288-224-224l-1-32c0-247.424 200.576-448 448-448v128c-85.474 0-165.834 33.286-226.274 93.726-11.636 11.636-22.254 24.016-31.832 37.020 11.44-1.8 23.16-2.746 35.106-2.746z"],"tags":["quotes-left","ldquo"],"defaultCode":59767,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"quotes-left, ldquo","name":"quote","order":9,"id":120,"prevSize":32,"code":59767},"setIdx":3,"setId":1,"iconIdx":119},{"icon":{"paths":["M728.992 512c137.754-87.334 231.008-255.208 231.008-448 0-21.676-1.192-43.034-3.478-64h-889.042c-2.29 20.968-3.48 42.326-3.48 64 0 192.792 93.254 360.666 231.006 448-137.752 87.334-231.006 255.208-231.006 448 0 21.676 1.19 43.034 3.478 64h889.042c2.288-20.966 3.478-42.324 3.478-64 0.002-192.792-93.252-360.666-231.006-448zM160 960c0-186.912 80.162-345.414 224-397.708v-100.586c-143.838-52.29-224-210.792-224-397.706v0h704c0 186.914-80.162 345.416-224 397.706v100.586c143.838 52.294 224 210.796 224 397.708h-704zM619.626 669.594c-71.654-40.644-75.608-93.368-75.626-125.366v-64.228c0-31.994 3.804-84.914 75.744-125.664 38.504-22.364 71.808-56.348 97.048-98.336h-409.582c25.266 42.032 58.612 76.042 97.166 98.406 71.654 40.644 75.606 93.366 75.626 125.366v64.228c0 31.992-3.804 84.914-75.744 125.664-72.622 42.18-126.738 125.684-143.090 226.336h501.67c-16.364-100.708-70.53-184.248-143.212-226.406z"],"tags":["hour-glass","loading","busy","wait"],"defaultCode":59769,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"hour-glass, loading","name":"loading","order":10,"id":122,"prevSize":32,"code":59769},"setIdx":3,"setId":1,"iconIdx":121},{"icon":{"paths":["M704 0c-176.73 0-320 143.268-320 320 0 20.026 1.858 39.616 5.376 58.624l-389.376 389.376v192c0 35.346 28.654 64 64 64h64v-64h128v-128h128v-128h128l83.042-83.042c34.010 12.316 70.696 19.042 108.958 19.042 176.73 0 320-143.268 320-320s-143.27-320-320-320zM799.874 320.126c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96z"],"tags":["key","password","login","signin"],"defaultCode":59789,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"key, password","name":"login","order":11,"id":142,"prevSize":32,"code":59789},"setIdx":3,"setId":1,"iconIdx":141},{"icon":{"paths":["M592 448h-16v-192c0-105.87-86.13-192-192-192h-128c-105.87 0-192 86.13-192 192v192h-16c-26.4 0-48 21.6-48 48v480c0 26.4 21.6 48 48 48h544c26.4 0 48-21.6 48-48v-480c0-26.4-21.6-48-48-48zM192 256c0-35.29 28.71-64 64-64h128c35.29 0 64 28.71 64 64v192h-256v-192z"],"tags":["lock","secure","private","encrypted"],"defaultCode":59791,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"lock, secure","name":"lock","order":6,"id":144,"prevSize":32,"code":59791},"setIdx":3,"setId":1,"iconIdx":143},{"icon":{"paths":["M933.79 610.25c-53.726-93.054-21.416-212.304 72.152-266.488l-100.626-174.292c-28.75 16.854-62.176 26.518-97.846 26.518-107.536 0-194.708-87.746-194.708-195.99h-201.258c0.266 33.41-8.074 67.282-25.958 98.252-53.724 93.056-173.156 124.702-266.862 70.758l-100.624 174.292c28.97 16.472 54.050 40.588 71.886 71.478 53.638 92.908 21.512 211.92-71.708 266.224l100.626 174.292c28.65-16.696 61.916-26.254 97.4-26.254 107.196 0 194.144 87.192 194.7 194.958h201.254c-0.086-33.074 8.272-66.57 25.966-97.218 53.636-92.906 172.776-124.594 266.414-71.012l100.626-174.29c-28.78-16.466-53.692-40.498-71.434-71.228zM512 719.332c-114.508 0-207.336-92.824-207.336-207.334 0-114.508 92.826-207.334 207.336-207.334 114.508 0 207.332 92.826 207.332 207.334-0.002 114.51-92.824 207.334-207.332 207.334z"],"tags":["cog","gear","preferences","settings","generate","control","options"],"defaultCode":59796,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"cog, gear","name":"settings","order":27,"id":149,"prevSize":32,"code":59796},"setIdx":3,"setId":1,"iconIdx":148},{"icon":{"paths":["M192 1024h640l64-704h-768zM640 128v-128h-256v128h-320v192l64-64h768l64 64v-192h-320zM576 128h-128v-64h128v64z"],"tags":["bin","trashcan","remove","delete","recycle","dispose"],"defaultCode":59821,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"bin2, trashcan2","name":"delete","order":3,"id":174,"prevSize":32,"code":59821},"setIdx":3,"setId":1,"iconIdx":173},{"icon":{"paths":["M1024 448h-100.924c-27.64-178.24-168.836-319.436-347.076-347.076v-100.924h-128v100.924c-178.24 27.64-319.436 168.836-347.076 347.076h-100.924v128h100.924c27.64 178.24 168.836 319.436 347.076 347.076v100.924h128v-100.924c178.24-27.64 319.436-168.836 347.076-347.076h100.924v-128zM792.822 448h-99.762c-19.284-54.55-62.51-97.778-117.060-117.060v-99.762c107.514 24.49 192.332 109.31 216.822 216.822zM512 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64s-28.654 64-64 64zM448 231.178v99.762c-54.55 19.282-97.778 62.51-117.060 117.060h-99.762c24.49-107.512 109.31-192.332 216.822-216.822zM231.178 576h99.762c19.282 54.55 62.51 97.778 117.060 117.060v99.762c-107.512-24.49-192.332-109.308-216.822-216.822zM576 792.822v-99.762c54.55-19.284 97.778-62.51 117.060-117.060h99.762c-24.49 107.514-109.308 192.332-216.822 216.822z"],"tags":["target","goal","location","spot"],"defaultCode":59827,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"target, goal","name":"locate","order":26,"id":180,"prevSize":32,"code":59827},"setIdx":3,"setId":1,"iconIdx":179},{"icon":{"paths":["M0 0h128v1024h-128v-1024z","M832 643.002c82.624 0 154.57-19.984 192-49.5v-512c-37.43 29.518-109.376 49.502-192 49.502s-154.57-19.984-192-49.502v512c37.43 29.516 109.376 49.5 192 49.5z","M608 32.528c-46.906-19.94-115.52-32.528-192-32.528-96.396 0-180.334 19.984-224 49.502v512c43.666-29.518 127.604-49.502 224-49.502 76.48 0 145.094 12.588 192 32.528v-512z"],"tags":["flag","report","mark"],"defaultCode":59852,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"flag, report","name":"flag","order":4,"id":205,"prevSize":32,"code":59852},"setIdx":3,"setId":1,"iconIdx":204},{"icon":{"paths":["M512 192c-223.318 0-416.882 130.042-512 320 95.118 189.958 288.682 320 512 320 223.312 0 416.876-130.042 512-320-95.116-189.958-288.688-320-512-320zM764.45 361.704c60.162 38.374 111.142 89.774 149.434 150.296-38.292 60.522-89.274 111.922-149.436 150.296-75.594 48.218-162.89 73.704-252.448 73.704-89.56 0-176.858-25.486-252.452-73.704-60.158-38.372-111.138-89.772-149.432-150.296 38.292-60.524 89.274-111.924 149.434-150.296 3.918-2.5 7.876-4.922 11.86-7.3-9.96 27.328-15.41 56.822-15.41 87.596 0 141.382 114.616 256 256 256 141.382 0 256-114.618 256-256 0-30.774-5.452-60.268-15.408-87.598 3.978 2.378 7.938 4.802 11.858 7.302v0zM512 416c0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96 96 42.982 96 96z"],"tags":["eye","views","vision","visit"],"defaultCode":59854,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"eye, views","name":"eye","order":21,"id":207,"prevSize":32,"code":59854},"setIdx":3,"setId":1,"iconIdx":206},{"icon":{"paths":["M945.942 14.058c-18.746-18.744-49.136-18.744-67.882 0l-202.164 202.164c-51.938-15.754-106.948-24.222-163.896-24.222-223.318 0-416.882 130.042-512 320 41.122 82.124 100.648 153.040 173.022 207.096l-158.962 158.962c-18.746 18.746-18.746 49.136 0 67.882 9.372 9.374 21.656 14.060 33.94 14.060s24.568-4.686 33.942-14.058l864-864c18.744-18.746 18.744-49.138 0-67.884zM416 320c42.24 0 78.082 27.294 90.92 65.196l-121.724 121.724c-37.902-12.838-65.196-48.68-65.196-90.92 0-53.020 42.98-96 96-96zM110.116 512c38.292-60.524 89.274-111.924 149.434-150.296 3.918-2.5 7.876-4.922 11.862-7.3-9.962 27.328-15.412 56.822-15.412 87.596 0 54.89 17.286 105.738 46.7 147.418l-60.924 60.924c-52.446-36.842-97.202-83.882-131.66-138.342z","M768 442c0-27.166-4.256-53.334-12.102-77.898l-321.808 321.808c24.568 7.842 50.742 12.090 77.91 12.090 141.382 0 256-114.618 256-256z","M830.026 289.974l-69.362 69.362c1.264 0.786 2.53 1.568 3.786 2.368 60.162 38.374 111.142 89.774 149.434 150.296-38.292 60.522-89.274 111.922-149.436 150.296-75.594 48.218-162.89 73.704-252.448 73.704-38.664 0-76.902-4.76-113.962-14.040l-76.894 76.894c59.718 21.462 123.95 33.146 190.856 33.146 223.31 0 416.876-130.042 512-320-45.022-89.916-112.118-166.396-193.974-222.026z"],"tags":["eye-blocked","views","vision","visit","banned","blocked","forbidden","private"],"defaultCode":59857,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"eye-blocked, views4","name":"eye-blocked","order":20,"id":210,"prevSize":32,"code":59857},"setIdx":3,"setId":1,"iconIdx":209},{"icon":{"paths":["M256 128v896l320-320 320 320v-896zM768 0h-640v896l64-64v-768h576z"],"tags":["bookmarks","ribbons"],"defaultCode":59859,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"bookmarks, ribbons","name":"attention","order":18,"id":212,"prevSize":32,"code":59859},"setIdx":3,"setId":1,"iconIdx":211},{"icon":{"paths":["M1024 397.050l-353.78-51.408-158.22-320.582-158.216 320.582-353.784 51.408 256 249.538-60.432 352.352 316.432-166.358 316.432 166.358-60.434-352.352 256.002-249.538zM512 753.498l-223.462 117.48 42.676-248.83-180.786-176.222 249.84-36.304 111.732-226.396 111.736 226.396 249.836 36.304-180.788 176.222 42.678 248.83-223.462-117.48z"],"tags":["star-empty","rate","star","favorite","bookmark"],"defaultCode":59863,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"star-empty, rate","name":"star","order":14,"id":216,"prevSize":32,"code":59863},"setIdx":3,"setId":1,"iconIdx":215},{"icon":{"paths":["M1024 397.050l-353.78-51.408-158.22-320.582-158.216 320.582-353.784 51.408 256 249.538-60.432 352.352 316.432-166.358 316.432 166.358-60.434-352.352 256.002-249.538z"],"tags":["star-full","rate","star","favorite","bookmark"],"defaultCode":59865,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"star-full, rate3","name":"star-ok","order":15,"id":218,"prevSize":32,"code":59865},"setIdx":3,"setId":1,"iconIdx":217},{"icon":{"paths":["M992 384h-352v-352c0-17.672-14.328-32-32-32h-192c-17.672 0-32 14.328-32 32v352h-352c-17.672 0-32 14.328-32 32v192c0 17.672 14.328 32 32 32h352v352c0 17.672 14.328 32 32 32h192c17.672 0 32-14.328 32-32v-352h352c17.672 0 32-14.328 32-32v-192c0-17.672-14.328-32-32-32z"],"tags":["plus","add","sum"],"defaultCode":59914,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"plus, add","name":"plus","order":22,"id":267,"prevSize":32,"code":59914},"setIdx":3,"setId":1,"iconIdx":266},{"icon":{"paths":["M448 304c0-26.4 21.6-48 48-48h32c26.4 0 48 21.6 48 48v32c0 26.4-21.6 48-48 48h-32c-26.4 0-48-21.6-48-48v-32z","M640 768h-256v-64h64v-192h-64v-64h192v256h64z","M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416z"],"tags":["info","information"],"defaultCode":59916,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"info, information","name":"about","order":23,"id":269,"prevSize":32,"code":59916},"setIdx":3,"setId":1,"iconIdx":268},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416z","M672 256l-160 160-160-160-96 96 160 160-160 160 96 96 160-160 160 160 96-96-160-160 160-160z"],"tags":["cancel-circle","close","remove","delete"],"defaultCode":59917,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"cancel-circle, close","name":"close","order":16,"id":270,"prevSize":32,"code":59917},"setIdx":3,"setId":1,"iconIdx":269},{"icon":{"paths":["M874.040 149.96c-96.706-96.702-225.28-149.96-362.040-149.96s-265.334 53.258-362.040 149.96c-96.702 96.706-149.96 225.28-149.96 362.040s53.258 265.334 149.96 362.040c96.706 96.702 225.28 149.96 362.040 149.96s265.334-53.258 362.040-149.96c96.702-96.706 149.96-225.28 149.96-362.040s-53.258-265.334-149.96-362.040zM896 512c0 82.814-26.354 159.588-71.112 222.38l-535.266-535.268c62.792-44.758 139.564-71.112 222.378-71.112 211.738 0 384 172.262 384 384zM128 512c0-82.814 26.354-159.586 71.112-222.378l535.27 535.268c-62.794 44.756-139.568 71.11-222.382 71.11-211.738 0-384-172.262-384-384z"],"tags":["blocked","forbidden","denied","banned"],"defaultCode":59918,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"blocked, forbidden","name":"block","order":2,"id":271,"prevSize":32,"code":59918},"setIdx":3,"setId":1,"iconIdx":270},{"icon":{"paths":["M768 640v-128h-320v-128h320v-128l192 192zM704 576v256h-320v192l-384-192v-832h704v320h-64v-256h-512l256 128v576h256v-192z"],"tags":["exit","signout","logout","quit","close"],"defaultCode":59924,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"exit, signout","name":"logout","order":12,"id":277,"prevSize":32,"code":59924},"setIdx":3,"setId":1,"iconIdx":276},{"icon":{"paths":["M889.68 166.32c-93.608-102.216-228.154-166.32-377.68-166.32-282.77 0-512 229.23-512 512h96c0-229.75 186.25-416 416-416 123.020 0 233.542 53.418 309.696 138.306l-149.696 149.694h352v-352l-134.32 134.32z","M928 512c0 229.75-186.25 416-416 416-123.020 0-233.542-53.418-309.694-138.306l149.694-149.694h-352v352l134.32-134.32c93.608 102.216 228.154 166.32 377.68 166.32 282.77 0 512-229.23 512-512h-96z"],"tags":["loop","repeat","player","reload","refresh","update","synchronize","arrows"],"defaultCode":59950,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"loop2, repeat2","name":"refresh","order":17,"id":303,"prevSize":32,"code":59950},"setIdx":3,"setId":1,"iconIdx":302},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416z","M669.256 317.256l-90.512-90.512-285.254 285.256 285.256 285.254 90.508-90.508-194.744-194.746z"],"tags":["circle-left","left","circle-previous","arrow"],"defaultCode":59972,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"circle-left, left5","name":"back","order":24,"id":325,"prevSize":32,"code":59972},"setIdx":3,"setId":1,"iconIdx":324},{"icon":{"paths":["M320 768v-768h-128v768h-160l224 224 224-224h-160z","M928 448h-256c-11.8 0-22.644-6.496-28.214-16.9-5.566-10.406-4.958-23.030 1.59-32.85l222.832-334.25h-196.208c-17.672 0-32-14.328-32-32s14.328-32 32-32h256c11.8 0 22.644 6.496 28.214 16.9 5.566 10.406 4.958 23.030-1.59 32.85l-222.83 334.25h196.206c17.672 0 32 14.328 32 32s-14.328 32-32 32z","M1020.622 977.69l-192.002-384c-5.42-10.842-16.502-17.69-28.622-17.69-12.122 0-23.202 6.848-28.624 17.69l-191.996 384c-7.904 15.806-1.496 35.030 14.31 42.932 4.594 2.296 9.476 3.386 14.288 3.386 11.736 0 23.040-6.484 28.644-17.698l55.158-110.31h216.446l55.156 110.31c7.902 15.806 27.124 22.21 42.932 14.31 15.806-7.902 22.214-27.124 14.31-42.93zM723.778 832l76.22-152.446 76.226 152.446h-152.446z"],"tags":["sort-alpha-desc","arrange","alphabetic"],"defaultCode":59977,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"sort-alpha-desc, arrange2","name":"order-rev","order":19,"id":330,"prevSize":32,"code":59977},"setIdx":3,"setId":1,"iconIdx":329},{"icon":{"paths":["M192 64v768h768v-768h-768zM896 768h-640v-640h640v640zM128 896v-672l-64-64v800h800l-64-64h-672z","M352 256l160 160-192 192 96 96 192-192 160 160v-416z"],"tags":["new-tab","out","external","outside","popout","link","blank"],"defaultCode":60030,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"new-tab, out2","name":"new-tab","order":29,"id":383,"prevSize":32,"code":60030},"setIdx":3,"setId":1,"iconIdx":382}],"height":1024,"metadata":{"name":"icomoon"},"preferences":{"showGlyphs":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"icon-","metadata":{"fontFamily":"icomoon"},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215,"classSelector":".icon","name":"icomoon"},"historySize":50,"showCodes":true,"gridSize":16}}
\ No newline at end of file
diff --git a/src/icomoon/style.css b/src/icomoon/style.css
new file mode 100644
index 0000000..865e3fd
--- /dev/null
+++ b/src/icomoon/style.css
@@ -0,0 +1,118 @@
+@font-face {
+ font-family: 'icomoon';
+ src: url('fonts/icomoon.eot?yqy2se');
+ src: url('fonts/icomoon.eot?yqy2se#iefix') format('embedded-opentype'),
+ url('fonts/icomoon.ttf?yqy2se') format('truetype'),
+ url('fonts/icomoon.woff?yqy2se') format('woff'),
+ url('fonts/icomoon.svg?yqy2se#icomoon') format('svg');
+ font-weight: normal;
+ font-style: normal;
+ font-display: block;
+}
+
+[class^="icon-"], [class*=" icon-"] {
+ /* use !important to prevent issues with browser extensions that change fonts */
+ font-family: 'icomoon' !important;
+ speak: never;
+ font-style: normal;
+ font-weight: normal;
+ font-variant: normal;
+ text-transform: none;
+ line-height: 1;
+
+ /* Better Font Rendering =========== */
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.icon-vote:before {
+ content: "\e903";
+}
+.icon-thumbs-o-down:before {
+ content: "\e902";
+}
+.icon-thumbs-down:before {
+ content: "\e904";
+}
+.icon-send:before {
+ content: "\e901";
+}
+.icon-gitea:before {
+ content: "\e900";
+ color: #609926;
+}
+.icon-textfile:before {
+ content: "\e926";
+}
+.icon-bell:before {
+ content: "\e951";
+}
+.icon-comment:before {
+ content: "\e96b";
+}
+.icon-quote:before {
+ content: "\e977";
+}
+.icon-loading:before {
+ content: "\e979";
+}
+.icon-login:before {
+ content: "\e98d";
+}
+.icon-lock:before {
+ content: "\e98f";
+}
+.icon-settings:before {
+ content: "\e994";
+}
+.icon-delete:before {
+ content: "\e9ad";
+}
+.icon-locate:before {
+ content: "\e9b3";
+}
+.icon-flag:before {
+ content: "\e9cc";
+}
+.icon-eye:before {
+ content: "\e9ce";
+}
+.icon-eye-blocked:before {
+ content: "\e9d1";
+}
+.icon-attention:before {
+ content: "\e9d3";
+}
+.icon-star:before {
+ content: "\e9d7";
+}
+.icon-star-ok:before {
+ content: "\e9d9";
+}
+.icon-plus:before {
+ content: "\ea0a";
+}
+.icon-about:before {
+ content: "\ea0c";
+}
+.icon-close:before {
+ content: "\ea0d";
+}
+.icon-block:before {
+ content: "\ea0e";
+}
+.icon-logout:before {
+ content: "\ea14";
+}
+.icon-refresh:before {
+ content: "\ea2e";
+}
+.icon-back:before {
+ content: "\ea44";
+}
+.icon-order-rev:before {
+ content: "\ea49";
+}
+.icon-new-tab:before {
+ content: "\ea7e";
+}
diff --git a/src/index.js b/src/index.js
index d648868..3b11ff4 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,6 +1,6 @@
import { createRoot } from 'react-dom/client';
import './index.css';
-import './fonts_7/icomoon.css';
+import './icomoon/style.css';
import App from './App';
//import {elevate} from './infrastructure/elevator';
import * as serviceWorkerRegistration from './serviceWorkerRegistration';