WP SVG Icons - Version 2.2.1

Version Description

  • Remove the default icon size which was overriding the users icon size
Download this release

Release Info

Developer eherman24
Plugin Icon 128x128 WP SVG Icons
Version 2.2.1
Comparing to
See all releases

Code changes from version 2.0 to 2.2.1

includes/css/jquery.dropdown.css CHANGED
@@ -1,134 +1,134 @@
1
- .dropdown {
2
- position: absolute;
3
- z-index: 9999999;
4
- display: none;
5
- }
6
-
7
- .dropdown .dropdown-menu,
8
- .dropdown .dropdown-panel {
9
- min-width: 160px;
10
- max-width: 360px;
11
- list-style: none;
12
- background: #FFF;
13
- border: solid 1px #DDD;
14
- border: solid 1px rgba(0, 0, 0, .2);
15
- border-radius: 6px;
16
- box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
17
- overflow: visible;
18
- padding: 4px 0;
19
- margin: 0;
20
- }
21
-
22
- .dropdown .dropdown-panel {
23
- padding: 10px;
24
- }
25
-
26
- .dropdown.dropdown-tip {
27
- margin-top: 8px;
28
- }
29
-
30
- .dropdown.dropdown-tip:before {
31
- position: absolute;
32
- top: -6px;
33
- left: 9px;
34
- content: '';
35
- border-left: 7px solid transparent;
36
- border-right: 7px solid transparent;
37
- border-bottom: 7px solid #CCC;
38
- border-bottom-color: rgba(0, 0, 0, 0.2);
39
- display: inline-block;
40
- }
41
-
42
- .dropdown.dropdown-tip.dropdown-anchor-right:before {
43
- left: auto;
44
- right: 9px;
45
- }
46
-
47
- .dropdown.dropdown-tip:after {
48
- position: absolute;
49
- top: -5px;
50
- left: 10px;
51
- content: '';
52
- border-left: 6px solid transparent;
53
- border-right: 6px solid transparent;
54
- border-bottom: 6px solid #FFF;
55
- display: inline-block;
56
- }
57
-
58
- .dropdown.dropdown-tip.dropdown-anchor-right:after {
59
- left: auto;
60
- right: 10px;
61
- }
62
-
63
-
64
- .dropdown.dropdown-scroll .dropdown-menu,
65
- .dropdown.dropdown-scroll .dropdown-panel {
66
- max-height: 358px;
67
- overflow: auto;
68
- }
69
-
70
- .dropdown .dropdown-menu LI {
71
- list-style: none;
72
- padding: 0 0;
73
- margin: 0;
74
- line-height: 18px;
75
- }
76
-
77
- .dropdown .dropdown-menu LI > A,
78
- .dropdown .dropdown-menu LABEL {
79
- display: block;
80
- color: #555;
81
- text-decoration: none;
82
- line-height: 18px;
83
- padding: 3px 15px;
84
- white-space: nowrap;
85
- }
86
-
87
- .dropdown .dropdown-menu LI > A:hover,
88
- .dropdown .dropdown-menu LABEL:hover {
89
- background-color: rgba(255, 128, 0, 0.6);
90
- color: #FFF;
91
- cursor: pointer;
92
- }
93
-
94
- .dropdown .dropdown-menu .dropdown-divider {
95
- font-size: 1px;
96
- border-top: solid 1px #E5E5E5;
97
- padding: 0;
98
- margin: 5px 0;
99
- }
100
-
101
- /* Icon Examples - icons courtesy of http://p.yusukekamiyamane.com/ */
102
- .dropdown.has-icons LI > A {
103
- padding-left: 30px;
104
- background-position: 8px center;
105
- background-repeat: no-repeat;
106
- }
107
-
108
- .dropdown .undo A { background-image: url(icons/arrow-curve-180-left.png); }
109
- .dropdown .redo A { background-image: url(icons/arrow-curve.png); }
110
- .dropdown .cut A { background-image: url(icons/scissors.png); }
111
- .dropdown .copy A { background-image: url(icons/document-copy.png); }
112
- .dropdown .paste A { background-image: url(icons/clipboard.png); }
113
- .dropdown .delete A { background-image: url(icons/cross-script.png); }
114
-
115
-
116
- .glyph {
117
- font-size: 16px;
118
- float: left;
119
- text-align: center;
120
- background: #eee;
121
- padding: .75em;
122
- margin: .75em 1.5em .75em 0;
123
- width: 7.5em;
124
- border-radius: .25em;
125
- box-shadow: inset 0 0 0 1px #f8f8f8, 0 0 0 1px #CCC;
126
- }
127
-
128
- .fs1 {
129
- font-size: 2em;
130
- }
131
-
132
- .wp-svg-icon-preview-box { display:inline-block; float:right; margin-top: -210px; margin-right: 15px; width:170px; border: 1px dashed #CCCCCC; height:125px; padding:.8em; margin-bottom:10px; text-align:center; }
133
-
134
- footer { float:left; }
1
+ .dropdown {
2
+ position: absolute;
3
+ z-index: 9999999;
4
+ display: none;
5
+ }
6
+
7
+ .dropdown .dropdown-menu,
8
+ .dropdown .dropdown-panel {
9
+ min-width: 160px;
10
+ max-width: 360px;
11
+ list-style: none;
12
+ background: #FFF;
13
+ border: solid 1px #DDD;
14
+ border: solid 1px rgba(0, 0, 0, .2);
15
+ border-radius: 6px;
16
+ box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
17
+ overflow: visible;
18
+ padding: 4px 0;
19
+ margin: 0;
20
+ }
21
+
22
+ .dropdown .dropdown-panel {
23
+ padding: 10px;
24
+ }
25
+
26
+ .dropdown.dropdown-tip {
27
+ margin-top: 8px;
28
+ }
29
+
30
+ .dropdown.dropdown-tip:before {
31
+ position: absolute;
32
+ top: -6px;
33
+ left: 9px;
34
+ content: '';
35
+ border-left: 7px solid transparent;
36
+ border-right: 7px solid transparent;
37
+ border-bottom: 7px solid #CCC;
38
+ border-bottom-color: rgba(0, 0, 0, 0.2);
39
+ display: inline-block;
40
+ }
41
+
42
+ .dropdown.dropdown-tip.dropdown-anchor-right:before {
43
+ left: auto;
44
+ right: 9px;
45
+ }
46
+
47
+ .dropdown.dropdown-tip:after {
48
+ position: absolute;
49
+ top: -5px;
50
+ left: 10px;
51
+ content: '';
52
+ border-left: 6px solid transparent;
53
+ border-right: 6px solid transparent;
54
+ border-bottom: 6px solid #FFF;
55
+ display: inline-block;
56
+ }
57
+
58
+ .dropdown.dropdown-tip.dropdown-anchor-right:after {
59
+ left: auto;
60
+ right: 10px;
61
+ }
62
+
63
+
64
+ .dropdown.dropdown-scroll .dropdown-menu,
65
+ .dropdown.dropdown-scroll .dropdown-panel {
66
+ max-height: 358px;
67
+ overflow: auto;
68
+ }
69
+
70
+ .dropdown .dropdown-menu LI {
71
+ list-style: none;
72
+ padding: 0 0;
73
+ margin: 0;
74
+ line-height: 18px;
75
+ }
76
+
77
+ .dropdown .dropdown-menu LI > A,
78
+ .dropdown .dropdown-menu LABEL {
79
+ display: block;
80
+ color: #555;
81
+ text-decoration: none;
82
+ line-height: 18px;
83
+ padding: 3px 15px;
84
+ white-space: nowrap;
85
+ }
86
+
87
+ .dropdown .dropdown-menu LI > A:hover,
88
+ .dropdown .dropdown-menu LABEL:hover {
89
+ background-color: rgba(255, 128, 0, 0.6);
90
+ color: #FFF;
91
+ cursor: pointer;
92
+ }
93
+
94
+ .dropdown .dropdown-menu .dropdown-divider {
95
+ font-size: 1px;
96
+ border-top: solid 1px #E5E5E5;
97
+ padding: 0;
98
+ margin: 5px 0;
99
+ }
100
+
101
+ /* Icon Examples - icons courtesy of http://p.yusukekamiyamane.com/ */
102
+ .dropdown.has-icons LI > A {
103
+ padding-left: 30px;
104
+ background-position: 8px center;
105
+ background-repeat: no-repeat;
106
+ }
107
+
108
+ .dropdown .undo A { background-image: url(icons/arrow-curve-180-left.png); }
109
+ .dropdown .redo A { background-image: url(icons/arrow-curve.png); }
110
+ .dropdown .cut A { background-image: url(icons/scissors.png); }
111
+ .dropdown .copy A { background-image: url(icons/document-copy.png); }
112
+ .dropdown .paste A { background-image: url(icons/clipboard.png); }
113
+ .dropdown .delete A { background-image: url(icons/cross-script.png); }
114
+
115
+
116
+ .glyph {
117
+ font-size: 16px;
118
+ float: left;
119
+ text-align: center;
120
+ background: #eee;
121
+ padding: .75em;
122
+ margin: .75em 1.5em .75em 0;
123
+ width: 7.5em;
124
+ border-radius: .25em;
125
+ box-shadow: inset 0 0 0 1px #f8f8f8, 0 0 0 1px #CCC;
126
+ }
127
+
128
+ .fs1 {
129
+ font-size: 2em;
130
+ }
131
+
132
+ .wp-svg-icon-preview-box { display:inline-block; float:right; margin-top: -210px; margin-right: 15px; width:170px; border: 1px dashed #CCCCCC; height:125px; padding:.8em; margin-bottom:10px; text-align:center; }
133
+
134
+ footer { float:left; }
includes/css/wordpress-svg-icon-plugin-style.css CHANGED
@@ -1592,4 +1592,4 @@ you can use the generic selector below, but it's slower:
1592
  /* Float Classes */
1593
  .wpSVGfloatRight { float:right; margin-left:13px; }
1594
  .wpSVGfloatLeft { float:left; margin-right:13px; }
1595
- .wpSVGnoFloat { float:none !important; }
1592
  /* Float Classes */
1593
  .wpSVGfloatRight { float:right; margin-left:13px; }
1594
  .wpSVGfloatLeft { float:left; margin-right:13px; }
1595
+ .wpSVGnoFloat { float:none !important; }
includes/js/jquery.dropdown.min.js CHANGED
@@ -1,8 +1,8 @@
1
- /*
2
- * jQuery dropdown: A simple dropdown plugin
3
- *
4
- * Copyright 2013 Cory LaViska for A Beautiful Site, LLC. (http://abeautifulsite.net/)
5
- *
6
- * Licensed under the MIT license: http://opensource.org/licenses/MIT
7
- *
8
  */jQuery&&function(e){function t(t,i){var s=t?e(this):i,o=e(s.attr("data-dropdown")),u=s.hasClass("dropdown-open");if(t){if(e(t.target).hasClass("dropdown-ignore"))return;t.preventDefault();t.stopPropagation()}else if(s!==i.target&&e(i.target).hasClass("dropdown-ignore"))return;n();if(u||s.hasClass("dropdown-disabled"))return;s.addClass("dropdown-open");o.data("dropdown-trigger",s).show();r();o.trigger("show",{dropdown:o,trigger:s})}function n(t){var n=t?e(t.target).parents().addBack():null;if(n&&n.is(".dropdown")){if(!n.is(".dropdown-menu"))return;if(!n.is("A"))return}e(document).find(".dropdown:visible").each(function(){var t=e(this);t.hide().removeData("dropdown-trigger").trigger("hide",{dropdown:t})});e(document).find(".dropdown-open").removeClass("dropdown-open")}function r(){var t=e(".dropdown:visible").eq(0),n=t.data("dropdown-trigger"),r=n?parseInt(n.attr("data-horizontal-offset")||0,10):null,i=n?parseInt(n.attr("data-vertical-offset")||0,10):null;if(t.length===0||!n)return;t.hasClass("dropdown-relative")?t.css({left:t.hasClass("dropdown-anchor-right")?n.position().left-(t.outerWidth(!0)-n.outerWidth(!0))-parseInt(n.css("margin-right"),10)+r:n.position().left+parseInt(n.css("margin-left"),10)+r,top:n.position().top+n.outerHeight(!0)-parseInt(n.css("margin-top"),10)+i}):t.css({left:t.hasClass("dropdown-anchor-right")?n.offset().left-(t.outerWidth()-n.outerWidth())+r:n.offset().left+r,top:n.offset().top+n.outerHeight()+i})}e.extend(e.fn,{dropdown:function(r,i){switch(r){case"show":t(null,e(this));return e(this);case"hide":n();return e(this);case"attach":return e(this).attr("data-dropdown",i);case"detach":n();return e(this).removeAttr("data-dropdown");case"disable":return e(this).addClass("dropdown-disabled");case"enable":n();return e(this).removeClass("dropdown-disabled")}}});e(document).on("click.dropdown","[data-dropdown]",t);e(document).on("click.dropdown",n);e(window).on("resize",r)}(jQuery);
1
+ /*
2
+ * jQuery dropdown: A simple dropdown plugin
3
+ *
4
+ * Copyright 2013 Cory LaViska for A Beautiful Site, LLC. (http://abeautifulsite.net/)
5
+ *
6
+ * Licensed under the MIT license: http://opensource.org/licenses/MIT
7
+ *
8
  */jQuery&&function(e){function t(t,i){var s=t?e(this):i,o=e(s.attr("data-dropdown")),u=s.hasClass("dropdown-open");if(t){if(e(t.target).hasClass("dropdown-ignore"))return;t.preventDefault();t.stopPropagation()}else if(s!==i.target&&e(i.target).hasClass("dropdown-ignore"))return;n();if(u||s.hasClass("dropdown-disabled"))return;s.addClass("dropdown-open");o.data("dropdown-trigger",s).show();r();o.trigger("show",{dropdown:o,trigger:s})}function n(t){var n=t?e(t.target).parents().addBack():null;if(n&&n.is(".dropdown")){if(!n.is(".dropdown-menu"))return;if(!n.is("A"))return}e(document).find(".dropdown:visible").each(function(){var t=e(this);t.hide().removeData("dropdown-trigger").trigger("hide",{dropdown:t})});e(document).find(".dropdown-open").removeClass("dropdown-open")}function r(){var t=e(".dropdown:visible").eq(0),n=t.data("dropdown-trigger"),r=n?parseInt(n.attr("data-horizontal-offset")||0,10):null,i=n?parseInt(n.attr("data-vertical-offset")||0,10):null;if(t.length===0||!n)return;t.hasClass("dropdown-relative")?t.css({left:t.hasClass("dropdown-anchor-right")?n.position().left-(t.outerWidth(!0)-n.outerWidth(!0))-parseInt(n.css("margin-right"),10)+r:n.position().left+parseInt(n.css("margin-left"),10)+r,top:n.position().top+n.outerHeight(!0)-parseInt(n.css("margin-top"),10)+i}):t.css({left:t.hasClass("dropdown-anchor-right")?n.offset().left-(t.outerWidth()-n.outerWidth())+r:n.offset().left+r,top:n.offset().top+n.outerHeight()+i})}e.extend(e.fn,{dropdown:function(r,i){switch(r){case"show":t(null,e(this));return e(this);case"hide":n();return e(this);case"attach":return e(this).attr("data-dropdown",i);case"detach":n();return e(this).removeAttr("data-dropdown");case"disable":return e(this).addClass("dropdown-disabled");case"enable":n();return e(this).removeClass("dropdown-disabled")}}});e(document).on("click.dropdown","[data-dropdown]",t);e(document).on("click.dropdown",n);e(window).on("resize",r)}(jQuery);
includes/scripts.php CHANGED
@@ -1 +1 @@
1
- <?php
1
+ <?php
readme.txt CHANGED
@@ -1,223 +1 @@
1
- === WordPress Icons - SVG ===
2
- Contributors: eherman24
3
- Donate link: http://evan-herman.com/
4
- Tags: wordpress, icons, evan, herman, icon, set, svg, wp, icomoon, ico, moon, wp, zoom, wp-zoom, wpzoom, broccolidry, metoicons, iconic, plugin, responsive, bootstrap, font, awesome, font awesome, twitter, glyphicons, glyph, web, font, webfont
5
- Requires at least: 3.5
6
- Tested up to: 3.8
7
- Stable tag: 2.0
8
- License: GPLv2 or later
9
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
-
11
- Users can now import custom icon packs! This plugin will also install 500+ SVG glyph icons for use on your site. Use the provided code in posts, themes and templates.
12
-
13
- == Description ==
14
-
15
- **Brand New Feature**
16
- We've listened to your feature requests, and after many countless hours behind the keyboard developing, we're pleased to announce our newest addition to WP SVG Icons.
17
-
18
- Now, you're no longer limited to the icons that come pre-packaged with the plugin. Create your own custom icon combinations and start using them on your site in a matter of minutes.
19
- **How To:**
20
- 1. Visit <a href="http://icomoon.io/app/#/select">IcoMoon</a> and begin selecting icons you want to use.
21
- 1. select which icons you want to include in your pack
22
- 1. Click 'Preferences' and input a font-name and a customized prefix (must end in - for best results)
23
- 1. Click 'Download'
24
- 1. Import the .zip right into the plugin and start using your fonts! No coding required!
25
-
26
-
27
- **Demo Page**
28
- <a href="http://evan-herman.com/wp-svg-icons/">Check Out The Plugin Demo Page</a>
29
-
30
-
31
- I originally created this plugin for my own personal use on client projects. After witnessing the power of this plugin first hand, I wanted
32
- to give a little something back to the community who have helped me through the years. The 'WordPress SVG Icon Set' is extremely
33
- easy for any one to use. Two clicks of the mouse and you have an icon ready to be placed on to your site.
34
-
35
- These icons are a set of web-fonts, and are extremely scale-able. Meaning they will not degrade in quality the larger they get. Another
36
- great feature of this plugin is the ability to use the same icons across all devices. No need to generate Retina specific images for mobile
37
- devices. By setting a max-width on the icon, it then becomes responsive.
38
-
39
- This plugin is also great for developers who use icons on multiple sites and want to avoid the hassle of re-installing
40
- web fonts on to a new server every time. With this plugin its one click and you're ready to begin working. You can use
41
- these any where in your themes.
42
-
43
- **Basic Plugin Demo**
44
- http://www.youtube.com/watch?v=hXUJjQb82WY
45
-
46
- **Custom Font Pack Uploader Demo (coming soon)**
47
- http://www.youtube.com/watch?v=Nrkt5uXpmAU
48
-
49
- **Features**
50
-
51
- * OVER 500 ICONS INCLUDED
52
- * Import your own custom svg icons
53
- * Download and import your own custom icon build from <a href="http://icomoon.io/app/#/select">IcoMoon</a>
54
- * Insert Icons Directly Into Posts
55
- * Expansion section - updated with new icons frequently
56
- * Pro Version still in Development - plans to release as unpaid
57
- * Pre-defined classes for easy icon styling
58
- * Demo/Example page with sample code and Icon Playground
59
-
60
- **Usage**
61
- To include an icon on to any page of your site, simply click on the icon that you want to use and copy the provided code.
62
- The icon code will look like the following:
63
- `<div data-icon="&#xe016;"></div>`
64
-
65
- It is also extremely simple to change the size of the icon . To do so, just add an inline font-size property to the div that is holding your icon.
66
- *For example:*
67
- `<div data-icon="&#xe016;" style="font-size:3em;"></div>`
68
- Will increase the icon size to 3em. You may also specify 'px' or '%' as the measurement.
69
-
70
- You may also change the color of the icon, for when you need to stick to a color scheme.
71
- *For example:*
72
- `<div data-icon="&#xe016;" style="color:#007ab7"></div>`
73
- Will change the icon color to blue.
74
-
75
- Another great feature is the ability to add CSS3 animation, such as color fade on hover. This is acheived by first adding an ID or class to the icon and utilizing the CSS3 pseudo classes.
76
- You can add the style directly before the icon, or you can simply add it to your existing CSS3 Stylesheet.
77
- *For example:*
78
- CSS3 Code
79
- `<style>#pac-man-icon:hover { color: #d9f200; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; }</style>`
80
- Icon Code
81
- `<div data-icon="&#xe016;" id="pac-man-icon"></div>`
82
- Will create a PacMan Icon, give it the ID of pac-man-icon, and assign the :hover pseudo class to the icon.
83
- When a user hovers over the icon, the icon will then fade colors to an appropriate PacMan yellow over .5 seconds.
84
-
85
- These icons can also be used inside of buttons, dropdowns, menu items, unordered lists, category icons. The use is endless.
86
- For my final example I wanted to show how the icons can be used inside of a button.
87
- *For example:*
88
- `<button class="button-secondary"><div data-icon="&#xe016;" id="pac-man-icon"> This is my PacMan Button</div></button>`
89
- This will create a very nice looking button with your Icon to the left hand side of the button with the text' This is my PacMan Button'.
90
- *note: button-secondary is a class to assign to buttons on the admin dashboard of your site, it will not look great on the front end.*
91
-
92
- *Developing plugins is long and tedious work. If you benefit or enjoy this plugin please take the time to rate
93
- and review it, as this will only make future iterations of it better.*
94
-
95
- **Special Thanks Goes To:**
96
-
97
- * [IcoMoon](http://www.icomoon.io) for an amazing base set of free icon's for use, many in this plugin.
98
- * [Alessio Atzeni](http://www.alessioatzeni.com/) for the inclusion of a few 'Metoicons' icons in this plugin.
99
- * [PJ Onori](http://somerandomdude.com) for the inclusion of a few 'Iconic' icons in this plugin.
100
-
101
- **and of course**
102
-
103
- * [Matt Mullenweg](http://www.ma.tt/) for everything he does for the WordPress community. Without him none of this would be possible.
104
-
105
- == Installation ==
106
- 1. Upload `wordpress-svg-icons-plugin.zip` to the `/wp-content/plugins/` directory
107
- 2. Activate the plugin through the 'Plugins' menu in WordPress
108
- 3. Go to the 'WP SVG Icon' plugin page in the dashboard
109
- 4. Click on which icon you would like to use
110
- 5. A preview of the icon will then appear in the preview box at the top. Copy the generated code out of the 'example' box.
111
- 6. You may now paste the copied code anywhere you want the icon to appear. (even in posts or anywhere in your templates)
112
-
113
- == Frequently Asked Questions ==
114
-
115
- = When I include the provided code in a post, all that appears is the code. No icon appears. Why? =
116
-
117
- Make sure that you are entering the provided code in the 'text' section of the post editor. If you are putting the code into the 'visual' editor, it will not work.
118
-
119
- = Will these icons loose quality as they scale up? =
120
-
121
- No. These icons are not .png or .jpg format. They are .svg (scalable vector graphics), which means you can scale them
122
- as large as you want with out any loss in quality.
123
-
124
- = Can you change the color of the icons? =
125
-
126
- Yes, by specifying an in-line color property to the div.
127
-
128
- = Can you add animations to the icons? =
129
-
130
- Yes, but you will need to know how to code CSS3 animations.
131
-
132
- = What is so different between the free and the pro version? =
133
-
134
- The pro version was built with ease of use for the end user in mind. The pro version comes with an icon customization window where users
135
- can much more easily change the icon size and icon color. The customization window also features 59 pre-built CSS3 animations
136
- which users can add to any icon in the library. On top of that users can choose when to animate the icon from options such as
137
- 'On Load', 'On Hover' and 'On Click'. Within the customization window users can also add a drop shadow, or make the icon appear 3D
138
- with just one click, all while watching the changes in real time within the 'Icon Preview Window'. Users also hve the ability to turn the icon
139
- in to a functioning link to an internal or external page. Once the user is content with the final icon design, they click 'Generate
140
- Code' where they are given all the necessary code to place that icon anywhere on your site.
141
-
142
- It's as easy as copy and paste.
143
-
144
- If you buy the pro version you will also receive support for one year, for those times you need to make something out of the ordinary happen.
145
-
146
- *Note: The pro version is in development and is planned to be released as unpaid*
147
-
148
- = Have a question, idea or found a bug? =
149
-
150
- If you have found any problems, have an idea for a future release, found a bug you would like me to correct or
151
- need light technical support you can reach me by email at <a href="mailto:evanmherman@gmail.com">Evan.M.Herman@gmail.com</a>
152
- or through the contact form on my website at <a href="http://www.Evan-Herman.com/contact/">www.Evan-Herman.com</a>.
153
-
154
- = Do you want me to include your icons in to this plugin? =
155
-
156
- If you have a set of icons you want me to include in this plugin, or you need an icon added for a client project, please contact me via
157
- the <a href="http://www.evan-herman.com/contact/">contact form</a> on my website. You can pay for the request to include icons, and upload the files right to my site. Once payment is received
158
- I will get the icons included in the plugin within 24 hours (usually faster).
159
- <a href="http://www.Evan-Herman.com/contact/">www.Evan-Herman.com</a>
160
-
161
-
162
- == Screenshots ==
163
- 1. Main plugin screen. Pacman icon selected, generated code visible.
164
- 2. Some more icons included in this plugin.
165
- 3. All included icons in the icon selection screen in the dashboard.
166
- 4. The new expansion section, with the new linked in rounded icon
167
-
168
- == Changelog ==
169
- = 2.0 =
170
-
171
- = 1.3.2 =
172
- * Added pre-defined classes for easy icon styling - October 29th, 2013
173
- * Check <a href="http://www.evan-herman.com/wp-svg-icons/"> the demo page </a> for more information.
174
-
175
- = 1.3.1 =
176
- * Fixed inconsistency with new rounded Linked in icon - October 23rd, 2013
177
-
178
- = 1.3 =
179
- * Added a new expansion section
180
- * Added 1 new rounded Linked in icon - October 19th, 2013
181
-
182
- = 1.2 =
183
- * Replaced icon container holder from a `<div>` to a `<span>` - fixes line breaks when inserting icons into content - September 20th, 2013
184
-
185
- = 1.1 =
186
- * Made it easier to select icons by making the entire div selectable
187
- * Added icon highlighting after selection
188
- * Added smooth scroll back to top
189
- * Placed scripts in external file - August 2nd, 2013
190
-
191
- = 1.0 =
192
- * Original Release - July 20th, 2013
193
-
194
- == Upgrade Notice ==
195
- = 2.0 =
196
- * Added <a href="http://www.icomoon.io">Icomoon</a> icon pack importer
197
- * Fixed what dashboard pages styles/scripts get enqueued
198
- * Adjusted styles to maintain consistency - January 15th, 2014
199
-
200
- = 1.3.2 =
201
- * Added pre-defined classes for easy icon styling - October 29th, 2013
202
- * Check <a href="http://www.evan-herman.com/wp-svg-icons/"> the demo page </a> for more information.
203
-
204
- = 1.3.1 =
205
- * Fixed inconsistency with new rounded Linked in icon - October 23rd, 2013
206
-
207
- = 1.3 =
208
- * Added a new expansion section
209
- * Added 1 new rounded linked in icon - October 19th, 2013
210
-
211
- = 1.2 =
212
- * Replaced icon container holder from a <div> to a <span> - fixes line breaks when inserting icons into content - September 20th, 2013
213
-
214
- = 1.1 =
215
- * Made it easier to select icons by making the entire div selectable
216
- * Added icon highlighting after selection
217
- * Added smooth scroll back to top - August 2nd, 2013
218
-
219
- = 1.0 =
220
- * Original release - July 20th, 2013
221
-
222
- == Demo Page ==
223
- <p> Check out the <a href="http://evan-herman.com/wp-svg-icons/">demo page</a> for icon examples, the icon playground and code samples before downloading.</p>
1
+ === WordPress Icons - SVG ===
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
wordpress-svg-icons-plugin.php CHANGED
@@ -1 +1,4794 @@
1
- <?php
2
  This program is free software; you can redistribute it and/or modify
3
  it under the terms of the GNU General Public License, version 2, as
4
  published by the Free Software Foundation.
5
  This program is distributed in the hope that it will be useful,
6
  but WITHOUT ANY WARRANTY; without even the implied warranty of
7
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8
  GNU General Public License for more details.
9
  You should have received a copy of the GNU General Public License
10
  along with this program; if not, write to the Free Software
11
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
12
  add_option('wp_svg_icons_do_activation_redirect', true);
13
  if (get_option('wp_svg_icons_do_activation_redirect', false)) {
14
  delete_option('wp_svg_icons_do_activation_redirect');
15
  wp_redirect('/wp-admin/admin.php?page=wordpress_svg_icons_cheat_sheet');
16
  }
17
  $upload['subdir'] = '/wp-svg-icons/custom-pack';
18
  $upload['path'] = $upload['basedir'] . $upload['subdir'];
19
  $upload['url'] = $upload['baseurl'] . $upload['subdir'];
20
  return $upload;
21
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  This program is free software; you can redistribute it and/or modify
2
  it under the terms of the GNU General Public License, version 2, as
3
  published by the Free Software Foundation.
4
  This program is distributed in the hope that it will be useful,
5
  but WITHOUT ANY WARRANTY; without even the implied warranty of
6
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7
  GNU General Public License for more details.
8
  You should have received a copy of the GNU General Public License
9
  along with this program; if not, write to the Free Software
10
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
11
  add_option('wp_svg_icons_do_activation_redirect', true);
12
  if (get_option('wp_svg_icons_do_activation_redirect', false)) {
13
  delete_option('wp_svg_icons_do_activation_redirect');
14
  wp_redirect('/wp-admin/admin.php?page=wordpress_svg_icons_cheat_sheet');
15
  }
16
  $upload['subdir'] = '/wp-svg-icons/custom-pack';
17
  $upload['path'] = $upload['basedir'] . $upload['subdir'];
18
  $upload['url'] = $upload['baseurl'] . $upload['subdir'];
19
  return $upload;
20
  }
21
+ <?php
22
+ /*
23
+ Plugin Name: WordPress Icons - SVG
24
+ Plugin URI: http://evan-herman.com/wp-svg-icon-set-1-example/
25
+ Description: Easily insert svg icons directly in to your WordPress blog with this plugin.
26
+ Version: 2.2.1
27
+ Author: Evan Herman
28
+ Author URI: http://www.Evan-Herman.com
29
+ License:
30
+ Copyright 2013 Evan Herman (email : Evan.M.Herman@gmail.com)
31
+ This program is free software; you can redistribute it and/or modify
32
+ it under the terms of the GNU General Public License, version 2, as
33
+ published by the Free Software Foundation.
34
+ This program is distributed in the hope that it will be useful,
35
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
36
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
37
+ GNU General Public License for more details.
38
+ You should have received a copy of the GNU General Public License
39
+ along with this program; if not, write to the Free Software
40
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
41
+ */
42
+ /***********************************
43
+ * INCLUDES
44
+ ***********************************/
45
+
46
+ /* path to any included files */
47
+ include(dirname(__FILE__) . '/includes/scripts.php'); // this controls all js/css
48
+
49
+
50
+ // on plugin activation redirect
51
+ function wp_svg_icons_activate() {
52
+ add_option('wp_svg_icons_do_activation_redirect', true);
53
+ }
54
+
55
+ function wp_svg_icons_redirect() {
56
+ if (get_option('wp_svg_icons_do_activation_redirect', false)) {
57
+ delete_option('wp_svg_icons_do_activation_redirect');
58
+ wp_redirect('/wp-admin/admin.php?page=wordpress_svg_icons_cheat_sheet');
59
+ }
60
+ }
61
+ register_activation_hook(__FILE__, 'wp_svg_icons_activate');
62
+ add_action('admin_init', 'wp_svg_icons_redirect');
63
+
64
+ // Creates Dynamic Uploads Path
65
+ // Sets path to wp-content/uploads/wp-svg-icons/custom-pack
66
+ function wp_svg_set_upload_dir( $upload ) {
67
+ $upload['subdir'] = '/wp-svg-icons/custom-pack';
68
+ $upload['path'] = $upload['basedir'] . $upload['subdir'];
69
+ $upload['url'] = $upload['baseurl'] . $upload['subdir'];
70
+ return $upload;
71
+ }
72
+
73
+ // Gets urlBasename from the URL string
74
+ // If you are on the Upload a Custom Icon Pack page => set custom path for all uploads to wp-content/uploads/wp-svg-icons/custom-pack
75
+ function wp_svg_change_downloads_upload_dir() {
76
+ $actual_link = "http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]";
77
+ $urlBasename = array_pop(explode('/', $actual_link));
78
+ if ($urlBasename == 'admin.php?page=wp-svg-icons-upload-custom-pack' ) {
79
+ add_filter( 'upload_dir', 'wp_svg_set_upload_dir' );
80
+ }
81
+ }
82
+ add_action( 'admin_init', 'wp_svg_change_downloads_upload_dir', 999 );
83
+
84
+
85
+ // Register custom pack already installed error
86
+ function wp_svg_customPack_installed_error(){
87
+ $actual_link = "http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]";
88
+ $urlBasename = array_pop(explode('/', $actual_link));
89
+ if ($urlBasename == 'admin.php?page=wp-svg-icons-upload-custom-pack' ) {
90
+ $dest = wp_upload_dir();
91
+ $dest_path = $dest['path'];
92
+ // if a file exists print the error on the custom pack upload page
93
+ if (file_exists( $dest_path.'/wp-svg-custom-pack.zip' )) {
94
+ // print error
95
+ echo '<script>jQuery(document).ready(function() { jQuery(".wp-svg-custom-pack-preloader").show(); jQuery(".wp-svg-custom-pack-buttons").after("<div class=error><p>You already have a font pack installed. If you want to install a new font pack, you must first uninstall the current one.</p></div>"); });</script>';
96
+ // disable file upload field if custom font pack exists
97
+ echo '<script>jQuery(document).ready(function() { jQuery(".preview-icon-code-box").show(); jQuery(".dropDownButton").removeAttr("disabled"); jQuery("#wp_svg_custom_pack_field").attr("disabled","disabled"); jQuery("input[value=Import]").attr("disabled","disabled"); });</script>';
98
+
99
+
100
+ echo '<script>
101
+ jQuery(document).ready(function() {
102
+ jQuery.get( "/wp-content/uploads/wp-svg-icons/custom-pack/demo.html", function( data ) {
103
+ setTimeout(function() {
104
+ jQuery( ".current-font-pack" ).html( data );
105
+ }, 1200);
106
+ });
107
+ });
108
+ </script>';
109
+
110
+ } else {
111
+ echo '<script>jQuery(document).ready(function() { jQuery(".wp-svg-custom-pack-preloader").hide(); jQuery("#uninstall-pack-button").attr("disabled","disabled"); jQuery("#dropDownButton").attr("disabled","disabled"); });</script>';
112
+ }
113
+ }
114
+ }
115
+ add_action('admin_notices', 'wp_svg_customPack_installed_error');
116
+
117
+
118
+ // Create menu page to display icons
119
+ // Create Menu Page
120
+ // Create Sub Menu page for Custom Pack Uploads
121
+ function wordpress_svg_icons_plugin_add_menu_page(){
122
+ add_menu_page( 'WP SVG Icons',
123
+ 'WP SVG Icons',
124
+ 'manage_options',
125
+ 'wordpress_svg_icons_cheat_sheet',
126
+ 'wordpress_svg_icons_cheat_sheet',
127
+ plugins_url( '/svg-vector-icon-plugin/includes/images/svg-set1-menu-icon.png' )
128
+ );
129
+
130
+ add_submenu_page(
131
+ 'wordpress_svg_icons_cheat_sheet',
132
+ 'Import Custom Icon Pack',
133
+ 'Import Custom Icon Pack',
134
+ 'manage_options',
135
+ 'wp-svg-icons-upload-custom-pack',
136
+ 'wp_svg_icons_upload_custom_pack_callback'
137
+ );
138
+ }
139
+ add_action('admin_menu', 'wordpress_svg_icons_plugin_add_menu_page');
140
+
141
+
142
+ function wp_svg_custom_pack_enable_fields() {
143
+ ?>
144
+ <script>
145
+ jQuery(document).ready(function() {
146
+ jQuery('input[value="Import"]').removeAttr("disabled");
147
+ jQuery('#wp_svg_custom_pack_field').removeAttr("disabled");
148
+ });
149
+ </script>
150
+ <?
151
+ }
152
+
153
+ // function to delete an entire directory (even if it is not empty)
154
+ // used to delete wp-svg-icons/custom-pack and all contents when font pack is uninstalled
155
+ function rrmdir($dir) {
156
+ if (is_dir($dir)) {
157
+ $objects = scandir($dir);
158
+ foreach ($objects as $object) {
159
+ if ($object != "." && $object != "..") {
160
+ if (filetype($dir."/".$object) == "dir") rrmdir($dir."/".$object); else unlink($dir."/".$object);
161
+ }
162
+ }
163
+ reset($objects);
164
+ rmdir($dir);
165
+ }
166
+ }
167
+
168
+
169
+
170
+ // Function that handles the ajax request of deleting files
171
+ function svg_delete_custom_pack_ajax() {
172
+ $dest = wp_upload_dir();
173
+ $dest_path = $dest['path'];
174
+ $customFontPackPath = $dest_path.'/wp-svg-icons/custom-pack/';
175
+ $customFontPackPath = str_replace('/2014/01','',$customFontPackPath);
176
+ $fileName = 'wp-svg-custom-pack.zip';
177
+
178
+ // Delete The File
179
+ // If delete not successful => show error
180
+ if (!unlink($customFontPackPath.$fileName)) {
181
+ echo '<div class="error customFontUninstalledMessage">
182
+ <p>Error uninstalling your custom font pack. Try again. If the error persists you will have to delete the file manually.</p>
183
+ </div>';
184
+ // else if it is successful => show success message
185
+ // enable the buttons and input field again
186
+ // Hide error message (error that displays font pack already installed)
187
+ } else {
188
+ // remove all of the contents inside of custom-pack
189
+ rrmdir($customFontPackPath);
190
+ echo '<script>jQuery(document).ready(function() { jQuery("footer p:last-child").html("Your Custom Icon Pack will be installed to: <b>'.$customFontPackPath.'</b>"); jQuery(".current-font-pack").html(""); jQuery(".preview-icon-code-box").hide(); jQuery("#uninstall-pack-button").attr("disabled","disabled"); jQuery(".dropDownButton").attr("disabled","disabled"); jQuery(".wp-svg-custom-pack-buttons").after("<div class=updated customFontUninstalledMessage><p>Custom font pack successfully uninstalled!</p></div>"); setTimeout(function() { jQuery(".updated").fadeOut(); },3500); });</script>';
191
+ wp_svg_custom_pack_enable_fields();
192
+ };
193
+
194
+ // Test file path and filename
195
+ // echo $customFontPackPath.$fileName;
196
+
197
+ // always die when doing ajax requests
198
+ // or it will always return 0
199
+ die();
200
+ }
201
+ add_action('wp_ajax_svg_delete_custom_pack','svg_delete_custom_pack_ajax');
202
+
203
+
204
+ // WP SVG Icons Upload Custom Pack Page Callback
205
+ function wp_svg_icons_upload_custom_pack_callback() {
206
+ ?>
207
+ <!-- custom page styles -->
208
+ <!-- have to figure out a way to style this page -->
209
+ <style>
210
+ .mhl > h1:first-child, .mbl, .bgc1 > .mhl { display:none; }
211
+ .glyph { background:transparent; margin: .25em .35em .25em 0; width:1.5em; padding:.35em; box-shadow:none; -o-transition:.15s; -ms-transition:.15s; -moz-transition:.15s; -webkit-transition:.15s; transition:.15s; }
212
+ .glyph:hover { cursor:pointer; color:#ff8000; }
213
+ .glyph fieldset, .glyph .fs0 { display:none; }
214
+ .glyph span:first-child { display:block; width:100%; font-size:1.5em; }
215
+ .glyph span:last-child { line-height:.9;font-size:15px; display:none; }
216
+ .glyph { color:#333333; }
217
+ .selected { color: #FF8800; background:#d8d8d8; }
218
+ .selected span:last-child { color:#666666; }
219
+ .wp-svg-icon-preview-box { margin-top:-6em; }
220
+ .wp-svg-icon-preview { font-size:8em; }
221
+ .wp-svg-icon-preview-box i { display:block; margin-top:-.5em; padding-top:5px; }
222
+ .wp-svg-icon-preview div { margin-top: 10px; }
223
+ </style>
224
+
225
+ <img class="wp-sv-gcustom-icon-upload-new-image" src="<?php echo plugins_url( '/svg-vector-icon-plugin/includes/images/New-Logo.png' ); ?>" />
226
+ <div class="wp-svg-custom-upload-wrap wrap" style="width:93.5%;min-width:900px;">
227
+ <!-- get uploaded file, unzip .zip, store files in appropriate locations, populate page with custom icons -->
228
+ <!-- wp_handle_upload ( http://codex.wordpress.org/Function_Reference/wp_handle_upload ) -->
229
+ <!-- ** TO DO RENAME UPLOADED FILE TO wp-svg-custom-pack.zip ** -->
230
+ <?php
231
+ if (isset($_FILES['custom_icon_pack'])) {
232
+ $uploadedfile = $_FILES['custom_icon_pack'];
233
+ $upload_overrides = array( 'test_form' => false );
234
+
235
+ // TO DO
236
+ // get filename dynamically so user doesn't need to customize zip name
237
+ // ERROR CHECKING SO ONLY .ZIP's ARE UPLOADED
238
+ // hide ajax loader if no pack is uploaded
239
+
240
+ // export json file for importing back to icomoon - spit back out json file
241
+ // create a 'Download Pack' button and 'Download .json' button
242
+
243
+ /*
244
+ $filename = $uploadedFile
245
+ */
246
+
247
+ // move the file to the custom upload path set above on line 63
248
+ $movefile = wp_handle_upload( $uploadedfile, $upload_overrides );
249
+
250
+ // if upload was successful
251
+ if ( $movefile ) {
252
+ echo '<script>jQuery(document).ready(function() { jQuery(".preview-icon-code-box").show(); jQuery(".wp-svg-custom-pack-preloader").show(); jQuery("#uninstall-pack-button").removeAttr("disabled"); jQuery("#wp_svg_custom_pack_field").attr("disabled","disabled"); jQuery("input[value=Import]").attr("disabled","disabled"); jQuery(".wp-svg-custom-pack-buttons").after("<div class=updated><p class=fontPackUploadedSuccess>Custom font pack successfully uploaded!</p></div>"); });</script>';
253
+ // unzip the file contents to the same directory
254
+ WP_Filesystem();
255
+ $dest = wp_upload_dir();
256
+ $dest_path = $dest['path'];
257
+ $fileNameNoSpaces = str_replace(' ', '-',$uploadedfile['name']);
258
+
259
+ $unzipfile = unzip_file( $dest_path.'/'.$fileNameNoSpaces, $dest_path );
260
+
261
+ if ( $unzipfile ) {
262
+ rename($dest_path.'/'.$fileNameNoSpaces,$dest_path.'/'.'wp-svg-custom-pack.zip');
263
+ rename($dest_path.'/'.'selection.json',$dest_path.'/'.'wp-svg-custom-pack.json');
264
+ $file = $dest_path.'/demo.html';
265
+ // Open the file to get existing content
266
+ $current = file_get_contents($file);
267
+ // remove the link tags
268
+ // for css and js files that are not needed any more
269
+ $current = str_replace('<link rel="stylesheet" href="demo-files/demo.css">','',$current);
270
+ $current = str_replace('<link rel="stylesheet" href="style.css"></head>','',$current);
271
+ $current = str_replace('<script src="demo-files/demo.js"></script>','',$current);
272
+ // Write the contents back to the file
273
+ $file_put_contents = file_put_contents($file, $current);
274
+
275
+ // change path of linked font files in style.css
276
+ $styleCSS = $dest_path.'/style.css';
277
+ $currentStyles = file_get_contents($styleCSS);
278
+ // remove the link tags
279
+ // for css and js files that are not needed any more
280
+ $newStyles = str_replace("url('fonts/","url('/wp-content/uploads/wp-svg-icons/custom-pack/fonts/",$currentStyles);
281
+
282
+ // Write the contents back to the file
283
+ $file_put_contents = file_put_contents($styleCSS, $newStyles);
284
+
285
+ // delete unecessary files
286
+ // demo files packaged with icomoon
287
+ // add if file exists error checking
288
+ if (file_exists( $dest_path.'/demo-files' )) {
289
+ rrmdir($dest_path.'/demo-files');
290
+ }
291
+ if (file_exists( $dest_path.'/Read Me.txt' )) {
292
+ unlink($dest_path.'/Read Me.txt');
293
+ }
294
+ /*
295
+ if (file_exists( $dest.'/selection.json' )) {
296
+ unlink($dest.'/selection.json');
297
+ }
298
+ */
299
+
300
+ // display success message
301
+ // disable file upload field
302
+ echo '<script>jQuery(document).ready(function() { jQuery(".dropDownButton").removeAttr("disabled"); jQuery(".fontPackUploadedSuccess").parent("div").after("<div class=updated><p class=fontPackSuccessUnzip>Custom font pack successfully unzipped!</p></div>"); });</script>';
303
+
304
+ echo '<script>jQuery(document).ready(function() { jQuery(".fontPackSuccessUnzip").parent("div").after("<div class=updated><p>Custom font pack successfully installed, enjoy!</p></div>"); setTimeout(function() { jQuery(".updated").fadeOut(); }, 5000); });</script>';
305
+
306
+ // ajax get demo.html file
307
+ // ajax get style.css file and append to head to show icons
308
+ echo '<script>jQuery(document).ready(function() { jQuery(".current-font-pack").load("/wp-content/uploads/wp-svg-icons/custom-pack/demo.html"); jQuery.get("/wp-content/uploads/wp-svg-icons/custom-pack/style.css", function( data ) { jQuery("head").append("<style>"+data+"</style>"); }); }); </script>';
309
+
310
+
311
+ } else {
312
+ echo '<script>jQuery(document).ready(function() { jQuery(".fontPackUploadedSuccess").parent("div").after("<div class=error><p>There was a problem unzipping the file.</p></div>"); });</script>';
313
+ }
314
+ } else {
315
+ echo '<script>jQuery(document).ready(function() { jQuery(".wp-svg-custom-pack-buttons").after("<div class=error><p class=fontPackUploadedError>There was a problem importing the file.</p></div>"); });</script>';
316
+ }
317
+ }
318
+ ?>
319
+
320
+
321
+ <h1><span style="color:#FF8000;">WordPress SVG Icons</span> | Import a Custom Icon Pack</h1>
322
+
323
+ <p>Welcome to the highly requested Custom Font Pack section! Use the importer below to import custom icon packs downloaded from <a href="http://icomoon.io/app/#/select" target="_blank">IcoMoon</a>.</p>
324
+ <p>For a step-by-step tutorial on how to download and install a custom icon pack visit the <a href="http://www.evan-herman.com/wp-svg-icons/#customPackUploader" target="_blank">plugin site</a>.</p>
325
+ <p><span style="font-size:11px; color: #EE3B3B;">Note:</span> Only one icon pack may be active at a time.</p>
326
+
327
+ <div class="preview-icon-code-box" style="display:none;float:right;width:350px;">
328
+ <!-- paypal donate button -->
329
+ <form action="https://www.paypal.com/cgi-bin/webscr" style=" float:left;" method="post" target="_top">
330
+ <input type="hidden" name="cmd" value="_donations">
331
+ <input type="hidden" name="business" value="evan.m.herman@gmail.com">
332
+ <input type="hidden" name="lc" value="US">
333
+ <input type="hidden" name="item_name" value="Donation for the WP SVG Icon Custom Pack Importer">
334
+ <input type="hidden" name="no_note" value="0">
335
+ <input type="hidden" name="currency_code" value="USD">
336
+ <input type="hidden" name="bn" value="PP-DonationsBF:btn_donate_SM.gif:NonHostedGuest">
337
+ <input type="image" style="padding:0;float:left;margin-top:1.5em;" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
338
+ <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
339
+ </form>
340
+
341
+ <p style="position: absolute;margin-top: 4.25em;color: #EE3B3B;width:100px;">Generated Code:</p>
342
+ <div class="wp-svg-icon-preview-box" style="float:right;margin-right:0px;">
343
+ <i style="font-size:14px;" class="copy-paste-text">Icon Preview:</i>
344
+ </div>
345
+ <input class="copy_paste_input" style="width:350px;float:left;border-radius:3px;border:1px solid rgba(255, 128, 0, 0.51);box-shadowinset 0 1px 2px rgba(0,0,0,.07);" readonly="" type="text" value="&lt;div class=&quot;Icon Name Here&quot; &gt;&lt;/div&gt;">
346
+ </div>
347
+
348
+ <script>
349
+ jQuery(document).ready(function() {
350
+
351
+ setTimeout(function() {
352
+ var fontNameString = jQuery(".mhmm").text();
353
+ var newfontNameString = fontNameString.replace("Font Name:","");
354
+ var customPackFontName = newfontNameString.split("(")[0];
355
+ var customPackFontName = jQuery.trim(customPackFontName);
356
+ jQuery('.downloadFontZipLink').parent('li').find('img').remove();
357
+ jQuery('.downloadFontZipLink').text('Download '+customPackFontName+'.zip');
358
+ jQuery('.downloadFontjSonLink').parent('li').find('img').remove();
359
+ jQuery('.downloadFontjSonLink').text('Download '+customPackFontName+'.json');
360
+
361
+
362
+ jQuery('.glyph').click(function() {
363
+ jQuery('.glyph').removeClass("selected");
364
+ jQuery(this).addClass("selected");
365
+ jQuery('html, body').animate({ scrollTop: 0 }, 'slow');
366
+
367
+ var glyphCode = jQuery(this).find('.mls').text();
368
+ var glyphCode = jQuery.trim(glyphCode);
369
+
370
+ console.log(glyphCode);
371
+ jQuery('.wp-svg-icon-preview').remove();
372
+ jQuery('.wp-svg-icon-preview-box > i').after("<b class='wp-svg-icon-preview'><div class='"+glyphCode+" previewIcon' style='display:none;'></div></b>");
373
+ jQuery('.previewIcon').fadeIn();
374
+
375
+ jQuery('.copy_paste_input').val('<div class="'+glyphCode+' custom-pack-icon"></div>');
376
+
377
+ });
378
+
379
+ }, 2000);
380
+ });
381
+ </script>
382
+ <style>
383
+ .dropdown-menu img {
384
+ display:block;
385
+ width:15px;
386
+ margin:0 auto;
387
+ }
388
+ .ptl { min-width:540px; }
389
+ #wpbody-content { min-width:900px; }
390
+
391
+
392
+ .dropdown-menu .downloadFontZipLink { padding-left:24px !important; background-image: url("/wp-content/plugins/svg-vector-icon-plugin/includes/images/zip-icon-small.png");background-repeat:no-repeat; background-size:13px 16px; background-position:6px 4px; }
393
+ .dropdown-menu .downloadFontjSonLink { padding-left:24px !important; background-image: url("/wp-content/plugins/svg-vector-icon-plugin/includes/images/json-icon-small.png");background-repeat:no-repeat; background-size:13px 16px; background-position:6px 4px; }
394
+ .dropDownButton { padding-left:24px !important; background-image: url("/wp-content/plugins/svg-vector-icon-plugin/includes/images/download-icon-small.png") !important;background-repeat:no-repeat !important; background-size:13px 14px !important; background-position:6px 6px !important; }
395
+ #uninstall-pack-button { background-image: url("/wp-content/plugins/svg-vector-icon-plugin/includes/images/trash-icon-small.png") !important;background-repeat:no-repeat !important; background-size:13px 14px !important; background-position:6px 6px !important; }
396
+
397
+ </style>
398
+ <!-- file upload input field -->
399
+ <!-- Handling Custom Font Pack Uploads -->
400
+ <!-- currently uploads to Uploads > 2014 > month# -->
401
+ <form id="wp_svg_icons_upload_custom_pack_form" enctype="multipart/form-data" action="" method="POST">
402
+ <p id="async-upload-wrap" style="margin-bottom:0;">
403
+ <label for="async-upload">Import a Custom Font Pack :</label><br />
404
+ <input type="file" id="wp_svg_custom_pack_field" name="custom_icon_pack">
405
+ <p style="margin:0;">
406
+ <span class="custom-icons-file-upload-note">note: file must be a .zip downloaded from icomoon<span>
407
+ </p>
408
+ <span class="wp-svg-custom-pack-buttons">
409
+ <p>
410
+ <?php
411
+ // print form submission button
412
+ echo submit_button( 'Import', 'primary', '', false, '' );
413
+ ?>
414
+ </p>
415
+ <p style="margin-left:2em;">
416
+ <?php
417
+ $other_attributes = array( 'onclick' => 'wp_svg_uninstall_font_pack(); return false;' );
418
+ echo submit_button( '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Uninstall Pack', 'delete', 'uninstall-pack-button', false, $other_attributes );
419
+ $dest = wp_upload_dir();
420
+ $dest_url = $dest['url'];
421
+ $dest_path = $dest['path'];
422
+ ?>
423
+ </p>
424
+
425
+ <p>
426
+ <button style="height:28px; margin-left:2em;" type="button" disabled value="Dropdown" data-dropdown="#dropdown-1" class="dropDownButton button-secondary">Download</button>
427
+ </p>
428
+ <!-- jquery download dropdown menu -->
429
+ <div id="dropdown-1" style="left:286px !important; top:260.8125px !important;" class="dropdown dropdown-anchor-left dropdown-tip">
430
+ <ul class="dropdown-menu">
431
+ <li><a class="downloadFontZipLink" href="<?php echo $dest_url.'/wp-svg-custom-pack.zip'; ?>"></a><img src="/wp-admin/images/wpspin_light.gif" alt="preloader"></li>
432
+ <li class="dropdown-divider"></li>
433
+ <li><a title="You can use this .json file to export your custom pack back into icomoon and then add or remove icons as you please" class="downloadFontjSonLink" download="wp-svg-custom-pack.json" href="<?php echo $dest_url.'/wp-svg-custom-pack.json'; ?>"></a><img src="/wp-admin/images/wpspin_light.gif" alt="preloader"></li>
434
+ </ul>
435
+ </div>
436
+ </div>
437
+ </span>
438
+ <!-- display success or error message after font pack deletion -->
439
+ <p id="delete_succes_and_error_message"></p>
440
+ <p id="unzip_succes_and_error_message"></p>
441
+ </p>
442
+ </form>
443
+
444
+ <div class="current-font-pack" style="float:left; margin-left:4em;">
445
+ <!-- scandir, or some other php function to loop through the upload directory to check if any files exist -->
446
+ <!-- if files exist, list the files meta data. if user uploads new files, warn them the will overwrite active fonts, delete old font files, move new font files, ajax load font-file html files -->
447
+ <img style="display:none;" class="wp-svg-custom-pack-preloader" src="/wp-admin/images/wpspin_light.gif" alt="preloader">
448
+ </div>
449
+ <!-- plugin footer -->
450
+ <footer style="margin-left:4em; width:95%;">
451
+ <?php
452
+
453
+
454
+ if (file_exists( $dest_path.'/wp-svg-custom-pack.zip' )) {
455
+ $fontPackLocationString = 'Your Custom Icon Pack is located in: ';
456
+ } else {
457
+ $fontPackLocationString = 'Your Custom Icon Pack will be installed to: ';
458
+ }
459
+ ?>
460
+ <p style="float:left;">Plugin Created By <a style="color:#B35047;" href="http://www.Evan-Herman.com" target="_blank">Evan Herman</a></p><p style="float:right; margin-right:2em;"><?php echo $fontPackLocationString.'<b>'.$dest_path.'</b>'; ?></p>
461
+ </footer>
462
+
463
+
464
+ <?php
465
+ }
466
+
467
+
468
+
469
+ function wordpress_svg_icons_cheat_sheet(){
470
+ ?>
471
+
472
+ <html>
473
+ <head>
474
+
475
+ <link rel="stylesheet" href="<?php echo plugins_url( '/svg-vector-icon-plugin/includes/css/wordpress-svg-icon-plugin-style.css' );?>" />
476
+
477
+ <script src="<?php echo plugins_url('/svg-vector-icon-plugin/includes/js/wordpress-svg-icon-plugin-scripts.js');?>"></script>
478
+
479
+ <style>
480
+
481
+ section, header, footer {display: block;}
482
+
483
+ body {
484
+
485
+ font-family: sans-serif;
486
+
487
+ color: #444;
488
+
489
+ line-height: 1.5;
490
+
491
+ font-size: 1em;
492
+
493
+ }
494
+
495
+ * {
496
+
497
+ -moz-box-sizing: border-box;
498
+
499
+ -webkit-box-sizing: border-box;
500
+
501
+ box-sizing: border-box;
502
+
503
+ margin: 0;
504
+
505
+ padding: 0;
506
+
507
+ }
508
+
509
+ .glyph, .expansion-Glyph {
510
+ font-size: .75em;
511
+ float: left;
512
+ text-align: center;
513
+ padding: .35em;
514
+ margin: .75em .62em .75em 0;
515
+ border-radius: .25em;
516
+ color:#333333;
517
+ -o-transition:.15s;
518
+ -ms-transition:.15s;
519
+ -moz-transition:.15s;
520
+ -webkit-transition:.15s;
521
+ transition:.15s;
522
+ margin-top:0;
523
+ }
524
+
525
+ .expansion-Glyph {
526
+ font-size:2em !important;
527
+ }
528
+
529
+ .glyph:hover {
530
+ color:#FF8000;
531
+ cursor:pointer;
532
+ }
533
+
534
+ .glyph input, .expansion-Glyph input {
535
+ font-family: consolas, monospace;
536
+ font-size: 13px;
537
+ width: 100%;
538
+ text-align: center;
539
+ border: 0;
540
+ box-shadow: 0 0 0 1px #ccc;
541
+ padding: .125em;
542
+ display:none;
543
+ }
544
+
545
+ .selected {
546
+ color:#FF8000;
547
+ background:#d8d8d8;
548
+ border-radius:5px;
549
+ }
550
+
551
+ .expansion-Glyph:hover { background-color: #CCCCCC !important; cursor:pointer !important; }
552
+
553
+ .w-main {
554
+
555
+ width: 95%;
556
+
557
+ }
558
+
559
+ .centered {
560
+
561
+ margin-left: auto;
562
+
563
+ margin-right: auto;
564
+
565
+ }
566
+
567
+
568
+ header {
569
+
570
+ margin: 2em 0;
571
+
572
+ color: #666;
573
+
574
+
575
+
576
+ }
577
+
578
+ header h1 {
579
+
580
+ font-size: 2em;
581
+
582
+ font-weight: normal;
583
+
584
+ }
585
+
586
+ .clearfix:before, .clearfix:after { content: ""; display: table; }
587
+
588
+ .clearfix:after, .clear { clear: both; }
589
+
590
+ footer {
591
+
592
+ margin-top: 2em;
593
+
594
+ padding: .5em 0;
595
+
596
+ box-shadow: 0 -2px #eee;
597
+
598
+ }
599
+
600
+ a { color: #333; }
601
+
602
+ a:hover { color: #B35047; }
603
+
604
+ a:visited { color: #333; text-decoration: none; }
605
+
606
+ a:active { color: none; }
607
+
608
+
609
+
610
+ .box1 {
611
+
612
+ font-size: 16px;
613
+
614
+ display: inline-block;
615
+
616
+ width: 15em;
617
+
618
+ padding: .25em .5em;
619
+
620
+ background: #eee;
621
+
622
+ margin: .5em 1em .5em 0;
623
+
624
+ }
625
+
626
+
627
+
628
+ input:focus { background: #E1E1E1; }
629
+
630
+
631
+
632
+ .wp-svg-icon-preview { width: 30px;}
633
+
634
+ .fs1 { padding:.85em; border-radius:5px; }
635
+
636
+ .wp-svg-iconset1-preview { font-size:40px !important; position:absolute; font-size:95px; margin-left:25px; margin-top:5px; width:95px; }
637
+
638
+
639
+
640
+ .wp-svg-icon-preview-box { display:inline-block; float:right; margin-top: -170px; margin-right: 15px; width:170px; border: 1px dashed #CCCCCC; height:145px; padding:.8em; margin-bottom:10px; text-align:center; padding-bottom: 140px !important;}
641
+
642
+
643
+
644
+ .wp-svg-paypal-donation-button { margin-top: -50px; right:0; }
645
+
646
+ ::selection {
647
+
648
+ background: #FF8000;
649
+
650
+ }
651
+
652
+
653
+
654
+ .how-to-use { width:749px; border: 1px solid #CCCCCC; margin-bottom: 5px; float:left;}
655
+
656
+ .tips-box { width: 500px; height: 236px; float: left; margin-left: 25px; border: 1px solid #cccccc;}
657
+
658
+ .help-boxes { width: 100%; height: 236px; }
659
+
660
+ </style>
661
+
662
+ </head>
663
+
664
+ <body>
665
+
666
+ <div class="w-main centered">
667
+
668
+
669
+
670
+ <header>
671
+
672
+ <h1>The <i style="color:#FF8000;">WordPress SVG Icons</i> plugin contains the following icons</h1>
673
+
674
+ <h4>These icons are scaleable vector graphics, meaning you can set them to whatever size you want with out any loss in quality. <span style="color:#FF8000;">Enjoy!</span></h3>
675
+
676
+ </header>
677
+
678
+ <div class="help-boxes" >
679
+
680
+
681
+
682
+ <div class="how-to-use">
683
+
684
+ <h3 style="padding-left:10px;">How to use:</h3>
685
+
686
+ <ul style="margin-left:35px; list-style-type:square; margin-bottom: 20px;">
687
+
688
+ <li>Step 1: Locate and click the icon you want to use.</li>
689
+
690
+ <li>Step 2: Copy the code out of the example box</li>
691
+
692
+ <li style="padding-left:50px; list-style-type:none !important; display:inline;"><i style="color:red;">example:</i> <input class="copy_paste_input" style='width:298px;' readonly type='text' value='<div data-icon="Unicode Here" ></div>'></li>
693
+
694
+ <li>Step 3: Insert the code anywhere you want your icon to appear on a page.</li>
695
+
696
+ </ul>
697
+
698
+ <div class="wp-svg-icon-preview-box"><i style="font-size:14px;" class="copy-paste-text">Icon Preview:</i><b class="wp-svg-icon-preview"></b></div>
699
+
700
+ </div> <!-- end how to use -->
701
+
702
+ <div class="tips-box">
703
+
704
+ <h3 style="padding-left:10px;">Tips:</h3>
705
+
706
+ <div class="wp-svg-paypal-donation-button" style="position:inherit; display:inline; float:left; margin-left:100px;">
707
+
708
+ <b style="text-decoration:underline; float:left; margin-top:5px; font-size:13px;">Buy me a Monster Energy Drink</b>
709
+
710
+ <form action="https://www.paypal.com/cgi-bin/webscr" style=" float:left;" method="post" target="_top">
711
+
712
+ <input type="hidden" name="cmd" value="_donations">
713
+
714
+ <input type="hidden" name="business" value="evan.m.herman@gmail.com">
715
+
716
+ <input type="hidden" name="lc" value="US">
717
+
718
+ <input type="hidden" name="item_name" value="Donation for the SVG icon plugin">
719
+
720
+ <input type="hidden" name="no_note" value="0">
721
+
722
+ <input type="hidden" name="currency_code" value="USD">
723
+
724
+ <input type="hidden" name="bn" value="PP-DonationsBF:btn_donate_SM.gif:NonHostedGuest">
725
+
726
+ <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
727
+
728
+ <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
729
+
730
+ </form>
731
+
732
+ </div> <!-- end paypal donation button -->
733
+
734
+ <ul style="margin-left:35px; list-style-type:square; margin-bottom: 20px;">
735
+
736
+ <li>To increase icon size an inline font-size style to the icon div.<i style="color:green;">(ie style="font-size:100px;")</i></li>
737
+
738
+ <li>To change the color add an inline color style to the icon div. <i style="color:green;">(ie style="color:green;")</i></li>
739
+
740
+ <li>Remember: You can also add CSS3 Animations to all the icons!</li>
741
+
742
+ </ul>
743
+
744
+ </div> <!-- end tips box -->
745
+
746
+ </div><!-- end help boxes -->
747
+
748
+
749
+
750
+ <div class="wp-svg-iconset1-all-glyps" style="display:inline-block; width:90.5%; margin-top:1em; ">
751
+
752
+ <section class="mtm clearfix" id="glyphs">
753
+
754
+ <div class="glyph">
755
+
756
+ <div class="fs1" aria-hidden="true" data-icon="&#xe000;"></div>
757
+
758
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe000;" > </a>
759
+
760
+ </div>
761
+
762
+
763
+
764
+ <div class="glyph">
765
+
766
+ <div class="fs1" aria-hidden="true" data-icon="&#xe001;"></div>
767
+
768
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe001;" > </a>
769
+
770
+ </div>
771
+
772
+
773
+
774
+
775
+
776
+ <div class="glyph">
777
+
778
+ <div class="fs1" aria-hidden="true" data-icon="&#xe002;"></div>
779
+
780
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe002;" > </a>
781
+
782
+ </div>
783
+
784
+ <div class="glyph">
785
+
786
+ <div class="fs1" aria-hidden="true" data-icon="&#xe003;"></div>
787
+
788
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe003;" > </a>
789
+
790
+ </div>
791
+
792
+ <div class="glyph">
793
+
794
+ <div class="fs1" aria-hidden="true" data-icon="&#xe004;"></div>
795
+
796
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe004;" > </a>
797
+
798
+ </div>
799
+
800
+ <div class="glyph">
801
+
802
+ <div class="fs1" aria-hidden="true" data-icon="&#xe005;"></div>
803
+
804
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe005;" > </a>
805
+
806
+ </div>
807
+
808
+ <div class="glyph">
809
+
810
+ <div class="fs1" aria-hidden="true" data-icon="&#xe006;"></div>
811
+
812
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe006;" > </a>
813
+
814
+ </div>
815
+
816
+ <div class="glyph">
817
+
818
+ <div class="fs1" aria-hidden="true" data-icon="&#xe007;"></div>
819
+
820
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe007;" > </a>
821
+
822
+ </div>
823
+
824
+ <div class="glyph">
825
+
826
+ <div class="fs1" aria-hidden="true" data-icon="&#xe008;"></div>
827
+
828
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe008;" > </a>
829
+
830
+ </div>
831
+
832
+ <div class="glyph">
833
+
834
+ <div class="fs1" aria-hidden="true" data-icon="&#xe009;"></div>
835
+
836
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe009;" > </a>
837
+
838
+ </div>
839
+
840
+ <div class="glyph">
841
+
842
+ <div class="fs1" aria-hidden="true" data-icon="&#xe00a;"></div>
843
+
844
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe00a;" > </a>
845
+
846
+ </div>
847
+
848
+ <div class="glyph">
849
+
850
+ <div class="fs1" aria-hidden="true" data-icon="&#xe00b;"></div>
851
+
852
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe00b;" > </a>
853
+
854
+ </div>
855
+
856
+ <div class="glyph">
857
+
858
+ <div class="fs1" aria-hidden="true" data-icon="&#xe00c;"></div>
859
+
860
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe00c;" > </a>
861
+
862
+ </div>
863
+
864
+ <div class="glyph">
865
+
866
+ <div class="fs1" aria-hidden="true" data-icon="&#xe00d;"></div>
867
+
868
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe00d;" > </a>
869
+
870
+ </div>
871
+
872
+ <div class="glyph">
873
+
874
+ <div class="fs1" aria-hidden="true" data-icon="&#xe00e;"></div>
875
+
876
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe00e;" > </a>
877
+
878
+ </div>
879
+
880
+ <div class="glyph">
881
+
882
+ <div class="fs1" aria-hidden="true" data-icon="&#xe00f;"></div>
883
+
884
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe00f;" > </a>
885
+
886
+ </div>
887
+
888
+ <div class="glyph">
889
+
890
+ <div class="fs1" aria-hidden="true" data-icon="&#xe010;"></div>
891
+
892
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe010;" > </a>
893
+
894
+ </div>
895
+
896
+ <div class="glyph">
897
+
898
+ <div class="fs1" aria-hidden="true" data-icon="&#xe011;"></div>
899
+
900
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe011;" > </a>
901
+
902
+ </div>
903
+
904
+ <div class="glyph">
905
+
906
+ <div class="fs1" aria-hidden="true" data-icon="&#xe012;"></div>
907
+
908
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe012;" > </a>
909
+
910
+ </div>
911
+
912
+ <div class="glyph">
913
+
914
+ <div class="fs1" aria-hidden="true" data-icon="&#xe013;"></div>
915
+
916
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe013;" > </a>
917
+
918
+ </div>
919
+
920
+ <div class="glyph">
921
+
922
+ <div class="fs1" aria-hidden="true" data-icon="&#xe014;"></div>
923
+
924
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe014;" > </a>
925
+
926
+ </div>
927
+
928
+ <div class="glyph">
929
+
930
+ <div class="fs1" aria-hidden="true" data-icon="&#xe015;"></div>
931
+
932
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe015;" > </a>
933
+
934
+ </div>
935
+
936
+ <div class="glyph">
937
+
938
+ <div class="fs1" aria-hidden="true" data-icon="&#xe016;"></div>
939
+
940
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe016;" > </a>
941
+
942
+ </div>
943
+
944
+ <div class="glyph">
945
+
946
+ <div class="fs1" aria-hidden="true" data-icon="&#xe017;"></div>
947
+
948
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe017;" > </a>
949
+
950
+ </div>
951
+
952
+ <div class="glyph">
953
+
954
+ <div class="fs1" aria-hidden="true" data-icon="&#xe018;"></div>
955
+
956
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe018;" > </a>
957
+
958
+ </div>
959
+
960
+ <div class="glyph">
961
+
962
+ <div class="fs1" aria-hidden="true" data-icon="&#xe019;"></div>
963
+
964
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe019;" > </a>
965
+
966
+ </div>
967
+
968
+ <div class="glyph">
969
+
970
+ <div class="fs1" aria-hidden="true" data-icon="&#xe01a;"></div>
971
+
972
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe01a;" > </a>
973
+
974
+ </div>
975
+
976
+ <div class="glyph">
977
+
978
+ <div class="fs1" aria-hidden="true" data-icon="&#xe01b;"></div>
979
+
980
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe01b;" > </a>
981
+
982
+ </div>
983
+
984
+ <div class="glyph">
985
+
986
+ <div class="fs1" aria-hidden="true" data-icon="&#xe01c;"></div>
987
+
988
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe01c;" > </a>
989
+
990
+ </div>
991
+
992
+ <div class="glyph">
993
+
994
+ <div class="fs1" aria-hidden="true" data-icon="&#xe01d;"></div>
995
+
996
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe01d;" > </a>
997
+
998
+ </div>
999
+
1000
+ <div class="glyph">
1001
+
1002
+ <div class="fs1" aria-hidden="true" data-icon="&#xe01e;"></div>
1003
+
1004
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe01e;" > </a>
1005
+
1006
+ </div>
1007
+
1008
+ <div class="glyph">
1009
+
1010
+ <div class="fs1" aria-hidden="true" data-icon="&#xe01f;"></div>
1011
+
1012
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe01f;" > </a>
1013
+
1014
+ </div>
1015
+
1016
+ <div class="glyph">
1017
+
1018
+ <div class="fs1" aria-hidden="true" data-icon="&#xe020;"></div>
1019
+
1020
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe020;" > </a>
1021
+
1022
+ </div>
1023
+
1024
+ <div class="glyph">
1025
+
1026
+ <div class="fs1" aria-hidden="true" data-icon="&#xe021;"></div>
1027
+
1028
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe021;" > </a>
1029
+
1030
+ </div>
1031
+
1032
+ <div class="glyph">
1033
+
1034
+ <div class="fs1" aria-hidden="true" data-icon="&#xe022;"></div>
1035
+
1036
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe022;" > </a>
1037
+
1038
+ </div>
1039
+
1040
+ <div class="glyph">
1041
+
1042
+ <div class="fs1" aria-hidden="true" data-icon="&#xe023;"></div>
1043
+
1044
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe023;" > </a>
1045
+
1046
+ </div>
1047
+
1048
+ <div class="glyph">
1049
+
1050
+ <div class="fs1" aria-hidden="true" data-icon="&#xe024;"></div>
1051
+
1052
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe024;" > </a>
1053
+
1054
+ </div>
1055
+
1056
+ <div class="glyph">
1057
+
1058
+ <div class="fs1" aria-hidden="true" data-icon="&#xe025;"></div>
1059
+
1060
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe025;" > </a>
1061
+
1062
+ </div>
1063
+
1064
+ <div class="glyph">
1065
+
1066
+ <div class="fs1" aria-hidden="true" data-icon="&#xe026;"></div>
1067
+
1068
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe026;" > </a>
1069
+
1070
+ </div>
1071
+
1072
+ <div class="glyph">
1073
+
1074
+ <div class="fs1" aria-hidden="true" data-icon="&#xe027;"></div>
1075
+
1076
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe027;" > </a>
1077
+
1078
+ </div>
1079
+
1080
+ <div class="glyph">
1081
+
1082
+ <div class="fs1" aria-hidden="true" data-icon="&#xe028;"></div>
1083
+
1084
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe028;" > </a>
1085
+
1086
+ </div>
1087
+
1088
+ <div class="glyph">
1089
+
1090
+ <div class="fs1" aria-hidden="true" data-icon="&#xe029;"></div>
1091
+
1092
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe029;" > </a>
1093
+
1094
+ </div>
1095
+
1096
+ <div class="glyph">
1097
+
1098
+ <div class="fs1" aria-hidden="true" data-icon="&#xe02a;"></div>
1099
+
1100
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe02a;" > </a>
1101
+
1102
+ </div>
1103
+
1104
+ <div class="glyph">
1105
+
1106
+ <div class="fs1" aria-hidden="true" data-icon="&#xe02b;"></div>
1107
+
1108
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe02b;" > </a>
1109
+
1110
+ </div>
1111
+
1112
+ <div class="glyph">
1113
+
1114
+ <div class="fs1" aria-hidden="true" data-icon="&#xe02c;"></div>
1115
+
1116
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe02c;" > </a>
1117
+
1118
+ </div>
1119
+
1120
+ <div class="glyph">
1121
+
1122
+ <div class="fs1" aria-hidden="true" data-icon="&#xe02d;"></div>
1123
+
1124
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe02d;" > </a>
1125
+
1126
+ </div>
1127
+
1128
+ <div class="glyph">
1129
+
1130
+ <div class="fs1" aria-hidden="true" data-icon="&#xe02e;"></div>
1131
+
1132
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe02e;" > </a>
1133
+
1134
+ </div>
1135
+
1136
+ <div class="glyph">
1137
+
1138
+ <div class="fs1" aria-hidden="true" data-icon="&#xe02f;"></div>
1139
+
1140
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe02f;" > </a>
1141
+
1142
+ </div>
1143
+
1144
+ <div class="glyph">
1145
+
1146
+ <div class="fs1" aria-hidden="true" data-icon="&#xe030;"></div>
1147
+
1148
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe030;" > </a>
1149
+
1150
+ </div>
1151
+
1152
+ <div class="glyph">
1153
+
1154
+ <div class="fs1" aria-hidden="true" data-icon="&#xe031;"></div>
1155
+
1156
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe031;" > </a>
1157
+
1158
+ </div>
1159
+
1160
+ <div class="glyph">
1161
+
1162
+ <div class="fs1" aria-hidden="true" data-icon="&#xe032;"></div>
1163
+
1164
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe032;" > </a>
1165
+
1166
+ </div>
1167
+
1168
+ <div class="glyph">
1169
+
1170
+ <div class="fs1" aria-hidden="true" data-icon="&#xe033;"></div>
1171
+
1172
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe033;" > </a>
1173
+
1174
+ </div>
1175
+
1176
+ <div class="glyph">
1177
+
1178
+ <div class="fs1" aria-hidden="true" data-icon="&#xe034;"></div>
1179
+
1180
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe034;" > </a>
1181
+
1182
+ </div>
1183
+
1184
+ <div class="glyph">
1185
+
1186
+ <div class="fs1" aria-hidden="true" data-icon="&#xe035;"></div>
1187
+
1188
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe035;" > </a>
1189
+
1190
+ </div>
1191
+
1192
+ <div class="glyph">
1193
+
1194
+ <div class="fs1" aria-hidden="true" data-icon="&#xe036;"></div>
1195
+
1196
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe036;" > </a>
1197
+
1198
+ </div>
1199
+
1200
+ <div class="glyph">
1201
+
1202
+ <div class="fs1" aria-hidden="true" data-icon="&#xe037;"></div>
1203
+
1204
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe037;" > </a>
1205
+
1206
+ </div>
1207
+
1208
+ <div class="glyph">
1209
+
1210
+ <div class="fs1" aria-hidden="true" data-icon="&#xe038;"></div>
1211
+
1212
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe038;" > </a>
1213
+
1214
+ </div>
1215
+
1216
+ <div class="glyph">
1217
+
1218
+ <div class="fs1" aria-hidden="true" data-icon="&#xe039;"></div>
1219
+
1220
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe039;" > </a>
1221
+
1222
+ </div>
1223
+
1224
+ <div class="glyph">
1225
+
1226
+ <div class="fs1" aria-hidden="true" data-icon="&#xe03a;"></div>
1227
+
1228
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe03a;" > </a>
1229
+
1230
+ </div>
1231
+
1232
+ <div class="glyph">
1233
+
1234
+ <div class="fs1" aria-hidden="true" data-icon="&#xe03b;"></div>
1235
+
1236
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe03b;" > </a>
1237
+
1238
+ </div>
1239
+
1240
+ <div class="glyph">
1241
+
1242
+ <div class="fs1" aria-hidden="true" data-icon="&#xe03c;"></div>
1243
+
1244
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe03c;" > </a>
1245
+
1246
+ </div>
1247
+
1248
+ <div class="glyph">
1249
+
1250
+ <div class="fs1" aria-hidden="true" data-icon="&#xe03d;"></div>
1251
+
1252
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe03d;" > </a>
1253
+
1254
+ </div>
1255
+
1256
+ <div class="glyph">
1257
+
1258
+ <div class="fs1" aria-hidden="true" data-icon="&#xe03e;"></div>
1259
+
1260
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe03e;" > </a>
1261
+
1262
+ </div>
1263
+
1264
+ <div class="glyph">
1265
+
1266
+ <div class="fs1" aria-hidden="true" data-icon="&#xe03f;"></div>
1267
+
1268
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe03f;" > </a>
1269
+
1270
+ </div>
1271
+
1272
+ <div class="glyph">
1273
+
1274
+ <div class="fs1" aria-hidden="true" data-icon="&#xe040;"></div>
1275
+
1276
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe040;" > </a>
1277
+
1278
+ </div>
1279
+
1280
+ <div class="glyph">
1281
+
1282
+ <div class="fs1" aria-hidden="true" data-icon="&#xe041;"></div>
1283
+
1284
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe041;" > </a>
1285
+
1286
+ </div>
1287
+
1288
+ <div class="glyph">
1289
+
1290
+ <div class="fs1" aria-hidden="true" data-icon="&#xe042;"></div>
1291
+
1292
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe042;" > </a>
1293
+
1294
+ </div>
1295
+
1296
+ <div class="glyph">
1297
+
1298
+ <div class="fs1" aria-hidden="true" data-icon="&#xe043;"></div>
1299
+
1300
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe043;" > </a>
1301
+
1302
+ </div>
1303
+
1304
+ <div class="glyph">
1305
+
1306
+ <div class="fs1" aria-hidden="true" data-icon="&#xe044;"></div>
1307
+
1308
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe044;" > </a>
1309
+
1310
+ </div>
1311
+
1312
+ <div class="glyph">
1313
+
1314
+ <div class="fs1" aria-hidden="true" data-icon="&#xe045;"></div>
1315
+
1316
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe045;" > </a>
1317
+
1318
+ </div>
1319
+
1320
+ <div class="glyph">
1321
+
1322
+ <div class="fs1" aria-hidden="true" data-icon="&#xe046;"></div>
1323
+
1324
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe046;" > </a>
1325
+
1326
+ </div>
1327
+
1328
+ <div class="glyph">
1329
+
1330
+ <div class="fs1" aria-hidden="true" data-icon="&#xe047;"></div>
1331
+
1332
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe047;" > </a>
1333
+
1334
+ </div>
1335
+
1336
+ <div class="glyph">
1337
+
1338
+ <div class="fs1" aria-hidden="true" data-icon="&#xe048;"></div>
1339
+
1340
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe048;" > </a>
1341
+
1342
+ </div>
1343
+
1344
+ <div class="glyph">
1345
+
1346
+ <div class="fs1" aria-hidden="true" data-icon="&#xe049;"></div>
1347
+
1348
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe049;" > </a>
1349
+
1350
+ </div>
1351
+
1352
+ <div class="glyph">
1353
+
1354
+ <div class="fs1" aria-hidden="true" data-icon="&#xe04a;"></div>
1355
+
1356
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe04a;" > </a>
1357
+
1358
+ </div>
1359
+
1360
+ <div class="glyph">
1361
+
1362
+ <div class="fs1" aria-hidden="true" data-icon="&#xe04b;"></div>
1363
+
1364
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe04b;" > </a>
1365
+
1366
+ </div>
1367
+
1368
+ <div class="glyph">
1369
+
1370
+ <div class="fs1" aria-hidden="true" data-icon="&#xe04c;"></div>
1371
+
1372
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe04c;" > </a>
1373
+
1374
+ </div>
1375
+
1376
+ <div class="glyph">
1377
+
1378
+ <div class="fs1" aria-hidden="true" data-icon="&#xe04d;"></div>
1379
+
1380
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe04d;" > </a>
1381
+
1382
+ </div>
1383
+
1384
+ <div class="glyph">
1385
+
1386
+ <div class="fs1" aria-hidden="true" data-icon="&#xe04e;"></div>
1387
+
1388
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe04e;" > </a>
1389
+
1390
+ </div>
1391
+
1392
+ <div class="glyph">
1393
+
1394
+ <div class="fs1" aria-hidden="true" data-icon="&#xe04f;"></div>
1395
+
1396
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe04f;" > </a>
1397
+
1398
+ </div>
1399
+
1400
+ <div class="glyph">
1401
+
1402
+ <div class="fs1" aria-hidden="true" data-icon="&#xe050;"></div>
1403
+
1404
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe050;" > </a>
1405
+
1406
+ </div>
1407
+
1408
+ <div class="glyph">
1409
+
1410
+ <div class="fs1" aria-hidden="true" data-icon="&#xe051;"></div>
1411
+
1412
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe051;" > </a>
1413
+
1414
+ </div>
1415
+
1416
+ <div class="glyph">
1417
+
1418
+ <div class="fs1" aria-hidden="true" data-icon="&#xe052;"></div>
1419
+
1420
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe052;" > </a>
1421
+
1422
+ </div>
1423
+
1424
+ <div class="glyph">
1425
+
1426
+ <div class="fs1" aria-hidden="true" data-icon="&#xe053;"></div>
1427
+
1428
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe053;" > </a>
1429
+
1430
+ </div>
1431
+
1432
+ <div class="glyph">
1433
+
1434
+ <div class="fs1" aria-hidden="true" data-icon="&#xe054;"></div>
1435
+
1436
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe054;" > </a>
1437
+
1438
+ </div>
1439
+
1440
+ <div class="glyph">
1441
+
1442
+ <div class="fs1" aria-hidden="true" data-icon="&#xe055;"></div>
1443
+
1444
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe055;" > </a>
1445
+
1446
+ </div>
1447
+
1448
+ <div class="glyph">
1449
+
1450
+ <div class="fs1" aria-hidden="true" data-icon="&#xe056;"></div>
1451
+
1452
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe056;" > </a>
1453
+
1454
+ </div>
1455
+
1456
+ <div class="glyph">
1457
+
1458
+ <div class="fs1" aria-hidden="true" data-icon="&#xe057;"></div>
1459
+
1460
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe057;" > </a>
1461
+
1462
+ </div>
1463
+
1464
+ <div class="glyph">
1465
+
1466
+ <div class="fs1" aria-hidden="true" data-icon="&#xe058;"></div>
1467
+
1468
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe058;" > </a>
1469
+
1470
+ </div>
1471
+
1472
+ <div class="glyph">
1473
+
1474
+ <div class="fs1" aria-hidden="true" data-icon="&#xe059;"></div>
1475
+
1476
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe059;" > </a>
1477
+
1478
+ </div>
1479
+
1480
+ <div class="glyph">
1481
+
1482
+ <div class="fs1" aria-hidden="true" data-icon="&#xe05a;"></div>
1483
+
1484
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe05a;" > </a>
1485
+
1486
+ </div>
1487
+
1488
+ <div class="glyph">
1489
+
1490
+ <div class="fs1" aria-hidden="true" data-icon="&#xe05b;"></div>
1491
+
1492
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe05b;" > </a>
1493
+
1494
+ </div>
1495
+
1496
+ <div class="glyph">
1497
+
1498
+ <div class="fs1" aria-hidden="true" data-icon="&#xe05c;"></div>
1499
+
1500
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe05c;" > </a>
1501
+
1502
+ </div>
1503
+
1504
+ <div class="glyph">
1505
+
1506
+ <div class="fs1" aria-hidden="true" data-icon="&#xe05d;"></div>
1507
+
1508
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe05d;" > </a>
1509
+
1510
+ </div>
1511
+
1512
+ <div class="glyph">
1513
+
1514
+ <div class="fs1" aria-hidden="true" data-icon="&#xe05e;"></div>
1515
+
1516
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe05e;" > </a>
1517
+
1518
+ </div>
1519
+
1520
+ <div class="glyph">
1521
+
1522
+ <div class="fs1" aria-hidden="true" data-icon="&#xe05f;"></div>
1523
+
1524
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe05f;" > </a>
1525
+
1526
+ </div>
1527
+
1528
+ <div class="glyph">
1529
+
1530
+ <div class="fs1" aria-hidden="true" data-icon="&#xe060;"></div>
1531
+
1532
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe060;" > </a>
1533
+
1534
+ </div>
1535
+
1536
+ <div class="glyph">
1537
+
1538
+ <div class="fs1" aria-hidden="true" data-icon="&#xe061;"></div>
1539
+
1540
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe061;" > </a>
1541
+
1542
+ </div>
1543
+
1544
+ <div class="glyph">
1545
+
1546
+ <div class="fs1" aria-hidden="true" data-icon="&#xe062;"></div>
1547
+
1548
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe062;" > </a>
1549
+
1550
+ </div>
1551
+
1552
+ <div class="glyph">
1553
+
1554
+ <div class="fs1" aria-hidden="true" data-icon="&#xe063;"></div>
1555
+
1556
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe063;" > </a>
1557
+
1558
+ </div>
1559
+
1560
+ <div class="glyph">
1561
+
1562
+ <div class="fs1" aria-hidden="true" data-icon="&#xe064;"></div>
1563
+
1564
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe064;" > </a>
1565
+
1566
+ </div>
1567
+
1568
+ <div class="glyph">
1569
+
1570
+ <div class="fs1" aria-hidden="true" data-icon="&#xe065;"></div>
1571
+
1572
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe065;" > </a>
1573
+
1574
+ </div>
1575
+
1576
+ <div class="glyph">
1577
+
1578
+ <div class="fs1" aria-hidden="true" data-icon="&#xe066;"></div>
1579
+
1580
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe066;" > </a>
1581
+
1582
+ </div>
1583
+
1584
+ <div class="glyph">
1585
+
1586
+ <div class="fs1" aria-hidden="true" data-icon="&#xe067;"></div>
1587
+
1588
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe067;" > </a>
1589
+
1590
+ </div>
1591
+
1592
+ <div class="glyph">
1593
+
1594
+ <div class="fs1" aria-hidden="true" data-icon="&#xe068;"></div>
1595
+
1596
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe068;" > </a>
1597
+
1598
+ </div>
1599
+
1600
+ <div class="glyph">
1601
+
1602
+ <div class="fs1" aria-hidden="true" data-icon="&#xe069;"></div>
1603
+
1604
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe069;" > </a>
1605
+
1606
+ </div>
1607
+
1608
+ <div class="glyph">
1609
+
1610
+ <div class="fs1" aria-hidden="true" data-icon="&#xe06a;"></div>
1611
+
1612
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe06a;" > </a>
1613
+
1614
+ </div>
1615
+
1616
+ <div class="glyph">
1617
+
1618
+ <div class="fs1" aria-hidden="true" data-icon="&#xe06b;"></div>
1619
+
1620
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe06b;" > </a>
1621
+
1622
+ </div>
1623
+
1624
+ <div class="glyph">
1625
+
1626
+ <div class="fs1" aria-hidden="true" data-icon="&#xe06c;"></div>
1627
+
1628
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe06c;" > </a>
1629
+
1630
+ </div>
1631
+
1632
+ <div class="glyph">
1633
+
1634
+ <div class="fs1" aria-hidden="true" data-icon="&#xe06d;"></div>
1635
+
1636
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe06d;" > </a>
1637
+
1638
+ </div>
1639
+
1640
+ <div class="glyph">
1641
+
1642
+ <div class="fs1" aria-hidden="true" data-icon="&#xe06e;"></div>
1643
+
1644
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe06e;" > </a>
1645
+
1646
+ </div>
1647
+
1648
+ <div class="glyph">
1649
+
1650
+ <div class="fs1" aria-hidden="true" data-icon="&#xe06f;"></div>
1651
+
1652
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe06f;" > </a>
1653
+
1654
+ </div>
1655
+
1656
+ <div class="glyph">
1657
+
1658
+ <div class="fs1" aria-hidden="true" data-icon="&#xe070;"></div>
1659
+
1660
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe070;" > </a>
1661
+
1662
+ </div>
1663
+
1664
+ <div class="glyph">
1665
+
1666
+ <div class="fs1" aria-hidden="true" data-icon="&#xe071;"></div>
1667
+
1668
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe071;" > </a>
1669
+
1670
+ </div>
1671
+
1672
+ <div class="glyph">
1673
+
1674
+ <div class="fs1" aria-hidden="true" data-icon="&#xe072;"></div>
1675
+
1676
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe072;" > </a>
1677
+
1678
+ </div>
1679
+
1680
+ <div class="glyph">
1681
+
1682
+ <div class="fs1" aria-hidden="true" data-icon="&#xe073;"></div>
1683
+
1684
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe073;" > </a>
1685
+
1686
+ </div>
1687
+
1688
+ <div class="glyph">
1689
+
1690
+ <div class="fs1" aria-hidden="true" data-icon="&#xe074;"></div>
1691
+
1692
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe074;" > </a>
1693
+
1694
+ </div>
1695
+
1696
+ <div class="glyph">
1697
+
1698
+ <div class="fs1" aria-hidden="true" data-icon="&#xe075;"></div>
1699
+
1700
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe075;" > </a>
1701
+
1702
+ </div>
1703
+
1704
+ <div class="glyph">
1705
+
1706
+ <div class="fs1" aria-hidden="true" data-icon="&#xe076;"></div>
1707
+
1708
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe076;" > </a>
1709
+
1710
+ </div>
1711
+
1712
+ <div class="glyph">
1713
+
1714
+ <div class="fs1" aria-hidden="true" data-icon="&#xe077;"></div>
1715
+
1716
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe077;" > </a>
1717
+
1718
+ </div>
1719
+
1720
+ <div class="glyph">
1721
+
1722
+ <div class="fs1" aria-hidden="true" data-icon="&#xe078;"></div>
1723
+
1724
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe078;" > </a>
1725
+
1726
+ </div>
1727
+
1728
+ <div class="glyph">
1729
+
1730
+ <div class="fs1" aria-hidden="true" data-icon="&#xe079;"></div>
1731
+
1732
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe079;" > </a>
1733
+
1734
+ </div>
1735
+
1736
+ <div class="glyph">
1737
+
1738
+ <div class="fs1" aria-hidden="true" data-icon="&#xe07a;"></div>
1739
+
1740
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe07a;" > </a>
1741
+
1742
+ </div>
1743
+
1744
+ <div class="glyph">
1745
+
1746
+ <div class="fs1" aria-hidden="true" data-icon="&#xe07b;"></div>
1747
+
1748
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe07b;" > </a>
1749
+
1750
+ </div>
1751
+
1752
+ <div class="glyph">
1753
+
1754
+ <div class="fs1" aria-hidden="true" data-icon="&#xe07c;"></div>
1755
+
1756
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe07c;" > </a>
1757
+
1758
+ </div>
1759
+
1760
+ <div class="glyph">
1761
+
1762
+ <div class="fs1" aria-hidden="true" data-icon="&#xe07d;"></div>
1763
+
1764
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe07d;" > </a>
1765
+
1766
+ </div>
1767
+
1768
+ <div class="glyph">
1769
+
1770
+ <div class="fs1" aria-hidden="true" data-icon="&#xe07e;"></div>
1771
+
1772
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe07e;" > </a>
1773
+
1774
+ </div>
1775
+
1776
+ <div class="glyph">
1777
+
1778
+ <div class="fs1" aria-hidden="true" data-icon="&#xe07f;"></div>
1779
+
1780
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe07f;" > </a>
1781
+
1782
+ </div>
1783
+
1784
+ <div class="glyph">
1785
+
1786
+ <div class="fs1" aria-hidden="true" data-icon="&#xe080;"></div>
1787
+
1788
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe080;" > </a>
1789
+
1790
+ </div>
1791
+
1792
+ <div class="glyph">
1793
+
1794
+ <div class="fs1" aria-hidden="true" data-icon="&#xe081;"></div>
1795
+
1796
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe081;" > </a>
1797
+
1798
+ </div>
1799
+
1800
+ <div class="glyph">
1801
+
1802
+ <div class="fs1" aria-hidden="true" data-icon="&#xe082;"></div>
1803
+
1804
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe082;" > </a>
1805
+
1806
+ </div>
1807
+
1808
+ <div class="glyph">
1809
+
1810
+ <div class="fs1" aria-hidden="true" data-icon="&#xe083;"></div>
1811
+
1812
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe083;" > </a>
1813
+
1814
+ </div>
1815
+
1816
+ <div class="glyph">
1817
+
1818
+ <div class="fs1" aria-hidden="true" data-icon="&#xe084;"></div>
1819
+
1820
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe084;" > </a>
1821
+
1822
+ </div>
1823
+
1824
+ <div class="glyph">
1825
+
1826
+ <div class="fs1" aria-hidden="true" data-icon="&#xe085;"></div>
1827
+
1828
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe085;" > </a>
1829
+
1830
+ </div>
1831
+
1832
+ <div class="glyph">
1833
+
1834
+ <div class="fs1" aria-hidden="true" data-icon="&#xe086;"></div>
1835
+
1836
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe086;" > </a>
1837
+
1838
+ </div>
1839
+
1840
+ <div class="glyph">
1841
+
1842
+ <div class="fs1" aria-hidden="true" data-icon="&#xe087;"></div>
1843
+
1844
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe087;" > </a>
1845
+
1846
+ </div>
1847
+
1848
+ <div class="glyph">
1849
+
1850
+ <div class="fs1" aria-hidden="true" data-icon="&#xe088;"></div>
1851
+
1852
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe088;" > </a>
1853
+
1854
+ </div>
1855
+
1856
+ <div class="glyph">
1857
+
1858
+ <div class="fs1" aria-hidden="true" data-icon="&#xe089;"></div>
1859
+
1860
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe089;" > </a>
1861
+
1862
+ </div>
1863
+
1864
+ <div class="glyph">
1865
+
1866
+ <div class="fs1" aria-hidden="true" data-icon="&#xe08a;"></div>
1867
+
1868
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe08a;" > </a>
1869
+
1870
+ </div>
1871
+
1872
+ <div class="glyph">
1873
+
1874
+ <div class="fs1" aria-hidden="true" data-icon="&#xe08b;"></div>
1875
+
1876
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe08b;" > </a>
1877
+
1878
+ </div>
1879
+
1880
+ <div class="glyph">
1881
+
1882
+ <div class="fs1" aria-hidden="true" data-icon="&#xe08c;"></div>
1883
+
1884
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe08c;" > </a>
1885
+
1886
+ </div>
1887
+
1888
+ <div class="glyph">
1889
+
1890
+ <div class="fs1" aria-hidden="true" data-icon="&#xe08d;"></div>
1891
+
1892
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe08d;" > </a>
1893
+
1894
+ </div>
1895
+
1896
+ <div class="glyph">
1897
+
1898
+ <div class="fs1" aria-hidden="true" data-icon="&#xe08e;"></div>
1899
+
1900
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe08e;" > </a>
1901
+
1902
+ </div>
1903
+
1904
+ <div class="glyph">
1905
+
1906
+ <div class="fs1" aria-hidden="true" data-icon="&#xe08f;"></div>
1907
+
1908
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe08f;" > </a>
1909
+
1910
+ </div>
1911
+
1912
+ <div class="glyph">
1913
+
1914
+ <div class="fs1" aria-hidden="true" data-icon="&#xe090;"></div>
1915
+
1916
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe090;" > </a>
1917
+
1918
+ </div>
1919
+
1920
+ <div class="glyph">
1921
+
1922
+ <div class="fs1" aria-hidden="true" data-icon="&#xe091;"></div>
1923
+
1924
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe091;" > </a>
1925
+
1926
+ </div>
1927
+
1928
+ <div class="glyph">
1929
+
1930
+ <div class="fs1" aria-hidden="true" data-icon="&#xe092;"></div>
1931
+
1932
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe092;" > </a>
1933
+
1934
+ </div>
1935
+
1936
+ <div class="glyph">
1937
+
1938
+ <div class="fs1" aria-hidden="true" data-icon="&#xe093;"></div>
1939
+
1940
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe093;" > </a>
1941
+
1942
+ </div>
1943
+
1944
+ <div class="glyph">
1945
+
1946
+ <div class="fs1" aria-hidden="true" data-icon="&#xe094;"></div>
1947
+
1948
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe094;" > </a>
1949
+
1950
+ </div>
1951
+
1952
+ <div class="glyph">
1953
+
1954
+ <div class="fs1" aria-hidden="true" data-icon="&#xe095;"></div>
1955
+
1956
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe095;" > </a>
1957
+
1958
+ </div>
1959
+
1960
+ <div class="glyph">
1961
+
1962
+ <div class="fs1" aria-hidden="true" data-icon="&#xe096;"></div>
1963
+
1964
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe096;" > </a>
1965
+
1966
+ </div>
1967
+
1968
+ <div class="glyph">
1969
+
1970
+ <div class="fs1" aria-hidden="true" data-icon="&#xe097;"></div>
1971
+
1972
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe097;" > </a>
1973
+
1974
+ </div>
1975
+
1976
+ <div class="glyph">
1977
+
1978
+ <div class="fs1" aria-hidden="true" data-icon="&#xe098;"></div>
1979
+
1980
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe098;" > </a>
1981
+
1982
+ </div>
1983
+
1984
+ <div class="glyph">
1985
+
1986
+ <div class="fs1" aria-hidden="true" data-icon="&#xe099;"></div>
1987
+
1988
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe099;" > </a>
1989
+
1990
+ </div>
1991
+
1992
+ <div class="glyph">
1993
+
1994
+ <div class="fs1" aria-hidden="true" data-icon="&#xe09a;"></div>
1995
+
1996
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe09a;" > </a>
1997
+
1998
+ </div>
1999
+
2000
+ <div class="glyph">
2001
+
2002
+ <div class="fs1" aria-hidden="true" data-icon="&#xe09b;"></div>
2003
+
2004
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe09b;" > </a>
2005
+
2006
+ </div>
2007
+
2008
+ <div class="glyph">
2009
+
2010
+ <div class="fs1" aria-hidden="true" data-icon="&#xe09c;"></div>
2011
+
2012
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe09c;" > </a>
2013
+
2014
+ </div>
2015
+
2016
+ <div class="glyph">
2017
+
2018
+ <div class="fs1" aria-hidden="true" data-icon="&#xe09d;"></div>
2019
+
2020
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe09d;" > </a>
2021
+
2022
+ </div>
2023
+
2024
+ <div class="glyph">
2025
+
2026
+ <div class="fs1" aria-hidden="true" data-icon="&#xe09e;"></div>
2027
+
2028
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe09e;" > </a>
2029
+
2030
+ </div>
2031
+
2032
+ <div class="glyph">
2033
+
2034
+ <div class="fs1" aria-hidden="true" data-icon="&#xe09f;"></div>
2035
+
2036
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe09f;" > </a>
2037
+
2038
+ </div>
2039
+
2040
+ <div class="glyph">
2041
+
2042
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0a0;"></div>
2043
+
2044
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0a0;" > </a>
2045
+
2046
+ </div>
2047
+
2048
+ <div class="glyph">
2049
+
2050
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0a1;"></div>
2051
+
2052
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0a1;" > </a>
2053
+
2054
+ </div>
2055
+
2056
+ <div class="glyph">
2057
+
2058
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0a2;"></div>
2059
+
2060
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0a2;" > </a>
2061
+
2062
+ </div>
2063
+
2064
+ <div class="glyph">
2065
+
2066
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0a3;"></div>
2067
+
2068
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0a3;" > </a>
2069
+
2070
+ </div>
2071
+
2072
+ <div class="glyph">
2073
+
2074
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0a4;"></div>
2075
+
2076
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0a4;" > </a>
2077
+
2078
+ </div>
2079
+
2080
+ <div class="glyph">
2081
+
2082
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0a5;"></div>
2083
+
2084
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0a5;" > </a>
2085
+
2086
+ </div>
2087
+
2088
+ <div class="glyph">
2089
+
2090
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0a6;"></div>
2091
+
2092
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0a6;" > </a>
2093
+
2094
+ </div>
2095
+
2096
+ <div class="glyph">
2097
+
2098
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0a7;"></div>
2099
+
2100
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0a7;" > </a>
2101
+
2102
+ </div>
2103
+
2104
+ <div class="glyph">
2105
+
2106
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0a8;"></div>
2107
+
2108
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0a8;" > </a>
2109
+
2110
+ </div>
2111
+
2112
+ <div class="glyph">
2113
+
2114
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0a9;"></div>
2115
+
2116
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0a9;" > </a>
2117
+
2118
+ </div>
2119
+
2120
+ <div class="glyph">
2121
+
2122
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0aa;"></div>
2123
+
2124
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0aa;" > </a>
2125
+
2126
+ </div>
2127
+
2128
+ <div class="glyph">
2129
+
2130
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0ab;"></div>
2131
+
2132
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0ab;" > </a>
2133
+
2134
+ </div>
2135
+
2136
+ <div class="glyph">
2137
+
2138
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0ac;"></div>
2139
+
2140
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0ac;" > </a>
2141
+
2142
+ </div>
2143
+
2144
+ <div class="glyph">
2145
+
2146
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0ad;"></div>
2147
+
2148
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0ad;" > </a>
2149
+
2150
+ </div>
2151
+
2152
+ <div class="glyph">
2153
+
2154
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0ae;"></div>
2155
+
2156
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0ae;" > </a>
2157
+
2158
+ </div>
2159
+
2160
+ <div class="glyph">
2161
+
2162
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0af;"></div>
2163
+
2164
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0af;" > </a>
2165
+
2166
+ </div>
2167
+
2168
+ <div class="glyph">
2169
+
2170
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0b0;"></div>
2171
+
2172
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0b0;" > </a>
2173
+
2174
+ </div>
2175
+
2176
+ <div class="glyph">
2177
+
2178
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0b1;"></div>
2179
+
2180
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0b1;" > </a>
2181
+
2182
+ </div>
2183
+
2184
+ <div class="glyph">
2185
+
2186
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0b2;"></div>
2187
+
2188
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0b2;" > </a>
2189
+
2190
+ </div>
2191
+
2192
+ <div class="glyph">
2193
+
2194
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0b3;"></div>
2195
+
2196
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0b3;" > </a>
2197
+
2198
+ </div>
2199
+
2200
+ <div class="glyph">
2201
+
2202
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0b4;"></div>
2203
+
2204
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0b4;" > </a>
2205
+
2206
+ </div>
2207
+
2208
+ <div class="glyph">
2209
+
2210
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0b5;"></div>
2211
+
2212
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0b5;" > </a>
2213
+
2214
+ </div>
2215
+
2216
+ <div class="glyph">
2217
+
2218
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0b6;"></div>
2219
+
2220
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0b6;" > </a>
2221
+
2222
+ </div>
2223
+
2224
+ <div class="glyph">
2225
+
2226
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0b7;"></div>
2227
+
2228
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0b7;" > </a>
2229
+
2230
+ </div>
2231
+
2232
+ <div class="glyph">
2233
+
2234
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0b8;"></div>
2235
+
2236
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0b8;" > </a>
2237
+
2238
+ </div>
2239
+
2240
+ <div class="glyph">
2241
+
2242
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0b9;"></div>
2243
+
2244
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0b9;" > </a>
2245
+
2246
+ </div>
2247
+
2248
+ <div class="glyph">
2249
+
2250
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0ba;"></div>
2251
+
2252
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0ba;" > </a>
2253
+
2254
+ </div>
2255
+
2256
+ <div class="glyph">
2257
+
2258
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0bb;"></div>
2259
+
2260
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0bb;" > </a>
2261
+
2262
+ </div>
2263
+
2264
+ <div class="glyph">
2265
+
2266
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0bc;"></div>
2267
+
2268
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0bc;" > </a>
2269
+
2270
+ </div>
2271
+
2272
+ <div class="glyph">
2273
+
2274
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0bd;"></div>
2275
+
2276
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0bd;" > </a>
2277
+
2278
+ </div>
2279
+
2280
+ <div class="glyph">
2281
+
2282
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0be;"></div>
2283
+
2284
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0be;" > </a>
2285
+
2286
+ </div>
2287
+
2288
+ <div class="glyph">
2289
+
2290
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0bf;"></div>
2291
+
2292
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0bf;" > </a>
2293
+
2294
+ </div>
2295
+
2296
+ <div class="glyph">
2297
+
2298
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0c0;"></div>
2299
+
2300
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0c0;" > </a>
2301
+
2302
+ </div>
2303
+
2304
+ <div class="glyph">
2305
+
2306
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0c1;"></div>
2307
+
2308
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0c1;" > </a>
2309
+
2310
+ </div>
2311
+
2312
+ <div class="glyph">
2313
+
2314
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0c2;"></div>
2315
+
2316
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0c2;" > </a>
2317
+
2318
+ </div>
2319
+
2320
+ <div class="glyph">
2321
+
2322
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0c3;"></div>
2323
+
2324
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0c3;" > </a>
2325
+
2326
+ </div>
2327
+
2328
+ <div class="glyph">
2329
+
2330
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0c4;"></div>
2331
+
2332
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0c4;" > </a>
2333
+
2334
+ </div>
2335
+
2336
+ <div class="glyph">
2337
+
2338
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0c5;"></div>
2339
+
2340
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0c5;" > </a>
2341
+
2342
+ </div>
2343
+
2344
+ <div class="glyph">
2345
+
2346
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0c6;"></div>
2347
+
2348
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0c6;" > </a>
2349
+
2350
+ </div>
2351
+
2352
+ <div class="glyph">
2353
+
2354
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0c7;"></div>
2355
+
2356
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0c7;" > </a>
2357
+
2358
+ </div>
2359
+
2360
+ <div class="glyph">
2361
+
2362
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0c8;"></div>
2363
+
2364
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0c8;" > </a>
2365
+
2366
+ </div>
2367
+
2368
+ <div class="glyph">
2369
+
2370
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0c9;"></div>
2371
+
2372
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0c9;" > </a>
2373
+
2374
+ </div>
2375
+
2376
+ <div class="glyph">
2377
+
2378
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0ca;"></div>
2379
+
2380
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0ca;" > </a>
2381
+
2382
+ </div>
2383
+
2384
+ <div class="glyph">
2385
+
2386
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0cb;"></div>
2387
+
2388
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0cb;" > </a>
2389
+
2390
+ </div>
2391
+
2392
+ <div class="glyph">
2393
+
2394
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0cc;"></div>
2395
+
2396
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0cc;" > </a>
2397
+
2398
+ </div>
2399
+
2400
+ <div class="glyph">
2401
+
2402
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0cd;"></div>
2403
+
2404
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0cd;" > </a>
2405
+
2406
+ </div>
2407
+
2408
+ <div class="glyph">
2409
+
2410
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0ce;"></div>
2411
+
2412
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0ce;" > </a>
2413
+
2414
+ </div>
2415
+
2416
+ <div class="glyph">
2417
+
2418
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0cf;"></div>
2419
+
2420
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0cf;" > </a>
2421
+
2422
+ </div>
2423
+
2424
+ <div class="glyph">
2425
+
2426
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0d0;"></div>
2427
+
2428
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0d0;" > </a>
2429
+
2430
+ </div>
2431
+
2432
+ <div class="glyph">
2433
+
2434
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0d1;"></div>
2435
+
2436
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0d1;" > </a>
2437
+
2438
+ </div>
2439
+
2440
+ <div class="glyph">
2441
+
2442
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0d2;"></div>
2443
+
2444
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0d2;" > </a>
2445
+
2446
+ </div>
2447
+
2448
+ <div class="glyph">
2449
+
2450
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0d3;"></div>
2451
+
2452
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0d3;" > </a>
2453
+
2454
+ </div>
2455
+
2456
+ <div class="glyph">
2457
+
2458
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0d4;"></div>
2459
+
2460
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0d4;" > </a>
2461
+
2462
+ </div>
2463
+
2464
+ <div class="glyph">
2465
+
2466
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0d5;"></div>
2467
+
2468
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0d5;" > </a>
2469
+
2470
+ </div>
2471
+
2472
+ <div class="glyph">
2473
+
2474
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0d6;"></div>
2475
+
2476
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0d6;" > </a>
2477
+
2478
+ </div>
2479
+
2480
+ <div class="glyph">
2481
+
2482
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0d7;"></div>
2483
+
2484
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0d7;" > </a>
2485
+
2486
+ </div>
2487
+
2488
+ <div class="glyph">
2489
+
2490
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0d8;"></div>
2491
+
2492
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0d8;" > </a>
2493
+
2494
+ </div>
2495
+
2496
+ <div class="glyph">
2497
+
2498
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0d9;"></div>
2499
+
2500
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0d9;" > </a>
2501
+
2502
+ </div>
2503
+
2504
+ <div class="glyph">
2505
+
2506
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0da;"></div>
2507
+
2508
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0da;" > </a>
2509
+
2510
+ </div>
2511
+
2512
+ <div class="glyph">
2513
+
2514
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0db;"></div>
2515
+
2516
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0db;" > </a>
2517
+
2518
+ </div>
2519
+
2520
+ <div class="glyph">
2521
+
2522
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0dc;"></div>
2523
+
2524
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0dc;" > </a>
2525
+
2526
+ </div>
2527
+
2528
+ <div class="glyph">
2529
+
2530
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0dd;"></div>
2531
+
2532
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0dd;" > </a>
2533
+
2534
+ </div>
2535
+
2536
+ <div class="glyph">
2537
+
2538
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0de;"></div>
2539
+
2540
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0de;" > </a>
2541
+
2542
+ </div>
2543
+
2544
+ <div class="glyph">
2545
+
2546
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0df;"></div>
2547
+
2548
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0df;" > </a>
2549
+
2550
+ </div>
2551
+
2552
+ <div class="glyph">
2553
+
2554
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0e0;"></div>
2555
+
2556
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0e0;" > </a>
2557
+
2558
+ </div>
2559
+
2560
+ <div class="glyph">
2561
+
2562
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0e1;"></div>
2563
+
2564
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0e1;" > </a>
2565
+
2566
+ </div>
2567
+
2568
+ <div class="glyph">
2569
+
2570
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0e2;"></div>
2571
+
2572
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0e2;" > </a>
2573
+
2574
+ </div>
2575
+
2576
+ <div class="glyph">
2577
+
2578
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0e3;"></div>
2579
+
2580
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0e3;" > </a>
2581
+
2582
+ </div>
2583
+
2584
+ <div class="glyph">
2585
+
2586
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0e4;"></div>
2587
+
2588
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0e4;" > </a>
2589
+
2590
+ </div>
2591
+
2592
+ <div class="glyph">
2593
+
2594
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0e5;"></div>
2595
+
2596
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0e5;" > </a>
2597
+
2598
+ </div>
2599
+
2600
+ <div class="glyph">
2601
+
2602
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0e6;"></div>
2603
+
2604
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0e6;" > </a>
2605
+
2606
+ </div>
2607
+
2608
+ <div class="glyph">
2609
+
2610
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0e7;"></div>
2611
+
2612
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0e7;" > </a>
2613
+
2614
+ </div>
2615
+
2616
+ <div class="glyph">
2617
+
2618
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0e8;"></div>
2619
+
2620
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0e8;" > </a>
2621
+
2622
+ </div>
2623
+
2624
+ <div class="glyph">
2625
+
2626
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0e9;"></div>
2627
+
2628
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0e9;" > </a>
2629
+
2630
+ </div>
2631
+
2632
+ <div class="glyph">
2633
+
2634
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0ea;"></div>
2635
+
2636
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0ea;" > </a>
2637
+
2638
+ </div>
2639
+
2640
+ <div class="glyph">
2641
+
2642
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0eb;"></div>
2643
+
2644
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0eb;" > </a>
2645
+
2646
+ </div>
2647
+
2648
+ <div class="glyph">
2649
+
2650
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0ec;"></div>
2651
+
2652
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0ec;" > </a>
2653
+
2654
+ </div>
2655
+
2656
+ <div class="glyph">
2657
+
2658
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0ed;"></div>
2659
+
2660
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0ed;" > </a>
2661
+
2662
+ </div>
2663
+
2664
+ <div class="glyph">
2665
+
2666
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0ee;"></div>
2667
+
2668
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0ee;" > </a>
2669
+
2670
+ </div>
2671
+
2672
+ <div class="glyph">
2673
+
2674
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0ef;"></div>
2675
+
2676
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0ef;" > </a>
2677
+
2678
+ </div>
2679
+
2680
+ <div class="glyph">
2681
+
2682
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0f0;"></div>
2683
+
2684
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0f0;" > </a>
2685
+
2686
+ </div>
2687
+
2688
+ <div class="glyph">
2689
+
2690
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0f1;"></div>
2691
+
2692
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0f1;" > </a>
2693
+
2694
+ </div>
2695
+
2696
+ <div class="glyph">
2697
+
2698
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0f2;"></div>
2699
+
2700
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0f2;" > </a>
2701
+
2702
+ </div>
2703
+
2704
+ <div class="glyph">
2705
+
2706
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0f3;"></div>
2707
+
2708
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0f3;" > </a>
2709
+
2710
+ </div>
2711
+
2712
+ <div class="glyph">
2713
+
2714
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0f4;"></div>
2715
+
2716
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0f4;" > </a>
2717
+
2718
+ </div>
2719
+
2720
+ <div class="glyph">
2721
+
2722
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0f5;"></div>
2723
+
2724
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0f5;" > </a>
2725
+
2726
+ </div>
2727
+
2728
+ <div class="glyph">
2729
+
2730
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0f6;"></div>
2731
+
2732
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0f6;" > </a>
2733
+
2734
+ </div>
2735
+
2736
+ <div class="glyph">
2737
+
2738
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0f7;"></div>
2739
+
2740
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0f7;" > </a>
2741
+
2742
+ </div>
2743
+
2744
+ <div class="glyph">
2745
+
2746
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0f8;"></div>
2747
+
2748
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0f8;" > </a>
2749
+
2750
+ </div>
2751
+
2752
+ <div class="glyph">
2753
+
2754
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0f9;"></div>
2755
+
2756
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0f9;" > </a>
2757
+
2758
+ </div>
2759
+
2760
+ <div class="glyph">
2761
+
2762
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0fa;"></div>
2763
+
2764
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0fa;" > </a>
2765
+
2766
+ </div>
2767
+
2768
+ <div class="glyph">
2769
+
2770
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0fb;"></div>
2771
+
2772
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0fb;" > </a>
2773
+
2774
+ </div>
2775
+
2776
+ <div class="glyph">
2777
+
2778
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0fc;"></div>
2779
+
2780
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0fc;" > </a>
2781
+
2782
+ </div>
2783
+
2784
+ <div class="glyph">
2785
+
2786
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0fd;"></div>
2787
+
2788
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0fd;" > </a>
2789
+
2790
+ </div>
2791
+
2792
+ <div class="glyph">
2793
+
2794
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0fe;"></div>
2795
+
2796
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0fe;" > </a>
2797
+
2798
+ </div>
2799
+
2800
+ <div class="glyph">
2801
+
2802
+ <div class="fs1" aria-hidden="true" data-icon="&#xe0ff;"></div>
2803
+
2804
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe0ff;" > </a>
2805
+
2806
+ </div>
2807
+
2808
+ <div class="glyph">
2809
+
2810
+ <div class="fs1" aria-hidden="true" data-icon="&#xe100;"></div>
2811
+
2812
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe100;" > </a>
2813
+
2814
+ </div>
2815
+
2816
+ <div class="glyph">
2817
+
2818
+ <div class="fs1" aria-hidden="true" data-icon="&#xe101;"></div>
2819
+
2820
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe101;" > </a>
2821
+
2822
+ </div>
2823
+
2824
+ <div class="glyph">
2825
+
2826
+ <div class="fs1" aria-hidden="true" data-icon="&#xe102;"></div>
2827
+
2828
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe102;" > </a>
2829
+
2830
+ </div>
2831
+
2832
+ <div class="glyph">
2833
+
2834
+ <div class="fs1" aria-hidden="true" data-icon="&#xe103;"></div>
2835
+
2836
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe103;" > </a>
2837
+
2838
+ </div>
2839
+
2840
+ <div class="glyph">
2841
+
2842
+ <div class="fs1" aria-hidden="true" data-icon="&#xe104;"></div>
2843
+
2844
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe104;" > </a>
2845
+
2846
+ </div>
2847
+
2848
+ <div class="glyph">
2849
+
2850
+ <div class="fs1" aria-hidden="true" data-icon="&#xe105;"></div>
2851
+
2852
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe105;" > </a>
2853
+
2854
+ </div>
2855
+
2856
+ <div class="glyph">
2857
+
2858
+ <div class="fs1" aria-hidden="true" data-icon="&#xe106;"></div>
2859
+
2860
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe106;" > </a>
2861
+
2862
+ </div>
2863
+
2864
+ <div class="glyph">
2865
+
2866
+ <div class="fs1" aria-hidden="true" data-icon="&#xe107;"></div>
2867
+
2868
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe107;" > </a>
2869
+
2870
+ </div>
2871
+
2872
+ <div class="glyph">
2873
+
2874
+ <div class="fs1" aria-hidden="true" data-icon="&#xe108;"></div>
2875
+
2876
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe108;" > </a>
2877
+
2878
+ </div>
2879
+
2880
+ <div class="glyph">
2881
+
2882
+ <div class="fs1" aria-hidden="true" data-icon="&#xe109;"></div>
2883
+
2884
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe109;" > </a>
2885
+
2886
+ </div>
2887
+
2888
+ <div class="glyph">
2889
+
2890
+ <div class="fs1" aria-hidden="true" data-icon="&#xe10a;"></div>
2891
+
2892
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe10a;" > </a>
2893
+
2894
+ </div>
2895
+
2896
+ <div class="glyph">
2897
+
2898
+ <div class="fs1" aria-hidden="true" data-icon="&#xe10b;"></div>
2899
+
2900
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe10b;" > </a>
2901
+
2902
+ </div>
2903
+
2904
+ <div class="glyph">
2905
+
2906
+ <div class="fs1" aria-hidden="true" data-icon="&#xe10c;"></div>
2907
+
2908
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe10c;" > </a>
2909
+
2910
+ </div>
2911
+
2912
+ <div class="glyph">
2913
+
2914
+ <div class="fs1" aria-hidden="true" data-icon="&#xe10d;"></div>
2915
+
2916
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe10d;" > </a>
2917
+
2918
+ </div>
2919
+
2920
+ <div class="glyph">
2921
+
2922
+ <div class="fs1" aria-hidden="true" data-icon="&#xe10e;"></div>
2923
+
2924
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe10e;" > </a>
2925
+
2926
+ </div>
2927
+
2928
+ <div class="glyph">
2929
+
2930
+ <div class="fs1" aria-hidden="true" data-icon="&#xe10f;"></div>
2931
+
2932
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe10f;" > </a>
2933
+
2934
+ </div>
2935
+
2936
+ <div class="glyph">
2937
+
2938
+ <div class="fs1" aria-hidden="true" data-icon="&#xe110;"></div>
2939
+
2940
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe110;" > </a>
2941
+
2942
+ </div>
2943
+
2944
+ <div class="glyph">
2945
+
2946
+ <div class="fs1" aria-hidden="true" data-icon="&#xe111;"></div>
2947
+
2948
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe111;" > </a>
2949
+
2950
+ </div>
2951
+
2952
+ <div class="glyph">
2953
+
2954
+ <div class="fs1" aria-hidden="true" data-icon="&#xe112;"></div>
2955
+
2956
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe112;" > </a>
2957
+
2958
+ </div>
2959
+
2960
+ <div class="glyph">
2961
+
2962
+ <div class="fs1" aria-hidden="true" data-icon="&#xe113;"></div>
2963
+
2964
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe113;" > </a>
2965
+
2966
+ </div>
2967
+
2968
+ <div class="glyph">
2969
+
2970
+ <div class="fs1" aria-hidden="true" data-icon="&#xe114;"></div>
2971
+
2972
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe114;" > </a>
2973
+
2974
+ </div>
2975
+
2976
+ <div class="glyph">
2977
+
2978
+ <div class="fs1" aria-hidden="true" data-icon="&#xe115;"></div>
2979
+
2980
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe115;" > </a>
2981
+
2982
+ </div>
2983
+
2984
+ <div class="glyph">
2985
+
2986
+ <div class="fs1" aria-hidden="true" data-icon="&#xe116;"></div>
2987
+
2988
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe116;" > </a>
2989
+
2990
+ </div>
2991
+
2992
+ <div class="glyph">
2993
+
2994
+ <div class="fs1" aria-hidden="true" data-icon="&#xe117;"></div>
2995
+
2996
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe117;" > </a>
2997
+
2998
+ </div>
2999
+
3000
+ <div class="glyph">
3001
+
3002
+ <div class="fs1" aria-hidden="true" data-icon="&#xe118;"></div>
3003
+
3004
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe118;" > </a>
3005
+
3006
+ </div>
3007
+
3008
+ <div class="glyph">
3009
+
3010
+ <div class="fs1" aria-hidden="true" data-icon="&#xe119;"></div>
3011
+
3012
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe119;" > </a>
3013
+
3014
+ </div>
3015
+
3016
+ <div class="glyph">
3017
+
3018
+ <div class="fs1" aria-hidden="true" data-icon="&#xe11a;"></div>
3019
+
3020
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe11a;" > </a>
3021
+
3022
+ </div>
3023
+
3024
+ <div class="glyph">
3025
+
3026
+ <div class="fs1" aria-hidden="true" data-icon="&#xe11b;"></div>
3027
+
3028
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe11b;" > </a>
3029
+
3030
+ </div>
3031
+
3032
+ <div class="glyph">
3033
+
3034
+ <div class="fs1" aria-hidden="true" data-icon="&#xe11c;"></div>
3035
+
3036
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe11c;" > </a>
3037
+
3038
+ </div>
3039
+
3040
+ <div class="glyph">
3041
+
3042
+ <div class="fs1" aria-hidden="true" data-icon="&#xe11d;"></div>
3043
+
3044
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe11d;" > </a>
3045
+
3046
+ </div>
3047
+
3048
+ <div class="glyph">
3049
+
3050
+ <div class="fs1" aria-hidden="true" data-icon="&#xe11e;"></div>
3051
+
3052
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe11e;" > </a>
3053
+
3054
+ </div>
3055
+
3056
+ <div class="glyph">
3057
+
3058
+ <div class="fs1" aria-hidden="true" data-icon="&#xe11f;"></div>
3059
+
3060
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe11f;" > </a>
3061
+
3062
+ </div>
3063
+
3064
+ <div class="glyph">
3065
+
3066
+ <div class="fs1" aria-hidden="true" data-icon="&#xe120;"></div>
3067
+
3068
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe120;" > </a>
3069
+
3070
+ </div>
3071
+
3072
+ <div class="glyph">
3073
+
3074
+ <div class="fs1" aria-hidden="true" data-icon="&#xe121;"></div>
3075
+
3076
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe121;" > </a>
3077
+
3078
+ </div>
3079
+
3080
+ <div class="glyph">
3081
+
3082
+ <div class="fs1" aria-hidden="true" data-icon="&#xe122;"></div>
3083
+
3084
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe122;" > </a>
3085
+
3086
+ </div>
3087
+
3088
+ <div class="glyph">
3089
+
3090
+ <div class="fs1" aria-hidden="true" data-icon="&#xe123;"></div>
3091
+
3092
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe123;" > </a>
3093
+
3094
+ </div>
3095
+
3096
+ <div class="glyph">
3097
+
3098
+ <div class="fs1" aria-hidden="true" data-icon="&#xe124;"></div>
3099
+
3100
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe124;" > </a>
3101
+
3102
+ </div>
3103
+
3104
+ <div class="glyph">
3105
+
3106
+ <div class="fs1" aria-hidden="true" data-icon="&#xe125;"></div>
3107
+
3108
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe125;" > </a>
3109
+
3110
+ </div>
3111
+
3112
+ <div class="glyph">
3113
+
3114
+ <div class="fs1" aria-hidden="true" data-icon="&#xe126;"></div>
3115
+
3116
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe126;" > </a>
3117
+
3118
+ </div>
3119
+
3120
+ <div class="glyph">
3121
+
3122
+ <div class="fs1" aria-hidden="true" data-icon="&#xe127;"></div>
3123
+
3124
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe127;" > </a>
3125
+
3126
+ </div>
3127
+
3128
+ <div class="glyph">
3129
+
3130
+ <div class="fs1" aria-hidden="true" data-icon="&#xe128;"></div>
3131
+
3132
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe128;" > </a>
3133
+
3134
+ </div>
3135
+
3136
+ <div class="glyph">
3137
+
3138
+ <div class="fs1" aria-hidden="true" data-icon="&#xe129;"></div>
3139
+
3140
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe129;" > </a>
3141
+
3142
+ </div>
3143
+
3144
+ <div class="glyph">
3145
+
3146
+ <div class="fs1" aria-hidden="true" data-icon="&#xe12a;"></div>
3147
+
3148
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe12a;" > </a>
3149
+
3150
+ </div>
3151
+
3152
+ <div class="glyph">
3153
+
3154
+ <div class="fs1" aria-hidden="true" data-icon="&#xe12b;"></div>
3155
+
3156
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe12b;" > </a>
3157
+
3158
+ </div>
3159
+
3160
+ <div class="glyph">
3161
+
3162
+ <div class="fs1" aria-hidden="true" data-icon="&#xe12c;"></div>
3163
+
3164
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe12c;" > </a>
3165
+
3166
+ </div>
3167
+
3168
+ <div class="glyph">
3169
+
3170
+ <div class="fs1" aria-hidden="true" data-icon="&#xe12d;"></div>
3171
+
3172
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe12d;" > </a>
3173
+
3174
+ </div>
3175
+
3176
+ <div class="glyph">
3177
+
3178
+ <div class="fs1" aria-hidden="true" data-icon="&#xe12e;"></div>
3179
+
3180
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe12e;" > </a>
3181
+
3182
+ </div>
3183
+
3184
+ <div class="glyph">
3185
+
3186
+ <div class="fs1" aria-hidden="true" data-icon="&#xe12f;"></div>
3187
+
3188
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe12f;" > </a>
3189
+
3190
+ </div>
3191
+
3192
+ <div class="glyph">
3193
+
3194
+ <div class="fs1" aria-hidden="true" data-icon="&#xe130;"></div>
3195
+
3196
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe130;" > </a>
3197
+
3198
+ </div>
3199
+
3200
+ <div class="glyph">
3201
+
3202
+ <div class="fs1" aria-hidden="true" data-icon="&#xe131;"></div>
3203
+
3204
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe131;" > </a>
3205
+
3206
+ </div>
3207
+
3208
+ <div class="glyph">
3209
+
3210
+ <div class="fs1" aria-hidden="true" data-icon="&#xe132;"></div>
3211
+
3212
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe132;" > </a>
3213
+
3214
+ </div>
3215
+
3216
+ <div class="glyph">
3217
+
3218
+ <div class="fs1" aria-hidden="true" data-icon="&#xe133;"></div>
3219
+
3220
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe133;" > </a>
3221
+
3222
+ </div>
3223
+
3224
+ <div class="glyph">
3225
+
3226
+ <div class="fs1" aria-hidden="true" data-icon="&#xe134;"></div>
3227
+
3228
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe134;" > </a>
3229
+
3230
+ </div>
3231
+
3232
+ <div class="glyph">
3233
+
3234
+ <div class="fs1" aria-hidden="true" data-icon="&#xe135;"></div>
3235
+
3236
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe135;" > </a>
3237
+
3238
+ </div>
3239
+
3240
+ <div class="glyph">
3241
+
3242
+ <div class="fs1" aria-hidden="true" data-icon="&#xe136;"></div>
3243
+
3244
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe136;" > </a>
3245
+
3246
+ </div>
3247
+
3248
+ <div class="glyph">
3249
+
3250
+ <div class="fs1" aria-hidden="true" data-icon="&#xe137;"></div>
3251
+
3252
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe137;" > </a>
3253
+
3254
+ </div>
3255
+
3256
+ <div class="glyph">
3257
+
3258
+ <div class="fs1" aria-hidden="true" data-icon="&#xe138;"></div>
3259
+
3260
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe138;" > </a>
3261
+
3262
+ </div>
3263
+
3264
+ <div class="glyph">
3265
+
3266
+ <div class="fs1" aria-hidden="true" data-icon="&#xe139;"></div>
3267
+
3268
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe139;" > </a>
3269
+
3270
+ </div>
3271
+
3272
+ <div class="glyph">
3273
+
3274
+ <div class="fs1" aria-hidden="true" data-icon="&#xe13a;"></div>
3275
+
3276
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe13a;" > </a>
3277
+
3278
+ </div>
3279
+
3280
+ <div class="glyph">
3281
+
3282
+ <div class="fs1" aria-hidden="true" data-icon="&#xe13b;"></div>
3283
+
3284
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe13b;" > </a>
3285
+
3286
+ </div>
3287
+
3288
+ <div class="glyph">
3289
+
3290
+ <div class="fs1" aria-hidden="true" data-icon="&#xe13c;"></div>
3291
+
3292
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe13c;" > </a>
3293
+
3294
+ </div>
3295
+
3296
+ <div class="glyph">
3297
+
3298
+ <div class="fs1" aria-hidden="true" data-icon="&#xe13d;"></div>
3299
+
3300
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe13d;" > </a>
3301
+
3302
+ </div>
3303
+
3304
+ <div class="glyph">
3305
+
3306
+ <div class="fs1" aria-hidden="true" data-icon="&#xe13e;"></div>
3307
+
3308
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe13e;" > </a>
3309
+
3310
+ </div>
3311
+
3312
+ <div class="glyph">
3313
+
3314
+ <div class="fs1" aria-hidden="true" data-icon="&#xe13f;"></div>
3315
+
3316
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe13f;" > </a>
3317
+
3318
+ </div>
3319
+
3320
+ <div class="glyph">
3321
+
3322
+ <div class="fs1" aria-hidden="true" data-icon="&#xe140;"></div>
3323
+
3324
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe140;" > </a>
3325
+
3326
+ </div>
3327
+
3328
+ <div class="glyph">
3329
+
3330
+ <div class="fs1" aria-hidden="true" data-icon="&#xe141;"></div>
3331
+
3332
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe141;" > </a>
3333
+
3334
+ </div>
3335
+
3336
+ <div class="glyph">
3337
+
3338
+ <div class="fs1" aria-hidden="true" data-icon="&#xe142;"></div>
3339
+
3340
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe142;" > </a>
3341
+
3342
+ </div>
3343
+
3344
+ <div class="glyph">
3345
+
3346
+ <div class="fs1" aria-hidden="true" data-icon="&#xe143;"></div>
3347
+
3348
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe143;" > </a>
3349
+
3350
+ </div>
3351
+
3352
+ <div class="glyph">
3353
+
3354
+ <div class="fs1" aria-hidden="true" data-icon="&#xe144;"></div>
3355
+
3356
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe144;" > </a>
3357
+
3358
+ </div>
3359
+
3360
+ <div class="glyph">
3361
+
3362
+ <div class="fs1" aria-hidden="true" data-icon="&#xe145;"></div>
3363
+
3364
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe145;" > </a>
3365
+
3366
+ </div>
3367
+
3368
+ <div class="glyph">
3369
+
3370
+ <div class="fs1" aria-hidden="true" data-icon="&#xe146;"></div>
3371
+
3372
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe146;" > </a>
3373
+
3374
+ </div>
3375
+
3376
+ <div class="glyph">
3377
+
3378
+ <div class="fs1" aria-hidden="true" data-icon="&#xe147;"></div>
3379
+
3380
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe147;" > </a>
3381
+
3382
+ </div>
3383
+
3384
+ <div class="glyph">
3385
+
3386
+ <div class="fs1" aria-hidden="true" data-icon="&#xe148;"></div>
3387
+
3388
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe148;" > </a>
3389
+
3390
+ </div>
3391
+
3392
+ <div class="glyph">
3393
+
3394
+ <div class="fs1" aria-hidden="true" data-icon="&#xe149;"></div>
3395
+
3396
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe149;" > </a>
3397
+
3398
+ </div>
3399
+
3400
+ <div class="glyph">
3401
+
3402
+ <div class="fs1" aria-hidden="true" data-icon="&#xe14a;"></div>
3403
+
3404
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe14a;" > </a>
3405
+
3406
+ </div>
3407
+
3408
+ <div class="glyph">
3409
+
3410
+ <div class="fs1" aria-hidden="true" data-icon="&#xe14b;"></div>
3411
+
3412
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe14b;" > </a>
3413
+
3414
+ </div>
3415
+
3416
+ <div class="glyph">
3417
+
3418
+ <div class="fs1" aria-hidden="true" data-icon="&#xe14c;"></div>
3419
+
3420
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe14c;" > </a>
3421
+
3422
+ </div>
3423
+
3424
+ <div class="glyph">
3425
+
3426
+ <div class="fs1" aria-hidden="true" data-icon="&#xe14d;"></div>
3427
+
3428
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe14d;" > </a>
3429
+
3430
+ </div>
3431
+
3432
+ <div class="glyph">
3433
+
3434
+ <div class="fs1" aria-hidden="true" data-icon="&#xe14e;"></div>
3435
+
3436
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe14e;" > </a>
3437
+
3438
+ </div>
3439
+
3440
+ <div class="glyph">
3441
+
3442
+ <div class="fs1" aria-hidden="true" data-icon="&#xe14f;"></div>
3443
+
3444
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe14f;" > </a>
3445
+
3446
+ </div>
3447
+
3448
+ <div class="glyph">
3449
+
3450
+ <div class="fs1" aria-hidden="true" data-icon="&#xe150;"></div>
3451
+
3452
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe150;" > </a>
3453
+
3454
+ </div>
3455
+
3456
+ <div class="glyph">
3457
+
3458
+ <div class="fs1" aria-hidden="true" data-icon="&#xe151;"></div>
3459
+
3460
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe151;" > </a>
3461
+
3462
+ </div>
3463
+
3464
+ <div class="glyph">
3465
+
3466
+ <div class="fs1" aria-hidden="true" data-icon="&#xe152;"></div>
3467
+
3468
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe152;" > </a>
3469
+
3470
+ </div>
3471
+
3472
+ <div class="glyph">
3473
+
3474
+ <div class="fs1" aria-hidden="true" data-icon="&#xe153;"></div>
3475
+
3476
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe153;" > </a>
3477
+
3478
+ </div>
3479
+
3480
+ <div class="glyph">
3481
+
3482
+ <div class="fs1" aria-hidden="true" data-icon="&#xe154;"></div>
3483
+
3484
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe154;" > </a>
3485
+
3486
+ </div>
3487
+
3488
+ <div class="glyph">
3489
+
3490
+ <div class="fs1" aria-hidden="true" data-icon="&#xe155;"></div>
3491
+
3492
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe155;" > </a>
3493
+
3494
+ </div>
3495
+
3496
+ <div class="glyph">
3497
+
3498
+ <div class="fs1" aria-hidden="true" data-icon="&#xe156;"></div>
3499
+
3500
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe156;" > </a>
3501
+
3502
+ </div>
3503
+
3504
+ <div class="glyph">
3505
+
3506
+ <div class="fs1" aria-hidden="true" data-icon="&#xe157;"></div>
3507
+
3508
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe157;" > </a>
3509
+
3510
+ </div>
3511
+
3512
+ <div class="glyph">
3513
+
3514
+ <div class="fs1" aria-hidden="true" data-icon="&#xe158;"></div>
3515
+
3516
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe158;" > </a>
3517
+
3518
+ </div>
3519
+
3520
+ <div class="glyph">
3521
+
3522
+ <div class="fs1" aria-hidden="true" data-icon="&#xe159;"></div>
3523
+
3524
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe159;" > </a>
3525
+
3526
+ </div>
3527
+
3528
+ <div class="glyph">
3529
+
3530
+ <div class="fs1" aria-hidden="true" data-icon="&#xe15a;"></div>
3531
+
3532
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe15a;" > </a>
3533
+
3534
+ </div>
3535
+
3536
+ <div class="glyph">
3537
+
3538
+ <div class="fs1" aria-hidden="true" data-icon="&#xe15b;"></div>
3539
+
3540
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe15b;" > </a>
3541
+
3542
+ </div>
3543
+
3544
+ <div class="glyph">
3545
+
3546
+ <div class="fs1" aria-hidden="true" data-icon="&#xe15c;"></div>
3547
+
3548
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe15c;" > </a>
3549
+
3550
+ </div>
3551
+
3552
+ <div class="glyph">
3553
+
3554
+ <div class="fs1" aria-hidden="true" data-icon="&#xe15d;"></div>
3555
+
3556
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe15d;" > </a>
3557
+
3558
+ </div>
3559
+
3560
+ <div class="glyph">
3561
+
3562
+ <div class="fs1" aria-hidden="true" data-icon="&#xe15e;"></div>
3563
+
3564
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe15e;" > </a>
3565
+
3566
+ </div>
3567
+
3568
+ <div class="glyph">
3569
+
3570
+ <div class="fs1" aria-hidden="true" data-icon="&#xe15f;"></div>
3571
+
3572
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe15f;" > </a>
3573
+
3574
+ </div>
3575
+
3576
+ <div class="glyph">
3577
+
3578
+ <div class="fs1" aria-hidden="true" data-icon="&#xe160;"></div>
3579
+
3580
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe160;" > </a>
3581
+
3582
+ </div>
3583
+
3584
+ <div class="glyph">
3585
+
3586
+ <div class="fs1" aria-hidden="true" data-icon="&#xe161;"></div>
3587
+
3588
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe161;" > </a>
3589
+
3590
+ </div>
3591
+
3592
+ <div class="glyph">
3593
+
3594
+ <div class="fs1" aria-hidden="true" data-icon="&#xe162;"></div>
3595
+
3596
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe162;" > </a>
3597
+
3598
+ </div>
3599
+
3600
+ <div class="glyph">
3601
+
3602
+ <div class="fs1" aria-hidden="true" data-icon="&#xe163;"></div>
3603
+
3604
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe163;" > </a>
3605
+
3606
+ </div>
3607
+
3608
+ <div class="glyph">
3609
+
3610
+ <div class="fs1" aria-hidden="true" data-icon="&#xe164;"></div>
3611
+
3612
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe164;" > </a>
3613
+
3614
+ </div>
3615
+
3616
+ <div class="glyph">
3617
+
3618
+ <div class="fs1" aria-hidden="true" data-icon="&#xe165;"></div>
3619
+
3620
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe165;" > </a>
3621
+
3622
+ </div>
3623
+
3624
+ <div class="glyph">
3625
+
3626
+ <div class="fs1" aria-hidden="true" data-icon="&#xe166;"></div>
3627
+
3628
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe166;" > </a>
3629
+
3630
+ </div>
3631
+
3632
+ <div class="glyph">
3633
+
3634
+ <div class="fs1" aria-hidden="true" data-icon="&#xe167;"></div>
3635
+
3636
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe167;" > </a>
3637
+
3638
+ </div>
3639
+
3640
+ <div class="glyph">
3641
+
3642
+ <div class="fs1" aria-hidden="true" data-icon="&#xe168;"></div>
3643
+
3644
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe168;" > </a>
3645
+
3646
+ </div>
3647
+
3648
+ <div class="glyph">
3649
+
3650
+ <div class="fs1" aria-hidden="true" data-icon="&#xe169;"></div>
3651
+
3652
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe169;" > </a>
3653
+
3654
+ </div>
3655
+
3656
+ <div class="glyph">
3657
+
3658
+ <div class="fs1" aria-hidden="true" data-icon="&#xe16a;"></div>
3659
+
3660
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe16a;" > </a>
3661
+
3662
+ </div>
3663
+
3664
+ <div class="glyph">
3665
+
3666
+ <div class="fs1" aria-hidden="true" data-icon="&#xe16b;"></div>
3667
+
3668
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe16b;" > </a>
3669
+
3670
+ </div>
3671
+
3672
+ <div class="glyph">
3673
+
3674
+ <div class="fs1" aria-hidden="true" data-icon="&#xe16c;"></div>
3675
+
3676
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe16c;" > </a>
3677
+
3678
+ </div>
3679
+
3680
+ <div class="glyph">
3681
+
3682
+ <div class="fs1" aria-hidden="true" data-icon="&#xe16d;"></div>
3683
+
3684
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe16d;" > </a>
3685
+
3686
+ </div>
3687
+
3688
+ <div class="glyph">
3689
+
3690
+ <div class="fs1" aria-hidden="true" data-icon="&#xe16e;"></div>
3691
+
3692
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe16e;" > </a>
3693
+
3694
+ </div>
3695
+
3696
+ <div class="glyph">
3697
+
3698
+ <div class="fs1" aria-hidden="true" data-icon="&#xe16f;"></div>
3699
+
3700
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe16f;" > </a>
3701
+
3702
+ </div>
3703
+
3704
+ <div class="glyph">
3705
+
3706
+ <div class="fs1" aria-hidden="true" data-icon="&#xe170;"></div>
3707
+
3708
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe170;" > </a>
3709
+
3710
+ </div>
3711
+
3712
+ <div class="glyph">
3713
+
3714
+ <div class="fs1" aria-hidden="true" data-icon="&#xe171;"></div>
3715
+
3716
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe171;" > </a>
3717
+
3718
+ </div>
3719
+
3720
+ <div class="glyph">
3721
+
3722
+ <div class="fs1" aria-hidden="true" data-icon="&#xe172;"></div>
3723
+
3724
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe172;" > </a>
3725
+
3726
+ </div>
3727
+
3728
+ <div class="glyph">
3729
+
3730
+ <div class="fs1" aria-hidden="true" data-icon="&#xe173;"></div>
3731
+
3732
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe173;" > </a>
3733
+
3734
+ </div>
3735
+
3736
+ <div class="glyph">
3737
+
3738
+ <div class="fs1" aria-hidden="true" data-icon="&#xe174;"></div>
3739
+
3740
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe174;" > </a>
3741
+
3742
+ </div>
3743
+
3744
+ <div class="glyph">
3745
+
3746
+ <div class="fs1" aria-hidden="true" data-icon="&#xe175;"></div>
3747
+
3748
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe175;" > </a>
3749
+
3750
+ </div>
3751
+
3752
+ <div class="glyph">
3753
+
3754
+ <div class="fs1" aria-hidden="true" data-icon="&#xe176;"></div>
3755
+
3756
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe176;" > </a>
3757
+
3758
+ </div>
3759
+
3760
+ <div class="glyph">
3761
+
3762
+ <div class="fs1" aria-hidden="true" data-icon="&#xe177;"></div>
3763
+
3764
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe177;" > </a>
3765
+
3766
+ </div>
3767
+
3768
+ <div class="glyph">
3769
+
3770
+ <div class="fs1" aria-hidden="true" data-icon="&#xe178;"></div>
3771
+
3772
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe178;" > </a>
3773
+
3774
+ </div>
3775
+
3776
+ <div class="glyph">
3777
+
3778
+ <div class="fs1" aria-hidden="true" data-icon="&#xe179;"></div>
3779
+
3780
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe179;" > </a>
3781
+
3782
+ </div>
3783
+
3784
+ <div class="glyph">
3785
+
3786
+ <div class="fs1" aria-hidden="true" data-icon="&#xe17a;"></div>
3787
+
3788
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe17a;" > </a>
3789
+
3790
+ </div>
3791
+
3792
+ <div class="glyph">
3793
+
3794
+ <div class="fs1" aria-hidden="true" data-icon="&#xe17b;"></div>
3795
+
3796
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe17b;" > </a>
3797
+
3798
+ </div>
3799
+
3800
+ <div class="glyph">
3801
+
3802
+ <div class="fs1" aria-hidden="true" data-icon="&#xe17c;"></div>
3803
+
3804
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe17c;" > </a>
3805
+
3806
+ </div>
3807
+
3808
+ <div class="glyph">
3809
+
3810
+ <div class="fs1" aria-hidden="true" data-icon="&#xe17d;"></div>
3811
+
3812
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe17d;" > </a>
3813
+
3814
+ </div>
3815
+
3816
+ <div class="glyph">
3817
+
3818
+ <div class="fs1" aria-hidden="true" data-icon="&#xe17e;"></div>
3819
+
3820
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe17e;" > </a>
3821
+
3822
+ </div>
3823
+
3824
+ <div class="glyph">
3825
+
3826
+ <div class="fs1" aria-hidden="true" data-icon="&#xe17f;"></div>
3827
+
3828
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe17f;" > </a>
3829
+
3830
+ </div>
3831
+
3832
+ <div class="glyph">
3833
+
3834
+ <div class="fs1" aria-hidden="true" data-icon="&#xe180;"></div>
3835
+
3836
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe180;" > </a>
3837
+
3838
+ </div>
3839
+
3840
+ <div class="glyph">
3841
+
3842
+ <div class="fs1" aria-hidden="true" data-icon="&#xe181;"></div>
3843
+
3844
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe181;" > </a>
3845
+
3846
+ </div>
3847
+
3848
+ <div class="glyph">
3849
+
3850
+ <div class="fs1" aria-hidden="true" data-icon="&#xe182;"></div>
3851
+
3852
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe182;" > </a>
3853
+
3854
+ </div>
3855
+
3856
+ <div class="glyph">
3857
+
3858
+ <div class="fs1" aria-hidden="true" data-icon="&#xe183;"></div>
3859
+
3860
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe183;" > </a>
3861
+
3862
+ </div>
3863
+
3864
+ <div class="glyph">
3865
+
3866
+ <div class="fs1" aria-hidden="true" data-icon="&#xe184;"></div>
3867
+
3868
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe184;" > </a>
3869
+
3870
+ </div>
3871
+
3872
+ <div class="glyph">
3873
+
3874
+ <div class="fs1" aria-hidden="true" data-icon="&#xe185;"></div>
3875
+
3876
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe185;" > </a>
3877
+
3878
+ </div>
3879
+
3880
+ <div class="glyph">
3881
+
3882
+ <div class="fs1" aria-hidden="true" data-icon="&#xe186;"></div>
3883
+
3884
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe186;" > </a>
3885
+
3886
+ </div>
3887
+
3888
+ <div class="glyph">
3889
+
3890
+ <div class="fs1" aria-hidden="true" data-icon="&#xe187;"></div>
3891
+
3892
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe187;" > </a>
3893
+
3894
+ </div>
3895
+
3896
+ <div class="glyph">
3897
+
3898
+ <div class="fs1" aria-hidden="true" data-icon="&#xe188;"></div>
3899
+
3900
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe188;" > </a>
3901
+
3902
+ </div>
3903
+
3904
+ <div class="glyph">
3905
+
3906
+ <div class="fs1" aria-hidden="true" data-icon="&#xe189;"></div>
3907
+
3908
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe189;" > </a>
3909
+
3910
+ </div>
3911
+
3912
+ <div class="glyph">
3913
+
3914
+ <div class="fs1" aria-hidden="true" data-icon="&#xe18a;"></div>
3915
+
3916
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe18a;" > </a>
3917
+
3918
+ </div>
3919
+
3920
+ <div class="glyph">
3921
+
3922
+ <div class="fs1" aria-hidden="true" data-icon="&#xe18b;"></div>
3923
+
3924
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe18b;" > </a>
3925
+
3926
+ </div>
3927
+
3928
+ <div class="glyph">
3929
+
3930
+ <div class="fs1" aria-hidden="true" data-icon="&#xe18c;"></div>
3931
+
3932
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe18c;" > </a>
3933
+
3934
+ </div>
3935
+
3936
+ <div class="glyph">
3937
+
3938
+ <div class="fs1" aria-hidden="true" data-icon="&#xe18d;"></div>
3939
+
3940
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe18d;" > </a>
3941
+
3942
+ </div>
3943
+
3944
+ <div class="glyph">
3945
+
3946
+ <div class="fs1" aria-hidden="true" data-icon="&#xe18e;"></div>
3947
+
3948
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe18e;" > </a>
3949
+
3950
+ </div>
3951
+
3952
+ <div class="glyph">
3953
+
3954
+ <div class="fs1" aria-hidden="true" data-icon="&#xe18f;"></div>
3955
+
3956
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe18f;" > </a>
3957
+
3958
+ </div>
3959
+
3960
+ <div class="glyph">
3961
+
3962
+ <div class="fs1" aria-hidden="true" data-icon="&#xe190;"></div>
3963
+
3964
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe190;" > </a>
3965
+
3966
+ </div>
3967
+
3968
+ <div class="glyph">
3969
+
3970
+ <div class="fs1" aria-hidden="true" data-icon="&#xe191;"></div>
3971
+
3972
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe191;" > </a>
3973
+
3974
+ </div>
3975
+
3976
+ <div class="glyph">
3977
+
3978
+ <div class="fs1" aria-hidden="true" data-icon="&#xe192;"></div>
3979
+
3980
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe192;" > </a>
3981
+
3982
+ </div>
3983
+
3984
+ <div class="glyph">
3985
+
3986
+ <div class="fs1" aria-hidden="true" data-icon="&#xe193;"></div>
3987
+
3988
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe193;" > </a>
3989
+
3990
+ </div>
3991
+
3992
+ <div class="glyph">
3993
+
3994
+ <div class="fs1" aria-hidden="true" data-icon="&#xe194;"></div>
3995
+
3996
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe194;" > </a>
3997
+
3998
+ </div>
3999
+
4000
+ <div class="glyph">
4001
+
4002
+ <div class="fs1" aria-hidden="true" data-icon="&#xe195;"></div>
4003
+
4004
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe195;" > </a>
4005
+
4006
+ </div>
4007
+
4008
+ <div class="glyph">
4009
+
4010
+ <div class="fs1" aria-hidden="true" data-icon="&#xe196;"></div>
4011
+
4012
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe196;" > </a>
4013
+
4014
+ </div>
4015
+
4016
+ <div class="glyph">
4017
+
4018
+ <div class="fs1" aria-hidden="true" data-icon="&#xe197;"></div>
4019
+
4020
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe197;" > </a>
4021
+
4022
+ </div>
4023
+
4024
+ <div class="glyph">
4025
+
4026
+ <div class="fs1" aria-hidden="true" data-icon="&#xe198;"></div>
4027
+
4028
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe198;" > </a>
4029
+
4030
+ </div>
4031
+
4032
+ <div class="glyph">
4033
+
4034
+ <div class="fs1" aria-hidden="true" data-icon="&#xe199;"></div>
4035
+
4036
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe199;" > </a>
4037
+
4038
+ </div>
4039
+
4040
+ <div class="glyph">
4041
+
4042
+ <div class="fs1" aria-hidden="true" data-icon="&#xe19a;"></div>
4043
+
4044
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe19a;" > </a>
4045
+
4046
+ </div>
4047
+
4048
+ <div class="glyph">
4049
+
4050
+ <div class="fs1" aria-hidden="true" data-icon="&#xe19b;"></div>
4051
+
4052
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe19b;" > </a>
4053
+
4054
+ </div>
4055
+
4056
+ <div class="glyph">
4057
+
4058
+ <div class="fs1" aria-hidden="true" data-icon="&#xe19c;"></div>
4059
+
4060
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe19c;" > </a>
4061
+
4062
+ </div>
4063
+
4064
+ <div class="glyph">
4065
+
4066
+ <div class="fs1" aria-hidden="true" data-icon="&#xe19d;"></div>
4067
+
4068
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe19d;" > </a>
4069
+
4070
+ </div>
4071
+
4072
+ <div class="glyph">
4073
+
4074
+ <div class="fs1" aria-hidden="true" data-icon="&#xe19e;"></div>
4075
+
4076
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe19e;" > </a>
4077
+
4078
+ </div>
4079
+
4080
+ <div class="glyph">
4081
+
4082
+ <div class="fs1" aria-hidden="true" data-icon="&#xe19f;"></div>
4083
+
4084
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe19f;" > </a>
4085
+
4086
+ </div>
4087
+
4088
+ <div class="glyph">
4089
+
4090
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1a0;"></div>
4091
+
4092
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1a0;" > </a>
4093
+
4094
+ </div>
4095
+
4096
+ <div class="glyph">
4097
+
4098
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1a1;"></div>
4099
+
4100
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1a1;" > </a>
4101
+
4102
+ </div>
4103
+
4104
+ <div class="glyph">
4105
+
4106
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1a2;"></div>
4107
+
4108
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1a2;" > </a>
4109
+
4110
+ </div>
4111
+
4112
+ <div class="glyph">
4113
+
4114
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1a3;"></div>
4115
+
4116
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1a3;" > </a>
4117
+
4118
+ </div>
4119
+
4120
+ <div class="glyph">
4121
+
4122
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1a4;"></div>
4123
+
4124
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1a4;" > </a>
4125
+
4126
+ </div>
4127
+
4128
+ <div class="glyph">
4129
+
4130
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1a5;"></div>
4131
+
4132
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1a5;" > </a>
4133
+
4134
+ </div>
4135
+
4136
+ <div class="glyph">
4137
+
4138
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1a6;"></div>
4139
+
4140
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1a6;" > </a>
4141
+
4142
+ </div>
4143
+
4144
+ <div class="glyph">
4145
+
4146
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1a7;"></div>
4147
+
4148
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1a7;" > </a>
4149
+
4150
+ </div>
4151
+
4152
+ <div class="glyph">
4153
+
4154
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1a8;"></div>
4155
+
4156
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1a8;" > </a>
4157
+
4158
+ </div>
4159
+
4160
+ <div class="glyph">
4161
+
4162
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1a9;"></div>
4163
+
4164
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1a9;" > </a>
4165
+
4166
+ </div>
4167
+
4168
+ <div class="glyph">
4169
+
4170
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1aa;"></div>
4171
+
4172
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1aa;" > </a>
4173
+
4174
+ </div>
4175
+
4176
+ <div class="glyph">
4177
+
4178
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1ab;"></div>
4179
+
4180
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1ab;" > </a>
4181
+
4182
+ </div>
4183
+
4184
+ <div class="glyph">
4185
+
4186
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1ac;"></div>
4187
+
4188
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1ac;" > </a>
4189
+
4190
+ </div>
4191
+
4192
+ <div class="glyph">
4193
+
4194
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1ad;"></div>
4195
+
4196
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1ad;" > </a>
4197
+
4198
+ </div>
4199
+
4200
+ <div class="glyph">
4201
+
4202
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1ae;"></div>
4203
+
4204
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1ae;" > </a>
4205
+
4206
+ </div>
4207
+
4208
+ <div class="glyph">
4209
+
4210
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1af;"></div>
4211
+
4212
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1af;" > </a>
4213
+
4214
+ </div>
4215
+
4216
+ <div class="glyph">
4217
+
4218
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1b0;"></div>
4219
+
4220
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1b0;" > </a>
4221
+
4222
+ </div>
4223
+
4224
+ <div class="glyph">
4225
+
4226
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1b1;"></div>
4227
+
4228
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1b1;" > </a>
4229
+
4230
+ </div>
4231
+
4232
+ <div class="glyph">
4233
+
4234
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1b2;"></div>
4235
+
4236
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1b2;" > </a>
4237
+
4238
+ </div>
4239
+
4240
+ <div class="glyph">
4241
+
4242
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1b3;"></div>
4243
+
4244
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1b3;" > </a>
4245
+
4246
+ </div>
4247
+
4248
+ <div class="glyph">
4249
+
4250
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1b4;"></div>
4251
+
4252
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1b4;" > </a>
4253
+
4254
+ </div>
4255
+
4256
+ <div class="glyph">
4257
+
4258
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1b5;"></div>
4259
+
4260
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1b5;" > </a>
4261
+
4262
+ </div>
4263
+
4264
+ <div class="glyph">
4265
+
4266
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1b6;"></div>
4267
+
4268
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1b6;" > </a>
4269
+
4270
+ </div>
4271
+
4272
+ <div class="glyph">
4273
+
4274
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1b7;"></div>
4275
+
4276
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1b7;" > </a>
4277
+
4278
+ </div>
4279
+
4280
+ <div class="glyph">
4281
+
4282
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1b8;"></div>
4283
+
4284
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1b8;" > </a>
4285
+
4286
+ </div>
4287
+
4288
+ <div class="glyph">
4289
+
4290
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1b9;"></div>
4291
+
4292
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1b9;" > </a>
4293
+
4294
+ </div>
4295
+
4296
+ <div class="glyph">
4297
+
4298
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1ba;"></div>
4299
+
4300
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1ba;" > </a>
4301
+
4302
+ </div>
4303
+
4304
+ <div class="glyph">
4305
+
4306
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1bb;"></div>
4307
+
4308
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1bb;" > </a>
4309
+
4310
+ </div>
4311
+
4312
+ <div class="glyph">
4313
+
4314
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1bc;"></div>
4315
+
4316
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1bc;" > </a>
4317
+
4318
+ </div>
4319
+
4320
+ <div class="glyph">
4321
+
4322
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1bd;"></div>
4323
+
4324
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1bd;" > </a>
4325
+
4326
+ </div>
4327
+
4328
+ <div class="glyph">
4329
+
4330
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1be;"></div>
4331
+
4332
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1be;" > </a>
4333
+
4334
+ </div>
4335
+
4336
+ <div class="glyph">
4337
+
4338
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1bf;"></div>
4339
+
4340
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1bf;" > </a>
4341
+
4342
+ </div>
4343
+
4344
+ <div class="glyph">
4345
+
4346
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1c0;"></div>
4347
+
4348
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1c0;" > </a>
4349
+
4350
+ </div>
4351
+
4352
+ <div class="glyph">
4353
+
4354
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1c1;"></div>
4355
+
4356
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1c1;" > </a>
4357
+
4358
+ </div>
4359
+
4360
+ <div class="glyph">
4361
+
4362
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1c2;"></div>
4363
+
4364
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1c2;" > </a>
4365
+
4366
+ </div>
4367
+
4368
+ <div class="glyph">
4369
+
4370
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1c3;"></div>
4371
+
4372
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1c3;" > </a>
4373
+
4374
+ </div>
4375
+
4376
+ <div class="glyph">
4377
+
4378
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1c4;"></div>
4379
+
4380
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1c4;" > </a>
4381
+
4382
+ </div>
4383
+
4384
+ <div class="glyph">
4385
+
4386
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1c5;"></div>
4387
+
4388
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1c5;" > </a>
4389
+
4390
+ </div>
4391
+
4392
+ <div class="glyph">
4393
+
4394
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1c6;"></div>
4395
+
4396
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1c6;" > </a>
4397
+
4398
+ </div>
4399
+
4400
+ <div class="glyph">
4401
+
4402
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1c7;"></div>
4403
+
4404
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1c7;" > </a>
4405
+
4406
+ </div>
4407
+
4408
+ <div class="glyph">
4409
+
4410
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1c8;"></div>
4411
+
4412
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1c8;" > </a>
4413
+
4414
+ </div>
4415
+
4416
+ <div class="glyph">
4417
+
4418
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1c9;"></div>
4419
+
4420
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1c9;" > </a>
4421
+
4422
+ </div>
4423
+
4424
+ <div class="glyph">
4425
+
4426
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1ca;"></div>
4427
+
4428
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1ca;" > </a>
4429
+
4430
+ </div>
4431
+
4432
+ <div class="glyph">
4433
+
4434
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1cb;"></div>
4435
+
4436
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1cb;" > </a>
4437
+
4438
+ </div>
4439
+
4440
+ <div class="glyph">
4441
+
4442
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1cc;"></div>
4443
+
4444
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1cc;" > </a>
4445
+
4446
+ </div>
4447
+
4448
+ <div class="glyph">
4449
+
4450
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1cd;"></div>
4451
+
4452
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1cd;" > </a>
4453
+
4454
+ </div>
4455
+
4456
+ <div class="glyph">
4457
+
4458
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1ce;"></div>
4459
+
4460
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1ce;" > </a>
4461
+
4462
+ </div>
4463
+
4464
+ <div class="glyph">
4465
+
4466
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1cf;"></div>
4467
+
4468
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1cf;" > </a>
4469
+
4470
+ </div>
4471
+
4472
+ <div class="glyph">
4473
+
4474
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1d0;"></div>
4475
+
4476
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1d0;" > </a>
4477
+
4478
+ </div>
4479
+
4480
+ <div class="glyph">
4481
+
4482
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1d1;"></div>
4483
+
4484
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1d1;" > </a>
4485
+
4486
+ </div>
4487
+
4488
+ <div class="glyph">
4489
+
4490
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1d2;"></div>
4491
+
4492
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1d2;" > </a>
4493
+
4494
+ </div>
4495
+
4496
+ <div class="glyph">
4497
+
4498
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1d3;"></div>
4499
+
4500
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1d3;" > </a>
4501
+
4502
+ </div>
4503
+
4504
+ <div class="glyph">
4505
+
4506
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1d4;"></div>
4507
+
4508
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1d4;" > </a>
4509
+
4510
+ </div>
4511
+
4512
+ <div class="glyph">
4513
+
4514
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1d5;"></div>
4515
+
4516
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1d5;" > </a>
4517
+
4518
+ </div>
4519
+
4520
+ <div class="glyph">
4521
+
4522
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1d6;"></div>
4523
+
4524
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1d6;" > </a>
4525
+
4526
+ </div>
4527
+
4528
+ <div class="glyph">
4529
+
4530
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1d7;"></div>
4531
+
4532
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1d7;" > </a>
4533
+
4534
+ </div>
4535
+
4536
+ <div class="glyph">
4537
+
4538
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1d8;"></div>
4539
+
4540
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1d8;" > </a>
4541
+
4542
+ </div>
4543
+
4544
+ <div class="glyph">
4545
+
4546
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1d9;"></div>
4547
+
4548
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1d9;" > </a>
4549
+
4550
+ </div>
4551
+
4552
+ <div class="glyph">
4553
+
4554
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1da;"></div>
4555
+
4556
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1da;" > </a>
4557
+
4558
+ </div>
4559
+
4560
+ <div class="glyph">
4561
+
4562
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1db;"></div>
4563
+
4564
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1db;" > </a>
4565
+
4566
+ </div>
4567
+
4568
+ <div class="glyph">
4569
+
4570
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1dc;"></div>
4571
+
4572
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1dc;" > </a>
4573
+
4574
+ </div>
4575
+
4576
+ <div class="glyph">
4577
+
4578
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1dd;"></div>
4579
+
4580
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1dd;" > </a>
4581
+
4582
+ </div>
4583
+
4584
+ <div class="glyph">
4585
+
4586
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1de;"></div>
4587
+
4588
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1de;" > </a>
4589
+
4590
+ </div>
4591
+
4592
+ <div class="glyph">
4593
+
4594
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1df;"></div>
4595
+
4596
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1df;" > </a>
4597
+
4598
+ </div>
4599
+
4600
+ <div class="glyph">
4601
+
4602
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1e0;"></div>
4603
+
4604
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1e0;" > </a>
4605
+
4606
+ </div>
4607
+
4608
+ <div class="glyph">
4609
+
4610
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1e1;"></div>
4611
+
4612
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1e1;" > </a>
4613
+
4614
+ </div>
4615
+
4616
+ <div class="glyph">
4617
+
4618
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1e2;"></div>
4619
+
4620
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1e2;" > </a>
4621
+
4622
+ </div>
4623
+
4624
+ <div class="glyph">
4625
+
4626
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1e3;"></div>
4627
+
4628
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1e3;" > </a>
4629
+
4630
+ </div>
4631
+
4632
+ <div class="glyph">
4633
+
4634
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1e4;"></div>
4635
+
4636
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1e4;" > </a>
4637
+
4638
+ </div>
4639
+
4640
+ <div class="glyph">
4641
+
4642
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1e5;"></div>
4643
+
4644
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1e5;" > </a>
4645
+
4646
+ </div>
4647
+
4648
+ <div class="glyph">
4649
+
4650
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1e6;"></div>
4651
+
4652
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1e6;" > </a>
4653
+
4654
+ </div>
4655
+
4656
+ <div class="glyph">
4657
+
4658
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1e7;"></div>
4659
+
4660
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1e7;" > </a>
4661
+
4662
+ </div>
4663
+
4664
+ <div class="glyph">
4665
+
4666
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1e8;"></div>
4667
+
4668
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1e8;" > </a>
4669
+
4670
+ </div>
4671
+
4672
+ <div class="glyph">
4673
+
4674
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1e9;"></div>
4675
+
4676
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1e9;" > </a>
4677
+
4678
+ </div>
4679
+
4680
+ <div class="glyph">
4681
+
4682
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1ea;"></div>
4683
+
4684
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1ea;" > </a>
4685
+
4686
+ </div>
4687
+
4688
+ <div class="glyph">
4689
+
4690
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1eb;"></div>
4691
+
4692
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1eb;" > </a>
4693
+
4694
+ </div>
4695
+
4696
+ <div class="glyph">
4697
+
4698
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1ec;"></div>
4699
+
4700
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1ec;" > </a>
4701
+
4702
+ </div>
4703
+
4704
+ <div class="glyph">
4705
+
4706
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1ed;"></div>
4707
+
4708
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1ed;" > </a>
4709
+
4710
+ </div>
4711
+
4712
+ <div class="glyph">
4713
+
4714
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1ee;"></div>
4715
+
4716
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1ee;" > </a>
4717
+
4718
+ </div>
4719
+
4720
+ <div class="glyph">
4721
+
4722
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1ef;"></div>
4723
+
4724
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1ef;" > </a>
4725
+
4726
+ </div>
4727
+
4728
+ <div class="glyph">
4729
+
4730
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1f0;"></div>
4731
+
4732
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1f0;" > </a>
4733
+
4734
+ </div>
4735
+
4736
+ <div class="glyph">
4737
+
4738
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1f1;"></div>
4739
+
4740
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1f1;" > </a>
4741
+
4742
+ </div>
4743
+
4744
+ <div class="glyph">
4745
+
4746
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1f2;"></div>
4747
+
4748
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1f2;" > </a>
4749
+
4750
+ </div>
4751
+
4752
+ <div class="glyph">
4753
+
4754
+ <div class="fs1" aria-hidden="true" data-icon="&#xe1f3;"></div>
4755
+
4756
+ <a class="glyph-link" href="#"><input class="glyph_unicode" type="text" readonly="readonly" value="&amp;#xe1f3;" > </a>
4757
+
4758
+ </div>
4759
+
4760
+ </section>
4761
+
4762
+ <span style="display:inline-block"><h3 style="float:left;margin-bottom:0;font-size:1.5em;"> Expansion Pack </h3></span>
4763
+
4764
+ <p>Welcome to the new expansion pack section! This section will grow as time progresses. But in the meantime, here's a rounded linked in icon for you!</p>
4765
+
4766
+
4767
+
4768
+ <p>Unfortunately since the release of this plugin, the original source of these web font icons began releasing these without proper unicode support.So as of right now,
4769
+
4770
+ the icons in the expansion pack must be inlcuded by adding a class to an element. Clicking the icon will still provide you with the necessary code
4771
+
4772
+ to display the icon, it just will no longer be in Unicode form. I'm terribly sorry for the inconvinence.</p>
4773
+
4774
+
4775
+
4776
+ <p style="color:#FF8000;">If you need an icon (or icons) included for a project immediately, please make a donation and I will include them as soon as possible.</p>
4777
+
4778
+
4779
+
4780
+ <p style="color:#E27F7F;">If you have designed icons you would like to include in this plugin, I would be delighted to include them and give you attribution. Just get in contact with me <a href="http://www.evan-herman.com/contact/" target="_blank">here</a>.</p>
4781
+
4782
+
4783
+
4784
+ <div class="expansion-Glyph">
4785
+
4786
+ <span class="fs1 wp-svg-icon-set1-expansion-linkedin_circle" style="padding:0;"></span>
4787
+
4788
+ <a class="glyph-link" href="#"><input class="expansion_glyph_unicode" type="text" readonly="readonly" value="wp-svg-icon-set1-expansion-linkedin_circle" > </a>
4789
+
4790
+ </div>
4791
+
4792
+ </div>
4793
+
4794
+ <div class="clear"></div>
4795
+
4796
+ <footer>
4797
+
4798
+ <p>Plugin Created By <a style="color:#B35047;" href="http://www.Evan-Herman.com" target="_blank">Evan Herman</a></p>
4799
+
4800
+ </footer>
4801
+
4802
+ </div>
4803
+
4804
+
4805
+
4806
+ </body>
4807
+
4808
+ </html>
4809
+
4810
+
4811
+
4812
+ <?php
4813
+
4814
+ }