Skip to content

Commit

Permalink
related to #2158 update fontello
Browse files Browse the repository at this point in the history
add icon king
  • Loading branch information
LintyDev committed May 27, 2024
1 parent 795ef07 commit 343c447
Show file tree
Hide file tree
Showing 12 changed files with 61 additions and 37 deletions.
14 changes: 14 additions & 0 deletions admin/themes/default/fontello/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,20 @@
"code": 59535,
"src": "fontawesome"
},
{
"uid": "8154ecb52c685ee2821a4d753b9c4f52",
"css": "king",
"code": 59487,
"src": "custom_icons",
"selected": true,
"svg": {
"path": "M64.2 793.1H1060.9V839.1C1060.9 927.9 1000.8 1000 926.7 1000H198.3C124.2 1000 64.2 927.9 64.2 839.1V793.1ZM64.2 724.1L0.4 198.5C-4.4 158.5 33.2 131 60.6 154.5L275.5 338.6C301.6 360.9 337.9 353.4 356.1 321.8L531 19.8C546.3-6.6 578.7-6.6 594 19.8L768.9 321.8C787.1 353.4 823.4 360.9 849.5 338.6L1064.4 154.5C1091.8 131 1129.4 158.5 1124.6 198.5L1060.8 724.1H64.2Z",
"width": 1125
},
"search": [
"vector"
]
},
{
"uid": "7411608e7611ffd477aeec7d239f87e9",
"css": "dice",
Expand Down
1 change: 1 addition & 0 deletions admin/themes/default/fontello/css/fontello-codes.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
.icon-th-list-1:before { content: '\e85c'; } /* '' */
.icon-fire:before { content: '\e85d'; } /* '' */
.icon-cone:before { content: '\e85e'; } /* '' */
.icon-king:before { content: '\e85f'; } /* '' */
.icon-user-1:before { content: '\e86c'; } /* '' */
.icon-user-minus:before { content: '\e86d'; } /* '' */
.icon-robot-head:before { content: '\e87e'; } /* '' */
Expand Down
13 changes: 7 additions & 6 deletions admin/themes/default/fontello/css/fontello-embedded.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions admin/themes/default/fontello/css/fontello-ie7-codes.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
.icon-th-list-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-fire { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-cone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-king { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-user-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-user-minus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-robot-head { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
Expand Down
1 change: 1 addition & 0 deletions admin/themes/default/fontello/css/fontello-ie7.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
.icon-th-list-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-fire { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-cone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-king { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-user-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-user-minus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-robot-head { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
Expand Down
15 changes: 8 additions & 7 deletions admin/themes/default/fontello/css/fontello.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?35196472');
src: url('../font/fontello.eot?35196472#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?35196472') format('woff2'),
url('../font/fontello.woff?35196472') format('woff'),
url('../font/fontello.ttf?35196472') format('truetype'),
url('../font/fontello.svg?35196472#fontello') format('svg');
src: url('../font/fontello.eot?65786956');
src: url('../font/fontello.eot?65786956#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?65786956') format('woff2'),
url('../font/fontello.woff?65786956') format('woff'),
url('../font/fontello.ttf?65786956') format('truetype'),
url('../font/fontello.svg?65786956#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
Expand All @@ -15,7 +15,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?35196472#fontello') format('svg');
src: url('../font/fontello.svg?65786956#fontello') format('svg');
}
}
*/
Expand Down Expand Up @@ -152,6 +152,7 @@
.icon-th-list-1:before { content: '\e85c'; } /* '' */
.icon-fire:before { content: '\e85d'; } /* '' */
.icon-cone:before { content: '\e85e'; } /* '' */
.icon-king:before { content: '\e85f'; } /* '' */
.icon-user-1:before { content: '\e86c'; } /* '' */
.icon-user-minus:before { content: '\e86d'; } /* '' */
.icon-robot-head:before { content: '\e87e'; } /* '' */
Expand Down
49 changes: 26 additions & 23 deletions admin/themes/default/fontello/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@
}
@font-face {
font-family: 'fontello';
src: url('./font/fontello.eot?73909361');
src: url('./font/fontello.eot?73909361#iefix') format('embedded-opentype'),
url('./font/fontello.woff?73909361') format('woff'),
url('./font/fontello.ttf?73909361') format('truetype'),
url('./font/fontello.svg?73909361#fontello') format('svg');
src: url('./font/fontello.eot?58072461');
src: url('./font/fontello.eot?58072461#iefix') format('embedded-opentype'),
url('./font/fontello.woff?58072461') format('woff'),
url('./font/fontello.ttf?58072461') format('truetype'),
url('./font/fontello.svg?58072461#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down Expand Up @@ -553,14 +553,17 @@ <h1>fontello <small>font demo</small></h1>
<div class="span3" title="Code: 0xe85e">
<i class="demo-icon icon-cone">&#xe85e;</i> <span class="i-name">icon-cone</span><span class="i-code">0xe85e</span>
</div>
<div class="span3" title="Code: 0xe85f">
<i class="demo-icon icon-king">&#xe85f;</i> <span class="i-name">icon-king</span><span class="i-code">0xe85f</span>
</div>
<div class="span3" title="Code: 0xe86c">
<i class="demo-icon icon-user-1">&#xe86c;</i> <span class="i-name">icon-user-1</span><span class="i-code">0xe86c</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xe86d">
<i class="demo-icon icon-user-minus">&#xe86d;</i> <span class="i-name">icon-user-minus</span><span class="i-code">0xe86d</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xe87e">
<i class="demo-icon icon-robot-head">&#xe87e;</i> <span class="i-name">icon-robot-head</span><span class="i-code">0xe87e</span>
</div>
Expand All @@ -570,11 +573,11 @@ <h1>fontello <small>font demo</small></h1>
<div class="span3" title="Code: 0xe88e">
<i class="demo-icon icon-resize-full">&#xe88e;</i> <span class="i-name">icon-resize-full</span><span class="i-code">0xe88e</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xe88f">
<i class="demo-icon icon-resize-small">&#xe88f;</i> <span class="i-name">icon-resize-small</span><span class="i-code">0xe88f</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xe89e">
<i class="demo-icon icon-piwigo">&#xe89e;</i> <span class="i-name">icon-piwigo</span><span class="i-code">0xe89e</span>
</div>
Expand All @@ -584,11 +587,11 @@ <h1>fontello <small>font demo</small></h1>
<div class="span3" title="Code: 0xf0a0">
<i class="demo-icon icon-hdd">&#xf0a0;</i> <span class="i-name">icon-hdd</span><span class="i-code">0xf0a0</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xf0ae">
<i class="demo-icon icon-tasks">&#xf0ae;</i> <span class="i-name">icon-tasks</span><span class="i-code">0xf0ae</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xf0b0">
<i class="demo-icon icon-filter">&#xf0b0;</i> <span class="i-name">icon-filter</span><span class="i-code">0xf0b0</span>
</div>
Expand All @@ -598,11 +601,11 @@ <h1>fontello <small>font demo</small></h1>
<div class="span3" title="Code: 0xf0ca">
<i class="demo-icon icon-list-bullet">&#xf0ca;</i> <span class="i-name">icon-list-bullet</span><span class="i-code">0xf0ca</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xf0e0">
<i class="demo-icon icon-mail-alt">&#xf0e0;</i> <span class="i-name">icon-mail-alt</span><span class="i-code">0xf0e0</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xf0e8">
<i class="demo-icon icon-sitemap">&#xf0e8;</i> <span class="i-name">icon-sitemap</span><span class="i-code">0xf0e8</span>
</div>
Expand All @@ -612,11 +615,11 @@ <h1>fontello <small>font demo</small></h1>
<div class="span3" title="Code: 0xf10c">
<i class="demo-icon icon-circle-empty">&#xf10c;</i> <span class="i-name">icon-circle-empty</span><span class="i-code">0xf10c</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xf125">
<i class="demo-icon icon-crop">&#xf125;</i> <span class="i-name">icon-crop</span><span class="i-code">0xf125</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xf141">
<i class="demo-icon icon-ellipsis">&#xf141;</i> <span class="i-name">icon-ellipsis</span><span class="i-code">0xf141</span>
</div>
Expand All @@ -626,11 +629,11 @@ <h1>fontello <small>font demo</small></h1>
<div class="span3" title="Code: 0xf15d">
<i class="demo-icon icon-sort-name-up">&#xf15d;</i> <span class="i-name">icon-sort-name-up</span><span class="i-code">0xf15d</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xf160">
<i class="demo-icon icon-sort-alt-up">&#xf160;</i> <span class="i-name">icon-sort-alt-up</span><span class="i-code">0xf160</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xf161">
<i class="demo-icon icon-sort-alt-down">&#xf161;</i> <span class="i-name">icon-sort-alt-down</span><span class="i-code">0xf161</span>
</div>
Expand All @@ -640,11 +643,11 @@ <h1>fontello <small>font demo</small></h1>
<div class="span3" title="Code: 0xf175">
<i class="demo-icon icon-down">&#xf175;</i> <span class="i-name">icon-down</span><span class="i-code">0xf175</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xf176">
<i class="demo-icon icon-up">&#xf176;</i> <span class="i-name">icon-up</span><span class="i-code">0xf176</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xf178">
<i class="demo-icon icon-right">&#xf178;</i> <span class="i-name">icon-right</span><span class="i-code">0xf178</span>
</div>
Expand All @@ -654,11 +657,11 @@ <h1>fontello <small>font demo</small></h1>
<div class="span3" title="Code: 0xf1c0">
<i class="demo-icon icon-database">&#xf1c0;</i> <span class="i-name">icon-database</span><span class="i-code">0xf1c0</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xf1c5">
<i class="demo-icon icon-file-image">&#xf1c5;</i> <span class="i-name">icon-file-image</span><span class="i-code">0xf1c5</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xf1c9">
<i class="demo-icon icon-file-code">&#xf1c9;</i> <span class="i-name">icon-file-code</span><span class="i-code">0xf1c9</span>
</div>
Expand All @@ -668,11 +671,11 @@ <h1>fontello <small>font demo</small></h1>
<div class="span3" title="Code: 0xf204">
<i class="demo-icon icon-toggle-off">&#xf204;</i> <span class="i-name">icon-toggle-off</span><span class="i-code">0xf204</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xf205">
<i class="demo-icon icon-toggle-on">&#xf205;</i> <span class="i-name">icon-toggle-on</span><span class="i-code">0xf205</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xf21b">
<i class="demo-icon icon-user-secret">&#xf21b;</i> <span class="i-name">icon-user-secret</span><span class="i-code">0xf21b</span>
</div>
Expand Down
Binary file modified admin/themes/default/fontello/font/fontello.eot
Binary file not shown.
4 changes: 3 additions & 1 deletion admin/themes/default/fontello/font/fontello.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified admin/themes/default/fontello/font/fontello.ttf
Binary file not shown.
Binary file modified admin/themes/default/fontello/font/fontello.woff
Binary file not shown.
Binary file modified admin/themes/default/fontello/font/fontello.woff2
Binary file not shown.

0 comments on commit 343c447

Please sign in to comment.