| 1 |
<?php |
| 2 |
if ( ! defined( 'ABSPATH' ) ) { |
| 3 |
exit; // Exit if accessed directly. |
| 4 |
} |
| 5 |
/***************************************************************************************************************************************************** |
| 6 |
****************************************************************************************************************************************************** |
| 7 |
|
| 8 |
Metrizeicon |
| 9 |
|
| 10 |
*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 11 |
if ( !function_exists ( "vs_typicon" )){ |
| 12 |
function vs_typicon( $element) { |
| 13 |
|
| 14 |
$vs_icons =array( |
| 15 |
|
| 16 |
__('Typcn','visual-slider')=> array( |
| 17 |
'typcn-adjust-brightness' => 'adjust-brightness', |
| 18 |
'typcn-adjust-contrast' => 'adjust-contrast', |
| 19 |
'typcn-anchor-outline' => 'anchor-outline', |
| 20 |
'typcn-anchor' => 'anchor', |
| 21 |
'typcn-archive' => 'archive', |
| 22 |
'typcn-arrow-back-outline' => 'arrow-back-outline', |
| 23 |
'typcn-arrow-back' => 'arrow-back', |
| 24 |
'typcn-arrow-down-outline' => 'arrow-down-outline', |
| 25 |
'typcn-arrow-down-thick' => 'arrow-down-thick', |
| 26 |
'typcn-arrow-down' => 'arrow-down', |
| 27 |
'typcn-arrow-forward-outline' => 'arrow-forward-outline', |
| 28 |
'typcn-arrow-forward' => 'arrow-forward', |
| 29 |
'typcn-arrow-left-outline' => 'arrow-left-outline', |
| 30 |
'typcn-arrow-left-thick' => 'arrow-left-thick', |
| 31 |
'typcn-arrow-left' => 'arrow-left', |
| 32 |
'typcn-arrow-loop-outline' => 'arrow-loop-outline', |
| 33 |
'typcn-arrow-loop' => 'arrow-loop', |
| 34 |
'typcn-arrow-maximise-outline' => 'arrow-maximise-outline', |
| 35 |
'typcn-arrow-maximise' => 'arrow-maximise', |
| 36 |
'typcn-arrow-minimise-outline' => 'arrow-minimise-outline', |
| 37 |
'typcn-arrow-minimise' => 'arrow-minimise', |
| 38 |
'typcn-arrow-move-outline' => 'arrow-move-outline', |
| 39 |
'typcn-arrow-move' => 'arrow-move', |
| 40 |
'typcn-arrow-repeat-outline' => 'arrow-repeat-outline', |
| 41 |
'typcn-arrow-repeat' => 'arrow-repeat', |
| 42 |
'typcn-arrow-right-outline' => 'arrow-right-outline', |
| 43 |
'typcn-arrow-right-thick' => 'arrow-right-thick', |
| 44 |
'typcn-arrow-right' => 'arrow-right', |
| 45 |
'typcn-arrow-shuffle' => 'arrow-shuffle', |
| 46 |
'typcn-arrow-sorted-down' => 'arrow-sorted-down', |
| 47 |
'typcn-arrow-sorted-up' => 'arrow-sorted-up', |
| 48 |
'typcn-arrow-sync-outline' => 'arrow-sync-outline', |
| 49 |
'typcn-arrow-sync' => 'arrow-sync', |
| 50 |
'typcn-arrow-unsorted' => 'arrow-unsorted', |
| 51 |
'typcn-arrow-up-outline' => 'arrow-up-outline', |
| 52 |
'typcn-arrow-up-thick' => 'arrow-up-thick', |
| 53 |
'typcn-arrow-up' => 'arrow-up', |
| 54 |
'typcn-at' => 'at', |
| 55 |
'typcn-attachment-outline' => 'attachment-outline', |
| 56 |
'typcn-attachment' => 'attachment', |
| 57 |
'typcn-backspace-outline' => 'backspace-outline', |
| 58 |
'typcn-backspace' => 'backspace', |
| 59 |
'typcn-battery-charge' => 'battery-charge', |
| 60 |
'typcn-battery-full' => 'battery-full', |
| 61 |
'typcn-battery-high' => 'battery-high', |
| 62 |
'typcn-battery-low' => 'battery-low', |
| 63 |
'typcn-battery-mid' => 'battery-mid', |
| 64 |
'typcn-beaker' => 'beaker', |
| 65 |
'typcn-beer' => 'beer', |
| 66 |
'typcn-bell' => 'bell', |
| 67 |
'typcn-book' => 'book', |
| 68 |
'typcn-bookmark' => 'bookmark', |
| 69 |
'typcn-briefcase' => 'briefcase', |
| 70 |
'typcn-brush' => 'brush', |
| 71 |
'typcn-business-card' => 'business-card', |
| 72 |
'typcn-calculator' => 'calculator', |
| 73 |
'typcn-calendar-outline' => 'calendar-outline', |
| 74 |
'typcn-calendar' => 'calendar', |
| 75 |
'typcn-camera-outline' => 'camera-outline', |
| 76 |
'typcn-camera' => 'camera', |
| 77 |
'typcn-cancel-outline' => 'cancel-outline', |
| 78 |
'typcn-cancel' => 'cancel', |
| 79 |
'typcn-chart-area-outline' => 'chart-area-outline', |
| 80 |
'typcn-chart-area' => 'chart-area', |
| 81 |
'typcn-chart-bar-outline' => 'chart-bar-outline', |
| 82 |
'typcn-chart-bar' => 'chart-bar', |
| 83 |
'typcn-chart-line-outline' => 'chart-line-outline', |
| 84 |
'typcn-chart-line' => 'chart-line', |
| 85 |
'typcn-chart-pie-outline' => 'chart-pie-outline', |
| 86 |
'typcn-chart-pie' => 'chart-pie', |
| 87 |
'typcn-chevron-left-outline' => 'chevron-left-outline', |
| 88 |
'typcn-chevron-left' => 'chevron-left', |
| 89 |
'typcn-chevron-right-outline' => 'chevron-right-outline', |
| 90 |
'typcn-chevron-right' => 'chevron-right', |
| 91 |
'typcn-clipboard' => 'clipboard', |
| 92 |
'typcn-cloud-storage' => 'cloud-storage', |
| 93 |
'typcn-cloud-storage-outline' => 'cloud-storage-outline', |
| 94 |
'typcn-code-outline' => 'code-outline', |
| 95 |
'typcn-code' => 'code', |
| 96 |
'typcn-coffee' => 'coffee', |
| 97 |
'typcn-cog-outline' => 'cog-outline', |
| 98 |
'typcn-cog' => 'cog', |
| 99 |
'typcn-compass' => 'compass', |
| 100 |
'typcn-contacts' => 'contacts', |
| 101 |
'typcn-credit-card' => 'credit-card', |
| 102 |
'typcn-css3' => 'css3', |
| 103 |
'typcn-database' => 'database', |
| 104 |
'typcn-delete-outline' => 'delete-outline', |
| 105 |
'typcn-delete' => 'delete', |
| 106 |
'typcn-device-desktop' => 'device-desktop', |
| 107 |
'typcn-device-laptop' => 'device-laptop', |
| 108 |
'typcn-device-phone' => 'device-phone', |
| 109 |
'typcn-device-tablet' => 'device-tablet', |
| 110 |
'typcn-directions' => 'directions', |
| 111 |
'typcn-divide-outline' => 'divide-outline', |
| 112 |
'typcn-divide' => 'divide', |
| 113 |
'typcn-document-add' => 'document-add', |
| 114 |
'typcn-document-delete' => 'document-delete', |
| 115 |
'typcn-document-text' => 'document-text', |
| 116 |
'typcn-document' => 'document', |
| 117 |
'typcn-download-outline' => 'download-outline', |
| 118 |
'typcn-download' => 'download', |
| 119 |
'typcn-dropbox' => 'dropbox', |
| 120 |
'typcn-edit' => 'edit', |
| 121 |
'typcn-eject-outline' => 'eject-outline', |
| 122 |
'typcn-eject' => 'eject', |
| 123 |
'typcn-equals-outline' => 'equals-outline', |
| 124 |
'typcn-equals' => 'equals', |
| 125 |
'typcn-export-outline' => 'export-outline', |
| 126 |
'typcn-export' => 'export', |
| 127 |
'typcn-eye-outline' => 'eye-outline', |
| 128 |
'typcn-eye' => 'eye', |
| 129 |
'typcn-feather' => 'feather', |
| 130 |
'typcn-film' => 'film', |
| 131 |
'typcn-filter' => 'filter', |
| 132 |
'typcn-flag-outline' => 'flag-outline', |
| 133 |
'typcn-flag' => 'flag', |
| 134 |
'typcn-flash-outline' => 'flash-outline', |
| 135 |
'typcn-flash' => 'flash', |
| 136 |
'typcn-flow-children' => 'flow-children', |
| 137 |
'typcn-flow-merge' => 'flow-merge', |
| 138 |
'typcn-flow-parallel' => 'flow-parallel', |
| 139 |
'typcn-flow-switch' => 'flow-switch', |
| 140 |
'typcn-folder-add' => 'folder-add', |
| 141 |
'typcn-folder-delete' => 'folder-delete', |
| 142 |
'typcn-folder-open' => 'folder-open', |
| 143 |
'typcn-folder' => 'folder', |
| 144 |
'typcn-gift' => 'gift', |
| 145 |
'typcn-globe-outline' => 'globe-outline', |
| 146 |
'typcn-globe' => 'globe', |
| 147 |
'typcn-group-outline' => 'group-outline', |
| 148 |
'typcn-group' => 'group', |
| 149 |
'typcn-headphones' => 'headphones', |
| 150 |
'typcn-heart-full-outline' => 'heart-full-outline', |
| 151 |
'typcn-heart-half-outline' => 'heart-half-outline', |
| 152 |
'typcn-heart-outline' => 'heart-outline', |
| 153 |
'typcn-heart' => 'heart', |
| 154 |
'typcn-home-outline' => 'home-outline', |
| 155 |
'typcn-home' => 'home', |
| 156 |
'typcn-html5' => 'html5', |
| 157 |
'typcn-image-outline' => 'image-outline', |
| 158 |
'typcn-image' => 'image', |
| 159 |
'typcn-infinity-outline' => 'infinity-outline', |
| 160 |
'typcn-infinity' => 'infinity', |
| 161 |
'typcn-info-large-outline' => 'info-large-outline', |
| 162 |
'typcn-info-large' => 'info-large', |
| 163 |
'typcn-info-outline' => 'info-outline', |
| 164 |
'typcn-info' => 'info', |
| 165 |
'typcn-input-checked-outline' => 'input-checked-outline', |
| 166 |
'typcn-input-checked' => 'input-checked', |
| 167 |
'typcn-key-outline' => 'key-outline', |
| 168 |
'typcn-key' => 'key', |
| 169 |
'typcn-keyboard' => 'keyboard', |
| 170 |
'typcn-leaf' => 'leaf', |
| 171 |
'typcn-lightbulb' => 'lightbulb', |
| 172 |
'typcn-link-outline' => 'link-outline', |
| 173 |
'typcn-link' => 'link', |
| 174 |
'typcn-location-arrow-outline' => 'location-arrow-outline', |
| 175 |
'typcn-location-arrow' => 'location-arrow', |
| 176 |
'typcn-location-outline' => 'location-outline', |
| 177 |
'typcn-location' => 'location', |
| 178 |
'typcn-lock-closed-outline' => 'lock-closed-outline', |
| 179 |
'typcn-lock-closed' => 'lock-closed', |
| 180 |
'typcn-lock-open-outline' => 'lock-open-outline', |
| 181 |
'typcn-lock-open' => 'lock-open', |
| 182 |
'typcn-mail' => 'mail', |
| 183 |
'typcn-map' => 'map', |
| 184 |
'typcn-media-eject-outline' => 'media-eject-outline', |
| 185 |
'typcn-media-eject' => 'media-eject', |
| 186 |
'typcn-media-fast-forward-outline' => 'media-fast-forward-outline', |
| 187 |
'typcn-media-fast-forward' => 'media-fast-forward', |
| 188 |
'typcn-media-pause-outline' => 'media-pause-outline', |
| 189 |
'typcn-media-pause' => 'media-pause', |
| 190 |
'typcn-media-play-outline' => 'media-play-outline', |
| 191 |
'typcn-media-play-reverse-outline' => 'media-play-reverse-outline', |
| 192 |
'typcn-media-play-reverse' => 'media-play-reverse', |
| 193 |
'typcn-media-play' => 'media-play', |
| 194 |
'typcn-media-record-outline' => 'media-record-outline', |
| 195 |
'typcn-media-record' => 'media-record', |
| 196 |
'typcn-media-rewind-outline' => 'media-rewind-outline', |
| 197 |
'typcn-media-rewind' => 'media-rewind', |
| 198 |
'typcn-media-stop-outline' => 'media-stop-outline', |
| 199 |
'typcn-media-stop' => 'media-stop', |
| 200 |
'typcn-message-typing' => 'message-typing', |
| 201 |
'typcn-message' => 'message', |
| 202 |
'typcn-messages' => 'messages', |
| 203 |
'typcn-microphone-outline' => 'microphone-outline', |
| 204 |
'typcn-microphone' => 'microphone', |
| 205 |
'typcn-minus-outline' => 'minus-outline', |
| 206 |
'typcn-minus' => 'minus', |
| 207 |
'typcn-mortar-board' => 'mortar-board', |
| 208 |
'typcn-news' => 'news', |
| 209 |
'typcn-notes-outline' => 'notes-outline', |
| 210 |
'typcn-notes' => 'notes', |
| 211 |
'typcn-pen' => 'pen', |
| 212 |
'typcn-pencil' => 'pencil', |
| 213 |
'typcn-phone-outline' => 'phone-outline', |
| 214 |
'typcn-phone' => 'phone', |
| 215 |
'typcn-pi-outline' => 'pi-outline', |
| 216 |
'typcn-pi' => 'pi', |
| 217 |
'typcn-pin-outline' => 'pin-outline', |
| 218 |
'typcn-pin' => 'pin', |
| 219 |
'typcn-pipette' => 'pipette', |
| 220 |
'typcn-plane-outline' => 'plane-outline', |
| 221 |
'typcn-plane' => 'plane', |
| 222 |
'typcn-plug' => 'plug', |
| 223 |
'typcn-plus-outline' => 'plus-outline', |
| 224 |
'typcn-plus' => 'plus', |
| 225 |
'typcn-point-of-interest-outline' => 'point-of-interest-outline', |
| 226 |
'typcn-point-of-interest' => 'point-of-interest', |
| 227 |
'typcn-power-outline' => 'power-outline', |
| 228 |
'typcn-power' => 'power', |
| 229 |
'typcn-printer' => 'printer', |
| 230 |
'typcn-puzzle-outline' => 'puzzle-outline', |
| 231 |
'typcn-puzzle' => 'puzzle', |
| 232 |
'typcn-radar-outline' => 'radar-outline', |
| 233 |
'typcn-radar' => 'radar', |
| 234 |
'typcn-refresh-outline' => 'refresh-outline', |
| 235 |
'typcn-refresh' => 'refresh', |
| 236 |
'typcn-rss-outline' => 'rss-outline', |
| 237 |
'typcn-rss' => 'rss', |
| 238 |
'typcn-scissors-outline' => 'scissors-outline', |
| 239 |
'typcn-scissors' => 'scissors', |
| 240 |
'typcn-shopping-bag' => 'shopping-bag', |
| 241 |
'typcn-shopping-cart' => 'shopping-cart', |
| 242 |
'typcn-social-at-circular' => 'social-at-circular', |
| 243 |
'typcn-social-dribbble-circular' => 'social-dribbble-circular', |
| 244 |
'typcn-social-dribbble' => 'social-dribbble', |
| 245 |
'typcn-social-facebook-circular' => 'social-facebook-circular', |
| 246 |
'typcn-social-facebook' => 'social-facebook', |
| 247 |
'typcn-social-flickr-circular' => 'social-flickr-circular', |
| 248 |
'typcn-social-flickr' => 'social-flickr', |
| 249 |
'typcn-social-github-circular' => 'social-github-circular', |
| 250 |
'typcn-social-github' => 'social-github', |
| 251 |
'typcn-social-google-plus-circular' => 'social-google-plus-circular', |
| 252 |
'typcn-social-google-plus' => 'social-google-plus', |
| 253 |
'typcn-social-instagram-circular' => 'social-instagram-circular', |
| 254 |
'typcn-social-instagram' => 'social-instagram', |
| 255 |
'typcn-social-last-fm-circular' => 'social-last-fm-circular', |
| 256 |
'typcn-social-last-fm' => 'social-last-fm', |
| 257 |
'typcn-social-linkedin-circular' => 'social-linkedin-circular', |
| 258 |
'typcn-social-linkedin' => 'social-linkedin', |
| 259 |
'typcn-social-pinterest-circular' => 'social-pinterest-circular', |
| 260 |
'typcn-social-pinterest' => 'social-pinterest', |
| 261 |
'typcn-social-skype-outline' => 'social-skype-outline', |
| 262 |
'typcn-social-skype' => 'social-skype', |
| 263 |
'typcn-social-tumbler-circular' => 'social-tumbler-circular', |
| 264 |
'typcn-social-tumbler' => 'social-tumbler', |
| 265 |
'typcn-social-twitter-circular' => 'social-twitter-circular', |
| 266 |
'typcn-social-twitter' => 'social-twitter', |
| 267 |
'typcn-social-vimeo-circular' => 'social-vimeo-circular', |
| 268 |
'typcn-social-vimeo' => 'social-vimeo', |
| 269 |
'typcn-social-youtube-circular' => 'social-youtube-circular', |
| 270 |
'typcn-social-youtube' => 'social-youtube', |
| 271 |
'typcn-sort-alphabetically-outline' => 'sort-alphabetically-outline', |
| 272 |
'typcn-sort-alphabetically' => 'sort-alphabetically', |
| 273 |
'typcn-sort-numerically-outline' => 'sort-numerically-outline', |
| 274 |
'typcn-sort-numerically' => 'sort-numerically', |
| 275 |
'typcn-spanner-outline' => 'spanner-outline', |
| 276 |
'typcn-spanner' => 'spanner', |
| 277 |
'typcn-spiral' => 'spiral', |
| 278 |
'typcn-star-full-outline' => 'star-full-outline', |
| 279 |
'typcn-star-half-outline' => 'star-half-outline', |
| 280 |
'typcn-star-half' => 'star-half', |
| 281 |
'typcn-star-outline' => 'star-outline', |
| 282 |
'typcn-star' => 'star', |
| 283 |
'typcn-starburst-outline' => 'starburst-outline', |
| 284 |
'typcn-starburst' => 'starburst', |
| 285 |
'typcn-stopwatch' => 'stopwatch', |
| 286 |
'typcn-support' => 'support', |
| 287 |
'typcn-tabs-outline' => 'tabs-outline', |
| 288 |
'typcn-tag' => 'tag', |
| 289 |
'typcn-tags' => 'tags', |
| 290 |
'typcn-th-large-outline' => 'th-large-outline', |
| 291 |
'typcn-th-large' => 'th-large', |
| 292 |
'typcn-th-list-outline' => 'th-list-outline', |
| 293 |
'typcn-th-list' => 'th-list', |
| 294 |
'typcn-th-menu-outline' => 'th-menu-outline', |
| 295 |
'typcn-th-menu' => 'th-menu', |
| 296 |
'typcn-th-small-outline' => 'th-small-outline', |
| 297 |
'typcn-th-small' => 'th-small', |
| 298 |
'typcn-thermometer' => 'thermometer', |
| 299 |
'typcn-thumbs-down' => 'thumbs-down', |
| 300 |
'typcn-thumbs-ok' => 'thumbs-ok', |
| 301 |
'typcn-thumbs-up' => 'thumbs-up', |
| 302 |
'typcn-tick-outline' => 'tick-outline', |
| 303 |
'typcn-tick' => 'tick', |
| 304 |
'typcn-ticket' => 'ticket', |
| 305 |
'typcn-time' => 'time', |
| 306 |
'typcn-times-outline' => 'times-outline', |
| 307 |
'typcn-times' => 'times', |
| 308 |
'typcn-trash' => 'trash', |
| 309 |
'typcn-tree' => 'tree', |
| 310 |
'typcn-upload-outline' => 'upload-outline', |
| 311 |
'typcn-upload' => 'upload', |
| 312 |
'typcn-user-add-outline' => 'user-add-outline', |
| 313 |
'typcn-user-add' => 'user-add', |
| 314 |
'typcn-user-delete-outline' => 'user-delete-outline', |
| 315 |
'typcn-user-delete' => 'user-delete', |
| 316 |
'typcn-user-outline' => 'user-outline', |
| 317 |
'typcn-user' => 'user', |
| 318 |
'typcn-vendor-android' => 'vendor-android', |
| 319 |
'typcn-vendor-apple' => 'vendor-apple', |
| 320 |
'typcn-vendor-microsoft' => 'vendor-microsoft', |
| 321 |
'typcn-video-outline' => 'video-outline', |
| 322 |
'typcn-video' => 'video', |
| 323 |
'typcn-volume-down' => 'volume-down', |
| 324 |
'typcn-volume-mute' => 'volume-mute', |
| 325 |
'typcn-volume-up' => 'volume-up', |
| 326 |
'typcn-volume' => 'volume', |
| 327 |
'typcn-warning-outline' => 'warning-outline', |
| 328 |
'typcn-warning' => 'warning', |
| 329 |
'typcn-watch' => 'watch', |
| 330 |
'typcn-waves-outline' => 'waves-outline', |
| 331 |
'typcn-waves' => 'waves', |
| 332 |
'typcn-weather-cloudy' => 'weather-cloudy', |
| 333 |
'typcn-weather-downpour' => 'weather-downpour', |
| 334 |
'typcn-weather-night' => 'weather-night', |
| 335 |
'typcn-weather-partly-sunny' => 'weather-partly-sunny', |
| 336 |
'typcn-weather-shower' => 'weather-shower', |
| 337 |
'typcn-weather-snow' => 'weather-snow', |
| 338 |
'typcn-weather-stormy' => 'weather-stormy', |
| 339 |
'typcn-weather-sunny' => 'weather-sunny', |
| 340 |
'typcn-weather-windy-cloudy' => 'weather-windy-cloudy', |
| 341 |
'typcn-weather-windy' => 'weather-windy', |
| 342 |
'typcn-wi-fi-outline' => 'wi-fi-outline', |
| 343 |
'typcn-wi-fi' => 'wi-fi', |
| 344 |
'typcn-wine' => 'wine', |
| 345 |
'typcn-world-outline' => 'world-outline', |
| 346 |
'typcn-world' => 'world', |
| 347 |
'typcn-zoom-in-outline' => 'zoom-in-outline', |
| 348 |
'typcn-zoom-in' => 'zoom-in', |
| 349 |
'typcn-zoom-out-outline' => 'zoom-out-outline', |
| 350 |
'typcn-zoom-out' => 'zoom-out', |
| 351 |
'typcn-zoom-outline' => 'zoom-outline', |
| 352 |
'typcn-zoom' => 'zoom', |
| 353 |
) |
| 354 |
); |
| 355 |
$element['Typcn']=$vs_icons; |
| 356 |
return $element; |
| 357 |
} |
| 358 |
add_filter('vs_icon_element', 'vs_typicon'); |
| 359 |
} |
| 360 |
?> |