Fix refresh icon name

This commit is contained in:
Christopher C. Wells 2021-08-30 15:29:47 -07:00 committed by Christopher Charbonneau Wells
parent bafa1dec6e
commit bc1d4a707b
37 changed files with 38 additions and 38 deletions

View File

@ -110,7 +110,7 @@
},
{
"uid": "a73c5deb486c8d66249811642e5d719a",
"css": "arrows-cw",
"css": "refresh",
"code": 59401,
"src": "fontawesome"
},

View File

@ -8,7 +8,7 @@
.icon-graph:before { content: '\e806'; } /* '' */
.icon-list:before { content: '\e807'; } /* '' */
.icon-lock:before { content: '\e808'; } /* '' */
.icon-arrows-cw:before { content: '\e809'; } /* '' */
.icon-refresh:before { content: '\e809'; } /* '' */
.icon-stop:before { content: '\e80a'; } /* '' */
.icon-timer:before { content: '\e80b'; } /* '' */
.icon-true:before { content: '\e80c'; } /* '' */

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
.icon-graph { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-list { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-lock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-arrows-cw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-refresh { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-stop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-timer { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-true { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }

View File

@ -19,7 +19,7 @@
.icon-graph { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-list { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-lock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-arrows-cw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-refresh { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-stop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-timer { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-true { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }

View File

@ -1,11 +1,11 @@
@font-face {
font-family: 'babybuddy';
src: url('../font/babybuddy.eot?50987853');
src: url('../font/babybuddy.eot?50987853#iefix') format('embedded-opentype'),
url('../font/babybuddy.woff2?50987853') format('woff2'),
url('../font/babybuddy.woff?50987853') format('woff'),
url('../font/babybuddy.ttf?50987853') format('truetype'),
url('../font/babybuddy.svg?50987853#babybuddy') format('svg');
src: url('../font/babybuddy.eot?22684922');
src: url('../font/babybuddy.eot?22684922#iefix') format('embedded-opentype'),
url('../font/babybuddy.woff2?22684922') format('woff2'),
url('../font/babybuddy.woff?22684922') format('woff'),
url('../font/babybuddy.ttf?22684922') format('truetype'),
url('../font/babybuddy.svg?22684922#babybuddy') 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: 'babybuddy';
src: url('../font/babybuddy.svg?50987853#babybuddy') format('svg');
src: url('../font/babybuddy.svg?22684922#babybuddy') format('svg');
}
}
*/
@ -63,7 +63,7 @@
.icon-graph:before { content: '\e806'; } /* '' */
.icon-list:before { content: '\e807'; } /* '' */
.icon-lock:before { content: '\e808'; } /* '' */
.icon-arrows-cw:before { content: '\e809'; } /* '' */
.icon-refresh:before { content: '\e809'; } /* '' */
.icon-stop:before { content: '\e80a'; } /* '' */
.icon-timer:before { content: '\e80b'; } /* '' */
.icon-true:before { content: '\e80c'; } /* '' */

View File

@ -146,11 +146,11 @@
}
@font-face {
font-family: 'babybuddy';
src: url('../font/babybuddy.eot?53495866');
src: url('../font/babybuddy.eot?53495866#iefix') format('embedded-opentype'),
url('../font/babybuddy.woff?53495866') format('woff'),
url('../font/babybuddy.ttf?53495866') format('truetype'),
url('../font/babybuddy.svg?53495866#babybuddy') format('svg');
src: url('./font/babybuddy.eot?3123187');
src: url('./font/babybuddy.eot?3123187#iefix') format('embedded-opentype'),
url('./font/babybuddy.woff?3123187') format('woff'),
url('./font/babybuddy.ttf?3123187') format('truetype'),
url('./font/babybuddy.svg?3123187#babybuddy') format('svg');
font-weight: normal;
font-style: normal;
}
@ -189,7 +189,7 @@
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
</style>
<link rel="stylesheet" href="../css/animation.css"><!--[if IE 7]><link rel="stylesheet" href="css/" + font.fontname + "-ie7.css"><![endif]-->
<link rel="stylesheet" href="css/animation.css"><!--[if IE 7]><link rel="stylesheet" href="css/" + font.fontname + "-ie7.css"><![endif]-->
<script>
function toggleCodes(on) {
var obj = document.getElementById('icons');
@ -243,7 +243,7 @@
<i class="demo-icon icon-lock">&#xe808;</i> <span class="i-name">icon-lock</span><span class="i-code">0xe808</span>
</div>
<div class="span3" title="Code: 0xe809">
<i class="demo-icon icon-arrows-cw">&#xe809;</i> <span class="i-name">icon-arrows-cw</span><span class="i-code">0xe809</span>
<i class="demo-icon icon-refresh">&#xe809;</i> <span class="i-name">icon-refresh</span><span class="i-code">0xe809</span>
</div>
<div class="span3" title="Code: 0xe80a">
<i class="demo-icon icon-stop">&#xe80a;</i> <span class="i-name">icon-stop</span><span class="i-code">0xe80a</span>

View File

@ -24,7 +24,7 @@
<glyph glyph-name="lock" unicode="&#xe808;" d="M179 421h285v108q0 59-42 101t-101 41-101-41-41-101v-108z m464-53v-322q0-22-16-37t-38-16h-535q-23 0-38 16t-16 37v322q0 22 16 38t38 15h17v108q0 102 74 176t176 74 177-74 73-176v-108h18q23 0 38-15t16-38z" horiz-adv-x="642.9" />
<glyph glyph-name="arrows-cw" unicode="&#xe809;" d="M843 261q0-3 0-4-36-150-150-243t-267-93q-81 0-157 31t-136 88l-72-72q-11-11-25-11t-25 11-11 25v250q0 14 11 25t25 11h250q14 0 25-11t10-25-10-25l-77-77q40-36 90-57t105-20q74 0 139 37t104 99q6 10 30 66 4 13 16 13h107q8 0 13-6t5-12z m14 446v-250q0-14-10-25t-26-11h-250q-14 0-25 11t-10 25 10 25l77 77q-82 77-194 77-75 0-140-37t-104-99q-6-10-29-66-5-13-17-13h-111q-7 0-13 6t-5 12v4q36 150 151 243t268 93q81 0 158-31t137-88l72 72q11 11 25 11t26-11 10-25z" horiz-adv-x="857.1" />
<glyph glyph-name="refresh" unicode="&#xe809;" d="M843 261q0-3 0-4-36-150-150-243t-267-93q-81 0-157 31t-136 88l-72-72q-11-11-25-11t-25 11-11 25v250q0 14 11 25t25 11h250q14 0 25-11t10-25-10-25l-77-77q40-36 90-57t105-20q74 0 139 37t104 99q6 10 30 66 4 13 16 13h107q8 0 13-6t5-12z m14 446v-250q0-14-10-25t-26-11h-250q-14 0-25 11t-10 25 10 25l77 77q-82 77-194 77-75 0-140-37t-104-99q-6-10-29-66-5-13-17-13h-111q-7 0-13 6t-5 12v4q36 150 151 243t268 93q81 0 158-31t137-88l72 72q11 11 25 11t26-11 10-25z" horiz-adv-x="857.1" />
<glyph glyph-name="stop" unicode="&#xe80a;" d="M857 743v-786q0-14-10-25t-26-11h-785q-15 0-25 11t-11 25v786q0 14 11 25t25 11h785q15 0 26-11t10-25z" horiz-adv-x="857.1" />

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -10771,8 +10771,8 @@ h3 {
}
@font-face {
font-family: "babybuddy";
src: url("../font/babybuddy.46ef2d15344f.eot?50987853");
src: url("../font/babybuddy.46ef2d15344f.eot?50987853#iefix") format("embedded-opentype"), url("../font/babybuddy.6fab50cd5633.woff2?50987853") format("woff2"), url("../font/babybuddy.220a30ad70e9.woff?50987853") format("woff"), url("../font/babybuddy.271acd020b1c.ttf?50987853") format("truetype"), url("../font/babybuddy.fb45a774188d.svg?50987853#babybuddy") format("svg");
src: url("../font/babybuddy.950da6317708.eot?22684922");
src: url("../font/babybuddy.950da6317708.eot?22684922#iefix") format("embedded-opentype"), url("../font/babybuddy.b3fca93700b1.woff2?22684922") format("woff2"), url("../font/babybuddy.898056b2f4d8.woff?22684922") format("woff"), url("../font/babybuddy.9cc912272099.ttf?22684922") format("truetype"), url("../font/babybuddy.a8ac59747021.svg?22684922#babybuddy") format("svg");
font-weight: normal;
font-style: normal;
}
@ -10782,7 +10782,7 @@ h3 {
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'babybuddy';
src: url("../font/babybuddy.fb45a774188d.svg?50987853#babybuddy") format('svg');
src: url("../font/babybuddy.a8ac59747021.svg?22684922#babybuddy") format('svg');
}
}
*/
@ -10859,7 +10859,7 @@ h3 {
}
/* '' */
.icon-arrows-cw:before {
.icon-refresh:before {
content: "";
}

View File

@ -10771,8 +10771,8 @@ h3 {
}
@font-face {
font-family: "babybuddy";
src: url("../font/babybuddy.eot?50987853");
src: url("../font/babybuddy.eot?50987853#iefix") format("embedded-opentype"), url("../font/babybuddy.woff2?50987853") format("woff2"), url("../font/babybuddy.woff?50987853") format("woff"), url("../font/babybuddy.ttf?50987853") format("truetype"), url("../font/babybuddy.svg?50987853#babybuddy") format("svg");
src: url("../font/babybuddy.eot?22684922");
src: url("../font/babybuddy.eot?22684922#iefix") format("embedded-opentype"), url("../font/babybuddy.woff2?22684922") format("woff2"), url("../font/babybuddy.woff?22684922") format("woff"), url("../font/babybuddy.ttf?22684922") format("truetype"), url("../font/babybuddy.svg?22684922#babybuddy") format("svg");
font-weight: normal;
font-style: normal;
}
@ -10782,7 +10782,7 @@ h3 {
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'babybuddy';
src: url('../font/babybuddy.svg?50987853#babybuddy') format('svg');
src: url('../font/babybuddy.svg?22684922#babybuddy') format('svg');
}
}
*/
@ -10859,7 +10859,7 @@ h3 {
}
/* '' */
.icon-arrows-cw:before {
.icon-refresh:before {
content: "";
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -24,7 +24,7 @@
<glyph glyph-name="lock" unicode="&#xe808;" d="M179 421h285v108q0 59-42 101t-101 41-101-41-41-101v-108z m464-53v-322q0-22-16-37t-38-16h-535q-23 0-38 16t-16 37v322q0 22 16 38t38 15h17v108q0 102 74 176t176 74 177-74 73-176v-108h18q23 0 38-15t16-38z" horiz-adv-x="642.9" />
<glyph glyph-name="arrows-cw" unicode="&#xe809;" d="M843 261q0-3 0-4-36-150-150-243t-267-93q-81 0-157 31t-136 88l-72-72q-11-11-25-11t-25 11-11 25v250q0 14 11 25t25 11h250q14 0 25-11t10-25-10-25l-77-77q40-36 90-57t105-20q74 0 139 37t104 99q6 10 30 66 4 13 16 13h107q8 0 13-6t5-12z m14 446v-250q0-14-10-25t-26-11h-250q-14 0-25 11t-10 25 10 25l77 77q-82 77-194 77-75 0-140-37t-104-99q-6-10-29-66-5-13-17-13h-111q-7 0-13 6t-5 12v4q36 150 151 243t268 93q81 0 158-31t137-88l72 72q11 11 25 11t26-11 10-25z" horiz-adv-x="857.1" />
<glyph glyph-name="refresh" unicode="&#xe809;" d="M843 261q0-3 0-4-36-150-150-243t-267-93q-81 0-157 31t-136 88l-72-72q-11-11-25-11t-25 11-11 25v250q0 14 11 25t25 11h250q14 0 25-11t10-25-10-25l-77-77q40-36 90-57t105-20q74 0 139 37t104 99q6 10 30 66 4 13 16 13h107q8 0 13-6t5-12z m14 446v-250q0-14-10-25t-26-11h-250q-14 0-25 11t-10 25 10 25l77 77q-82 77-194 77-75 0-140-37t-104-99q-6-10-29-66-5-13-17-13h-111q-7 0-13 6t-5 12v4q36 150 151 243t268 93q81 0 158-31t137-88l72 72q11 11 25 11t26-11 10-25z" horiz-adv-x="857.1" />
<glyph glyph-name="stop" unicode="&#xe80a;" d="M857 743v-786q0-14-10-25t-26-11h-785q-15 0-25 11t-11 25v786q0 14 11 25t25 11h785q15 0 26-11t10-25z" horiz-adv-x="857.1" />

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -24,7 +24,7 @@
<glyph glyph-name="lock" unicode="&#xe808;" d="M179 421h285v108q0 59-42 101t-101 41-101-41-41-101v-108z m464-53v-322q0-22-16-37t-38-16h-535q-23 0-38 16t-16 37v322q0 22 16 38t38 15h17v108q0 102 74 176t176 74 177-74 73-176v-108h18q23 0 38-15t16-38z" horiz-adv-x="642.9" />
<glyph glyph-name="arrows-cw" unicode="&#xe809;" d="M843 261q0-3 0-4-36-150-150-243t-267-93q-81 0-157 31t-136 88l-72-72q-11-11-25-11t-25 11-11 25v250q0 14 11 25t25 11h250q14 0 25-11t10-25-10-25l-77-77q40-36 90-57t105-20q74 0 139 37t104 99q6 10 30 66 4 13 16 13h107q8 0 13-6t5-12z m14 446v-250q0-14-10-25t-26-11h-250q-14 0-25 11t-10 25 10 25l77 77q-82 77-194 77-75 0-140-37t-104-99q-6-10-29-66-5-13-17-13h-111q-7 0-13 6t-5 12v4q36 150 151 243t268 93q81 0 158-31t137-88l72 72q11 11 25 11t26-11 10-25z" horiz-adv-x="857.1" />
<glyph glyph-name="refresh" unicode="&#xe809;" d="M843 261q0-3 0-4-36-150-150-243t-267-93q-81 0-157 31t-136 88l-72-72q-11-11-25-11t-25 11-11 25v250q0 14 11 25t25 11h250q14 0 25-11t10-25-10-25l-77-77q40-36 90-57t105-20q74 0 139 37t104 99q6 10 30 66 4 13 16 13h107q8 0 13-6t5-12z m14 446v-250q0-14-10-25t-26-11h-250q-14 0-25 11t-10 25 10 25l77 77q-82 77-194 77-75 0-140-37t-104-99q-6-10-29-66-5-13-17-13h-111q-7 0-13 6t-5 12v4q36 150 151 243t268 93q81 0 158-31t137-88l72 72q11 11 25 11t26-11 10-25z" horiz-adv-x="857.1" />
<glyph glyph-name="stop" unicode="&#xe80a;" d="M857 743v-786q0-14-10-25t-26-11h-785q-15 0-25 11t-11 25v786q0 14 11 25t25 11h785q15 0 26-11t10-25z" horiz-adv-x="857.1" />

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long