issue #2086 update fontello

Change file name (because it's linked to font-family) and icon prefix. To avoid conflicts.
This commit is contained in:
Willy "Linty
2024-01-09 16:29:56 +01:00
parent 9fd4026a97
commit 215c6c785a
17 changed files with 202 additions and 202 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "fontello",
"css_prefix_text": "pwg-icon-",
"name": "gallery-icon",
"css_prefix_text": "gallery-icon-",
"css_use_suffix": false,
"hinting": true,
"units_per_em": 1000,

View File

@@ -1,19 +0,0 @@
.pwg-icon-tag:before { content: '\2d'; } /* '-' */
.pwg-icon-up-open:before { content: '\e800'; } /* '' */
.pwg-icon-user:before { content: '\e805'; } /* '' */
.pwg-icon-menu:before { content: '\e811'; } /* '' */
.pwg-icon-arrow-rotate-left:before { content: '\e817'; } /* '' */
.pwg-icon-user-edit:before { content: '\e818'; } /* '' */
.pwg-icon-album:before { content: '\e819'; } /* '' */
.pwg-icon-calendar-plus:before { content: '\e81b'; } /* '' */
.pwg-icon-spin6:before { content: '\e81f'; } /* '' */
.pwg-icon-checkmark:before { content: '\e820'; } /* '' */
.pwg-icon-selecters:before { content: '\e821'; } /* '' */
.pwg-icon-cancel:before { content: '\e822'; } /* '' */
.pwg-icon-trash:before { content: '\e823'; } /* '' */
.pwg-icon-search-folder:before { content: '\e824'; } /* '' */
.pwg-icon-broom:before { content: '\e825'; } /* '' */
.pwg-icon-plus-circled:before { content: '\e84a'; } /* '' */
.pwg-icon-search:before { content: '\e900'; } /* '' */
.pwg-icon-file-image:before { content: '\f1c5'; } /* '' */

View File

@@ -1,19 +0,0 @@
.pwg-icon-tag { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '- '); }
.pwg-icon-up-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-user { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-arrow-rotate-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-user-edit { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-album { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-calendar-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-spin6 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-checkmark { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-selecters { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-cancel { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-trash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-search-folder { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-broom { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-plus-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-file-image { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }

View File

@@ -1,30 +0,0 @@
[class^="pwg-icon-"], [class*=" pwg-icon-"] {
font-family: 'fontello';
font-style: normal;
font-weight: normal;
/* fix buttons height */
line-height: 1em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
}
.pwg-icon-tag { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '- '); }
.pwg-icon-up-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-user { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-arrow-rotate-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-user-edit { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-album { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-calendar-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-spin6 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-checkmark { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-selecters { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-cancel { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-trash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-search-folder { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-broom { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-plus-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.pwg-icon-file-image { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }

View File

@@ -1,74 +0,0 @@
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?55799586');
src: url('../font/fontello.eot?55799586#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?55799586') format('woff2'),
url('../font/fontello.woff?55799586') format('woff'),
url('../font/fontello.ttf?55799586') format('truetype'),
url('../font/fontello.svg?55799586#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?55799586#fontello') format('svg');
}
}
*/
[class^="pwg-icon-"]:before, [class*=" pwg-icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.pwg-icon-tag:before { content: '\2d'; } /* '-' */
.pwg-icon-up-open:before { content: '\e800'; } /* '' */
.pwg-icon-user:before { content: '\e805'; } /* '' */
.pwg-icon-menu:before { content: '\e811'; } /* '' */
.pwg-icon-arrow-rotate-left:before { content: '\e817'; } /* '' */
.pwg-icon-user-edit:before { content: '\e818'; } /* '' */
.pwg-icon-album:before { content: '\e819'; } /* '' */
.pwg-icon-calendar-plus:before { content: '\e81b'; } /* '' */
.pwg-icon-spin6:before { content: '\e81f'; } /* '' */
.pwg-icon-checkmark:before { content: '\e820'; } /* '' */
.pwg-icon-selecters:before { content: '\e821'; } /* '' */
.pwg-icon-cancel:before { content: '\e822'; } /* '' */
.pwg-icon-trash:before { content: '\e823'; } /* '' */
.pwg-icon-search-folder:before { content: '\e824'; } /* '' */
.pwg-icon-broom:before { content: '\e825'; } /* '' */
.pwg-icon-plus-circled:before { content: '\e84a'; } /* '' */
.pwg-icon-search:before { content: '\e900'; } /* '' */
.pwg-icon-file-image:before { content: '\f1c5'; } /* '' */

View File

@@ -0,0 +1,19 @@
.gallery-icon-tag:before { content: '\2d'; } /* '-' */
.gallery-icon-up-open:before { content: '\e800'; } /* '' */
.gallery-icon-user:before { content: '\e805'; } /* '' */
.gallery-icon-menu:before { content: '\e811'; } /* '' */
.gallery-icon-arrow-rotate-left:before { content: '\e817'; } /* '' */
.gallery-icon-user-edit:before { content: '\e818'; } /* '' */
.gallery-icon-album:before { content: '\e819'; } /* '' */
.gallery-icon-calendar-plus:before { content: '\e81b'; } /* '' */
.gallery-icon-spin6:before { content: '\e81f'; } /* '' */
.gallery-icon-checkmark:before { content: '\e820'; } /* '' */
.gallery-icon-selecters:before { content: '\e821'; } /* '' */
.gallery-icon-cancel:before { content: '\e822'; } /* '' */
.gallery-icon-trash:before { content: '\e823'; } /* '' */
.gallery-icon-search-folder:before { content: '\e824'; } /* '' */
.gallery-icon-broom:before { content: '\e825'; } /* '' */
.gallery-icon-plus-circled:before { content: '\e84a'; } /* '' */
.gallery-icon-search:before { content: '\e900'; } /* '' */
.gallery-icon-file-image:before { content: '\f1c5'; } /* '' */

View File

@@ -0,0 +1,19 @@
.gallery-icon-tag { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '- '); }
.gallery-icon-up-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-user { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-arrow-rotate-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-user-edit { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-album { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-calendar-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-spin6 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-checkmark { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-selecters { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-cancel { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-trash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-search-folder { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-broom { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-plus-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-file-image { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }

View File

@@ -0,0 +1,30 @@
[class^="gallery-icon-"], [class*=" gallery-icon-"] {
font-family: 'gallery-icon';
font-style: normal;
font-weight: normal;
/* fix buttons height */
line-height: 1em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
}
.gallery-icon-tag { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '- '); }
.gallery-icon-up-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-user { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-arrow-rotate-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-user-edit { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-album { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-calendar-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-spin6 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-checkmark { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-selecters { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-cancel { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-trash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-search-folder { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-broom { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-plus-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-file-image { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }

View File

@@ -0,0 +1,74 @@
@font-face {
font-family: 'gallery-icon';
src: url('../font/gallery-icon.eot?78679720');
src: url('../font/gallery-icon.eot?78679720#iefix') format('embedded-opentype'),
url('../font/gallery-icon.woff2?78679720') format('woff2'),
url('../font/gallery-icon.woff?78679720') format('woff'),
url('../font/gallery-icon.ttf?78679720') format('truetype'),
url('../font/gallery-icon.svg?78679720#gallery-icon') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'gallery-icon';
src: url('../font/gallery-icon.svg?78679720#gallery-icon') format('svg');
}
}
*/
[class^="gallery-icon-"]:before, [class*=" gallery-icon-"]:before {
font-family: "gallery-icon";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.gallery-icon-tag:before { content: '\2d'; } /* '-' */
.gallery-icon-up-open:before { content: '\e800'; } /* '' */
.gallery-icon-user:before { content: '\e805'; } /* '' */
.gallery-icon-menu:before { content: '\e811'; } /* '' */
.gallery-icon-arrow-rotate-left:before { content: '\e817'; } /* '' */
.gallery-icon-user-edit:before { content: '\e818'; } /* '' */
.gallery-icon-album:before { content: '\e819'; } /* '' */
.gallery-icon-calendar-plus:before { content: '\e81b'; } /* '' */
.gallery-icon-spin6:before { content: '\e81f'; } /* '' */
.gallery-icon-checkmark:before { content: '\e820'; } /* '' */
.gallery-icon-selecters:before { content: '\e821'; } /* '' */
.gallery-icon-cancel:before { content: '\e822'; } /* '' */
.gallery-icon-trash:before { content: '\e823'; } /* '' */
.gallery-icon-search-folder:before { content: '\e824'; } /* '' */
.gallery-icon-broom:before { content: '\e825'; } /* '' */
.gallery-icon-plus-circled:before { content: '\e84a'; } /* '' */
.gallery-icon-search:before { content: '\e900'; } /* '' */
.gallery-icon-file-image:before { content: '\f1c5'; } /* '' */

View File

@@ -145,17 +145,17 @@
display: none;
}
@font-face {
font-family: 'fontello';
src: url('./font/fontello.eot?81807675');
src: url('./font/fontello.eot?81807675#iefix') format('embedded-opentype'),
url('./font/fontello.woff?81807675') format('woff'),
url('./font/fontello.ttf?81807675') format('truetype'),
url('./font/fontello.svg?81807675#fontello') format('svg');
font-family: 'gallery-icon';
src: url('./font/gallery-icon.eot?66019359');
src: url('./font/gallery-icon.eot?66019359#iefix') format('embedded-opentype'),
url('./font/gallery-icon.woff?66019359') format('woff'),
url('./font/gallery-icon.ttf?66019359') format('truetype'),
url('./font/gallery-icon.svg?66019359#gallery-icon') format('svg');
font-weight: normal;
font-style: normal;
}
.demo-icon {
font-family: "fontello";
font-family: "gallery-icon";
font-style: normal;
font-weight: normal;
speak: never;
@@ -204,7 +204,7 @@
</head>
<body>
<div class="container header">
<h1>fontello <small>font demo</small></h1>
<h1>gallery-icon <small>font demo</small></h1>
<label class="switch">
<input type="checkbox" onclick="toggleCodes(this.checked)">show codes
</label>
@@ -212,66 +212,66 @@
<div class="container" id="icons">
<div class="row">
<div class="span3" title="Code: 0x2d">
<i class="demo-icon pwg-icon-tag">&#x2d;</i> <span class="i-name">pwg-icon-tag</span><span class="i-code">0x2d</span>
<i class="demo-icon gallery-icon-tag">&#x2d;</i> <span class="i-name">gallery-icon-tag</span><span class="i-code">0x2d</span>
</div>
<div class="span3" title="Code: 0xe800">
<i class="demo-icon pwg-icon-up-open">&#xe800;</i> <span class="i-name">pwg-icon-up-open</span><span class="i-code">0xe800</span>
<i class="demo-icon gallery-icon-up-open">&#xe800;</i> <span class="i-name">gallery-icon-up-open</span><span class="i-code">0xe800</span>
</div>
<div class="span3" title="Code: 0xe805">
<i class="demo-icon pwg-icon-user">&#xe805;</i> <span class="i-name">pwg-icon-user</span><span class="i-code">0xe805</span>
<i class="demo-icon gallery-icon-user">&#xe805;</i> <span class="i-name">gallery-icon-user</span><span class="i-code">0xe805</span>
</div>
<div class="span3" title="Code: 0xe811">
<i class="demo-icon pwg-icon-menu">&#xe811;</i> <span class="i-name">pwg-icon-menu</span><span class="i-code">0xe811</span>
<i class="demo-icon gallery-icon-menu">&#xe811;</i> <span class="i-name">gallery-icon-menu</span><span class="i-code">0xe811</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xe817">
<i class="demo-icon pwg-icon-arrow-rotate-left">&#xe817;</i> <span class="i-name">pwg-icon-arrow-rotate-left</span><span class="i-code">0xe817</span>
<i class="demo-icon gallery-icon-arrow-rotate-left">&#xe817;</i> <span class="i-name">gallery-icon-arrow-rotate-left</span><span class="i-code">0xe817</span>
</div>
<div class="span3" title="Code: 0xe818">
<i class="demo-icon pwg-icon-user-edit">&#xe818;</i> <span class="i-name">pwg-icon-user-edit</span><span class="i-code">0xe818</span>
<i class="demo-icon gallery-icon-user-edit">&#xe818;</i> <span class="i-name">gallery-icon-user-edit</span><span class="i-code">0xe818</span>
</div>
<div class="span3" title="Code: 0xe819">
<i class="demo-icon pwg-icon-album">&#xe819;</i> <span class="i-name">pwg-icon-album</span><span class="i-code">0xe819</span>
<i class="demo-icon gallery-icon-album">&#xe819;</i> <span class="i-name">gallery-icon-album</span><span class="i-code">0xe819</span>
</div>
<div class="span3" title="Code: 0xe81b">
<i class="demo-icon pwg-icon-calendar-plus">&#xe81b;</i> <span class="i-name">pwg-icon-calendar-plus</span><span class="i-code">0xe81b</span>
<i class="demo-icon gallery-icon-calendar-plus">&#xe81b;</i> <span class="i-name">gallery-icon-calendar-plus</span><span class="i-code">0xe81b</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xe81f">
<i class="demo-icon pwg-icon-spin6 animate-spin">&#xe81f;</i> <span class="i-name">pwg-icon-spin6</span><span class="i-code">0xe81f</span>
<i class="demo-icon gallery-icon-spin6 animate-spin">&#xe81f;</i> <span class="i-name">gallery-icon-spin6</span><span class="i-code">0xe81f</span>
</div>
<div class="span3" title="Code: 0xe820">
<i class="demo-icon pwg-icon-checkmark">&#xe820;</i> <span class="i-name">pwg-icon-checkmark</span><span class="i-code">0xe820</span>
<i class="demo-icon gallery-icon-checkmark">&#xe820;</i> <span class="i-name">gallery-icon-checkmark</span><span class="i-code">0xe820</span>
</div>
<div class="span3" title="Code: 0xe821">
<i class="demo-icon pwg-icon-selecters">&#xe821;</i> <span class="i-name">pwg-icon-selecters</span><span class="i-code">0xe821</span>
<i class="demo-icon gallery-icon-selecters">&#xe821;</i> <span class="i-name">gallery-icon-selecters</span><span class="i-code">0xe821</span>
</div>
<div class="span3" title="Code: 0xe822">
<i class="demo-icon pwg-icon-cancel">&#xe822;</i> <span class="i-name">pwg-icon-cancel</span><span class="i-code">0xe822</span>
<i class="demo-icon gallery-icon-cancel">&#xe822;</i> <span class="i-name">gallery-icon-cancel</span><span class="i-code">0xe822</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xe823">
<i class="demo-icon pwg-icon-trash">&#xe823;</i> <span class="i-name">pwg-icon-trash</span><span class="i-code">0xe823</span>
<i class="demo-icon gallery-icon-trash">&#xe823;</i> <span class="i-name">gallery-icon-trash</span><span class="i-code">0xe823</span>
</div>
<div class="span3" title="Code: 0xe824">
<i class="demo-icon pwg-icon-search-folder">&#xe824;</i> <span class="i-name">pwg-icon-search-folder</span><span class="i-code">0xe824</span>
<i class="demo-icon gallery-icon-search-folder">&#xe824;</i> <span class="i-name">gallery-icon-search-folder</span><span class="i-code">0xe824</span>
</div>
<div class="span3" title="Code: 0xe825">
<i class="demo-icon pwg-icon-broom">&#xe825;</i> <span class="i-name">pwg-icon-broom</span><span class="i-code">0xe825</span>
<i class="demo-icon gallery-icon-broom">&#xe825;</i> <span class="i-name">gallery-icon-broom</span><span class="i-code">0xe825</span>
</div>
<div class="span3" title="Code: 0xe84a">
<i class="demo-icon pwg-icon-plus-circled">&#xe84a;</i> <span class="i-name">pwg-icon-plus-circled</span><span class="i-code">0xe84a</span>
<i class="demo-icon gallery-icon-plus-circled">&#xe84a;</i> <span class="i-name">gallery-icon-plus-circled</span><span class="i-code">0xe84a</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xe900">
<i class="demo-icon pwg-icon-search">&#xe900;</i> <span class="i-name">pwg-icon-search</span><span class="i-code">0xe900</span>
<i class="demo-icon gallery-icon-search">&#xe900;</i> <span class="i-name">gallery-icon-search</span><span class="i-code">0xe900</span>
</div>
<div class="span3" title="Code: 0xf1c5">
<i class="demo-icon pwg-icon-file-image">&#xf1c5;</i> <span class="i-name">pwg-icon-file-image</span><span class="i-code">0xf1c5</span>
<i class="demo-icon gallery-icon-file-image">&#xf1c5;</i> <span class="i-name">gallery-icon-file-image</span><span class="i-code">0xf1c5</span>
</div>
</div>
</div>

View File

@@ -1,10 +1,10 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Copyright (C) 2023 by original authors @ fontello.com</metadata>
<metadata>Copyright (C) 2024 by original authors @ fontello.com</metadata>
<defs>
<font id="fontello" horiz-adv-x="1000" >
<font-face font-family="fontello" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
<font id="gallery-icon" horiz-adv-x="1000" >
<font-face font-family="gallery-icon" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
<missing-glyph horiz-adv-x="1000" />
<glyph glyph-name="tag" unicode="&#x2d;" d="M250 600q0 30-21 51t-50 20-51-20-21-51 21-50 51-21 50 21 21 50z m595-321q0-30-20-51l-274-274q-22-21-51-21-30 0-50 21l-399 399q-21 21-36 57t-15 65v232q0 29 21 50t50 22h233q29 0 65-15t57-36l399-399q20-21 20-50z" horiz-adv-x="857.1" />

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.