related to #1723 Fontello : added pulse icon

This commit is contained in:
Matthieu Leproux
2022-09-12 12:33:08 +02:00
parent 57a28bdfd6
commit c4c9822541
12 changed files with 56 additions and 32 deletions

View File

@@ -844,6 +844,20 @@
"imagefolder-01"
]
},
{
"uid": "859aecea6a76f40f8103d1280e601a5f",
"css": "pulse",
"code": 59519,
"src": "custom_icons",
"selected": true,
"svg": {
"path": "M531.8 979.9C530.2 979.9 528.5 979.9 527.6 979.9 504.2 977.4 484.9 959 482.4 935.5L409.5 294.8 345.1 479.1C338.4 499.2 319.1 512.6 297.3 512.6H72C44.4 512.6 21.8 489.9 21.8 462.3S44.4 412.1 72 412.1H261.3L386.9 53.6C394.5 31.8 417.1 17.6 439.7 20.1 463.1 22.6 481.6 41 484.1 64.5L554.4 678.4 663.3 310.7C668.3 293.1 683.4 278.9 701.8 275.5 720.3 272.2 738.7 278.9 750.4 294L844.2 412.1 1010.9 413.7C1038.5 413.7 1061.1 437.2 1060.3 464.8 1060.3 492.5 1037.7 514.2 1010.1 514.2 1010.1 514.2 1010.1 514.2 1009.2 514.2L818.3 511.7C803.2 511.7 788.9 504.2 779.7 492.5L731.2 431.3 579.6 942.2C573.7 965.7 554.4 979.9 531.8 979.9Z",
"width": 1084
},
"search": [
"pulse"
]
},
{
"uid": "7411608e7611ffd477aeec7d239f87e9",
"css": "dice",

View File

@@ -97,6 +97,7 @@
.icon-fire:before { content: '\e85d'; } /* '' */
.icon-user-1:before { content: '\e86c'; } /* '' */
.icon-user-minus:before { content: '\e86d'; } /* '' */
.icon-pulse:before { content: '\e87f'; } /* '' */
.icon-imagefolder-01:before { content: '\e999'; } /* '' */
.icon-hdd:before { content: '\f0a0'; } /* '' */
.icon-tasks:before { content: '\f0ae'; } /* '' */

File diff suppressed because one or more lines are too long

View File

@@ -97,6 +97,7 @@
.icon-fire { *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-pulse { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-imagefolder-01 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-hdd { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-tasks { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }

View File

@@ -108,6 +108,7 @@
.icon-fire { *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-pulse { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-imagefolder-01 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-hdd { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-tasks { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }

View File

@@ -1,11 +1,11 @@
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?90952632');
src: url('../font/fontello.eot?90952632#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?90952632') format('woff2'),
url('../font/fontello.woff?90952632') format('woff'),
url('../font/fontello.ttf?90952632') format('truetype'),
url('../font/fontello.svg?90952632#fontello') format('svg');
src: url('../font/fontello.eot?90963202');
src: url('../font/fontello.eot?90963202#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?90963202') format('woff2'),
url('../font/fontello.woff?90963202') format('woff'),
url('../font/fontello.ttf?90963202') format('truetype'),
url('../font/fontello.svg?90963202#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
@@ -15,7 +15,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?90952632#fontello') format('svg');
src: url('../font/fontello.svg?90963202#fontello') format('svg');
}
}
*/
@@ -152,6 +152,7 @@
.icon-fire:before { content: '\e85d'; } /* '' */
.icon-user-1:before { content: '\e86c'; } /* '' */
.icon-user-minus:before { content: '\e86d'; } /* '' */
.icon-pulse:before { content: '\e87f'; } /* '' */
.icon-imagefolder-01:before { content: '\e999'; } /* '' */
.icon-hdd:before { content: '\f0a0'; } /* '' */
.icon-tasks:before { content: '\f0ae'; } /* '' */

View File

@@ -146,11 +146,11 @@
}
@font-face {
font-family: 'fontello';
src: url('./font/fontello.eot?97706486');
src: url('./font/fontello.eot?97706486#iefix') format('embedded-opentype'),
url('./font/fontello.woff?97706486') format('woff'),
url('./font/fontello.ttf?97706486') format('truetype'),
url('./font/fontello.svg?97706486#fontello') format('svg');
src: url('./font/fontello.eot?787907');
src: url('./font/fontello.eot?787907#iefix') format('embedded-opentype'),
url('./font/fontello.woff?787907') format('woff'),
url('./font/fontello.ttf?787907') format('truetype'),
url('./font/fontello.svg?787907#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
@@ -553,14 +553,17 @@
<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 class="span3" title="Code: 0xe87f">
<i class="demo-icon icon-pulse">&#xe87f;</i> <span class="i-name">icon-pulse</span><span class="i-code">0xe87f</span>
</div>
<div class="span3" title="Code: 0xe999">
<i class="demo-icon icon-imagefolder-01">&#xe999;</i> <span class="i-name">icon-imagefolder-01</span><span class="i-code">0xe999</span>
</div>
</div>
<div class="row">
<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>
@@ -570,11 +573,11 @@
<div class="span3" title="Code: 0xf0c5">
<i class="demo-icon icon-docs">&#xf0c5;</i> <span class="i-name">icon-docs</span><span class="i-code">0xf0c5</span>
</div>
</div>
<div class="row">
<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>
@@ -584,11 +587,11 @@
<div class="span3" title="Code: 0xf0f3">
<i class="demo-icon icon-bell">&#xf0f3;</i> <span class="i-name">icon-bell</span><span class="i-code">0xf0f3</span>
</div>
</div>
<div class="row">
<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>
@@ -598,11 +601,11 @@
<div class="span3" title="Code: 0xf142">
<i class="demo-icon icon-ellipsis-vert">&#xf142;</i> <span class="i-name">icon-ellipsis-vert</span><span class="i-code">0xf142</span>
</div>
</div>
<div class="row">
<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>
@@ -612,11 +615,11 @@
<div class="span3" title="Code: 0xf162">
<i class="demo-icon icon-sort-number-up">&#xf162;</i> <span class="i-name">icon-sort-number-up</span><span class="i-code">0xf162</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>
</div>
<div class="row">
<div class="span3" title="Code: 0xf192">
<i class="demo-icon icon-dot-circled">&#xf192;</i> <span class="i-name">icon-dot-circled</span><span class="i-code">0xf192</span>
</div>
@@ -626,11 +629,11 @@
<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>
</div>
<div class="row">
<div class="span3" title="Code: 0xf1cd">
<i class="demo-icon icon-lifebuoy">&#xf1cd;</i> <span class="i-name">icon-lifebuoy</span><span class="i-code">0xf1cd</span>
</div>
@@ -640,11 +643,11 @@
<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>
</div>
<div class="row">
<div class="span3" title="Code: 0xf26c">
<i class="demo-icon icon-television">&#xf26c;</i> <span class="i-name">icon-television</span><span class="i-code">0xf26c</span>
</div>

View File

@@ -202,6 +202,8 @@
<glyph glyph-name="user-minus" unicode="&#xe86d;" d="M1219 444h-375c-17 0-31-14-31-31v-63c0-17 14-31 31-31h375c17 0 31 14 31 31v63c0 17-14 31-31 31z m-781-94c138 0 250 112 250 250s-112 250-250 250-250-112-250-250 111-250 250-250z m175-62h-33c-43-20-92-32-142-32s-99 12-143 32h-32c-145 0-263-118-263-263v-81c0-52 42-94 94-94h687c52 0 94 42 94 94v81c0 145-118 263-262 263z" horiz-adv-x="1250" />
<glyph glyph-name="pulse" unicode="&#xe87f;" d="M532-130c-2 0-3 0-4 0-24 3-43 21-46 44l-72 641-65-184c-7-20-26-34-48-34h-225c-28 0-50 23-50 51s22 50 50 50h189l126 358c8 22 30 36 53 34 23-3 42-21 44-44l70-614 109 367c5 18 20 32 39 36 18 3 37-4 48-19l94-118 167-2c28 0 50-23 49-51 0-27-22-49-50-49 0 0 0 0-1 0l-191 2c-15 0-29 8-38 20l-49 61-151-511c-6-24-26-38-48-38z" horiz-adv-x="1084" />
<glyph glyph-name="imagefolder-01" unicode="&#xe999;" d="M669 655h-65l-129 130h-323c-54 0-97-44-97-97v-664l183 366c22 44 66 71 115 71h316c0 65 0 130 0 194z m332 138c93 0 185 0 277 0 34 0 57-21 57-55 0-140 0-279 0-418 0-35-23-58-58-58-184 0-368 0-552 0-33 0-56 25-56 57 0 139 0 278 0 417 0 31 24 58 57 58 92-1 184-1 275-1z m1-488c89 0 179 0 269 0 19 0 21 1 21 21 0 135 0 269 0 404 0 18-3 22-21 22-179 0-358 0-537 0-18 0-21-4-21-22 0-135 0-269 0-404 0-19 2-21 20-21 90 0 179 0 269 0z m98 346c6-6 9-8 12-11 42-42 84-84 125-126 5-5 9-13 9-20 1-44 0-88 1-131 0-10-3-13-13-13-154 0-308 0-462 0-11 0-13 4-14 14-6 38 7 66 37 90 23 19 43 42 64 64 7 7 11 8 18 0 12-13 26-25 38-38 7-8 11-7 18 0 52 53 105 106 158 158 4 4 6 8 9 13z m-210-12c0-37-29-66-66-66-37 0-65 29-65 65 0 38 28 67 65 67 37 0 66-29 66-66z m263-235h-799c-25 0-47-13-58-35l-241-482h904c24 0 46 14 57 36l195 388c23 43-9 93-58 93z" horiz-adv-x="1367" />
<glyph glyph-name="hdd" unicode="&#xf0a0;" d="M580 171q0-18-13-31t-31-13-32 13-13 31 13 32 32 13 31-13 13-32z m143 0q0-18-13-31t-31-13-32 13-13 31 13 32 32 13 31-13 13-32z m63-89v179q0 7-6 12t-12 6h-679q-7 0-12-6t-6-12v-179q0-7 6-12t12-6h679q7 0 12 6t6 12z m-687 268h659l-88 269q-2 7-9 12t-14 5h-437q-7 0-14-5t-9-12z m758-89v-179q0-37-26-63t-63-26h-679q-36 0-63 26t-26 63v179q0 14 9 42l110 338q9 29 35 48t56 18h437q31 0 56-18t35-48l110-338q9-28 9-42z" horiz-adv-x="857.1" />

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB