diff --git a/src/Squidex/app/theme/icomoon/fonts/icomoon.eot b/src/Squidex/app/theme/icomoon/fonts/icomoon.eot
index 351d6b2e7..70cdf66f1 100644
Binary files a/src/Squidex/app/theme/icomoon/fonts/icomoon.eot and b/src/Squidex/app/theme/icomoon/fonts/icomoon.eot differ
diff --git a/src/Squidex/app/theme/icomoon/fonts/icomoon.svg b/src/Squidex/app/theme/icomoon/fonts/icomoon.svg
index 70d7b5467..542fc9c99 100644
--- a/src/Squidex/app/theme/icomoon/fonts/icomoon.svg
+++ b/src/Squidex/app/theme/icomoon/fonts/icomoon.svg
@@ -73,5 +73,7 @@
+
+
\ No newline at end of file
diff --git a/src/Squidex/app/theme/icomoon/fonts/icomoon.ttf b/src/Squidex/app/theme/icomoon/fonts/icomoon.ttf
index 387899839..1457020b6 100644
Binary files a/src/Squidex/app/theme/icomoon/fonts/icomoon.ttf and b/src/Squidex/app/theme/icomoon/fonts/icomoon.ttf differ
diff --git a/src/Squidex/app/theme/icomoon/fonts/icomoon.woff b/src/Squidex/app/theme/icomoon/fonts/icomoon.woff
index 2a114b73b..102d765c9 100644
Binary files a/src/Squidex/app/theme/icomoon/fonts/icomoon.woff and b/src/Squidex/app/theme/icomoon/fonts/icomoon.woff differ
diff --git a/src/Squidex/app/theme/icomoon/selection.json b/src/Squidex/app/theme/icomoon/selection.json
index 30f23b4ab..df13264b4 100644
--- a/src/Squidex/app/theme/icomoon/selection.json
+++ b/src/Squidex/app/theme/icomoon/selection.json
@@ -1,6 +1,36 @@
{
"IcoMoonType": "selection",
"icons": [
+ {
+ "icon": {
+ "paths": [
+ "M512 128c-247.424 0-448 200.576-448 448s200.576 448 448 448 448-200.576 448-448-200.576-448-448-448zM512 936c-198.824 0-360-161.178-360-360 0-198.824 161.176-360 360-360 198.822 0 360 161.176 360 360 0 198.822-161.178 360-360 360zM934.784 287.174c16.042-28.052 25.216-60.542 25.216-95.174 0-106.040-85.96-192-192-192-61.818 0-116.802 29.222-151.92 74.596 131.884 27.236 245.206 105.198 318.704 212.578v0zM407.92 74.596c-35.116-45.374-90.102-74.596-151.92-74.596-106.040 0-192 85.96-192 192 0 34.632 9.174 67.122 25.216 95.174 73.5-107.38 186.822-185.342 318.704-212.578z",
+ "M512 576v-256h-64v320h256v-64z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "isMulticolor2": false,
+ "tags": [
+ "alarm",
+ "time",
+ "clock"
+ ],
+ "defaultCode": 59728,
+ "grid": 16
+ },
+ "attrs": [],
+ "properties": {
+ "ligatures": "alarm, time4",
+ "name": "alarm, timeout",
+ "id": 80,
+ "order": 93,
+ "prevSize": 32,
+ "code": 59728
+ },
+ "setIdx": 0,
+ "setId": 4,
+ "iconIdx": 80
+ },
{
"icon": {
"paths": [
@@ -34,6 +64,37 @@
"setId": 4,
"iconIdx": 202
},
+ {
+ "icon": {
+ "paths": [
+ "M864 128l-480 480-224-224-160 160 384 384 640-640z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "isMulticolor2": false,
+ "tags": [
+ "checkmark",
+ "tick",
+ "correct",
+ "accept",
+ "ok"
+ ],
+ "defaultCode": 59920,
+ "grid": 16
+ },
+ "attrs": [],
+ "properties": {
+ "ligatures": "checkmark, tick",
+ "name": "checkmark",
+ "id": 272,
+ "order": 92,
+ "prevSize": 32,
+ "code": 59920
+ },
+ "setIdx": 0,
+ "setId": 4,
+ "iconIdx": 272
+ },
{
"icon": {
"paths": [
diff --git a/src/Squidex/app/theme/icomoon/style.css b/src/Squidex/app/theme/icomoon/style.css
index 1f6bce96a..3a4752c0b 100644
--- a/src/Squidex/app/theme/icomoon/style.css
+++ b/src/Squidex/app/theme/icomoon/style.css
@@ -1,10 +1,10 @@
@font-face {
font-family: 'icomoon';
- src: url('fonts/icomoon.eot?oi12nb');
- src: url('fonts/icomoon.eot?oi12nb#iefix') format('embedded-opentype'),
- url('fonts/icomoon.ttf?oi12nb') format('truetype'),
- url('fonts/icomoon.woff?oi12nb') format('woff'),
- url('fonts/icomoon.svg?oi12nb#icomoon') format('svg');
+ src: url('fonts/icomoon.eot?5btl8m');
+ src: url('fonts/icomoon.eot?5btl8m#iefix') format('embedded-opentype'),
+ url('fonts/icomoon.ttf?5btl8m') format('truetype'),
+ url('fonts/icomoon.woff?5btl8m') format('woff'),
+ url('fonts/icomoon.svg?5btl8m#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
@@ -24,9 +24,18 @@
-moz-osx-font-smoothing: grayscale;
}
+.icon-alarm:before {
+ content: "\e950";
+}
+.icon-timeout:before {
+ content: "\e950";
+}
.icon-earth:before {
content: "\e9ca";
}
+.icon-checkmark:before {
+ content: "\ea10";
+}
.icon-microsoft:before {
content: "\e940";
}