Toolset Types – Custom Post Types, Custom Fields and Taxonomies - Version 2.2.23

Version Description

  • Fixed issue with Toolset registration
Download this release

Release Info

Developer christianglingener
Plugin Icon 128x128 Toolset Types – Custom Post Types, Custom Fields and Taxonomies
Version 2.2.23
Comparing to
See all releases

Code changes from version 2.2.22 to 2.2.23

Files changed (110) hide show
  1. application/bootstrap.php +2 -1
  2. readme.txt +5 -2
  3. vendor/autoload.php +1 -1
  4. vendor/composer/autoload_classmap.php +23 -0
  5. vendor/composer/autoload_namespaces.php +1 -0
  6. vendor/composer/autoload_real.php +7 -7
  7. vendor/composer/autoload_static.php +35 -5
  8. vendor/composer/installed.json +220 -146
  9. vendor/otgs/icons/css/otgs-icons.css +196 -0
  10. vendor/otgs/icons/fonts/otgs-icons.eot +0 -0
  11. vendor/otgs/icons/fonts/otgs-icons.svg +62 -0
  12. vendor/otgs/icons/fonts/otgs-icons.ttf +0 -0
  13. vendor/otgs/icons/fonts/otgs-icons.woff +0 -0
  14. vendor/otgs/icons/icons-overview.html +456 -0
  15. vendor/otgs/icons/otgs-icons.php +20 -0
  16. vendor/otgs/icons/plugin-icons/toolset/access/icon-128x128.png +0 -0
  17. vendor/otgs/icons/plugin-icons/toolset/access/icon-256x256.png +0 -0
  18. vendor/otgs/icons/plugin-icons/toolset/access/icon.svg +25 -0
  19. vendor/otgs/icons/plugin-icons/toolset/bootstrap/icon-128x128.png +0 -0
  20. vendor/otgs/icons/plugin-icons/toolset/bootstrap/icon-256x256.png +0 -0
  21. vendor/otgs/icons/plugin-icons/toolset/bootstrap/icon.svg +25 -0
  22. vendor/otgs/icons/plugin-icons/toolset/cred/icon-128x128.png +0 -0
  23. vendor/otgs/icons/plugin-icons/toolset/cred/icon-256x256.png +0 -0
  24. vendor/otgs/icons/plugin-icons/toolset/cred/icon.svg +24 -0
  25. vendor/otgs/icons/plugin-icons/toolset/layouts/icon-128x128.png +0 -0
  26. vendor/otgs/icons/plugin-icons/toolset/layouts/icon-256x256.png +0 -0
  27. vendor/otgs/icons/plugin-icons/toolset/layouts/icon.svg +24 -0
  28. vendor/otgs/icons/plugin-icons/toolset/module-manager/icon-128x128.png +0 -0
  29. vendor/otgs/icons/plugin-icons/toolset/module-manager/icon-256x256.png +0 -0
  30. vendor/otgs/icons/plugin-icons/toolset/module-manager/icon.svg +24 -0
  31. vendor/otgs/icons/plugin-icons/toolset/packager/icon-128x128.png +0 -0
  32. vendor/otgs/icons/plugin-icons/toolset/packager/icon-256x256.png +0 -0
  33. vendor/otgs/icons/plugin-icons/toolset/packager/icon.svg +26 -0
  34. vendor/otgs/icons/plugin-icons/toolset/ref-sites/icon-128x128.png +0 -0
  35. vendor/otgs/icons/plugin-icons/toolset/ref-sites/icon-256x256.png +0 -0
  36. vendor/otgs/icons/plugin-icons/toolset/ref-sites/icon.svg +25 -0
  37. vendor/otgs/icons/plugin-icons/toolset/support/icon-128x128.png +0 -0
  38. vendor/otgs/icons/plugin-icons/toolset/support/icon-256x256.png +0 -0
  39. vendor/otgs/icons/plugin-icons/toolset/support/icon.svg +24 -0
  40. vendor/otgs/icons/plugin-icons/toolset/toolset-core/icon-128x128.png +0 -0
  41. vendor/otgs/icons/plugin-icons/toolset/toolset-core/icon-256x256.png +0 -0
  42. vendor/otgs/icons/plugin-icons/toolset/toolset-core/icon.svg +62 -0
  43. vendor/otgs/icons/plugin-icons/toolset/types/icon-128x128.png +0 -0
  44. vendor/otgs/icons/plugin-icons/toolset/types/icon-256x256.png +0 -0
  45. vendor/otgs/icons/plugin-icons/toolset/types/icon.svg +24 -0
  46. vendor/otgs/icons/plugin-icons/toolset/views/icon-128x128.png +0 -0
  47. vendor/otgs/icons/plugin-icons/toolset/views/icon-256x256.png +0 -0
  48. vendor/otgs/icons/plugin-icons/toolset/views/icon.svg +27 -0
  49. vendor/otgs/icons/plugin-icons/wpml/acfml/icon-128.x128.png +0 -0
  50. vendor/otgs/icons/plugin-icons/wpml/acfml/icon-256x256.png +0 -0
  51. vendor/otgs/icons/plugin-icons/wpml/acfml/icon.svg +43 -0
  52. vendor/otgs/icons/plugin-icons/wpml/bpml/icon-128x128.png +0 -0
  53. vendor/otgs/icons/plugin-icons/wpml/bpml/icon-256x256.png +0 -0
  54. vendor/otgs/icons/plugin-icons/wpml/bpml/icon.svg +40 -0
  55. vendor/otgs/icons/plugin-icons/wpml/gfml/icon-128x128.png +0 -0
  56. vendor/otgs/icons/plugin-icons/wpml/gfml/icon-256x256.png +0 -0
  57. vendor/otgs/icons/plugin-icons/wpml/gfml/icon.svg +39 -0
  58. vendor/otgs/icons/plugin-icons/wpml/wcml/icon-128x128.png +0 -0
  59. vendor/otgs/icons/plugin-icons/wpml/wcml/icon-256x256.png +0 -0
  60. vendor/otgs/icons/plugin-icons/wpml/wcml/icon.svg +38 -0
  61. vendor/otgs/icons/plugin-icons/wpml/wpml-all-import/icon-128.x128.png +0 -0
  62. vendor/otgs/icons/plugin-icons/wpml/wpml-all-import/icon-256x256.png +0 -0
  63. vendor/otgs/icons/plugin-icons/wpml/wpml-all-import/icon.svg +39 -0
  64. vendor/otgs/icons/plugin-icons/wpml/wpml-cms-nav/icon-128x128.png +0 -0
  65. vendor/otgs/icons/plugin-icons/wpml/wpml-cms-nav/icon-256x256.png +0 -0
  66. vendor/otgs/icons/plugin-icons/wpml/wpml-cms-nav/icon.svg +38 -0
  67. vendor/otgs/icons/plugin-icons/wpml/wpml-core/icon-128x128.png +0 -0
  68. vendor/otgs/icons/plugin-icons/wpml/wpml-core/icon-256x256.png +0 -0
  69. vendor/otgs/icons/plugin-icons/wpml/wpml-core/icon.svg +34 -0
  70. vendor/otgs/icons/plugin-icons/wpml/wpml-media/icon-128x128.png +0 -0
  71. vendor/otgs/icons/plugin-icons/wpml/wpml-media/icon-256x256.png +0 -0
  72. vendor/otgs/icons/plugin-icons/wpml/wpml-media/icon.svg +39 -0
  73. vendor/otgs/icons/plugin-icons/wpml/wpml-sl/icon-128x128.png +0 -0
  74. vendor/otgs/icons/plugin-icons/wpml/wpml-sl/icon-256x256.png +0 -0
  75. vendor/otgs/icons/plugin-icons/wpml/wpml-sl/icon.svg +39 -0
  76. vendor/otgs/icons/plugin-icons/wpml/wpml-st/icon-128x128.png +0 -0
  77. vendor/otgs/icons/plugin-icons/wpml/wpml-st/icon-256x256.png +0 -0
  78. vendor/otgs/icons/plugin-icons/wpml/wpml-st/icon.svg +39 -0
  79. vendor/otgs/icons/plugin-icons/wpml/wpml-tm/icon-128x128.png +0 -0
  80. vendor/otgs/icons/plugin-icons/wpml/wpml-tm/icon-256x256.png +0 -0
  81. vendor/otgs/icons/plugin-icons/wpml/wpml-tm/icon.svg +39 -0
  82. vendor/otgs/installer/changelog.txt +4 -1
  83. vendor/otgs/installer/includes/class-otgs-installer-icons.php +45 -0
  84. vendor/otgs/installer/includes/class-otgs-installer-plugins-page-notice.php +118 -0
  85. vendor/otgs/installer/includes/class-otgs-installer-wp-components-hooks.php +65 -0
  86. vendor/otgs/installer/includes/class-otgs-installer-wp-components-sender.php +47 -0
  87. vendor/otgs/installer/includes/class-otgs-installer-wp-components-setting-ajax.php +46 -0
  88. vendor/otgs/installer/includes/class-otgs-installer-wp-components-setting-resources.php +31 -0
  89. vendor/otgs/installer/includes/class-otgs-installer-wp-components-setting-templates.php +83 -0
  90. vendor/otgs/installer/includes/class-otgs-installer-wp-components-storage.php +74 -0
  91. vendor/otgs/installer/includes/class-otgs-installer-wp-share-local-components-setting.php +27 -0
  92. vendor/otgs/installer/includes/class-wp-installer-channels.php +12 -1
  93. vendor/otgs/installer/includes/class-wp-installer.php +78 -91
  94. vendor/otgs/installer/installer.php +37 -2
  95. vendor/otgs/installer/loader.php +9 -6
  96. vendor/otgs/installer/phpcs.compatibility.xml +19 -0
  97. vendor/otgs/installer/phpcs.xml +17 -0
  98. vendor/otgs/installer/phpunit.xml +24 -0
  99. vendor/otgs/installer/res/css/admin.css +49 -3
  100. vendor/otgs/installer/res/css/tooltip/tooltip.css +1 -0
  101. vendor/otgs/installer/res/js/admin.js +23 -21
  102. vendor/otgs/installer/res/js/save-components-setting.js +21 -0
  103. vendor/otgs/installer/res/js/tooltip/tooltip.js +82 -0
  104. vendor/otgs/installer/templates/components-setting/commercial-tab.twig +7 -0
  105. vendor/otgs/installer/templates/components-setting/plugins-page.twig +24 -0
  106. vendor/otgs/installer/templates/repository-listing.php +82 -38
  107. vendor/otgs/installer/templates/template-service/class-otgs-installer-twig-template-service-loader.php +32 -0
  108. vendor/otgs/installer/templates/template-service/class-otgs-installer-twig-template-service.php +27 -0
  109. vendor/otgs/installer/templates/template-service/interface-iotgs-installer-template-service.php +5 -0
  110. wpcf.php +2 -2
application/bootstrap.php CHANGED
@@ -43,7 +43,8 @@ if ( file_exists( $installer ) ) {
43
  $wp_installer_instance,
44
  array(
45
  'plugins_install_tab' => '1',
46
- 'repositories_include' => array('toolset', 'wpml')
 
47
  )
48
  );
49
  }
43
  $wp_installer_instance,
44
  array(
45
  'plugins_install_tab' => '1',
46
+ 'repositories_include' => array('toolset', 'wpml'),
47
+ 'high_priority' => '0',
48
  )
49
  );
50
  }
readme.txt CHANGED
@@ -7,7 +7,7 @@ Domain Path: /embedded/locale
7
  License: GPLv2
8
  Requires at least: 3.7
9
  Tested up to: 4.9
10
- Stable tag: 2.2.22
11
 
12
  The complete and reliable plugin for managing custom post types, custom taxonomies and custom fields.
13
 
@@ -18,7 +18,7 @@ The complete and reliable plugin for managing custom post types, custom taxonomi
18
  [vimeo https://vimeo.com/176428571]
19
 
20
  = COMPLETE DOCUMENTATION, POWERFUL API, SIMPLE GUI FOR NON-CODERS =
21
- If you're an experienced PHP developer, you'll appreciate Types comprehensive [fields API](https://wp-types.com/documentation/customizing-sites-using-php/functions/).
22
 
23
  You will find detailed guides on [adding custom post types, fields and taxonomy to the front-end](https://wp-types.com/documentation/customizing-sites-using-php/), including:
24
 
@@ -158,6 +158,9 @@ Additionally, Types is the only plugin that lets you define parent/child relatio
158
 
159
  == Changelog ==
160
 
 
 
 
161
  = 2.2.22 =
162
  * First version of the public relationship API that will be sustainable also for many-to-many relationships.
163
  * Added a warning about dropping the PHP 5.2 support (which is no longer officially supported anyway) in the near future.
7
  License: GPLv2
8
  Requires at least: 3.7
9
  Tested up to: 4.9
10
+ Stable tag: 2.2.23
11
 
12
  The complete and reliable plugin for managing custom post types, custom taxonomies and custom fields.
13
 
18
  [vimeo https://vimeo.com/176428571]
19
 
20
  = COMPLETE DOCUMENTATION, POWERFUL API, SIMPLE GUI FOR NON-CODERS =
21
+ If you're an experienced PHP developer, you'll appreciate Types comprehensive [fields API](https://wp-types.com/documentation/customizing-sites-using-php/functions/).
22
 
23
  You will find detailed guides on [adding custom post types, fields and taxonomy to the front-end](https://wp-types.com/documentation/customizing-sites-using-php/), including:
24
 
158
 
159
  == Changelog ==
160
 
161
+ = 2.2.23 =
162
+ * Fixed issue with Toolset registration
163
+
164
  = 2.2.22 =
165
  * First version of the public relationship API that will be sustainable also for many-to-many relationships.
166
  * Added a warning about dropping the PHP 5.2 support (which is no longer officially supported anyway) in the near future.
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInitc3c1dc77e2581741c891ff7b2bf920aa::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInitb4ac95941783ab1f27185069ef17cdb2::getLoader();
vendor/composer/autoload_classmap.php CHANGED
@@ -96,6 +96,7 @@ return array(
96
  'FieldFactory' => $vendorDir . '/toolset/toolset-common/toolset-forms/classes/class.field_factory.php',
97
  'FormAbstract' => $vendorDir . '/toolset/toolset-common/toolset-forms/classes/abstract.form.php',
98
  'FormFactory' => $vendorDir . '/toolset/toolset-common/toolset-forms/classes/class.form_factory.php',
 
99
  'IToolset_Association' => $vendorDir . '/toolset/toolset-common/inc/m2m/association/interface.php',
100
  'IToolset_Association_Query_Condition' => $vendorDir . '/toolset/toolset-common/inc/m2m/association/query/condition/interface.php',
101
  'IToolset_Association_Query_Element_Selector' => $vendorDir . '/toolset/toolset-common/inc/m2m/association/query/element_selector/interface.php',
@@ -120,6 +121,22 @@ return array(
120
  'IToolset_Relationship_Role' => $vendorDir . '/toolset/toolset-common/inc/m2m/relationship/role/interface.php',
121
  'IToolset_Relationship_Role_Parent_Child' => $vendorDir . '/toolset/toolset-common/inc/m2m/relationship/role/parent_child_interface.php',
122
  'IToolset_Upgrade_Command' => $vendorDir . '/toolset/toolset-common/inc/autoloaded/upgrade/command_interface.php',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
  'ReCaptchaResponse' => $vendorDir . '/toolset/toolset-common/toolset-forms/js/recaptcha-php-1.11/recaptchalib.php',
124
  'Toolset_Admin_Bar_Menu' => $vendorDir . '/toolset/toolset-common/inc/toolset.admin.bar.menu.class.php',
125
  'Toolset_Admin_Controller' => $vendorDir . '/toolset/toolset-common/inc/autoloaded/admin.php',
@@ -479,6 +496,7 @@ return array(
479
  'Toolset_Wp_Query_Adjustments_Table_Join_Manager' => $vendorDir . '/toolset/toolset-common/inc/autoloaded/wp_query_adjustments/table_join_manager.php',
480
  'Toolset_Wpdb_User' => $vendorDir . '/toolset/toolset-common/inc/autoloaded/wpdb_user.php',
481
  'Toolset_Wpml_Utils' => $vendorDir . '/toolset/toolset-common/inc/autoloaded/wpml_utils.php',
 
482
  'Twig_Autoloader' => $vendorDir . '/twig/twig/lib/Twig/Autoloader.php',
483
  'Twig_BaseNodeVisitor' => $vendorDir . '/twig/twig/lib/Twig/BaseNodeVisitor.php',
484
  'Twig_CacheInterface' => $vendorDir . '/twig/twig/lib/Twig/CacheInterface.php',
@@ -835,4 +853,9 @@ return array(
835
  'WPToolset_Types' => $vendorDir . '/toolset/toolset-common/toolset-forms/classes/class.types.php',
836
  'WPV_Handle_Users_Functions' => $vendorDir . '/toolset/toolset-common/toolset-forms/classes/class.conditional.php',
837
  'WPV_wpcf_switch_post_from_attr_id' => $vendorDir . '/toolset/toolset-common/inc/toolset.object.relationship.class.php',
 
 
 
 
 
838
  );
96
  'FieldFactory' => $vendorDir . '/toolset/toolset-common/toolset-forms/classes/class.field_factory.php',
97
  'FormAbstract' => $vendorDir . '/toolset/toolset-common/toolset-forms/classes/abstract.form.php',
98
  'FormFactory' => $vendorDir . '/toolset/toolset-common/toolset-forms/classes/class.form_factory.php',
99
+ 'IOTGS_Installer_Template_Service' => $vendorDir . '/otgs/installer/templates/template-service/interface-iotgs-installer-template-service.php',
100
  'IToolset_Association' => $vendorDir . '/toolset/toolset-common/inc/m2m/association/interface.php',
101
  'IToolset_Association_Query_Condition' => $vendorDir . '/toolset/toolset-common/inc/m2m/association/query/condition/interface.php',
102
  'IToolset_Association_Query_Element_Selector' => $vendorDir . '/toolset/toolset-common/inc/m2m/association/query/element_selector/interface.php',
121
  'IToolset_Relationship_Role' => $vendorDir . '/toolset/toolset-common/inc/m2m/relationship/role/interface.php',
122
  'IToolset_Relationship_Role_Parent_Child' => $vendorDir . '/toolset/toolset-common/inc/m2m/relationship/role/parent_child_interface.php',
123
  'IToolset_Upgrade_Command' => $vendorDir . '/toolset/toolset-common/inc/autoloaded/upgrade/command_interface.php',
124
+ 'Installer_Dependencies' => $vendorDir . '/otgs/installer/includes/class-installer-dependencies.php',
125
+ 'Installer_Theme_Class' => $vendorDir . '/otgs/installer/includes/class-installer-theme.php',
126
+ 'Installer_Upgrader_Skins' => $vendorDir . '/otgs/installer/includes/class-installer-upgrader-skins.php',
127
+ 'OTGS_Installer_Filename_Hooks' => $vendorDir . '/otgs/installer/includes/class-otgs-installer-filename-hooks.php',
128
+ 'OTGS_Installer_Icons' => $vendorDir . '/otgs/installer/includes/class-otgs-installer-icons.php',
129
+ 'OTGS_Installer_PHP_Functions' => $vendorDir . '/otgs/installer/includes/class-otgs-installer-php-functions.php',
130
+ 'OTGS_Installer_Plugins_Page_Notice' => $vendorDir . '/otgs/installer/includes/class-otgs-installer-plugins-page-notice.php',
131
+ 'OTGS_Installer_Twig_Template_Service' => $vendorDir . '/otgs/installer/templates/template-service/class-otgs-installer-twig-template-service.php',
132
+ 'OTGS_Installer_Twig_Template_Service_Loader' => $vendorDir . '/otgs/installer/templates/template-service/class-otgs-installer-twig-template-service-loader.php',
133
+ 'OTGS_Installer_WP_Components_Hooks' => $vendorDir . '/otgs/installer/includes/class-otgs-installer-wp-components-hooks.php',
134
+ 'OTGS_Installer_WP_Components_Sender' => $vendorDir . '/otgs/installer/includes/class-otgs-installer-wp-components-sender.php',
135
+ 'OTGS_Installer_WP_Components_Setting_Ajax' => $vendorDir . '/otgs/installer/includes/class-otgs-installer-wp-components-setting-ajax.php',
136
+ 'OTGS_Installer_WP_Components_Setting_Resources' => $vendorDir . '/otgs/installer/includes/class-otgs-installer-wp-components-setting-resources.php',
137
+ 'OTGS_Installer_WP_Components_Setting_Templates' => $vendorDir . '/otgs/installer/includes/class-otgs-installer-wp-components-setting-templates.php',
138
+ 'OTGS_Installer_WP_Components_Storage' => $vendorDir . '/otgs/installer/includes/class-otgs-installer-wp-components-storage.php',
139
+ 'OTGS_Installer_WP_Share_Local_Components_Setting' => $vendorDir . '/otgs/installer/includes/class-otgs-installer-wp-share-local-components-setting.php',
140
  'ReCaptchaResponse' => $vendorDir . '/toolset/toolset-common/toolset-forms/js/recaptcha-php-1.11/recaptchalib.php',
141
  'Toolset_Admin_Bar_Menu' => $vendorDir . '/toolset/toolset-common/inc/toolset.admin.bar.menu.class.php',
142
  'Toolset_Admin_Controller' => $vendorDir . '/toolset/toolset-common/inc/autoloaded/admin.php',
496
  'Toolset_Wp_Query_Adjustments_Table_Join_Manager' => $vendorDir . '/toolset/toolset-common/inc/autoloaded/wp_query_adjustments/table_join_manager.php',
497
  'Toolset_Wpdb_User' => $vendorDir . '/toolset/toolset-common/inc/autoloaded/wpdb_user.php',
498
  'Toolset_Wpml_Utils' => $vendorDir . '/toolset/toolset-common/inc/autoloaded/wpml_utils.php',
499
+ 'Translation_Service_Info' => $vendorDir . '/otgs/installer/includes/class-translation-service-info.php',
500
  'Twig_Autoloader' => $vendorDir . '/twig/twig/lib/Twig/Autoloader.php',
501
  'Twig_BaseNodeVisitor' => $vendorDir . '/twig/twig/lib/Twig/BaseNodeVisitor.php',
502
  'Twig_CacheInterface' => $vendorDir . '/twig/twig/lib/Twig/CacheInterface.php',
853
  'WPToolset_Types' => $vendorDir . '/toolset/toolset-common/toolset-forms/classes/class.types.php',
854
  'WPV_Handle_Users_Functions' => $vendorDir . '/toolset/toolset-common/toolset-forms/classes/class.conditional.php',
855
  'WPV_wpcf_switch_post_from_attr_id' => $vendorDir . '/toolset/toolset-common/inc/toolset.object.relationship.class.php',
856
+ 'WP_Installer' => $vendorDir . '/otgs/installer/includes/class-wp-installer.php',
857
+ 'WP_Installer_API' => $vendorDir . '/otgs/installer/includes/class-wp-installer-api.php',
858
+ 'WP_Installer_Channels' => $vendorDir . '/otgs/installer/includes/class-wp-installer-channels.php',
859
+ 'xrstf\\Composer52\\AutoloadGenerator' => $vendorDir . '/xrstf/composer-php52/lib/xrstf/Composer52/AutoloadGenerator.php',
860
+ 'xrstf\\Composer52\\Generator' => $vendorDir . '/xrstf/composer-php52/lib/xrstf/Composer52/Generator.php',
861
  );
vendor/composer/autoload_namespaces.php CHANGED
@@ -6,5 +6,6 @@ $vendorDir = dirname(dirname(__FILE__));
6
  $baseDir = dirname($vendorDir);
7
 
8
  return array(
 
9
  'Twig_' => array($vendorDir . '/twig/twig/lib'),
10
  );
6
  $baseDir = dirname($vendorDir);
7
 
8
  return array(
9
+ 'xrstf\\Composer52' => array($vendorDir . '/xrstf/composer-php52/lib'),
10
  'Twig_' => array($vendorDir . '/twig/twig/lib'),
11
  );
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInitc3c1dc77e2581741c891ff7b2bf920aa
6
  {
7
  private static $loader;
8
 
@@ -19,15 +19,15 @@ class ComposerAutoloaderInitc3c1dc77e2581741c891ff7b2bf920aa
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInitc3c1dc77e2581741c891ff7b2bf920aa', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInitc3c1dc77e2581741c891ff7b2bf920aa', 'loadClassLoader'));
25
 
26
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
27
  if ($useStaticLoader) {
28
  require_once __DIR__ . '/autoload_static.php';
29
 
30
- call_user_func(\Composer\Autoload\ComposerStaticInitc3c1dc77e2581741c891ff7b2bf920aa::getInitializer($loader));
31
  } else {
32
  $map = require __DIR__ . '/autoload_namespaces.php';
33
  foreach ($map as $namespace => $path) {
@@ -48,19 +48,19 @@ class ComposerAutoloaderInitc3c1dc77e2581741c891ff7b2bf920aa
48
  $loader->register(true);
49
 
50
  if ($useStaticLoader) {
51
- $includeFiles = Composer\Autoload\ComposerStaticInitc3c1dc77e2581741c891ff7b2bf920aa::$files;
52
  } else {
53
  $includeFiles = require __DIR__ . '/autoload_files.php';
54
  }
55
  foreach ($includeFiles as $fileIdentifier => $file) {
56
- composerRequirec3c1dc77e2581741c891ff7b2bf920aa($fileIdentifier, $file);
57
  }
58
 
59
  return $loader;
60
  }
61
  }
62
 
63
- function composerRequirec3c1dc77e2581741c891ff7b2bf920aa($fileIdentifier, $file)
64
  {
65
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
66
  require $file;
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInitb4ac95941783ab1f27185069ef17cdb2
6
  {
7
  private static $loader;
8
 
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInitb4ac95941783ab1f27185069ef17cdb2', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInitb4ac95941783ab1f27185069ef17cdb2', 'loadClassLoader'));
25
 
26
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
27
  if ($useStaticLoader) {
28
  require_once __DIR__ . '/autoload_static.php';
29
 
30
+ call_user_func(\Composer\Autoload\ComposerStaticInitb4ac95941783ab1f27185069ef17cdb2::getInitializer($loader));
31
  } else {
32
  $map = require __DIR__ . '/autoload_namespaces.php';
33
  foreach ($map as $namespace => $path) {
48
  $loader->register(true);
49
 
50
  if ($useStaticLoader) {
51
+ $includeFiles = Composer\Autoload\ComposerStaticInitb4ac95941783ab1f27185069ef17cdb2::$files;
52
  } else {
53
  $includeFiles = require __DIR__ . '/autoload_files.php';
54
  }
55
  foreach ($includeFiles as $fileIdentifier => $file) {
56
+ composerRequireb4ac95941783ab1f27185069ef17cdb2($fileIdentifier, $file);
57
  }
58
 
59
  return $loader;
60
  }
61
  }
62
 
63
+ function composerRequireb4ac95941783ab1f27185069ef17cdb2($fileIdentifier, $file)
64
  {
65
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
66
  require $file;
vendor/composer/autoload_static.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInitc3c1dc77e2581741c891ff7b2bf920aa
8
  {
9
  public static $files = array (
10
  'a52c1eba913b4ecdd3571194b37baea9' => __DIR__ . '/../..' . '/application/functions.php',
@@ -25,6 +25,13 @@ class ComposerStaticInitc3c1dc77e2581741c891ff7b2bf920aa
25
  );
26
 
27
  public static $prefixesPsr0 = array (
 
 
 
 
 
 
 
28
  'T' =>
29
  array (
30
  'Twig_' =>
@@ -125,6 +132,7 @@ class ComposerStaticInitc3c1dc77e2581741c891ff7b2bf920aa
125
  'FieldFactory' => __DIR__ . '/..' . '/toolset/toolset-common/toolset-forms/classes/class.field_factory.php',
126
  'FormAbstract' => __DIR__ . '/..' . '/toolset/toolset-common/toolset-forms/classes/abstract.form.php',
127
  'FormFactory' => __DIR__ . '/..' . '/toolset/toolset-common/toolset-forms/classes/class.form_factory.php',
 
128
  'IToolset_Association' => __DIR__ . '/..' . '/toolset/toolset-common/inc/m2m/association/interface.php',
129
  'IToolset_Association_Query_Condition' => __DIR__ . '/..' . '/toolset/toolset-common/inc/m2m/association/query/condition/interface.php',
130
  'IToolset_Association_Query_Element_Selector' => __DIR__ . '/..' . '/toolset/toolset-common/inc/m2m/association/query/element_selector/interface.php',
@@ -149,6 +157,22 @@ class ComposerStaticInitc3c1dc77e2581741c891ff7b2bf920aa
149
  'IToolset_Relationship_Role' => __DIR__ . '/..' . '/toolset/toolset-common/inc/m2m/relationship/role/interface.php',
150
  'IToolset_Relationship_Role_Parent_Child' => __DIR__ . '/..' . '/toolset/toolset-common/inc/m2m/relationship/role/parent_child_interface.php',
151
  'IToolset_Upgrade_Command' => __DIR__ . '/..' . '/toolset/toolset-common/inc/autoloaded/upgrade/command_interface.php',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  'ReCaptchaResponse' => __DIR__ . '/..' . '/toolset/toolset-common/toolset-forms/js/recaptcha-php-1.11/recaptchalib.php',
153
  'Toolset_Admin_Bar_Menu' => __DIR__ . '/..' . '/toolset/toolset-common/inc/toolset.admin.bar.menu.class.php',
154
  'Toolset_Admin_Controller' => __DIR__ . '/..' . '/toolset/toolset-common/inc/autoloaded/admin.php',
@@ -508,6 +532,7 @@ class ComposerStaticInitc3c1dc77e2581741c891ff7b2bf920aa
508
  'Toolset_Wp_Query_Adjustments_Table_Join_Manager' => __DIR__ . '/..' . '/toolset/toolset-common/inc/autoloaded/wp_query_adjustments/table_join_manager.php',
509
  'Toolset_Wpdb_User' => __DIR__ . '/..' . '/toolset/toolset-common/inc/autoloaded/wpdb_user.php',
510
  'Toolset_Wpml_Utils' => __DIR__ . '/..' . '/toolset/toolset-common/inc/autoloaded/wpml_utils.php',
 
511
  'Twig_Autoloader' => __DIR__ . '/..' . '/twig/twig/lib/Twig/Autoloader.php',
512
  'Twig_BaseNodeVisitor' => __DIR__ . '/..' . '/twig/twig/lib/Twig/BaseNodeVisitor.php',
513
  'Twig_CacheInterface' => __DIR__ . '/..' . '/twig/twig/lib/Twig/CacheInterface.php',
@@ -864,15 +889,20 @@ class ComposerStaticInitc3c1dc77e2581741c891ff7b2bf920aa
864
  'WPToolset_Types' => __DIR__ . '/..' . '/toolset/toolset-common/toolset-forms/classes/class.types.php',
865
  'WPV_Handle_Users_Functions' => __DIR__ . '/..' . '/toolset/toolset-common/toolset-forms/classes/class.conditional.php',
866
  'WPV_wpcf_switch_post_from_attr_id' => __DIR__ . '/..' . '/toolset/toolset-common/inc/toolset.object.relationship.class.php',
 
 
 
 
 
867
  );
868
 
869
  public static function getInitializer(ClassLoader $loader)
870
  {
871
  return \Closure::bind(function () use ($loader) {
872
- $loader->prefixLengthsPsr4 = ComposerStaticInitc3c1dc77e2581741c891ff7b2bf920aa::$prefixLengthsPsr4;
873
- $loader->prefixDirsPsr4 = ComposerStaticInitc3c1dc77e2581741c891ff7b2bf920aa::$prefixDirsPsr4;
874
- $loader->prefixesPsr0 = ComposerStaticInitc3c1dc77e2581741c891ff7b2bf920aa::$prefixesPsr0;
875
- $loader->classMap = ComposerStaticInitc3c1dc77e2581741c891ff7b2bf920aa::$classMap;
876
 
877
  }, null, ClassLoader::class);
878
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInitb4ac95941783ab1f27185069ef17cdb2
8
  {
9
  public static $files = array (
10
  'a52c1eba913b4ecdd3571194b37baea9' => __DIR__ . '/../..' . '/application/functions.php',
25
  );
26
 
27
  public static $prefixesPsr0 = array (
28
+ 'x' =>
29
+ array (
30
+ 'xrstf\\Composer52' =>
31
+ array (
32
+ 0 => __DIR__ . '/..' . '/xrstf/composer-php52/lib',
33
+ ),
34
+ ),
35
  'T' =>
36
  array (
37
  'Twig_' =>
132
  'FieldFactory' => __DIR__ . '/..' . '/toolset/toolset-common/toolset-forms/classes/class.field_factory.php',
133
  'FormAbstract' => __DIR__ . '/..' . '/toolset/toolset-common/toolset-forms/classes/abstract.form.php',
134
  'FormFactory' => __DIR__ . '/..' . '/toolset/toolset-common/toolset-forms/classes/class.form_factory.php',
135
+ 'IOTGS_Installer_Template_Service' => __DIR__ . '/..' . '/otgs/installer/templates/template-service/interface-iotgs-installer-template-service.php',
136
  'IToolset_Association' => __DIR__ . '/..' . '/toolset/toolset-common/inc/m2m/association/interface.php',
137
  'IToolset_Association_Query_Condition' => __DIR__ . '/..' . '/toolset/toolset-common/inc/m2m/association/query/condition/interface.php',
138
  'IToolset_Association_Query_Element_Selector' => __DIR__ . '/..' . '/toolset/toolset-common/inc/m2m/association/query/element_selector/interface.php',
157
  'IToolset_Relationship_Role' => __DIR__ . '/..' . '/toolset/toolset-common/inc/m2m/relationship/role/interface.php',
158
  'IToolset_Relationship_Role_Parent_Child' => __DIR__ . '/..' . '/toolset/toolset-common/inc/m2m/relationship/role/parent_child_interface.php',
159
  'IToolset_Upgrade_Command' => __DIR__ . '/..' . '/toolset/toolset-common/inc/autoloaded/upgrade/command_interface.php',
160
+ 'Installer_Dependencies' => __DIR__ . '/..' . '/otgs/installer/includes/class-installer-dependencies.php',
161
+ 'Installer_Theme_Class' => __DIR__ . '/..' . '/otgs/installer/includes/class-installer-theme.php',
162
+ 'Installer_Upgrader_Skins' => __DIR__ . '/..' . '/otgs/installer/includes/class-installer-upgrader-skins.php',
163
+ 'OTGS_Installer_Filename_Hooks' => __DIR__ . '/..' . '/otgs/installer/includes/class-otgs-installer-filename-hooks.php',
164
+ 'OTGS_Installer_Icons' => __DIR__ . '/..' . '/otgs/installer/includes/class-otgs-installer-icons.php',
165
+ 'OTGS_Installer_PHP_Functions' => __DIR__ . '/..' . '/otgs/installer/includes/class-otgs-installer-php-functions.php',
166
+ 'OTGS_Installer_Plugins_Page_Notice' => __DIR__ . '/..' . '/otgs/installer/includes/class-otgs-installer-plugins-page-notice.php',
167
+ 'OTGS_Installer_Twig_Template_Service' => __DIR__ . '/..' . '/otgs/installer/templates/template-service/class-otgs-installer-twig-template-service.php',
168
+ 'OTGS_Installer_Twig_Template_Service_Loader' => __DIR__ . '/..' . '/otgs/installer/templates/template-service/class-otgs-installer-twig-template-service-loader.php',
169
+ 'OTGS_Installer_WP_Components_Hooks' => __DIR__ . '/..' . '/otgs/installer/includes/class-otgs-installer-wp-components-hooks.php',
170
+ 'OTGS_Installer_WP_Components_Sender' => __DIR__ . '/..' . '/otgs/installer/includes/class-otgs-installer-wp-components-sender.php',
171
+ 'OTGS_Installer_WP_Components_Setting_Ajax' => __DIR__ . '/..' . '/otgs/installer/includes/class-otgs-installer-wp-components-setting-ajax.php',
172
+ 'OTGS_Installer_WP_Components_Setting_Resources' => __DIR__ . '/..' . '/otgs/installer/includes/class-otgs-installer-wp-components-setting-resources.php',
173
+ 'OTGS_Installer_WP_Components_Setting_Templates' => __DIR__ . '/..' . '/otgs/installer/includes/class-otgs-installer-wp-components-setting-templates.php',
174
+ 'OTGS_Installer_WP_Components_Storage' => __DIR__ . '/..' . '/otgs/installer/includes/class-otgs-installer-wp-components-storage.php',
175
+ 'OTGS_Installer_WP_Share_Local_Components_Setting' => __DIR__ . '/..' . '/otgs/installer/includes/class-otgs-installer-wp-share-local-components-setting.php',
176
  'ReCaptchaResponse' => __DIR__ . '/..' . '/toolset/toolset-common/toolset-forms/js/recaptcha-php-1.11/recaptchalib.php',
177
  'Toolset_Admin_Bar_Menu' => __DIR__ . '/..' . '/toolset/toolset-common/inc/toolset.admin.bar.menu.class.php',
178
  'Toolset_Admin_Controller' => __DIR__ . '/..' . '/toolset/toolset-common/inc/autoloaded/admin.php',
532
  'Toolset_Wp_Query_Adjustments_Table_Join_Manager' => __DIR__ . '/..' . '/toolset/toolset-common/inc/autoloaded/wp_query_adjustments/table_join_manager.php',
533
  'Toolset_Wpdb_User' => __DIR__ . '/..' . '/toolset/toolset-common/inc/autoloaded/wpdb_user.php',
534
  'Toolset_Wpml_Utils' => __DIR__ . '/..' . '/toolset/toolset-common/inc/autoloaded/wpml_utils.php',
535
+ 'Translation_Service_Info' => __DIR__ . '/..' . '/otgs/installer/includes/class-translation-service-info.php',
536
  'Twig_Autoloader' => __DIR__ . '/..' . '/twig/twig/lib/Twig/Autoloader.php',
537
  'Twig_BaseNodeVisitor' => __DIR__ . '/..' . '/twig/twig/lib/Twig/BaseNodeVisitor.php',
538
  'Twig_CacheInterface' => __DIR__ . '/..' . '/twig/twig/lib/Twig/CacheInterface.php',
889
  'WPToolset_Types' => __DIR__ . '/..' . '/toolset/toolset-common/toolset-forms/classes/class.types.php',
890
  'WPV_Handle_Users_Functions' => __DIR__ . '/..' . '/toolset/toolset-common/toolset-forms/classes/class.conditional.php',
891
  'WPV_wpcf_switch_post_from_attr_id' => __DIR__ . '/..' . '/toolset/toolset-common/inc/toolset.object.relationship.class.php',
892
+ 'WP_Installer' => __DIR__ . '/..' . '/otgs/installer/includes/class-wp-installer.php',
893
+ 'WP_Installer_API' => __DIR__ . '/..' . '/otgs/installer/includes/class-wp-installer-api.php',
894
+ 'WP_Installer_Channels' => __DIR__ . '/..' . '/otgs/installer/includes/class-wp-installer-channels.php',
895
+ 'xrstf\\Composer52\\AutoloadGenerator' => __DIR__ . '/..' . '/xrstf/composer-php52/lib/xrstf/Composer52/AutoloadGenerator.php',
896
+ 'xrstf\\Composer52\\Generator' => __DIR__ . '/..' . '/xrstf/composer-php52/lib/xrstf/Composer52/Generator.php',
897
  );
898
 
899
  public static function getInitializer(ClassLoader $loader)
900
  {
901
  return \Closure::bind(function () use ($loader) {
902
+ $loader->prefixLengthsPsr4 = ComposerStaticInitb4ac95941783ab1f27185069ef17cdb2::$prefixLengthsPsr4;
903
+ $loader->prefixDirsPsr4 = ComposerStaticInitb4ac95941783ab1f27185069ef17cdb2::$prefixDirsPsr4;
904
+ $loader->prefixesPsr0 = ComposerStaticInitb4ac95941783ab1f27185069ef17cdb2::$prefixesPsr0;
905
+ $loader->classMap = ComposerStaticInitb4ac95941783ab1f27185069ef17cdb2::$classMap;
906
 
907
  }, null, ClassLoader::class);
908
  }
vendor/composer/installed.json CHANGED
@@ -118,23 +118,220 @@
118
  "zikula"
119
  ]
120
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
121
  {
122
  "name": "otgs/installer",
123
- "version": "1.8.8",
124
- "version_normalized": "1.8.8.0",
125
  "source": {
126
  "type": "git",
127
  "url": "ssh://git@git.onthegosystems.com:10022/installer/installer.git",
128
- "reference": "4f33032eed7d02bf2cd1871706d249370ecf7032"
129
  },
130
  "require": {
131
  "composer/installers": "~1.0",
132
- "php": ">=5.2.0"
 
 
 
133
  },
134
  "require-dev": {
135
- "phpunit/phpunit": "~4.5"
 
 
 
136
  },
137
- "time": "2018-03-01T13:01:25+00:00",
138
  "type": "library",
139
  "extra": {
140
  "branch-alias": {
@@ -143,9 +340,26 @@
143
  }
144
  },
145
  "installation-source": "source",
 
 
 
 
 
 
146
  "scripts": {
147
  "test": [
148
  "phpunit"
 
 
 
 
 
 
 
 
 
 
 
149
  ]
150
  },
151
  "license": [
@@ -352,145 +566,5 @@
352
  "keywords": [
353
  "templating"
354
  ]
355
- },
356
- {
357
- "name": "roave/security-advisories",
358
- "version": "dev-master",
359
- "version_normalized": "9999999-dev",
360
- "source": {
361
- "type": "git",
362
- "url": "https://github.com/Roave/SecurityAdvisories.git",
363
- "reference": "43f7f8243b81e3fd843b150a30a6d0a91167d4f5"
364
- },
365
- "dist": {
366
- "type": "zip",
367
- "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/43f7f8243b81e3fd843b150a30a6d0a91167d4f5",
368
- "reference": "43f7f8243b81e3fd843b150a30a6d0a91167d4f5",
369
- "shasum": ""
370
- },
371
- "conflict": {
372
- "adodb/adodb-php": "<5.20.6",
373
- "amphp/artax": ">=2,<2.0.6|<1.0.6",
374
- "aws/aws-sdk-php": ">=3,<3.2.1",
375
- "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
376
- "cakephp/cakephp": ">=2,<2.4.99|>=1.3,<1.3.18|>=3,<3.0.15|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3.1,<3.1.4",
377
- "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
378
- "cartalyst/sentry": "<2.1",
379
- "codeigniter/framework": "<=3.0.6",
380
- "composer/composer": "<=1.0.0-alpha11",
381
- "contao-components/mediaelement": ">=2.14.2,<2.21.1",
382
- "contao/core": ">=2,<3.5.28",
383
- "contao/core-bundle": ">=4,<4.4.1",
384
- "doctrine/annotations": ">=1,<1.2.7",
385
- "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
386
- "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
387
- "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
388
- "doctrine/doctrine-bundle": "<1.5.2",
389
- "doctrine/doctrine-module": "<=0.7.1",
390
- "doctrine/mongodb-odm": ">=1,<1.0.2",
391
- "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
392
- "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
393
- "dompdf/dompdf": ">=0.6,<0.6.2",
394
- "drupal/core": ">=8,<8.3.7",
395
- "drupal/drupal": ">=8,<8.3.7",
396
- "ezsystems/ezpublish-legacy": ">=2017.8,<2017.8.1.1|>=5.4,<5.4.10.1|>=5.3,<5.3.12.2",
397
- "firebase/php-jwt": "<2",
398
- "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
399
- "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
400
- "gregwar/rst": "<1.0.3",
401
- "guzzlehttp/guzzle": ">=6,<6.2.1|>=4.0.0-rc2,<4.2.4|>=5,<5.3.1",
402
- "illuminate/auth": ">=4,<4.0.99|>=4.1,<4.1.26",
403
- "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
404
- "joomla/session": "<1.3.1",
405
- "laravel/framework": ">=4,<4.0.99|>=4.1,<4.1.29",
406
- "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
407
- "magento/magento1ce": ">=1.5.0.1,<1.9.3.2",
408
- "magento/magento1ee": ">=1.9,<1.14.3.2",
409
- "magento/magento2ce": ">=2,<2.2",
410
- "monolog/monolog": ">=1.8,<1.12",
411
- "namshi/jose": "<2.2",
412
- "onelogin/php-saml": "<2.10.4",
413
- "oro/crm": ">=1.7,<1.7.4",
414
- "oro/platform": ">=1.7,<1.7.4",
415
- "phpmailer/phpmailer": ">=5,<5.2.24",
416
- "phpxmlrpc/extras": "<6.0.1",
417
- "pusher/pusher-php-server": "<2.2.1",
418
- "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
419
- "shopware/shopware": "<5.2.25",
420
- "silverstripe/cms": ">=3.1,<3.1.11|>=3,<=3.0.11",
421
- "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
422
- "silverstripe/framework": ">=3,<3.3",
423
- "silverstripe/userforms": "<3",
424
- "simplesamlphp/saml2": "<1.8.1|>=1.9,<1.9.1|>=1.10,<1.10.3|>=2,<2.3.3",
425
- "simplesamlphp/simplesamlphp": "<1.14.16",
426
- "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
427
- "socalnick/scn-social-auth": "<1.15.2",
428
- "squizlabs/php_codesniffer": ">=1,<2.8.1",
429
- "swiftmailer/swiftmailer": ">=4,<5.4.5",
430
- "symfony/dependency-injection": ">=2,<2.0.17",
431
- "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.7",
432
- "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2",
433
- "symfony/http-foundation": ">=2,<2.3.27|>=2.4,<2.5.11|>=2.6,<2.6.6",
434
- "symfony/http-kernel": ">=2,<2.3.29|>=2.4,<2.5.12|>=2.6,<2.6.8",
435
- "symfony/routing": ">=2,<2.0.19",
436
- "symfony/security": ">=2.3,<2.3.37|>=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8.23,<2.8.25|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5|>=2,<2.0.25|>=2.1,<2.1.13|>=2.2,<2.2.9",
437
- "symfony/security-core": ">=2.7.30,<2.7.32|>=2.8.23,<2.8.25|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5|>=2.8,<2.8.6|>=3,<3.0.6|>=2.4,<2.6.13|>=2.7,<2.7.9",
438
- "symfony/security-http": ">=2.4,<2.7.13|>=2.3,<2.3.41|>=2.8,<2.8.6|>=3,<3.0.6",
439
- "symfony/serializer": ">=2,<2.0.11",
440
- "symfony/symfony": ">=2,<2.3.41|>=2.4,<2.7.13|>=2.7.30,<2.7.32|>=2.8.23,<2.8.25|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5|>=2.8,<2.8.6|>=3,<3.0.6",
441
- "symfony/translation": ">=2,<2.0.17",
442
- "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
443
- "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
444
- "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
445
- "thelia/backoffice-default-template": ">=2.1,<2.1.2",
446
- "thelia/thelia": ">=2.1.0-beta1,<2.1.3|>=2.1,<2.1.2",
447
- "twig/twig": "<1.20",
448
- "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.22|>=8,<8.7.5",
449
- "typo3/flow": ">=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5|>=1.1,<1.1.1|>=2,<2.0.1|>=1,<1.0.4",
450
- "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
451
- "willdurand/js-translation-bundle": "<2.1.1",
452
- "yiisoft/yii": ">=1.1.14,<1.1.15",
453
- "yiisoft/yii2": "<2.0.5",
454
- "yiisoft/yii2-bootstrap": "<2.0.4",
455
- "yiisoft/yii2-dev": "<2.0.4",
456
- "yiisoft/yii2-gii": "<2.0.4",
457
- "yiisoft/yii2-jui": "<2.0.4",
458
- "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
459
- "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
460
- "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
461
- "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
462
- "zendframework/zend-diactoros": ">=1,<1.0.4",
463
- "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
464
- "zendframework/zend-http": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.3,<2.3.8|>=2.4,<2.4.1",
465
- "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
466
- "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
467
- "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
468
- "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
469
- "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
470
- "zendframework/zend-validator": ">=2.3,<2.3.6",
471
- "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
472
- "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
473
- "zendframework/zendframework": ">=2,<2.4.11|>=2.5,<2.5.1",
474
- "zendframework/zendframework1": "<1.12.20",
475
- "zendframework/zendopenid": ">=2,<2.0.2",
476
- "zendframework/zendxml": ">=1,<1.0.1",
477
- "zf-commons/zfc-user": "<1.2.2",
478
- "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
479
- "zfr/zfr-oauth2-server-module": "<0.1.2"
480
- },
481
- "time": "2017-10-31T23:55:04+00:00",
482
- "type": "metapackage",
483
- "notification-url": "https://packagist.org/downloads/",
484
- "license": [
485
- "MIT"
486
- ],
487
- "authors": [
488
- {
489
- "name": "Marco Pivetta",
490
- "email": "ocramius@gmail.com",
491
- "role": "maintainer"
492
- }
493
- ],
494
- "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it"
495
  }
496
  ]
118
  "zikula"
119
  ]
120
  },
121
+ {
122
+ "name": "xrstf/composer-php52",
123
+ "version": "v1.0.20",
124
+ "version_normalized": "1.0.20.0",
125
+ "source": {
126
+ "type": "git",
127
+ "url": "https://github.com/composer-php52/composer-php52.git",
128
+ "reference": "bd41459d5e27df8d33057842b32377c39e97a5a8"
129
+ },
130
+ "dist": {
131
+ "type": "zip",
132
+ "url": "https://api.github.com/repos/composer-php52/composer-php52/zipball/bd41459d5e27df8d33057842b32377c39e97a5a8",
133
+ "reference": "bd41459d5e27df8d33057842b32377c39e97a5a8",
134
+ "shasum": ""
135
+ },
136
+ "time": "2016-04-16T21:52:24+00:00",
137
+ "type": "library",
138
+ "extra": {
139
+ "branch-alias": {
140
+ "dev-default": "1.x-dev"
141
+ }
142
+ },
143
+ "installation-source": "dist",
144
+ "autoload": {
145
+ "psr-0": {
146
+ "xrstf\\Composer52": "lib/"
147
+ }
148
+ },
149
+ "notification-url": "https://packagist.org/downloads/",
150
+ "license": [
151
+ "MIT"
152
+ ]
153
+ },
154
+ {
155
+ "name": "roave/security-advisories",
156
+ "version": "dev-master",
157
+ "version_normalized": "9999999-dev",
158
+ "source": {
159
+ "type": "git",
160
+ "url": "https://github.com/Roave/SecurityAdvisories.git",
161
+ "reference": "43f7f8243b81e3fd843b150a30a6d0a91167d4f5"
162
+ },
163
+ "dist": {
164
+ "type": "zip",
165
+ "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/43f7f8243b81e3fd843b150a30a6d0a91167d4f5",
166
+ "reference": "43f7f8243b81e3fd843b150a30a6d0a91167d4f5",
167
+ "shasum": ""
168
+ },
169
+ "conflict": {
170
+ "adodb/adodb-php": "<5.20.6",
171
+ "amphp/artax": ">=2,<2.0.6|<1.0.6",
172
+ "aws/aws-sdk-php": ">=3,<3.2.1",
173
+ "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
174
+ "cakephp/cakephp": ">=2,<2.4.99|>=1.3,<1.3.18|>=3,<3.0.15|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3.1,<3.1.4",
175
+ "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
176
+ "cartalyst/sentry": "<2.1",
177
+ "codeigniter/framework": "<=3.0.6",
178
+ "composer/composer": "<=1.0.0-alpha11",
179
+ "contao-components/mediaelement": ">=2.14.2,<2.21.1",
180
+ "contao/core": ">=2,<3.5.28",
181
+ "contao/core-bundle": ">=4,<4.4.1",
182
+ "doctrine/annotations": ">=1,<1.2.7",
183
+ "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
184
+ "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
185
+ "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
186
+ "doctrine/doctrine-bundle": "<1.5.2",
187
+ "doctrine/doctrine-module": "<=0.7.1",
188
+ "doctrine/mongodb-odm": ">=1,<1.0.2",
189
+ "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
190
+ "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
191
+ "dompdf/dompdf": ">=0.6,<0.6.2",
192
+ "drupal/core": ">=8,<8.3.7",
193
+ "drupal/drupal": ">=8,<8.3.7",
194
+ "ezsystems/ezpublish-legacy": ">=2017.8,<2017.8.1.1|>=5.4,<5.4.10.1|>=5.3,<5.3.12.2",
195
+ "firebase/php-jwt": "<2",
196
+ "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
197
+ "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
198
+ "gregwar/rst": "<1.0.3",
199
+ "guzzlehttp/guzzle": ">=6,<6.2.1|>=4.0.0-rc2,<4.2.4|>=5,<5.3.1",
200
+ "illuminate/auth": ">=4,<4.0.99|>=4.1,<4.1.26",
201
+ "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
202
+ "joomla/session": "<1.3.1",
203
+ "laravel/framework": ">=4,<4.0.99|>=4.1,<4.1.29",
204
+ "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
205
+ "magento/magento1ce": ">=1.5.0.1,<1.9.3.2",
206
+ "magento/magento1ee": ">=1.9,<1.14.3.2",
207
+ "magento/magento2ce": ">=2,<2.2",
208
+ "monolog/monolog": ">=1.8,<1.12",
209
+ "namshi/jose": "<2.2",
210
+ "onelogin/php-saml": "<2.10.4",
211
+ "oro/crm": ">=1.7,<1.7.4",
212
+ "oro/platform": ">=1.7,<1.7.4",
213
+ "phpmailer/phpmailer": ">=5,<5.2.24",
214
+ "phpxmlrpc/extras": "<6.0.1",
215
+ "pusher/pusher-php-server": "<2.2.1",
216
+ "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
217
+ "shopware/shopware": "<5.2.25",
218
+ "silverstripe/cms": ">=3.1,<3.1.11|>=3,<=3.0.11",
219
+ "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
220
+ "silverstripe/framework": ">=3,<3.3",
221
+ "silverstripe/userforms": "<3",
222
+ "simplesamlphp/saml2": "<1.8.1|>=1.9,<1.9.1|>=1.10,<1.10.3|>=2,<2.3.3",
223
+ "simplesamlphp/simplesamlphp": "<1.14.16",
224
+ "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
225
+ "socalnick/scn-social-auth": "<1.15.2",
226
+ "squizlabs/php_codesniffer": ">=1,<2.8.1",
227
+ "swiftmailer/swiftmailer": ">=4,<5.4.5",
228
+ "symfony/dependency-injection": ">=2,<2.0.17",
229
+ "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.7",
230
+ "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2",
231
+ "symfony/http-foundation": ">=2,<2.3.27|>=2.4,<2.5.11|>=2.6,<2.6.6",
232
+ "symfony/http-kernel": ">=2,<2.3.29|>=2.4,<2.5.12|>=2.6,<2.6.8",
233
+ "symfony/routing": ">=2,<2.0.19",
234
+ "symfony/security": ">=2.3,<2.3.37|>=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8.23,<2.8.25|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5|>=2,<2.0.25|>=2.1,<2.1.13|>=2.2,<2.2.9",
235
+ "symfony/security-core": ">=2.7.30,<2.7.32|>=2.8.23,<2.8.25|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5|>=2.8,<2.8.6|>=3,<3.0.6|>=2.4,<2.6.13|>=2.7,<2.7.9",
236
+ "symfony/security-http": ">=2.4,<2.7.13|>=2.3,<2.3.41|>=2.8,<2.8.6|>=3,<3.0.6",
237
+ "symfony/serializer": ">=2,<2.0.11",
238
+ "symfony/symfony": ">=2,<2.3.41|>=2.4,<2.7.13|>=2.7.30,<2.7.32|>=2.8.23,<2.8.25|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5|>=2.8,<2.8.6|>=3,<3.0.6",
239
+ "symfony/translation": ">=2,<2.0.17",
240
+ "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
241
+ "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
242
+ "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
243
+ "thelia/backoffice-default-template": ">=2.1,<2.1.2",
244
+ "thelia/thelia": ">=2.1.0-beta1,<2.1.3|>=2.1,<2.1.2",
245
+ "twig/twig": "<1.20",
246
+ "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.22|>=8,<8.7.5",
247
+ "typo3/flow": ">=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5|>=1.1,<1.1.1|>=2,<2.0.1|>=1,<1.0.4",
248
+ "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
249
+ "willdurand/js-translation-bundle": "<2.1.1",
250
+ "yiisoft/yii": ">=1.1.14,<1.1.15",
251
+ "yiisoft/yii2": "<2.0.5",
252
+ "yiisoft/yii2-bootstrap": "<2.0.4",
253
+ "yiisoft/yii2-dev": "<2.0.4",
254
+ "yiisoft/yii2-gii": "<2.0.4",
255
+ "yiisoft/yii2-jui": "<2.0.4",
256
+ "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
257
+ "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
258
+ "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
259
+ "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
260
+ "zendframework/zend-diactoros": ">=1,<1.0.4",
261
+ "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
262
+ "zendframework/zend-http": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.3,<2.3.8|>=2.4,<2.4.1",
263
+ "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
264
+ "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
265
+ "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
266
+ "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
267
+ "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
268
+ "zendframework/zend-validator": ">=2.3,<2.3.6",
269
+ "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
270
+ "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
271
+ "zendframework/zendframework": ">=2,<2.4.11|>=2.5,<2.5.1",
272
+ "zendframework/zendframework1": "<1.12.20",
273
+ "zendframework/zendopenid": ">=2,<2.0.2",
274
+ "zendframework/zendxml": ">=1,<1.0.1",
275
+ "zf-commons/zfc-user": "<1.2.2",
276
+ "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
277
+ "zfr/zfr-oauth2-server-module": "<0.1.2"
278
+ },
279
+ "time": "2017-10-31T23:55:04+00:00",
280
+ "type": "metapackage",
281
+ "notification-url": "https://packagist.org/downloads/",
282
+ "license": [
283
+ "MIT"
284
+ ],
285
+ "authors": [
286
+ {
287
+ "name": "Marco Pivetta",
288
+ "email": "ocramius@gmail.com",
289
+ "role": "maintainer"
290
+ }
291
+ ],
292
+ "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it"
293
+ },
294
+ {
295
+ "name": "otgs/icons",
296
+ "version": "dev-master",
297
+ "version_normalized": "9999999-dev",
298
+ "source": {
299
+ "type": "git",
300
+ "url": "https://git.onthegosystems.com/otgs-public/otgs-icons.git",
301
+ "reference": "622ab3c0549b70c87fa20de1c302ffcc07ea8f9c"
302
+ },
303
+ "time": "2018-04-06T08:47:19+00:00",
304
+ "type": "library",
305
+ "installation-source": "source",
306
+ "notification-url": "https://packagist.org/downloads/",
307
+ "license": [
308
+ "GPL-2.0"
309
+ ],
310
+ "description": "Toolset and WPML icons"
311
+ },
312
  {
313
  "name": "otgs/installer",
314
+ "version": "1.8.10",
315
+ "version_normalized": "1.8.10.0",
316
  "source": {
317
  "type": "git",
318
  "url": "ssh://git@git.onthegosystems.com:10022/installer/installer.git",
319
+ "reference": "28bcba8a8d54c28c8f4a51f095b438dfb3a3fdfd"
320
  },
321
  "require": {
322
  "composer/installers": "~1.0",
323
+ "otgs/icons": "dev-master",
324
+ "php": ">=5.2.0",
325
+ "roave/security-advisories": "dev-master",
326
+ "xrstf/composer-php52": "1.*"
327
  },
328
  "require-dev": {
329
+ "otgs/build-tools": "~0.1",
330
+ "otgs/build-tools-ci": "~0.7",
331
+ "otgs/unit-tests-framework": "~1.2.0",
332
+ "sebastian/phpcpd": "^3.0"
333
  },
334
+ "time": "2018-04-06T09:28:44+00:00",
335
  "type": "library",
336
  "extra": {
337
  "branch-alias": {
340
  }
341
  },
342
  "installation-source": "source",
343
+ "autoload": {
344
+ "classmap": [
345
+ "includes/",
346
+ "templates/"
347
+ ]
348
+ },
349
  "scripts": {
350
  "test": [
351
  "phpunit"
352
+ ],
353
+ "post-install-cmd": [
354
+ "xrstf\\Composer52\\Generator::onPostInstallCmd",
355
+ "OTGS\\Composer\\Scripts\\Install::PHPCSStandards"
356
+ ],
357
+ "post-update-cmd": [
358
+ "xrstf\\Composer52\\Generator::onPostInstallCmd",
359
+ "OTGS\\Composer\\Scripts\\Install::PHPCSStandards"
360
+ ],
361
+ "post-autoload-dump": [
362
+ "xrstf\\Composer52\\Generator::onPostInstallCmd"
363
  ]
364
  },
365
  "license": [
566
  "keywords": [
567
  "templating"
568
  ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
569
  }
570
  ]
vendor/otgs/icons/css/otgs-icons.css ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @charset "UTF-8";
2
+
3
+ @font-face {
4
+ font-family: "otgs-icons";
5
+ src:url("fonts/otgs-icons.eot");
6
+ src:url("fonts/otgs-icons.eot?#iefix") format("embedded-opentype"),
7
+ url("fonts/otgs-icons.woff") format("woff"),
8
+ url("fonts/otgs-icons.ttf") format("truetype"),
9
+ url("fonts/otgs-icons.svg#otgs-icons") format("svg");
10
+ font-weight: normal;
11
+ font-style: normal;
12
+
13
+ }
14
+
15
+ [data-icon]:before {
16
+ font-family: "otgs-icons" !important;
17
+ content: attr(data-icon);
18
+ font-style: normal !important;
19
+ font-weight: normal !important;
20
+ font-variant: normal !important;
21
+ text-transform: none !important;
22
+ speak: none;
23
+ line-height: 1;
24
+ -webkit-font-smoothing: antialiased;
25
+ -moz-osx-font-smoothing: grayscale;
26
+ }
27
+
28
+ [class^="otgs-ico-"]:before,
29
+ [class*=" otgs-ico-"]:before {
30
+ font-family: "otgs-icons" !important;
31
+ font-style: normal !important;
32
+ font-weight: normal !important;
33
+ font-variant: normal !important;
34
+ text-transform: none !important;
35
+ speak: none;
36
+ line-height: 1;
37
+ -webkit-font-smoothing: antialiased;
38
+ -moz-osx-font-smoothing: grayscale;
39
+ }
40
+
41
+ .otgs-ico-note-add:before {
42
+ content: "\61";
43
+ }
44
+ .otgs-ico-note-add-o:before {
45
+ content: "\62";
46
+ }
47
+ .otgs-ico-translated:before {
48
+ content: "\63";
49
+ }
50
+ .otgs-ico-yes:before {
51
+ content: "\64";
52
+ }
53
+ .otgs-ico-in-progress:before {
54
+ content: "\65";
55
+ }
56
+ .otgs-ico-copy:before {
57
+ content: "\66";
58
+ }
59
+ .otgs-ico-copy-o:before {
60
+ content: "\67";
61
+ }
62
+ .otgs-ico-note-edit:before {
63
+ content: "\69";
64
+ }
65
+ .otgs-ico-note-edit-o:before {
66
+ content: "\6a";
67
+ }
68
+ .otgs-ico-add:before {
69
+ content: "\6b";
70
+ }
71
+ .otgs-ico-refresh:before {
72
+ content: "\6c";
73
+ }
74
+ .otgs-ico-no:before {
75
+ content: "\6e";
76
+ }
77
+ .otgs-ico-not-translated:before {
78
+ content: "\6f";
79
+ }
80
+ .otgs-ico-delete:before {
81
+ content: "\70";
82
+ }
83
+ .otgs-ico-waiting:before {
84
+ content: "\71";
85
+ }
86
+ .otgs-ico-warning:before {
87
+ content: "\73";
88
+ }
89
+ .otgs-ico-original:before {
90
+ content: "\74";
91
+ }
92
+ .otgs-ico-needs-update:before {
93
+ content: "\75";
94
+ }
95
+ .otgs-ico-cred:before {
96
+ content: "\77";
97
+ }
98
+ .otgs-ico-layouts:before {
99
+ content: "\78";
100
+ }
101
+ .otgs-ico-module-manager:before {
102
+ content: "\79";
103
+ }
104
+ .otgs-ico-toolset:before {
105
+ content: "\7a";
106
+ }
107
+ .otgs-ico-types:before {
108
+ content: "\41";
109
+ }
110
+ .otgs-ico-views:before {
111
+ content: "\42";
112
+ }
113
+ .otgs-ico-edit:before {
114
+ content: "\68";
115
+ }
116
+ .otgs-ico-duplicate:before {
117
+ content: "\6d";
118
+ }
119
+ .otgs-ico-basket:before {
120
+ content: "\72";
121
+ }
122
+ .otgs-ico-discoverwp:before {
123
+ content: "\43";
124
+ }
125
+ .otgs-ico-wpml:before {
126
+ content: "\44";
127
+ }
128
+ .otgs-ico-otgs:before {
129
+ content: "\45";
130
+ }
131
+ .otgs-ico-wrench:before {
132
+ content: "\46";
133
+ }
134
+ .otgs-ico-link:before {
135
+ content: "\47";
136
+ }
137
+ .otgs-ico-envelope-o:before {
138
+ content: "\48";
139
+ }
140
+ .otgs-ico-user:before {
141
+ content: "\49";
142
+ }
143
+ .otgs-ico-wpml-cms-nav:before {
144
+ content: "\4a";
145
+ }
146
+ .otgs-ico-wpml-media:before {
147
+ content: "\4b";
148
+ }
149
+ .otgs-ico-wpml-string-translation:before {
150
+ content: "\4c";
151
+ }
152
+ .otgs-ico-wpml-translation-management:before {
153
+ content: "\4d";
154
+ }
155
+ .otgs-ico-picture:before {
156
+ content: "\4e";
157
+ }
158
+ .otgs-ico-toolset-training:before {
159
+ content: "\4f";
160
+ }
161
+ .otgs-ico-access-title:before {
162
+ content: "\50";
163
+ }
164
+ .otgs-ico-views-title:before {
165
+ content: "\51";
166
+ }
167
+ .otgs-ico-cred-title:before {
168
+ content: "\52";
169
+ }
170
+ .otgs-ico-layouts-title:before {
171
+ content: "\53";
172
+ }
173
+ .otgs-ico-types-title:before {
174
+ content: "\54";
175
+ }
176
+ .otgs-ico-module-manager-title:before {
177
+ content: "\55";
178
+ }
179
+ .otgs-ico-access:before {
180
+ content: "\76";
181
+ }
182
+ .otgs-ico-bullhorn:before {
183
+ content: "\56";
184
+ }
185
+ .otgs-ico-comment:before {
186
+ content: "\57";
187
+ }
188
+ .otgs-ico-quote:before {
189
+ content: "\58";
190
+ }
191
+ .otgs-ico-thumbsup:before {
192
+ content: "\59";
193
+ }
194
+ .otgs-ico-star:before {
195
+ content: "\5a";
196
+ }
vendor/otgs/icons/fonts/otgs-icons.eot ADDED
Binary file
vendor/otgs/icons/fonts/otgs-icons.svg ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata>Generated by Fontastic.me</metadata>
5
+ <defs>
6
+ <font id="otgs-icons" horiz-adv-x="512">
7
+ <font-face font-family="otgs-icons" units-per-em="512" ascent="480" descent="-32"/>
8
+ <missing-glyph horiz-adv-x="512" />
9
+
10
+ <glyph glyph-name="note-add" unicode="&#97;" d="M394 304c-49 0-89 39-89 89l0 59-180 0c-36 0-65-29-65-65l0-261c0-70 66-66 66-66l261 0c36 0 65 29 65 65l0 179z m-92-91l-29 0 0-29c0-15-12-27-27-27-16 0-28 12-28 27l0 29-30 0c-16 0-28 12-28 28 0 15 12 27 28 27l29 0 0 29c0 15 12 27 27 27 15 0 27-12 27-27l0-29 29 0c16 0 28-12 28-27 1-14-11-28-26-28z m97 132l52 0-110 109 0-51c2-33 28-58 58-58z"/>
11
+ <glyph glyph-name="note-add-o" unicode="&#98;" d="M242 324c16 0 28-12 28-27l0-29 29 0c15 0 27-12 27-27 0-16-12-28-27-28l-29 0 0-29c0-15-12-27-28-27-15 0-27 12-27 27l0 29-29 0c-15 0-27 12-27 28 0 15 12 27 27 27l29 0 0 29c0 14 12 27 27 27z m77 140l-196 0c-44 0-80-36-80-80l0-258c0-65 51-82 80-82l259 0c45 0 81 36 81 81l0 194z m0-48l97-99-25 0c-39 0-72 33-72 72z m111-293c0-26-20-46-46-46l-259 0c-14 0-48 5-48 49l0 258c0 26 20 46 46 46l162 0 0-41c0-58 48-104 104-104l41 0z"/>
12
+ <glyph glyph-name="translated" unicode="&#99;" d="M439 384c-19 19-50 19-70 0l-156-154-70 70c-18 19-49 19-70 0-18-18-18-49 0-70l104-104c19-18 52-18 70 0l190 188c20 21 20 51 2 70z"/>
13
+ <glyph glyph-name="yes" unicode="&#100;" d="M111 44c-7 0-36 2-58 23-15 15-24 35-24 61l0 256c0 44 36 80 80 80l179 0 0-34-177 0c-26 0-46-20-46-46l0-258c0-15 5-29 12-36 13-13 34-11 36-11l259 0c26 0 46 20 46 46l0 179 34 0 0-179c0-45-36-81-80-81l-259 0c0 0-2 0-2 0z m123 108c-9 0-17 3-24 10l-91 89c-13 14-13 34 0 48 14 13 35 13 48 0l60-60 140 213c10 16 31 21 48 11 15-11 20-31 10-48l-164-249c-5-9-15-14-25-16 0 2 0 2-2 2z"/>
14
+ <glyph glyph-name="in-progress" unicode="&#101;" d="M329 203l0-15c-1-9-8-16-17-17l-17 0c-1 0-3 0-5-2-2 0-3-2-5-3-7-7-7-16-2-23l4-3 7-7 3-3c5-7 5-17 0-24l-12-12c-7-5-17-5-24 0l-5 3-7 7-3 4c0 0-2 0-2 1-2 2-5 2-7 2 0 0 0 0-1 0-2 0-4 0-6 0 0 0-1 0-1-2 0 0 0 0-2 0-2 0-2-1-3-3-2-2-4-5-4-9l0-17c-2-8-8-15-17-17l-15 0c-9 2-16 9-17 17l0 17c0 4-2 7-5 11-4 3-9 5-14 5 0 0 0 0-2 0 0 0-2 0-2 0 0 0-1 0-1 0 0 0-2 0-2 0 0 0 0 0-2 0 0 0 0 0-1-2l-9-9-3-3c-7-5-17-5-24 0l-12 12c-5 7-5 17 0 24l3 3 7 7 4 3c1 4 3 7 3 11 0 7-5 13-12 15 0 0 0 0-2 0 0 0-1 0-1 0l-19 0c-9 2-16 9-17 17l0 16c1 8 8 17 17 17l17 0c3 0 7 1 10 5 4 3 5 8 5 13 0 0 0 2 0 2 0 0 0 2 0 2 0 0 0 0 0 1 0 0 0 0 0 2l-12 7-3 3c-5 7-5 17 0 24l12 12c7 5 17 5 24 0l3-3 7-7 3-3c4-2 7-4 11-4 3 0 8 2 10 4 2 1 3 3 3 5 0 0 0 1 0 1 0 0 0 2 0 2 0 0 0 2 0 2 0 0 0 2 0 2l0 18c2 9 9 16 17 17l16 0c8-1 15-8 17-17l0-17c0-3 1-7 5-10 2-2 3-3 5-3 5-2 12-2 17 1l12 12c7 5 17 5 24 0l12-12c5-7 5-17 0-24l0-3-10-10c-2-2-2-4-4-5 0-2-2-4-2-5 0-6 4-11 7-14 2-2 5-2 7-4l22 0c9 0 16-6 17-15z m-134 31c-21 0-38-17-38-38 0-20 17-37 38-37 20 0 37 17 37 37 2 21-17 38-37 38z m257 94l-5-11c-3-5-10-8-17-6l-3 1-7 2-4 2c-1 0-1 0-3 0-2 0-3 0-5-2-5-2-9-9-7-15l2-2 5-10c2-7-2-14-7-17l-10-5c-7-2-14 0-17 6l-2 4-2 7-1 3c0 0 0 0 0 2-2 1-2 3-4 3-1 0-1 0-3 0 0 0-2 0-2 0-2 0-2 0-3-2-2-1-4-3-5-5l-2-1-2-7-5-2c-3-5-10-8-17-7l-10 5c-5 4-9 11-7 17l2 4 1 5 2 3c0 2 0 5 0 9-2 3-3 5-7 7 0 0 0 0-2 0 0 0 0 0-1 0 0 0 0 0-2 0 0 0 0 0-2 0 0 0 0 0-1 0l-9-5-3-2c-7-2-14 2-17 7l-5 10c-2 7 1 14 6 17l11 5 3 2c2 2 3 3 5 5 2 5 0 10-3 14 0 0 0 0-2 0l-9 3-3 2c-5 3-8 10-7 17l5 10c4 5 11 9 17 7l2-2 7-2 3-1c2 0 5 0 9 0 3 1 7 5 7 8 0 0 0 0 0 2 0 0 0 0 0 2l-5 12-2 3c-2 7 2 14 7 17l10 5c7 2 14-1 17-7l2-3 1-7 2-3c2-2 4-4 7-5 2 0 5 0 7 0 2 0 3 1 3 1 0 0 0 0 0 2 0 0 0 0 0 2 0 0 0 0 0 1l2 2 2 7 1 3c4 6 11 9 17 7l11-5c5-3 8-10 6-17l-1-3-2-7-2-4c0-1 0-5 0-8 0-2 2-4 2-4 3-3 9-5 12-3l14 7 3 2c7 1 14-2 17-7l5-10c2-7 0-14-7-18l-3-1-7-2-3-2c-2 0-2-1-4-3-1-2-1-2-1-3-2-4-2-9 1-12 2-2 2-4 4-4l8-3 4-2c7-3 10-10 8-15z m-83 56c-14 5-31-2-36-15-5-14 2-31 15-36 14-5 31 2 36 15 5 14 0 31-15 36z"/>
15
+ <glyph glyph-name="copy" unicode="&#102;" d="M420 398l41 0-86 87 0-41c0-26 21-46 45-46z m-4-33c-39 0-71 33-71 70l0 48-144 0c-29 0-51-22-51-51l0-277c0-56 53-53 53-53l208 0c29 0 52 23 52 52l0 211z m-10-106l-51-51c-5-5-12-1-12 5l0 23-113 0c-10 0-18 8-18 18l0 22c0 11 8 19 18 19l113 0 0 22c0 7 9 11 12 6l51-52c0 0 4-3 0 0 4-5 4-8 0-12z m0 11c4-4 0 0 0 0z m-281-132l0 222-17 0c-24 0-52-25-52-49l0-241c0-48 53-51 53-51l181 0c24 0 39 25 39 49l0 2-145 0c-24 0-59 15-59 68z"/>
16
+ <glyph glyph-name="copy-o" unicode="&#103;" d="M387 271l-47 48c-5 5-12 2-12-5l0-20-108 0c-10 0-17-9-17-18l0-20c0-10 7-17 17-17l108 0 0-21c0-5 7-8 12-5l47 48c2 4 2 9 0 10 0 0 2-1 0 0z m-44 221l-145 0c-29 0-53-21-60-48l-27 0c-32 0-60-28-60-60l0-290c0-19 5-34 17-45 16-15 36-15 43-15 0 0 2 0 2 0l189 0c29 0 53 21 58 48l31 0c32 0 60 27 60 60l0 240z m0-36l72-74-19 0c-29 0-53 24-53 53z m-41-398l-191 0c0 0-15 0-26 9-6 5-8 15-8 27l0 290c0 19 15 34 34 34l26 0 0-276c0-48 37-62 59-62l137 0c-4-13-16-22-31-22z m125 82c0-19-16-34-34-34l-193 0c-11 0-36 3-36 36l0 290c0 19 15 34 34 34l121 0 0-31c0-42 34-78 79-78l29 0z"/>
17
+ <glyph glyph-name="note-edit" unicode="&#105;" d="M399 345l52 0-110 109 0-51c2-33 28-58 58-58z m-5-41c-49 0-89 39-89 89l0 59-180 0c-36 0-65-29-65-65l0-261c0-70 66-66 66-66l261 0c36 0 65 29 65 65l0 179z m-133-128l-107 107c-7 7-7 19 0 26l29 29c6 7 18 7 25 0l108-108c7-6 7-18 0-25l-29-29c-5-9-17-9-26 0z m31-22l44 44 21-65z"/>
18
+ <glyph glyph-name="note-edit-o" unicode="&#106;" d="M333 189l-43-42 62-22z m-14 275l-196 0c-44 0-80-36-80-80l0-258c0-65 51-82 80-82l259 0c45 0 81 36 81 81l0 194z m0-48l97-99-25 0c-39 0-72 33-72 72z m111-293c0-26-20-46-46-46l-259 0c-14 0-48 5-48 49l0 258c0 26 20 46 46 46l162 0 0-41c0-58 48-104 104-104l41 0z m-171 46l-105 106c-7 7-7 19 0 25l29 29c6 7 18 7 25 0l106-105c7-7 7-19 0-26l-29-29c-7-7-19-7-26 0z"/>
19
+ <glyph glyph-name="add" unicode="&#107;" d="M297 215l123 0c19 0 32 15 32 32l0 18c0 18-15 32-32 32l-123 0 0 123c0 19-15 32-32 32l-18 0c-18 0-32-15-32-32l0-123-123 0c-19 0-32-15-32-32l0-18c0-18 15-32 32-32l123 0 0-123c0-19 15-32 32-32l18 0c18 0 32 15 32 32z"/>
20
+ <glyph glyph-name="refresh" unicode="&#108;" d="M258 437c-103 0-185-82-185-184l-30 0c-9 0-12-6-5-12l27-28 27-25c7-7 17-7 24 0l55 54c6 7 3 12-5 12l-33 0c0 69 56 125 125 125 34 0 66-14 88-36l41 41c-34 32-78 53-129 53z m-4-362c101 0 185 82 185 184l30 0c9 0 12 6 5 12l-27 28-27 25c-7 7-17 7-24 0l-55-54c-6-7-5-12 5-12l33 0c0-69-56-125-125-125-34 0-66 14-88 36l-41-41c34-32 78-53 129-53z"/>
21
+ <glyph glyph-name="no" unicode="&#110;" d="M464 384c0 44-36 80-80 80l-261 0c-44 0-80-36-80-80l0-258c0-25 8-46 24-61 20-21 49-22 58-22 1 0 1 0 1 0l258 0c44 0 80 36 80 80z m-34-261c0-26-20-46-46-46l-259 0c0 0-21 0-36 12-9 8-12 20-12 36l0 259c0 26 20 46 46 46l261 0c26 0 46-20 46-46z"/>
22
+ <glyph glyph-name="not-translated" unicode="&#111;" d="M329 256l111 111c16 15 16 43 0 60l-15 15c-15 17-43 17-60 0l-109-113-111 111c-15 16-43 16-58 0l-15-15c-16-15-16-43 0-58l111-111-111-111c-16-15-16-43 0-60l15-15c15-15 43-15 60 0l111 111 111-111c15-15 42-15 59 0l16 15c15 16 15 43 0 60z"/>
23
+ <glyph glyph-name="delete" unicode="&#112;" d="M403 428l-99 0c0 14-10 24-24 24l-50 0c-13 0-23-10-23-24l-98 0c-13 0-24-10-24-24 0-13 11-23 24-23l295 0c14 0 24 10 24 23 0 14-12 24-25 24z m-295-71l0-243c0-30 25-56 56-56l186 0c31 0 56 26 56 56l0 243z m83-226c0-8-7-15-15-15-9 0-16 7-16 15l0 151c0 8 7 15 16 15 8 0 15-7 15-15z m80 0c0-8-6-15-15-15-9 0-15 7-15 15l0 151c0 8 6 15 15 15 9 0 15-7 15-15z m82 0c0-8-7-15-15-15-9 0-15 7-15 15l0 151c0 8 6 15 15 15 8 0 15-7 15-15z"/>
24
+ <glyph glyph-name="waiting" unicode="&#113;" d="M439 90c-2 0-4 4-4 6-2 6-2 12-3 18-17 70-62 115-130 135-3 2-5 4-5 7 0 3 2 5 5 7 72 19 123 78 133 152 0 3 2 7 7 7 9 1 12 10 10 17-1 8-8 13-19 13-100 0-201 0-302 0-18 0-35 0-54 0-10 0-17-5-19-13-2-9 3-14 14-17l3-4c4-8 4-15 7-22 19-68 61-113 130-133 3-2 5-4 5-7 0-3 0-5-5-7-72-19-123-78-133-152 0-3-2-7-7-7-9-1-14-15-11-23 2-7 9-16 18-16 59 0 117 0 177 0 60 0 118 0 177 0 11 0 18 10 19 19 2 7-5 19-13 20z m-33 328c-3-10-12-34-15-43l-270 0c-3 6-5 11-7 16-3 7-3 19-6 27m122-196c14 0 41 2 57 0 24-5 46-15 65-33 12-10 22-22 30-35l-252 0c22 34 59 61 100 68z"/>
25
+ <glyph glyph-name="warning" unicode="&#115;" d="M447 126l-165 285c-14 24-36 24-52 0l-165-285c-14-24-2-44 25-44l330 0c29 0 41 20 27 44z m-165 14l-48 0 0 31 48 0z m-6 51l-39 0-5 126 50 0z"/>
26
+ <glyph glyph-name="original" unicode="&#116;" d="M256 452c-108 0-196-88-196-196 0-108 88-196 196-196 108 0 196 88 196 196 0 108-88 196-196 196z m138-112l4-5c10-19 17-40 20-62l0-7-73 0 0 7c0 17-2 32-5 48l-2 7 7 1c15 4 30 6 44 11z m-65 59c16-8 29-17 41-29 0 0 2-1 2-1l9-9-11-3c-8-2-18-4-29-5l-5 0-1 5c-4 12-7 25-12 36l-7 17z m-13-131l-125 0 0 7c0 15 2 30 5 44l2 5 5 0c17-1 36-1 55-1 18 0 37 0 54 1l5 0 2-5c2-14 4-29 5-44l0-7z m7-24l0-7c0-15-2-30-6-44l-1-5-5 0c-17 1-36 1-55 1-19 0-38 0-55-1l-5 0-1 5c-2 14-4 29-6 44l0 7z m-120 111c4 10 7 20 10 29 5 12 12 22 17 29l2 2 2 0c7 1 13 1 20 1 7 0 14 0 22-1l2 0 2-2c7-7 12-17 17-29 3-9 7-19 10-29l2-7-9 0c-15-2-30-2-47-2-17 0-33 0-48 2l-7 0z m-63 14c0 0 2 1 2 1 12 12 25 23 41 29l15 9-7-17c-5-10-8-22-12-36l-2-5-5 2c-10 1-20 3-29 5l-12 3z m-44-94c1 22 8 42 20 61l2 5 5-1c14-4 27-7 44-11l7-1-2-7c-3-16-5-31-5-48l0-7-71 0z m22-103l-2 5c-10 19-17 40-20 62l0 7 73 0 0-7c0-17 2-32 5-48l2-7-7-1c-15-4-31-6-44-11z m65-59c-16 8-29 17-41 29 0 0-2 1-2 1l-7 9 10 3c9 2 19 4 29 5l5 2 2-5c4-14 7-26 12-36l7-15z m126 44c-4-10-7-20-10-29-5-12-12-22-17-29l-2-2-2 0c-7-1-13-1-22-1-7 0-14 0-20 1l-2 0-2 2c-7 7-12 17-17 29-3 9-7 19-10 29l-2 7 7 0c15 2 31 2 48 2 17 0 32 0 47-2l9 0z m63-12c0 0-2-2-2-2-12-12-25-22-41-29l-15-8 7 15c5 10 8 22 12 36l2 5 5-2c10-1 20-3 29-5l10-3z m44 92c-1-22-8-42-20-61l-3-5-6 1c-13 4-27 7-44 11l-7 1 2 7c2 16 3 31 5 48l0 7 73 0z"/>
27
+ <glyph glyph-name="needs-update" unicode="&#117;" d="M258 437c-103 0-185-82-185-184l-30 0c-9 0-12-6-5-12l27-28 27-25c7-7 17-7 24 0l55 54c6 7 3 12-5 12l-33 0c0 69 56 125 125 125 34 0 66-14 88-36l41 41c-34 32-78 53-129 53z m-4-362c101 0 185 82 185 184l30 0c9 0 12 6 5 12l-27 28-27 25c-7 7-17 7-24 0l-55-54c-6-7-5-12 5-12l33 0c0-69-56-125-125-125-34 0-66 14-88 36l-41-41c34-32 78-53 129-53z m19 260l-5-115-36 0-5 115z m0-163l-44 0 0 29 44 0z"/>
28
+ <glyph glyph-name="cred" unicode="&#119;" d="M384 427l0 85-85 0 0-85-86 0 0 85-85 0 0-85-85 0 0-427 426 0 0 427z m-32-329c0-1 0-2-1-3 0 0 0-1 0-2-1-1-1-1-2-2-1-1-1-1-1-2-1-1-2-2-2-2-1-1-2-2-3-2l-1 0c-1-1-2-2-4-3-1 0-2-2-4-2 0-1-2-1-3-2l0 0c-1-1-2-1-2-1l-2 0c-2-1-3-2-6-2l0 0c-2-1-5-2-7-2l0 0c-3-1-5-2-8-3l-1 0c-3 0-5-1-8-1l-1 0c-2-1-4-1-7-1l-2 0c-2 0-5 0-7 0l-1 0c-3 0-6-1-9-1l-1 0c-2 0-5 0-7 0l-1 0c-1 0-3 0-4 0-1 0-2 0-3 0l-1 0c-2 0-4 0-6 0l-2 0c-2 0-3 0-5 1l-2 0c-2 0-3 0-5 0l-1 0c-2 0-3 1-5 1l-2 0c-2 0-3 1-5 1-2 0-4 0-6 1l-1 0c-3 1-5 1-6 2l-1 0c-3 0-5 1-7 2l-1 0c0 0-1 0-2 0l-2 1c-1 0-1 1-2 1l-1 1 0 0-6 2-2 1-2-3-10 5-2 2-1 1-2 1 0 1-2 2 0 1 0 3-1 1 0 1-1 1 0 3c0 1 0 2 0 2l-1 56c0-1 0-2 0-2l0-4 1-1 6-5 1-1 2-2 5-3 2-5 5-3 2 0 6-3c0 0 1-1 2-1l1-1c1 0 2 0 3 0l1-1c3-1 5-2 7-2l1 0c2-1 3-1 5-2l2 0c1 0 3 0 5-1l1 0c2 0 4-1 6-1l1 0c2 0 3-1 5-1l2 0c2 0 3 0 5 0l2 0c1 0 2 0 5-1l1 0c2 0 4 0 6 0 2 0 3 0 5 0 1 0 3 0 4 0 2 0 5 0 7 0l2 0c2 0 5 0 8 1l1 0c3 0 5 0 8 0l1 0c2 0 5 1 7 1l1 0c3 1 6 1 8 2l1 0c3 0 5 1 8 2l1 0c2 0 4 1 6 2l1 0c2 1 3 1 5 2l1 1c1 0 2 0 2 0l2 1c0 1 2 1 3 2 1 0 3 2 4 2 2 1 3 2 4 3l1 0c0 1 2 2 3 2 0 1 1 2 2 3l0 0c1 1 2 2 2 2 1 1 1 2 1 2l0 1c0 1 1 2 1 2 0 1 0 2 1 3l0 2 0-56z m0 80c0-2 0-2-1-3 0-1 0-1 0-2-1-1-1-2-2-2-1-1-1-2-1-2-1-1-2-2-2-3-1 0-2-1-3-2l-1 0c-1 0-2-1-4-2-1-1-2-2-4-3 0 0-2 0-3-1l-1-1c-1-1-1-1-2-1l-2 0c-2 0-3-1-5-2l-1 0c-2 0-4-1-6-2l-1 0c-2-1-5-1-8-2l-1 0c-2-1-5-1-7-1l-2 0c-2-1-4-1-7-1l-1 0c-3 0-5-1-8-1l-1 0c-3 0-6-1-8-1l-2 0c-2 0-5 0-7 0l-1 0c-1 0-3 0-3 0-2 0-3 0-4 0l-1 0c-2 0-4 0-6 0l-2 0c-2 0-3 0-4 1l-2 0c-3 0-4 1-6 1l-1 0c-1 0-3 1-5 1l-1 0c-2 0-4 0-6 0-2 0-4 1-6 2l-1 0c-2 0-4 0-6 1l-1 0c-2 1-4 2-7 2l0 0c-1 0-2 1-3 1l-2 1c0 0-1 0-2 0l0 1-1 0-4 2-3-3-11 6 0 2-3 3-1 1-1 1-3 2 0 2 0 1-1 1 0 1-1 1 0 3c0 1 0 1 0 2l-1 56c0-1 0-2 0-3l0-3 7-7 1 0 2-2 12-7 2-1 6-2c0 0 1-1 2-1l1-1c1 0 2-1 3-1l1 0c3-1 5-2 7-2l1 0c2-1 3-1 5-2l2 0c1 0 3 0 5-1l1 0c2 0 4-1 6-1l1 0c2 0 3-1 5-1l2 0c2 0 3 0 5 0l2 0c1 0 2 0 5-1l1 0c2 0 4 0 6 0 2 0 3 0 5 0 1 0 3 0 4 0 2 0 5 0 7 0l2 0c2 0 5 0 8 1l1 0c3 0 5 0 8 0l1 0c2 0 5 1 7 1l1 0c3 1 6 1 8 2l1 0c3 0 5 1 8 2l1 0c2 0 4 1 6 2l1 0c2 0 3 1 5 2l1 1c1 0 2 0 2 0l2 1c0 1 2 1 3 1 1 1 3 3 4 3 2 1 3 2 4 2l1 1c0 1 2 2 3 2 0 1 1 2 2 2l0 1c1 1 2 2 2 2 1 1 1 2 1 2l0 1c0 1 1 2 1 2 0 1 1 2 1 3l0 2 0-56z m0 79c0-2 0-2-1-3 0-1 0-2 0-2-1-1-1-2-2-2-1-1-1-2-1-3-1 0-2-1-2-2-1 0-2-1-3-2l-1 0c-1-1-2-1-4-2-1-1-2-2-4-3 0 0-2 0-3-1l-1-1c-1-1-1-1-2-1l-2 0c-2 0-3-1-5-2l-1 0c-2 0-4-1-6-2l-1-3c-2-1-5-2-8-3l-1 0c-2 0-5-1-7-1l-2 0c-2-1-4-1-7-1l-1 0c-3 0-5 0-8 0l-1 0c-3 0-6-1-8-1l-2 0c-2 0-5 0-7 0l-1 0c-1 0-3 0-3 0-2 0-3 0-4 0l-1 0c-2 0-4 0-6 0l-2 0c-2 0-3 0-4 1l-2 0c-3 0-4 0-6 0l-1 0c-1 0-3 1-5 1l-1 0c-2 0-4 1-6 1-2 0-4 0-6 1l-1 0c-2 1-4 1-6 2l0 0c-3 0-5 1-7 2l-1 0c0 0-1 0-2 0l-2 1c-1 0-1 1-2 1l-1 1 0 0-2 0-2 2-3 1-1 1-7 3-2 2-3 1-2 3-1 1-2 2-2 2 0 1 0 1-1 2 0 0-1 1 0 3c0 1 0 1 0 2l-1 48c0 0 0 0 0 1 0 0 0 0 0 1l0 6c0-1 0-1 0-2l0-1c5 19 45 34 95 34 50-1 91-17 95-37 0 0 0 1 0 2l0 1 1-55z"/>
29
+ <glyph glyph-name="layouts" unicode="&#120;" d="M384 427l0 85-85 0 0-85-86 0 0 85-85 0 0-85-85 0 0-427 426 0 0 427z m-208-370l-79 0 0 193 79 0z m236 0l-216 0 0 193 216 0z m0 214l-315 0 0 83 315 0z"/>
30
+ <glyph glyph-name="module-manager" unicode="&#121;" d="M384 427l0 85-85 0 0-85-86 0 0 85-85 0 0-85-85 0 0-427 426 0 0 427z m-142-381l-130 76 0 138 130-78c0 0 0-136 0-136z m156 76l-130-76 0 132 130 78z m0 165l-140-84-144 85 141 82z"/>
31
+ <glyph glyph-name="toolset" unicode="&#122;" d="M410 410l0 102-103 0 0-102-102 0 0 102-103 0 0-102-68 0 0-410 444 0 0 410z m-315-232c0-4-1-7-4-9-3-2-6-3-11-3l-3 0-3-14-6 0 8 36 8 0c3 0 6-1 8-3 2-1 3-4 3-7z m-17-7l2 0c3 0 5 0 7 1 2 2 2 3 2 6 0 2 0 3-1 4 0 1-2 1-4 1l-3 0z m23-19l-5 0 8 38 5 0z m19 27l-3-15c0-2 0-4 0-4 0-2 1-4 2-4 2 0 3 1 4 2 1 1 2 2 3 4 1 1 1 3 2 6l2 11 6 0-6-27-4 0 0 6c-1-2-3-4-4-4-1-1-3-2-4-2-3 0-4 1-5 2-1 1-2 3-2 5 0 1 0 3 1 3 0 1 0 2 0 3l3 14z m44 0l-1-3-4-1c0-1 0-2 0-3 0-3-1-6-3-8-1-1-4-2-8-2 0 0-1 0-2 0-2-1-3-2-3-3 0 0 0-1 1-1 0 0 1 0 2 0l3-1c3-1 5-1 6-2 1-1 2-3 2-5 0-3-1-6-3-7-3-2-6-3-11-3-3 0-5 1-7 2-2 1-3 2-3 5 0 1 1 3 2 4 1 1 3 3 5 3-1 1-2 2-2 3 0 1 1 2 1 3 1 0 2 2 4 2-2 1-4 4-4 6 0 4 2 6 3 8 2 1 5 3 8 3 1 0 3 0 4-1l10 0z m-20-26c-2-1-3-1-4-2-1 0-2-1-2-3 0-1 1-2 1-2 2-1 3-2 4-2 3 0 5 1 7 2 1 1 2 2 2 4 0 0-1 1-1 1-1 1-3 1-4 1z m7 23c-1 0-2-1-3-1-1-1-1-2-2-3 0-1 0-2 0-3 0-1 0-2 1-3 0 0 1-1 2-1 1 0 2 1 3 1 0 1 1 2 2 3 0 1 0 2 0 3 0 3-1 4-3 4z m17-24l-5 0 5 27 6 0z m2 34c0 1 0 2 1 3 0 0 1 1 3 1 1 0 1 0 2-1 0 0 0-1 0-1 0-1 0-3-1-3 0-1-1-1-2-1-1 0-2 0-2 0-1 0-1 1-1 2z m22-34l3 17c1 2 1 2 1 3 0 3-1 4-3 4-1 0-2-1-4-1-1-1-2-3-2-4-2-2-2-4-3-6l-2-11-6 0 6 26 5 0-1-5c1 2 3 4 4 4 1 1 3 1 5 1 2 0 4 0 5-1 1-2 1-3 1-5 0-2 0-3 0-5l-4-16z m30 9c0-3-1-5-2-6-2-2-5-3-8-3-3 0-6 1-8 2l0 5c2-1 5-2 7-2 2 0 3 1 4 1 1 1 2 2 2 3 0 1 0 2-1 2 0 1-2 1-3 3-3 1-4 2-5 3 0 1-1 2-1 4 0 2 1 4 3 6 2 1 4 2 7 2 3 0 5-1 8-2l-1-4c-3 1-5 1-7 1-1 0-2 0-3 0 0-1-1-1-1-2 0-1 0-2 1-2 0-1 2-1 3-2 2-2 3-2 4-3 0 0 1-1 1-2 0-2 0-3 0-4z m14-20c-2 0-3 0-4 0l0 5c1-1 2-1 3-1 2 0 3 2 5 5l5 25-5 0 1 2 4 2 1 2c0 4 1 6 3 7 2 1 4 3 6 3 2 0 4-1 6-2l-2-4c-1 1-2 1-4 1-1 0-2-1-2-1-1-1-2-2-2-4l-1-2 6 0-1-4-6 0-5-26c-1-3-2-5-3-7-1 0-3-1-5-1z m44 29c0-4-1-7-2-10-1-2-3-4-5-6-2-2-4-2-7-2-3 0-5 1-7 3-2 1-3 4-3 7 0 4 1 6 2 9 1 3 3 5 5 6 2 2 4 3 7 3 4 0 6-1 8-3 1-2 2-5 2-7z m-6 0c0 1 0 2-1 4-1 1-2 1-3 1-2 0-3 0-4-1-1-2-3-3-3-5-1-2-1-4-1-6 0-2 0-4 1-4 0-1 2-2 3-2 2 0 3 1 4 2 1 1 2 3 3 4 1 2 1 4 1 7z m27 10c1 0 2 0 3-1l-1-5c-1 0-2 1-3 1-2 0-4-1-5-3-2-2-3-4-4-8l-2-12-6 0 6 27 5 0-1-5c1 2 3 3 4 4 1 1 3 2 4 2z m-203-90l-6 0-1 21 0 7c-1-3-2-5-3-7l-9-21-6 0-1 36 5 0 1-21c0-2 0-5-1-8 2 3 3 6 4 8l9 21 6 0 0-21 0-8c1 1 1 3 2 4 0 2 1 3 2 4l8 20 6 0z m37 18c0-4 0-7-1-10-1-2-3-4-5-6-3-2-5-2-7-2-3 0-6 1-8 3-1 1-2 4-2 7 0 4 0 6 1 9 1 3 3 5 5 6 3 2 5 3 8 3 3 0 5-1 7-3 2-2 2-5 2-7z m-5 0c0 1-1 2-1 4-1 1-2 1-4 1-2 0-3 0-4-1-1-2-2-3-3-5 0-2-1-4-1-6 0-2 1-4 1-4 1-1 2-2 4-2 1 0 3 1 4 2 1 1 2 3 3 4 0 2 1 4 1 7z m26 10c2 0 2 0 3-1l-1-5c-1 0-2 1-2 1-2 0-4-1-6-3-2-2-3-4-3-8l-3-12-6 0 6 27 4 0 0-5c1 2 3 3 4 4 2 1 3 2 4 2z m16 0c3 0 5-2 6-5 0 2 1 5 1 6l2 9 6 0-8-38-5 0 1 4c-1-1-3-2-4-3-1-1-3-1-4-1-3 0-4 0-6 2-1 2-2 4-2 7 0 3 1 6 2 9 1 3 3 5 5 7 1 2 4 3 6 3z m-3-23c1 0 3 1 4 2 1 1 2 3 3 5 0 3 1 5 1 7 0 1-1 3-1 3-1 1-2 1-4 1-1 0-2 0-4-1-1-2-2-3-2-6-1-2-2-4-2-6 1-3 2-5 5-5z m45 21c0-4-1-7-4-9-3-2-6-3-11-3l-3 0-3-14-6 0 8 36 8 0c3 0 6-1 8-3 2-1 3-4 3-7z m-17-7l2 0c3 0 5 0 7 1 2 2 2 3 2 6 0 2 0 3-1 4 0 1-2 1-4 1l-3 0z m36 9c1 0 1 0 3-1l-2-5c-1 0-1 1-2 1-2 0-4-1-6-3-1-2-2-4-3-8l-3-12-6 0 6 27 5 0-1-5c1 2 3 3 4 4 2 1 3 2 5 2z m12-28c-3 0-5 2-7 3-2 2-3 5-3 8 0 3 1 6 2 9 1 3 3 5 5 6 2 2 4 2 7 2 3 0 5 0 6-1 2-2 3-3 3-5 0-3-1-6-4-7-3-2-7-3-12-3l-1 0 0-1c0-1 1-3 1-4 1-1 3-1 4-1 1 0 3 0 4 0 1 1 2 1 4 2l0-5c-2 0-3-1-5-1 0-2-2-2-4-2z m4 24c-2 0-3-1-4-2-2-2-3-4-3-6l0 0c3 0 5 0 7 1 2 1 3 2 3 3 0 1 0 2-1 2 0 1-1 2-2 2z m28-15c0-3-1-5-3-6-2-2-4-3-8-3-3 0-5 1-8 2l0 5c3-2 5-3 8-3 1 0 3 1 4 2 1 0 1 1 1 2 0 1 0 2 0 3-1 0-2 1-4 2-2 1-3 2-4 3-1 2-1 3-1 4 0 3 1 5 3 6 1 1 4 2 6 2 4 0 6 0 9-2l-2-4c-2 1-4 2-6 2-1 0-2 0-3-1 0 0-1-1-1-2 0-1 0-1 1-2 0 0 1-1 3-2 2-1 3-2 3-2 1-1 1-1 2-3 0-1 0-2 0-3z m22 0c0-3-1-5-3-6-1-2-4-3-8-3-2 0-5 1-8 2l0 5c3-2 6-3 8-3 2 0 3 1 4 2 1 0 2 1 2 2 0 1-1 2-1 3-1 0-2 1-3 2-3 1-4 2-5 3-1 2-1 3-1 4 0 3 1 5 3 6 1 1 4 2 7 2 3 0 5 0 8-2l-2-4c-2 1-4 2-6 2-1 0-2 0-3-1 0 0-1-1-1-2 0-1 0-1 1-2 0 0 1-1 3-2 2-1 3-2 4-2 0-1 1-1 1-3 0-1 0-2 0-3z m-201-48c0-5 0-8-2-12-2-3-4-5-7-7-3-2-7-3-10-3l-10 0 7 35 9 0c5 0 8-1 11-3 1-2 2-6 2-10z m-19-17c2 0 5 0 7 2 2 1 4 3 5 6 1 2 2 5 2 8 0 3-1 5-3 7-1 2-3 2-6 2l-3 0-6-25z m33-6c-4 0-6 2-8 3-2 2-3 5-3 8 0 3 1 6 2 9 1 3 3 5 5 6 2 2 5 2 7 2 3 0 5 0 7-1 1-2 2-3 2-6 0-2-1-5-4-6-3-2-6-3-11-3l-1 0 0-1c0-1 0-3 1-4 1-1 2-1 4-1 1 0 2 0 3 0 1 1 2 1 4 2l0-5c-2 0-3-1-5-1 0-2-2-2-3-2z m3 24c-1 0-2-1-4-3-1-1-2-3-3-5l1 0c3 0 5 0 6 1 2 1 3 2 3 3 0 1 0 2 0 2-1 1-1 2-3 2z m15-23l-3 27 6 0 1-14c0-3 0-6 0-8 1 1 1 2 2 4 1 2 1 2 2 4l7 14 6 0-14-27c0 0-7 0-7 0z m31-1c-3 0-6 2-7 3-2 2-3 5-3 8 0 3 0 6 1 9 2 3 3 5 6 6 2 2 4 2 7 2 3 0 5 0 6-1 2-2 3-3 3-6 0-2-2-5-4-6-3-2-7-3-12-3l-1 0 0-1c0-1 1-3 1-4 1-1 2-1 4-1 1 0 2 0 4 0 1 1 2 1 4 2l0-5c-2 0-3-1-5-1-1-2-3-2-4-2z m3 24c-1 0-2-1-4-3-1-1-2-3-3-5l1 0c2 0 5 0 6 1 2 1 3 2 3 3 0 1 0 2 0 2-1 1-1 2-3 2z m17-23l-6 0 8 38 6 0z m32 17c0-4-1-7-2-10-1-2-3-4-5-6-2-2-5-2-7-2-3 0-6 1-7 3-2 1-3 4-3 7 0 4 0 6 2 9 1 3 2 5 5 6 2 2 4 3 7 3 4 0 6-1 7-3 2-2 3-4 3-7z m-6 0c0 1 0 2-1 3-1 2-2 2-3 2-2 0-3 0-4-2-2-1-3-2-3-4-1-2-1-4-1-6 0-2 0-4 1-4 0-1 1-2 3-2 2 0 3 1 4 2 1 1 2 3 3 4 1 3 1 4 1 7z m22-18c-3 0-5 2-7 4 0-1 0-2 0-4l-2-12-6 0 8 39 4 0 0-4c2 3 5 5 8 5 3 0 4-1 6-3 1-1 2-4 2-6 0-4-1-7-2-9-1-3-3-6-4-7-2-2-5-3-7-3z m3 23c-1 0-3 0-4-2-1-1-2-2-3-5-1-2-1-4-1-6 0-2 0-3 1-3 0-1 1-1 3-1 2 0 3 0 4 1 1 1 2 3 3 5 1 3 1 5 1 7 0 3-2 4-4 4z m31 5c3 0 6-1 6-5 1 1 3 3 4 4 2 1 3 1 5 1 2 0 4 0 5-1 1-2 1-3 1-6 0-1 0-2 0-4l-4-16-5 0 3 17c1 1 1 2 1 3 0 2-1 3-3 3-2 0-4-1-5-3-2-2-3-5-4-8l-2-11-6 0 4 16c0 1 0 2 0 3 0 2-1 3-2 3-2 0-4-1-6-3-1-2-2-4-3-7l-2-12-6 0 6 27 4 0 0-5c3 2 5 4 9 4z m36-28c-3 0-5 2-7 3-2 2-3 5-3 8 0 3 1 6 2 9 1 3 3 5 5 6 2 2 4 2 7 2 3 0 5 0 6-1 2-2 3-3 3-6 0-2-1-5-4-6-3-2-6-3-12-3l-1 0 0-1c0-1 1-3 1-4 2-1 3-1 4-1 2 0 3 0 4 0 1 1 2 1 4 2l0-5c-2 0-3-1-5-1-1-2-2-2-4-2z m4 24c-2 0-3-1-5-3-1-1-2-3-3-5l1 0c3 0 5 0 7 1 1 1 2 2 2 3 0 1 0 2-1 2 1 1 0 2-1 2z m26-23l4 17c0 1 0 2 0 3 0 2-1 3-2 3-2 0-3 0-4-1-1 0-2-2-3-4-1-1-1-3-2-5l-2-12-6 0 6 27 4 0 0-5c1 1 3 3 4 4 1 1 3 1 4 1 3 0 4-1 5-2 1-1 2-3 2-5 0-1 0-3-1-4l-3-16z m23 4c1 0 2 0 4 1l0-5c-1 0-2-1-3-1-1 0-1 0-3 0-4 0-6 2-6 6 0 1 0 1 0 3l3 14-4 0 1 2 4 3 3 5 3 0-1-5 7 0-1-5-7 0-3-13c0-2 0-2 0-3 0 0 0-1 0-1 1-1 2-1 3-1z m-256 218l-22 0 13 63-18 0 4 18 57 0-4-18-18 0z m52-1c-7 0-13 3-17 7-4 4-6 10-6 17 0 8 1 15 4 21 3 7 7 11 13 14 5 4 11 6 18 6 7 0 14-3 17-7 4-4 7-10 7-17 0-8-2-15-5-21-3-7-7-11-12-15-5-3-12-5-19-5z m9 49c-3 0-6-3-8-8-2-5-3-11-3-17 0-5 1-8 4-8 3 0 6 3 8 8 2 5 4 10 4 17 0 3-1 4-2 6-1 1-2 2-3 2z m56-49c-8 0-14 3-18 7-4 4-6 10-6 17 0 8 2 15 4 21 3 7 7 11 13 14 5 4 11 6 18 6 8 0 14-3 18-7 4-4 6-10 6-17 0-8-2-15-5-21-2-7-6-11-12-15-5-3-11-5-18-5z m8 49c-3 0-5-3-8-8-2-5-3-11-3-17 0-5 2-8 4-8 3 0 6 3 8 8 3 5 4 10 4 17 0 3-1 4-1 6-1 1-2 2-4 2z m50-48l-21 0 19 86 21 0z m60 22c0-7-2-13-7-16-5-4-12-6-21-6-8 0-15 1-19 3l0 17c3-1 6-2 9-4 3 0 6-1 9-1 2 0 4 1 5 1 1 1 2 2 2 3 0 1-1 2-1 4-1 1-4 2-8 4-4 2-6 5-8 8-2 2-3 6-3 10 0 6 2 11 7 15 4 3 11 5 19 5 4 0 8-1 11-1 3-2 7-3 10-5l-7-14c-2 2-5 3-8 4-2 2-4 2-6 2-3 0-4-2-4-4 0-2 0-3 1-3 1-1 3-2 6-3 9-5 13-12 13-19z m33-23c-8 0-14 3-18 7-5 4-6 10-6 18 0 8 1 15 4 21 3 6 8 11 13 14 5 3 11 5 18 5 7 0 12-2 16-5 4-3 6-7 6-12 0-8-3-14-8-18-6-4-15-5-25-5l-4 0 0-1c0-5 3-8 9-8 3 0 6 0 9 1 3 1 5 2 9 4l0-15c-4-2-8-3-11-5-3 0-7-1-12-1z m9 50c-3 0-5-1-7-4-1-2-2-5-3-8l2 0c4 0 6 0 9 2 2 2 3 4 3 6 0 2 0 3-1 3-1 1-2 1-3 1z m54-33c3 0 6 1 10 3l0-16c-5-2-11-3-18-3-5 0-10 1-13 3-3 3-4 7-4 12 0 3 1 6 1 10l5 22-9 0 3 10 12 5 7 13 14 0-3-13 16 0-3-15-16 0-5-22c0-2-1-4-1-5 1-2 2-4 4-4z"/>
32
+ <glyph glyph-name="types" unicode="&#65;" d="M384 427l0 85-85 0 0-85-86 0 0 85-85 0 0-85-85 0 0-427 426 0 0 427z m-292-141c0 4 3 8 5 10 1 1 6 3 10 3l9 0c6 0 11-1 12 0 2 2 4 5 5 10l1 6c2 4 3 8 5 9 3 2 7 3 12 3l52 0c6 0 9-2 11-3 1-1 3-4 4-9l2-7c1-6 3-8 5-9 2 0 8 0 16 0l97 0c8 0 10-6 10-13l0-16-162 0c-10 0-17 1-20 0-2-2-7-6-12-15l-62-117z m335-48l-63-124-252 0 64 124c2 4 5 7 7 9 2 1 5 2 11 2l227 0c6 0 9-2 9-3 0-1-1-4-3-8z"/>
33
+ <glyph glyph-name="views" unicode="&#66;" d="M384 427l0 85-85 0 0-85-86 0 0 85-85 0 0-85-85 0 0-427 426 0 0 427z m-279-214c0 0 137 187 307 0-1 0-138-192-307 0z m152 56c-32 0-57-26-57-58 0-32 25-57 57-57 32 0 58 25 58 57 1 32-26 58-58 58z m0-95c-21 0-38 17-38 38 0 21 17 38 38 38 22 0 39-17 39-38 0-21-17-38-39-38z"/>
34
+ <glyph glyph-name="edit" unicode="&#104;" d="M273 140l-198 200c-14 13-14 35 0 49l55 55c13 13 36 13 47 0l198-202c14-13 14-35 0-47l-54-55c-12-12-34-12-48 0z m138 41l-80-80 116-41z"/>
35
+ <glyph glyph-name="duplicate" unicode="&#109;" d="M90 49c-5 0-27 2-42 16-12 10-17 25-17 44l0 290c0 33 27 60 59 60l64 0 0-26-64 0c-18 0-34-15-34-34l0-290c0-12 4-20 9-27 10-10 25-9 25-9l55 0 0-25-55 1c2 0 0 0 0 0z m388 304l-108 108-1-2-142 0c-32 0-60-27-60-60l0-290c0-48 38-61 60-61l191 0c33 0 60 27 60 60z m-34-1l-21 0c-29 0-53 23-53 52l0 21z m8-244c0-19-15-35-34-35l-191 0 0-12 0 12c-10 0-34 4-34 36l0 290c0 19 15 34 34 34l119 0 0-30c0-43 35-77 77-77l31 0 0-218z"/>
36
+ <glyph glyph-name="basket" unicode="&#114;" d="M184 413l-75-99 50 0 58 77c-16 2-28 10-33 22z m41-10c2 0 2 0 4 0 13 3 22 15 22 27 0 0 0 0 0 2 0 1 0 3 0 5-4 14-14 22-27 22-2 0-4 0-7 0-14-3-24-17-21-31 0 0 0-1 0-1 4-14 14-23 28-23-2-1 0-1 1-1z m178-89l-75 99c-5-12-17-22-31-24l58-77 48 0z m-120 89c2 0 2 0 4 0 1 0 1 0 3 0 12 0 24 8 27 22 0 0 0 2 0 2 2 13-6 27-20 30-2 0-5 0-7 0-12 0-24-8-27-22 0-2 0-3 0-5 0 0 0 0 0-2 0-10 8-22 20-25z m128-101l-351 0 51-249 288 0 52 249z"/>
37
+ <glyph glyph-name="discoverwp" unicode="&#67;" d="M319 333c-7 8-15 17-25 22-11 5-23 9-35 9-8 0-15 0-22 0-5 0-12 0-17 0 0-2 0-6 0-12 0-7 0-14-2-21l0-24-1-19-4-70-1-20-2-24c0-7 0-14 0-20 0-7 0-11 0-12 3 0 8-2 14-2 5 0 12-2 18-2 28-1 52 7 69 26 17 19 27 49 29 89 0 15 0 30-4 44-3 15-10 27-17 36z m-61 150c-125 0-226-102-226-227 0-125 101-225 226-225 124 0 225 100 225 225 0 125-101 227-225 227z m140-230c-2-23-5-41-12-58-7-18-17-31-29-43-12-12-26-21-43-26-15-5-32-8-49-7-19 2-35 2-48 4-14 2-24 2-34 2-7 0-12 0-17 1-6 0-11 0-14 0 2 16 3 33 5 50 2 17 2 36 3 58l2 53c0 18 2 37 2 54 0 4 0 5 0 9-7-2-12-4-17-5 0 0-4-4-5-5l-11-12c-13-16-15-23-22-29 0 0 9 58 16 105 0 4 1 6 1 7 5-8 12-24 17-34 28 5 55 9 84 9 9 0 19 0 31-2 20-2 41-3 58-9 17-5 32-11 44-22 12-10 21-24 27-41 9-15 12-36 11-59z"/>
38
+ <glyph glyph-name="wpml" unicode="&#68;" d="M305 227c4-39 36-68 74-68 49 0 70 46 77 82 29 153-89 269-227 252-77-8-186-92-171-227 14-119 150-213 295-150 63 27 91-89 19-92-14 8-12 31-17 46-2 5-5 10-9 14-3 3-6 5-11 6-11 0-21-10-21-25 0-10 3-21 9-26 1-1 3-3 5-5 15-17 49-22 68-15 46 15 41 97-15 106-36 5-52-14-74-19-145-33-230 102-213 208 10 70 72 128 135 140 70 14 150-10 155-63 9-72-84-91-79-164z"/>
39
+ <glyph glyph-name="otgs" unicode="&#69;" d="M123 265c0-29 5-53 15-72 10-21 26-34 46-45 21-10 43-15 65-15 36 0 67 12 91 38 24 24 35 56 35 92 0 37-11 68-35 92-17 17-40 29-64 34l0 89-59 0 0-91c-12-3-24-6-34-13-21-10-35-26-46-46-9-21-14-41-14-63z m85 52c4 4 7 7 12 11l0-103 60 0 0 104c5-3 10-6 15-12 12-13 17-32 17-56 0-25-5-44-17-56-12-14-25-19-42-19-17 0-31 7-43 19-12 13-17 32-17 56-4 24 3 43 15 56z m183 123l-39-49c41-29 66-77 66-132 0-90-73-162-162-162-89 0-162 74-162 162 0 52 22 96 60 125l-40 51c-51-41-83-104-83-174 0-126 100-227 225-227 125 0 225 101 225 225 0 76-36 140-90 181z"/>
40
+ <glyph glyph-name="wrench" unicode="&#70;" d="M63 365l50-49c20-21 56-19 78 3 22 22 24 58 4 79l-50 49c10 4 21 4 31 4 65 0 118-53 118-118 0-19-4-36-12-50l158-157c14-13 14-37-1-53-16-15-40-17-53-1l-159 157c-15-7-32-12-50-12-64 0-117 53-117 118 0 10 1 20 3 30z m330-264c0-11 8-21 20-21 10 0 20 9 20 21 0 10-8 20-20 20-12 0-20-10-20-20z"/>
41
+ <glyph glyph-name="link" unicode="&#71;" d="M299 398l-60-58c-12-12-12-29 0-41l10-11 63 64 38-38-63-63 10-10c12-12 29-12 41 0l60 59c12 12 12 29 0 41l-60 60c-10 9-29 9-39-3z m-69-193c-6-7-18-7-27 0-7 7-7 19 0 27l80 80c7 7 19 7 28 0 6-7 6-18 0-27z m-17-91l60 60c12 12 12 29 0 41l-10 10-63-63-38 38 63 63-12 10c-12 12-29 12-41 0l-59-60c-12-12-12-29 0-41l59-59c12-11 31-11 41 1z"/>
42
+ <glyph glyph-name="envelope-o" unicode="&#72;" d="M413 365l-328 0 0-218 342 0 0 218z m-14-13l-131-132c-7-7-17-7-22 0l-133 132z m-300-6l89-88-89-89z m10-186l87 87 38-37c5-5 13-9 20-9 7 0 16 4 21 9l37 37 87-87z m304 9l-89 89 89 88z"/>
43
+ <glyph glyph-name="user" unicode="&#73;" d="M386 121l-258-2c0 0-2 14-2 28 0 13 14 17 14 17 17 8 70 29 73 31l0 13 7 2c0 0 2 22 2 26 0 0-9 18-12 29 0 0-7 0-9 6-1 9 0 14-1 19-2 5 3 12 7 10 0 0-9 41 0 53 5 12 8 33 49 40 0 0 24-4 24-7 0 0 20-14 27-34 4-14 2-41 0-48 0 0 7 1 5-7-1-12-1-36-10-31 0 0 0-25-8-30 0 0-2-21 1-21l5 0c0 0 2-17 7-20 0 0 67-23 75-33 7-12 4-41 4-41z"/>
44
+ <glyph glyph-name="wpml-cms-nav" unicode="&#74;" d="M232 104l-152 152 152 152m48-304l152 152-152 152"/>
45
+ <glyph glyph-name="wpml-media" unicode="&#75;" d="M335 425l46 0 0-340-46 0z m-103-67l46 0 0-271-46 0z m-101-68l46 0 0-203-46 0z"/>
46
+ <glyph glyph-name="wpml-string-translation" unicode="&#76;" d="M294 131c-18 0-35 4-52 11-41 17-80 37-117 58-19 10-40 20-58 30-9 4-11 14-7 23 3 8 13 12 22 6 19-10 37-20 58-30 37-21 77-41 116-57 31-13 63-10 89 7 29 19 44 50 44 87 0 46-37 84-84 84-35 0-63-29-63-63 0-26 23-48 48-48 19 0 34 15 34 34 0 14-12 26-25 26-9 0-16 6-16 15 0 9 7 15 16 15 30 0 56-25 56-56 0-37-31-66-67-66-44 0-80 35-80 80 0 53 43 95 96 95 63 0 116-51 116-116 0-46-22-89-58-112-21-16-45-23-68-23z"/>
47
+ <glyph glyph-name="wpml-translation-management" unicode="&#77;" d="M381 292c-12 0-24-7-29-19l-135 0c-4 15-12 27-24 36l51 22c0 0 0-2 0-2 3-17 21-29 38-25 17 3 29 20 25 37-3 17-20 29-37 26-11-2-17-9-23-15l-76-33c-4 2-9 2-14 2-34 0-60-27-60-60 0-32 28-60 60-60 9 0 17 2 24 6l118-45c5-7 12-14 20-15 17-4 34 8 38 25 3 17-9 35-26 38-17 3-34-9-37-26 0-1 0-1 0-3l-96 36c10 10 17 24 19 41l129 0c2-16 16-29 33-29 17 0 32 13 32 32 0 19-12 31-30 31z"/>
48
+ <glyph glyph-name="picture" unicode="&#78;" d="M427 116l-342 0 0 280 342 0z m-311 31l282 0 0 218-282 0z m150 25c33 0 79 0 96 0l0 38-65 92-63-89-41 40-53-50 0-29c34-2 104-2 126-2"/>
49
+ <glyph glyph-name="toolset-training" unicode="&#79;" d="M384 427l0 85-85 0 0-85-86 0 0 85-85 0 0-85-85 0 0-427 426 0 0 427z m-33-284c0-19-17-29-38-39 0 0-29-14-58-14-28 0-57 14-57 14-24 11-39 19-39 39l0 51 66-23c9-3 20-5 30-5 11 0 22 2 30 5l66 23z m33-3l6 21c0 3 2 5 5 5 3 0 5-2 5-5l6-21z m22 103l0-60c0-6-5-10-11-10-5 0-10 4-10 10l0 52-106-36c-13-6-35-6-48 0l-153 55 28 11 125 53c13 6 35 6 48 0l125-53 30-12z"/>
50
+ <glyph glyph-name="access-title" unicode="&#80;" d="M155 101l-19 0-5-12-16 0 30 60 20 0 5-60-15 0z m-13 12l12 0 0 17 0 4c0 2 0 4 0 6-1-3-2-5-3-7z m55-25c-6 0-10 2-13 6-2 3-4 7-4 14 0 5 1 10 3 14 2 5 5 8 9 11 3 2 8 3 13 3 5 0 10-1 15-3l-5-12c-4 2-7 3-10 3-2 0-3-1-4-2-2-1-3-3-4-6-1-3-2-5-2-8 0-2 1-4 2-5 1-1 2-2 4-2 1 0 3 0 5 1 2 0 4 1 6 3l0-13c-2-1-4-2-7-3-2 0-5-1-8-1z m42 0c-6 0-10 2-13 6-3 3-4 7-4 14 0 5 0 10 3 14 2 5 5 8 9 11 3 2 8 3 13 3 5 0 10-1 15-3l-6-12c-3 2-6 3-9 3-2 0-3-1-4-2-2-1-3-3-4-6-1-3-2-5-2-8 0-2 1-4 2-5 1-1 2-2 4-2 1 0 3 0 5 1 2 0 4 1 6 3l0-13c-2-1-5-2-7-3-2 0-5-1-8-1z m43 0c-6 0-10 2-13 5-4 3-5 8-5 14 0 5 1 11 3 15 3 5 6 8 9 11 5 2 9 3 14 3 6 0 10-1 13-3 2-3 4-6 4-10 0-5-2-9-6-12-5-3-11-4-19-4l-2 0 0-1c0-4 2-6 6-6 3 0 4 1 7 1 2 0 4 2 7 3l0-11c-4-1-6-3-9-3-2-1-5-2-9-2z m7 38c-2 0-4-1-5-3-1-2-2-4-3-7l2 0c2 0 5 1 7 2 1 1 2 3 2 5 0 1-1 1-1 2-1 1-1 1-2 1z m56-21c0-5-1-10-5-12-3-3-9-5-15-5-6 0-11 1-15 3l0 13c3-2 5-3 7-3 3 0 5-1 7-1 2 0 3 1 4 1 1 0 2 1 2 2 0 1-1 2-1 3-1 1-3 2-6 3-2 1-5 3-6 5-1 3-2 5-2 8 0 5 2 8 5 11 3 2 8 3 14 3 3 0 6 0 9-1 2 0 5-1 7-3l-5-10c-2 1-4 2-6 3-2 0-3 1-5 1-2 0-3-1-3-3 0-1 0-2 1-2 1 0 3-1 5-2 5-4 8-8 8-14z m42 0c0-5-2-10-5-12-3-3-9-5-15-5-6 0-11 1-15 3l0 13c3-2 5-3 7-3 3 0 5-1 7-1 2 0 3 1 4 1 1 0 1 1 1 2 0 1 0 2 0 3-1 1-3 2-6 3-2 1-5 3-6 5-2 3-2 5-2 8 0 5 2 8 5 11 3 2 8 3 14 3 3 0 6 0 8-1 3 0 6-1 8-3l-5-10c-2 1-4 2-6 3-2 0-4 1-5 1-2 0-3-1-3-3 0-1 0-2 1-2 1 0 3-1 4-2 6-4 9-8 9-14z m-132 286c-13 0-25-11-25-25l0-16 50 0 0 16c0 14-11 25-25 25z m82 65l0 56-56 0 0-56-56 0 0 56-56 0 0-56-55 0 0-279 279 0 0 279z m-20-220c0-7-5-12-12-12l-101 0c-7 0-13 5-13 12l0 101c0 7 6 13 13 13l7 0 0 16c0 25 20 45 44 45 24 0 44-20 44-45l0-16 5 0c7 0 13-6 13-13z"/>
51
+ <glyph glyph-name="views-title" unicode="&#81;" d="M178 149l17 0-30-60-18 0-4 60 16 0 1-33 0-2c0-3 0-7-1-10l1 0c0 2 1 4 2 7 0 2 1 4 2 6z m27-60l-16 0 10 46 16 0z m-4 57c0 2 1 5 2 6 2 2 4 3 7 3 3 0 5-1 6-2 1-1 2-2 2-4 0-3-1-5-2-7-2-1-4-2-7-2-5 0-8 1-8 6z m36-58c-5 0-10 2-13 5-3 3-5 8-5 14 0 5 1 11 3 15 3 5 6 8 10 11 4 2 8 3 14 3 5 0 9-1 12-3 3-3 5-6 5-10 0-5-3-9-7-12-4-3-10-4-19-4l-2 0 0-1c0-4 2-6 7-6 2 0 4 1 6 1 2 0 5 2 7 3l0-11c-3-1-6-3-8-3-3-2-6-2-10-2z m7 38c-2 0-3-1-5-3-1-2-2-4-3-7l2 0c3 0 5 1 7 2 2 1 2 3 2 5 0 1 0 1-1 2 0 1-1 1-2 1z m54-37l1 18c0 2 0 5 1 8 0 4 0 7 1 9l-1 0c-2-6-3-11-5-16l-8-20-17 0-2 47 15 0 0-21c0-5 0-8-1-11l1 0c1 5 2 9 3 12l7 20 18 0-1-20c0-3 0-7-1-12l0 0c0 1 1 2 1 2 0 1 0 3 1 6 1 3 5 11 10 24l16 0-22-47-17 0z m72 16c0-5-2-10-6-12-3-3-8-5-15-5-6 0-11 1-14 3l0 12c2-1 4-2 7-2 2-1 4-1 6-1 2 0 3 0 4 1 1 0 2 1 2 2 0 1-1 2-1 2-1 1-3 2-5 3-3 2-5 4-7 6-1 2-2 5-2 7 0 5 2 9 5 11 4 3 8 4 14 4 4 0 6-1 9-1 2 0 5-2 7-3l-5-11c-2 2-4 3-5 3-2 1-4 1-6 1-1 0-3-1-3-3 0-1 1-1 2-1 0-1 2-2 4-3 6-3 9-7 9-13z m-30 351l0 56-56 0 0-56-56 0 0 56-56 0 0-56-56 0 0-279 280 0 0 279z m-183-140c0 0 90 122 201 0-1 0-90-126-201 0z m100 37c-21 0-38-17-38-38 0-21 17-38 38-38 21 0 38 17 38 38 0 21-17 38-38 38z m0-63c-14 0-25 12-25 26 0 14 11 25 25 25 14 0 25-11 25-25 0-14-11-26-25-26z"/>
52
+ <glyph glyph-name="cred-title" unicode="&#82;" d="M340 456l0 56-56 0 0-56-56 0 0 56-56 0 0-56-56 0 0-279 280 0 0 279z m-21-215c0-1 0-1-1-2 0 0 0-1 0-1-1-1-1-1-1-2 0 0 0 0-1-1 0 0-1-1-1-1-1-1-1-1-2-2l-1 0c0 0-1-1-2-1-1-1-2-2-3-2 0 0-1 0-2-1l0 0c-1-1-1-1-2-1l0 0c-2 0-3-1-4-1l-1 0c-1-1-2-1-4-2l0 0c-2 0-4-1-5-1l-1 0c-2-1-3-1-5-1l-1 0c-1 0-3 0-5 0l-1 0c-1 0-3-1-4-1l-1 0c-2 0-4 0-6 0l-1 0c-1 0-3 0-4 0l-1 0c-1 0-2 0-2 0-1 0-2 0-2 0l-1 0c-1 0-3 0-4 0l-1 0c-1 0-2 0-3 0l-2 0c-1 0-2 1-3 1l-1 0c-1 0-2 0-3 0l-1 0c-1 0-2 0-4 0-1 0-2 1-3 1l-1 0c-2 1-3 1-4 1l-1 0c-1 1-3 1-4 2l-1 0c0 0-1 0-2 0l0 1c-1 0-1 0-2 0l0 1-1 0-1 0-2 1-1 0-1 1-1 1-2 1-1 0-3 2-4 4-1 1 0 0-1 1 0 1 0 1 0 1c0 1 0 1 0 2l0 36c0 0 0-1 0-1l0-3 0 0 1-1 1-1 1-1 0 0 1-1 1-1 1-1 1 0 1-1 1-1 1 0 1 0 1-1 2-1 1 0 1-1 2-1 1 0c0 0 1-1 1-1l1 0c0 0 1-1 2-1l1 0c1 0 3-1 4-1l0 0c2-1 3-1 4-1l1 0c1-1 2-1 4-1l0 0c2 0 3-1 4-1l1 0c1 0 2 0 3 0l1 0c2 0 2-1 4-1l1 0c1 0 2 0 3 0l1 0c1 0 3 0 4 0 1 0 2 0 3 0 1 0 2 0 3 0 1 0 3 0 4 0l1 0c2 0 4 0 6 0l1 0c1 0 3 1 4 1l1 0c2 0 4 0 5 0l1 0c1 1 3 1 5 1l1 0c1 1 3 1 5 2l0 0c2 0 3 1 4 1l1 0c1 0 2 1 4 1l0 1c0 0 1 0 1 0l1 1c1 0 2 0 2 1 1 0 3 1 3 2 1 0 2 0 3 1l0 0c1 1 2 1 2 2 1 0 1 1 2 1l0 1c0 0 1 1 1 1 0 1 0 1 1 1l0 1c0 0 0 1 0 1 0 1 0 1 1 2l0 1 0-36z m0 52c0-1 0-1-1-2 0 0 0-1 0-1-1 0-1-1-1-1 0-1 0-1-1-2 0 0-1-1-1-1-1-1-1-1-2-2l-1 0c0 0-1-1-2-1-1 0-2-1-3-2 0 0-1 0-2-1l-1 0c0-1-1-1-1-1l-1 0c-1 0-2-1-4-1l0 0c-2-1-3-1-4-2l-1 0c-1 0-3 0-5-1l0 0c-2 0-4-1-5-1l-1 0c-2 0-3 0-5 0l-1 0c-1 0-3-1-5-1l-1 0c-1 0-3 0-5 0l-1 0c-1 0-3 0-5 0l0 0c-1 0-2 0-3 0 0 0-1 0-2 0l0 0c-2 0-3 0-5 0l-1 0c-1 0-2 0-3 0l-1 0c-1 0-2 1-4 1l0 0c-1 0-2 0-4 0l0 0c-2 0-3 1-4 1-2 0-3 0-4 1l-1 0c-1 0-3 0-4 0l-1 0c-1 1-2 1-4 2l0 0c-1 0-1 0-2 0l-1 1c0 0-1 0-1 0l-1 1 0 0-3 1-1 1-2 1-1 0-2 1-1 0-1 1-1 1-2 1 0 1-1 0 0 1-2 1 0 1-1 0 0 1 0 1 0 1 0 2c0 0 0 0 0 1l-1 36c0 0 0-1 0-1l0-2 3-4 1 0 0-1 2-2 1 0 1 0 2-1 1-1 2-1 1 0 1-1 1-1 2-1 1 0c1 0 1 0 2 0l1-1c0 0 0 0 1 0l1-1c2 0 3-1 4-1l1 0c1-1 2-1 4-1l1 0c1-1 2-1 3-1l1 0c1 0 2-1 4-1l0 0c1 0 2 0 4 0l1 0c1 0 2-1 3-1l1 0c1 0 2 0 4 0l0 0c2 0 3 0 5 0 1 0 2 0 2 0 1 0 2 0 3 0 2 0 4 0 5 0l1 0c2 0 4 0 5 0l1 0c2 0 4 1 5 1l1 0c1 0 3 0 5 0l0 0c2 1 4 1 6 1l0 0c2 1 3 1 5 2l1 0c1 0 2 1 4 1l0 0c2 1 3 1 4 2l1 0c0 0 0 0 1 0l1 1c0 0 1 0 2 1 1 0 2 1 3 2 1 0 1 1 2 1l1 1c0 0 1 0 2 1 0 0 1 1 1 1l1 1c0 0 0 1 0 1 1 1 1 1 1 2l0 0c0 1 1 1 1 1 0 1 0 1 0 2l0 1 1-36z m0 52c0-1 0-1-1-2 0 0 0-1 0-1-1-1-1-1-1-2 0 0 0-1-1-1 0-1-1-1-1-2-1 0-1 0-2-1l-1 0c0 0-1-1-2-1-1-1-2-2-3-2 0-1-1-1-2-1l-1-1c0 0-1 0-1 0l-1 0c-1-1-2-1-4-1l0 0c-2-1-3-1-4-2l-1 0c-1 0-3-1-5-1l0 0c-2-1-4-1-5-1l-1 0c-2-1-3-1-5-1l-1 0c-1 0-3 0-5 0l-1 0c-1 0-3-1-5-1l-1 0c-1 0-3 0-5 0l0 0c-1 0-2 0-3 0 0 0-1 0-2 0l0 0c-2 0-3 0-5 0l-1 0c-1 0-2 0-3 1l-1 0c-1 0-2 0-4 0l0 0c-1 0-2 1-4 1l0 0c-2 0-3 0-4 0-2 0-3 1-4 1l-1 0c-1 1-3 1-4 1l-1 0c-1 1-2 1-4 2l0 0c-1 0-1 0-2 0l-1 0c0 0-1 1-1 1l-1 0 0 0-1 1-1 0-1 1-1 0-2 1-1 1-1 0-1 1-1 0-1 1-1 0-1 1-2 2 0 0-1 1 0 0-1 1 0 1-1 0 0 1 0 0 0 1 0 2c0 1 0 1 0 2l-1 31c0 0 0 0 0 1 0 0 0 0 0 0l0 4c0 0 0-1 0-1l0-1c3 13 29 23 62 22 33 0 60-11 62-24 0 1 0 1 0 2l0 1 1-37z m-134-209c-3 0-5-1-8-3-2-2-4-5-5-9-2-3-2-8-2-12 0-4 1-6 2-8 2-2 4-3 7-3 2 0 4 0 7 1 2 0 5 1 8 3l0-13c-5-3-12-4-18-4-7 0-13 2-16 6-4 4-6 10-6 17 0 8 1 14 4 20 3 6 7 11 11 14 5 3 11 4 17 4 7 0 14-1 19-5l-6-13c-2 2-4 3-7 4-3 1-4 1-7 1z m39-25l-5-22-16 0 13 59 16 0c7 0 12-1 16-4 3-3 5-7 5-12 0-4-1-8-3-11-1-3-4-6-8-7l9-21 2-4-17 0-8 22z m2 12l2 0c3 0 5 1 6 2 2 2 2 4 2 6 0 2 0 3-1 4-1 1-2 1-4 1l-2 0z m67-34l-35 0 12 59 36 0-3-13-20 0-1-9 18 0-3-13-18 0-3-11 20 0z m65 37c0-7-1-14-4-20-3-5-7-10-12-13-5-3-11-5-18-5l-19 0 12 60 18 0c7 0 13-2 17-6 4-3 6-8 6-16z m-32-24c3 0 6 1 8 3 3 2 4 5 6 9 1 3 2 7 2 12 0 3-1 6-3 8-1 1-3 2-6 2l-3 0-7-33 3 0z"/>
53
+ <glyph glyph-name="layouts-title" unicode="&#83;" d="M95 89l13 59 16 0-10-46 20 0-3-13z m83 0l-12 0 0 5 0 0c-2-2-4-4-5-5-2-1-4-1-6-1-5 0-8 1-10 5-3 3-3 7-3 13 0 4 0 9 2 15 2 5 5 8 8 11 3 3 6 4 10 4 2 0 4-1 6-1 2-1 3-3 5-6l0 0 2 6 13 0z m-16 12c1 0 2 1 3 2 2 2 3 4 3 7 0 3 1 5 1 8 0 2-1 3-1 4 0 1-1 1-2 1-2 0-4-2-6-5-2-3-2-7-2-11 0-4 1-6 4-6z m30 34l16 0 2-22 0-6 0 0c1 3 2 6 2 7 1 0 4 8 10 22l17 0-27-52c-3-5-6-9-10-11-3-2-7-3-12-3-2 0-5 0-7 0l0 13c2-1 3-1 5-1 2 0 4 1 6 2 1 1 3 2 4 4l1 2z m64-47c-6 0-10 1-13 5-3 3-5 7-5 13 0 5 1 10 4 15 2 5 5 8 9 11 4 2 8 3 14 3 5 0 10-1 13-4 3-3 5-8 5-13 0-6-1-11-4-16-2-4-5-8-9-10-4-3-9-4-14-4z m7 36c-3 0-5-2-6-5-1-4-2-9-2-13 0-4 1-6 3-6 2 0 4 2 5 6 2 3 3 8 3 13 0 2-1 3-1 4-1 1-2 1-2 1z m42-20c0-1 1-2 1-3 1 0 2 0 3 0 1 0 3 0 4 3 1 2 2 5 3 9l5 22 16 0-10-47-13 0 1 7-1 0c-1-2-3-4-5-6-2-1-5-1-7-1-4 0-7 0-9 3-3 3-3 6-3 10 0 3 0 6 0 9l6 25 15 0-5-25c0-2-1-4-1-6z m56-3c2 0 4 0 7 2l0-12c-4-2-8-3-14-3-4 0-7 1-9 3-2 2-3 4-3 8 0 2 0 5 1 8l3 16-7 0 2 8 9 4 6 10 10 0-2-10 12 0-3-12-11 0-4-15c0-3 0-4 0-5 0-1 1-2 3-2z m51 4c0-5-1-10-5-12-3-3-9-5-15-5-6 0-11 1-15 3l0 13c3-2 5-3 7-3 3 0 5-1 7-1 2 0 3 1 4 1 1 0 2 1 2 2 0 1-1 2-1 3-1 1-3 2-5 3-3 1-6 3-7 5-1 3-2 5-2 8 0 5 2 8 5 11 4 2 8 3 14 3 3 0 6 0 9-1 2 0 5-1 7-3l-5-10c-2 1-4 2-6 3-2 0-3 1-5 1-2 0-3-1-3-3 0-1 0-2 1-2 1 0 3-1 5-2 5-4 8-8 8-14z m-72 351l0 56-56 0 0-56-56 0 0 56-56 0 0-56-56 0 0-279 280 0 0 279z m-137-242l-51 0 0 127 51 0z m155 0l-142 0 0 127 142 0z m0 140l-206 0 0 54 206 0z"/>
54
+ <glyph glyph-name="types-title" unicode="&#84;" d="M165 89l-16 0 10 46-13 0 2 13 42 0-2-13-13 0z m24 46l16 0 2-22 0-6 0 0c1 3 2 6 2 7 0 0 4 8 10 22l17 0-27-52c-3-5-6-9-10-11-4-2-8-3-12-3-3 0-5 0-7 0l0 12c2-1 3-1 5-1 2 0 4 1 6 2 1 1 3 2 4 5l1 1z m68-47c-3 0-7 2-9 6l0 0c-1-5-1-10-3-15l-2-11-15 0 14 67 12 0 0-5 0 0c3 4 6 6 11 6 4 0 7-1 10-5 2-3 4-7 4-12 0-6-1-11-3-16-2-5-5-9-7-11-3-3-8-4-12-4z m2 35c-2 0-3-1-4-2-1-1-2-4-3-7 0-2-1-5-1-7 0-2 1-4 1-5 1-1 2-1 3-1 1 0 3 1 4 2 1 2 2 4 3 6 0 3 1 5 1 8-1 4-2 6-4 6z m44-35c-5 0-10 1-13 5-3 3-5 8-5 13 0 6 1 11 4 15 2 5 5 8 9 11 4 3 8 4 14 4 5 0 9-1 12-4 3-2 5-5 5-9 0-6-3-10-7-13-4-2-10-4-19-4l-2 0 0 0c0-5 2-6 7-6 2 0 4 0 6 1 2 0 5 1 7 3l0-11c-3-2-6-3-8-4-3-1-6-1-10-1z m7 38c-2 0-3-1-5-3-1-2-2-4-2-7l1 0c3 0 5 1 7 2 2 1 2 3 2 5 0 1 0 1-1 2 0 1-1 1-2 1z m57-21c0-5-2-10-5-12-4-3-9-5-16-5-6 0-10 1-14 3l0 13c2-2 5-3 7-3 2 0 4-1 6-1 2 0 4 1 5 1 0 0 1 1 1 2 0 1-1 2-1 3-1 1-2 2-5 3-3 1-5 3-7 5-1 3-1 5-1 8 0 5 1 8 5 11 3 2 8 3 14 3 3 0 6 0 8-1 2 0 5-1 7-3l-5-10c-2 1-3 2-5 3-2 0-4 1-5 1-2 0-4-1-4-3 0-1 1-2 2-2 1 0 2-1 4-2 6-4 9-8 9-14z m-27 351l0 56-56 0 0-56-56 0 0 56-56 0 0-56-56 0 0-279 280 0 0 279z m-191-92c0 3 1 6 3 6 1 1 4 2 7 2l5 0c4 0 7 0 8 1 2 1 3 3 3 6l1 4c1 3 2 5 4 6 1 1 4 2 8 2l34 0c3 0 5-1 7-2 0-1 1-3 2-6l1-5c1-3 2-5 4-5 1-1 5-1 10-1l64 0c5 0 7-3 7-8l0-10-107 0c-7 0-11 0-13-1-1-1-5-3-8-9l-40-77z m219-31l-41-82-165 0 42 82c2 3 3 4 5 5 1 1 3 2 7 2l148 0c4 0 6-1 6-2 0-1-1-2-2-5z"/>
55
+ <glyph glyph-name="module-manager-title" unicode="&#85;" d="M127 89l0 43 0 0c-2-11-3-18-4-21l-5-22-14 0 12 60 22 0 0-42 0 0 20 42 21 0-13-60-14 0 4 23c2 6 3 12 5 17l0 3 0 0-20-43z m74-1c-6 0-11 2-13 5-3 3-5 8-5 13 0 6 1 11 3 15 3 5 5 9 9 11 5 3 9 4 14 4 6 0 11-1 13-5 3-3 5-7 5-13 0-5-1-10-3-15-2-5-5-9-9-11-5-2-9-4-14-4z m6 37c-2 0-4-2-5-6-2-4-3-8-3-13 0-4 1-5 3-5 3 0 5 1 6 5 1 4 2 8 2 13 0 2 0 3-1 4 0 1-1 2-2 2z m47 11c2 0 4 0 5-1 2-1 3-2 5-5l0 0 0 1c0 4 1 7 1 9l3 12 15 0-13-64-13 0 1 6-1 0c-1-3-3-4-5-5-2-1-3-1-6-1-4 0-7 1-10 4-2 3-3 8-3 13 0 5 1 10 3 15 2 5 5 9 7 12 3 3 7 4 11 4z m-1-35c2 0 3 1 4 3 1 1 2 4 3 6 0 3 1 5 1 8 0 4-1 6-4 6-1 0-2-1-3-2-1-1-3-4-4-7-1-2-1-5-1-7 1-5 2-7 4-7z m48 4c0-2 0-2 1-3 0-1 1-1 2-1 1 0 3 1 4 3 2 3 2 5 3 9l5 22 16 0-10-46-12 0 0 6 0 0c-2-2-4-4-6-5-1-1-4-2-7-2-4 0-7 1-9 4-2 2-3 5-3 9 0 3 0 7 1 10l5 24 16 0-5-25c-1-2-1-4-1-5z m49-16l-16 0 13 64 16 0z m32-1c-5 0-10 2-13 5-4 3-5 8-5 14 0 5 1 11 3 15 3 5 6 8 10 11 4 2 8 3 14 3 5 0 9-1 12-3 2-3 4-6 4-10 0-5-2-9-6-12-4-3-10-4-19-4l-2 0 0-1c0-4 2-6 6-6 3 0 5 1 7 1 2 0 5 2 7 3l0-11c-3-1-6-3-9-3-2-1-6-2-9-2z m7 38c-2 0-4-1-5-3-1-2-2-4-3-7l2 0c2 0 5 1 7 2 1 1 2 3 2 5 0 1-1 1-1 2 0 1-1 1-2 1z m-290-102l0 43-1 0c-2-11-3-18-4-21l-4-22-15 0 13 60 21 0 0-43 1 0 19 43 22 0-13-60-15 0 5 23c1 6 3 12 4 17l1 3-1 0-19-43z m92 0l-12 0 0 5 0 0c-2-2-4-3-5-4-2-1-4-2-6-2-5 0-8 2-10 5-3 3-3 7-3 13 0 5 0 10 2 15 2 5 5 9 8 11 3 3 6 4 10 4 2 0 4 0 6-1 2-1 3-3 5-5l0 0 3 5 12 0z m-17 12c1 0 3 1 4 3 1 1 2 3 3 6 0 3 1 5 1 8 0 2-1 3-1 4-1 1-2 2-3 2-2 0-3-2-5-5-2-4-3-8-3-12 1-4 2-6 4-6z m60 19c0 2 0 2-1 3 0 1-1 1-2 1-2 0-3-1-4-3-2-2-3-5-4-9l-4-23-16 0 10 47 12 0 0-7 0 0c2 3 4 5 5 6 2 1 5 2 8 2 4 0 7-2 9-4 2-2 3-6 3-10 0-3-1-6-1-9l-5-25-16 0 5 25c1 3 1 5 1 6z m60-31l-12 0 0 5 0 0c-2-2-4-3-6-4-1-1-3-2-6-2-4 0-7 2-9 5-3 3-4 7-4 13 0 5 1 10 3 15 2 5 5 9 8 11 2 3 6 4 10 4 2 0 4 0 6-1 2-1 3-3 5-5l0 0 2 5 13 0z m-17 12c1 0 3 1 4 3 1 1 2 3 2 6 1 3 1 5 1 8 0 2 0 3-1 4 0 1-1 2-2 2-2 0-4-2-5-5-2-4-3-8-3-12 1-4 2-6 4-6z m78 35l-2-9-6-2c0-1 0-2 0-4 0-5-2-9-5-12-4-4-8-5-14-5-2 0-4 0-5 1 0-1-1-1-1-1-1-1-1-1-1-2 0-1 2-2 5-2l5-1c5 0 9-2 11-4 2-2 3-4 3-8 0-6-2-10-7-13-5-3-11-5-20-5-5 0-10 1-14 3-3 3-5 6-5 9 0 3 1 5 3 7 2 2 5 4 9 4-1 1-2 2-2 3-1 1-1 2-1 3 0 2 0 4 2 5 1 2 3 3 6 4-4 3-6 7-6 12 0 5 2 10 6 13 3 2 8 4 14 4 2 0 3 0 5 0 1-1 2-1 3-1l17 0z m-42-53c0-2 2-4 7-4 3 0 6 1 8 2 2 1 2 2 2 3 0 1 0 2-1 2-1 1-2 1-5 1l-4 1c-3-1-4-1-5-2-2-1-2-2-2-3z m12 35c0-3 1-4 3-4 2 0 3 1 4 3 1 2 1 4 1 6 0 3-1 4-2 4-1 0-2-1-3-1-1-1-1-3-2-4 0-2-1-3-1-4z m48-30c-5 0-10 2-13 5-3 3-5 8-5 13 0 6 1 12 3 16 3 4 6 8 10 10 4 3 8 4 14 4 5 0 9-1 12-4 3-2 4-5 4-9 0-5-2-10-6-12-4-3-10-5-19-5l-2 0 0 0c0-4 2-6 6-6 3 0 5 0 7 1 2 0 5 2 7 3l0-11c-3-1-6-3-8-3-3-1-6-2-10-2z m7 38c-2 0-3-1-5-3-1-2-2-4-3-7l2 0c3 0 5 1 7 2 2 1 2 3 2 5 0 1 0 1-1 2 0 1-1 1-2 1z m57 10c1 0 3 0 3 0l-3-16c-1 0-3 1-5 1-3 0-5-1-7-3-1-2-2-5-3-9l-4-20-16 0 9 46 13 0-1-8 1 0c1 4 3 5 5 7 2 1 5 2 8 2z m-97 385l0 56-56 0 0-56-56 0 0 56-56 0 0-56-56 0 0-279 280 0 0 279z m-93-249l-85 49 0 91 85-51z m102 49l-85-48 0 86 85 51z m0 108l-92-54-94 55 93 54z"/>
56
+ <glyph glyph-name="access" unicode="&#118;" d="M259 327c-21 0-38-17-38-38l0-24 76 0 0 24c0 21-18 38-38 38z m125 100l0 85-85 0 0-85-86 0 0 85-85 0 0-85-85 0 0-427 426 0 0 427z m-30-336c0-11-8-19-19-19l-154 0c-11 0-20 8-20 19l0 154c0 11 9 20 20 20l10 0 0 24c0 37 31 68 68 68 37 0 67-31 67-68l0-24 8 0c11 0 19-9 19-20l0-154z"/>
57
+ <glyph glyph-name="bullhorn" unicode="&#86;" d="M401 316c-32 73-83 130-109 119-44-18 26-103-189-191-19-8-24-38-16-56 8-18 33-36 52-29 3 2 15 6 15 6 13-18 27-8 32-19l23-53c5-10 15-20 22-17l41 16c7 2 12 9 10 16-1 1-1 2-1 2-3 7-16 9-20 18-3 8-15 34-18 43-5 11 5 21 19 22 98 10 117-50 150-37 26 11 21 86-11 160z m-11-120c-6-3-45 28-69 85-25 58-22 110-16 113 6 2 43-35 68-92 25-58 23-104 17-106z"/>
58
+ <glyph glyph-name="comment" unicode="&#87;" d="M79 58l0 24c1 35 27 65 63 69 1 0 2 0 3-1 34-24 80-24 114 0 1 1 2 1 4 1 35-4 62-34 62-69l0-24m-196 171c0 41 33 73 73 73 40 0 73-32 73-73 0-40-33-72-73-72-40 0-73 32-73 72z m296 213l-144 0c-10 0-18-8-18-18l0-84c0-10 8-18 18-18l0 0 0-42c0-2 2-4 4-4 1 0 2 0 2 1l41 44 3 1 94 0c10 0 18 8 18 18l0 84c0 10-8 18-18 18z"/>
59
+ <glyph glyph-name="quote" unicode="&#88;" d="M395 290c0 77-62 139-139 139-77 0-139-62-139-139 0-66 47-122 109-135l0-63c0-5 4-9 9-9 3 0 5 1 7 3l109 102c0 0 0 0-1 0 28 26 45 62 45 102z m-121 4l0 48 47 0 0-41c0-7-1-14-2-20-2-6-5-12-8-17-7-10-15-19-24-26l-13 11c14 11 24 27 26 44l-26 0z m-59-56c0 0 0 0 0 0l-13 11c14 11 24 27 26 44l-26 0 0 49 47 0 0-41c0-7-1-14-3-20-1-6-4-12-7-18-7-9-15-18-24-25z"/>
60
+ <glyph glyph-name="thumbsup" unicode="&#89;" d="M321 267c-6 8-58 90-60 97-1 19 0 38 1 57 0 12-37 29-46 7-6-12-25-57-23-69 2-13 6-44 11-67l-108 0c-14 1-26-10-27-24 0 0 0 0 0 0-1-14 5-26 16-33-6-6-9-14-8-22 1-10 7-20 17-26-6-5-9-13-9-21 1-11 8-21 17-27-5-5-7-12-6-20 2-19 19-33 38-31l170 0c9 0 16 4 23 9 5 3 10 7 16 10l83 1c4 0 8 4 8 8l0 124c0 4-2 7-6 7-14 1-94 4-107 20z"/>
61
+ <glyph glyph-name="star" unicode="&#90;" d="M262 433l45-108 118-10c5-1 9-5 8-11 0-2-1-4-3-6l-89-77 27-115c1-5-2-9-7-11-3 0-5 0-7 2l-101 60-101-60c-4-3-10-2-12 3-2 2-2 4-2 7l27 114-89 77c-4 4-4 10-1 13 2 2 4 3 6 4l118 10 46 108c1 5 7 7 12 5 2-1 4-3 5-5z"/>
62
+ </font></defs></svg>
vendor/otgs/icons/fonts/otgs-icons.ttf ADDED
Binary file
vendor/otgs/icons/fonts/otgs-icons.woff ADDED
Binary file
vendor/otgs/icons/icons-overview.html ADDED
@@ -0,0 +1,456 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6
+ <meta name="viewport" content="width=device-width,initial-scale=1">
7
+ <title>Font Reference - otgs-icons</title>
8
+ <link href="http://fonts.googleapis.com/css?family=Dosis:400,500,700" rel="stylesheet" type="text/css">
9
+ <link rel="stylesheet" href="styles.css">
10
+ <style type="text/css">html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-family:inherit;font-size:100%;vertical-align:baseline}body{line-height:1;color:#000;background:#fff}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0;vertical-align:middle}caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}a img{border:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{font-family:'Dosis','Tahoma',sans-serif}.container{margin:15px auto;width:80%}h1{margin:40px 0 20px;font-weight:700;font-size:38px;line-height:32px;color:#fb565e}h2{font-size:18px;padding:0 0 21px 5px;margin:45px 0 0 0;text-transform:uppercase;font-weight:500}.small{font-size:14px;color:#a5adb4;}.small a{color:#a5adb4;}.small a:hover{color:#fb565e}.glyphs.character-mapping{margin:0 0 20px 0;padding:20px 0 20px 30px;color:rgba(0,0,0,0.5);border:1px solid #d8e0e5;-webkit-border-radius:3px;border-radius:3px;}.glyphs.character-mapping li{margin:0 30px 20px 0;display:inline-block;width:90px}.glyphs.character-mapping .icon{margin:10px 0 10px 15px;padding:15px;position:relative;width:55px;height:55px;color:#162a36 !important;overflow:hidden;-webkit-border-radius:3px;border-radius:3px;font-size:32px;}.glyphs.character-mapping .icon svg{fill:#000}.glyphs.character-mapping input{margin:0;padding:5px 0;line-height:12px;font-size:12px;display:block;width:100%;border:1px solid #d8e0e5;-webkit-border-radius:5px;border-radius:5px;text-align:center;outline:0;}.glyphs.character-mapping input:focus{border:1px solid #fbde4a;-webkit-box-shadow:inset 0 0 3px #fbde4a;box-shadow:inset 0 0 3px #fbde4a}.glyphs.character-mapping input:hover{-webkit-box-shadow:inset 0 0 3px #fbde4a;box-shadow:inset 0 0 3px #fbde4a}.glyphs.css-mapping{margin:0 0 60px 0;padding:30px 0 20px 30px;color:rgba(0,0,0,0.5);border:1px solid #d8e0e5;-webkit-border-radius:3px;border-radius:3px;}.glyphs.css-mapping li{margin:0 30px 20px 0;padding:0;display:inline-block;overflow:hidden}.glyphs.css-mapping .icon{margin:0;margin-right:10px;padding:13px;height:50px;width:50px;color:#162a36 !important;overflow:hidden;float:left;font-size:24px}.glyphs.css-mapping input{margin:0;margin-top:5px;padding:8px;line-height:16px;font-size:16px;display:block;width:150px;height:40px;border:1px solid #d8e0e5;-webkit-border-radius:5px;border-radius:5px;background:#fff;outline:0;float:right;}.glyphs.css-mapping input:focus{border:1px solid #fbde4a;-webkit-box-shadow:inset 0 0 3px #fbde4a;box-shadow:inset 0 0 3px #fbde4a}.glyphs.css-mapping input:hover{-webkit-box-shadow:inset 0 0 3px #fbde4a;box-shadow:inset 0 0 3px #fbde4a}</style>
11
+ </head>
12
+ <body>
13
+ <div class="container">
14
+ <h1>otgs-icons</h1>
15
+ <p class="small">This font was created with<a href="http://fontastic.me/">Fontastic</a></p>
16
+ <h2>CSS mapping</h2>
17
+ <ul class="glyphs css-mapping">
18
+ <li>
19
+ <div class="icon otgs-ico-note-add"></div>
20
+ <input type="text" readonly="readonly" value="note-add">
21
+ </li>
22
+ <li>
23
+ <div class="icon otgs-ico-note-add-o"></div>
24
+ <input type="text" readonly="readonly" value="note-add-o">
25
+ </li>
26
+ <li>
27
+ <div class="icon otgs-ico-translated"></div>
28
+ <input type="text" readonly="readonly" value="translated">
29
+ </li>
30
+ <li>
31
+ <div class="icon otgs-ico-yes"></div>
32
+ <input type="text" readonly="readonly" value="yes">
33
+ </li>
34
+ <li>
35
+ <div class="icon otgs-ico-in-progress"></div>
36
+ <input type="text" readonly="readonly" value="in-progress">
37
+ </li>
38
+ <li>
39
+ <div class="icon otgs-ico-copy"></div>
40
+ <input type="text" readonly="readonly" value="copy">
41
+ </li>
42
+ <li>
43
+ <div class="icon otgs-ico-copy-o"></div>
44
+ <input type="text" readonly="readonly" value="copy-o">
45
+ </li>
46
+ <li>
47
+ <div class="icon otgs-ico-note-edit"></div>
48
+ <input type="text" readonly="readonly" value="note-edit">
49
+ </li>
50
+ <li>
51
+ <div class="icon otgs-ico-note-edit-o"></div>
52
+ <input type="text" readonly="readonly" value="note-edit-o">
53
+ </li>
54
+ <li>
55
+ <div class="icon otgs-ico-add"></div>
56
+ <input type="text" readonly="readonly" value="add">
57
+ </li>
58
+ <li>
59
+ <div class="icon otgs-ico-refresh"></div>
60
+ <input type="text" readonly="readonly" value="refresh">
61
+ </li>
62
+ <li>
63
+ <div class="icon otgs-ico-no"></div>
64
+ <input type="text" readonly="readonly" value="no">
65
+ </li>
66
+ <li>
67
+ <div class="icon otgs-ico-not-translated"></div>
68
+ <input type="text" readonly="readonly" value="not-translated">
69
+ </li>
70
+ <li>
71
+ <div class="icon otgs-ico-delete"></div>
72
+ <input type="text" readonly="readonly" value="delete">
73
+ </li>
74
+ <li>
75
+ <div class="icon otgs-ico-waiting"></div>
76
+ <input type="text" readonly="readonly" value="waiting">
77
+ </li>
78
+ <li>
79
+ <div class="icon otgs-ico-warning"></div>
80
+ <input type="text" readonly="readonly" value="warning">
81
+ </li>
82
+ <li>
83
+ <div class="icon otgs-ico-original"></div>
84
+ <input type="text" readonly="readonly" value="original">
85
+ </li>
86
+ <li>
87
+ <div class="icon otgs-ico-needs-update"></div>
88
+ <input type="text" readonly="readonly" value="needs-update">
89
+ </li>
90
+ <li>
91
+ <div class="icon otgs-ico-cred"></div>
92
+ <input type="text" readonly="readonly" value="cred">
93
+ </li>
94
+ <li>
95
+ <div class="icon otgs-ico-layouts"></div>
96
+ <input type="text" readonly="readonly" value="layouts">
97
+ </li>
98
+ <li>
99
+ <div class="icon otgs-ico-module-manager"></div>
100
+ <input type="text" readonly="readonly" value="module-manager">
101
+ </li>
102
+ <li>
103
+ <div class="icon otgs-ico-toolset"></div>
104
+ <input type="text" readonly="readonly" value="toolset">
105
+ </li>
106
+ <li>
107
+ <div class="icon otgs-ico-types"></div>
108
+ <input type="text" readonly="readonly" value="types">
109
+ </li>
110
+ <li>
111
+ <div class="icon otgs-ico-views"></div>
112
+ <input type="text" readonly="readonly" value="views">
113
+ </li>
114
+ <li>
115
+ <div class="icon otgs-ico-edit"></div>
116
+ <input type="text" readonly="readonly" value="edit">
117
+ </li>
118
+ <li>
119
+ <div class="icon otgs-ico-duplicate"></div>
120
+ <input type="text" readonly="readonly" value="duplicate">
121
+ </li>
122
+ <li>
123
+ <div class="icon otgs-ico-basket"></div>
124
+ <input type="text" readonly="readonly" value="basket">
125
+ </li>
126
+ <li>
127
+ <div class="icon otgs-ico-discoverwp"></div>
128
+ <input type="text" readonly="readonly" value="discoverwp">
129
+ </li>
130
+ <li>
131
+ <div class="icon otgs-ico-wpml"></div>
132
+ <input type="text" readonly="readonly" value="wpml">
133
+ </li>
134
+ <li>
135
+ <div class="icon otgs-ico-otgs"></div>
136
+ <input type="text" readonly="readonly" value="otgs">
137
+ </li>
138
+ <li>
139
+ <div class="icon otgs-ico-wrench"></div>
140
+ <input type="text" readonly="readonly" value="wrench">
141
+ </li>
142
+ <li>
143
+ <div class="icon otgs-ico-link"></div>
144
+ <input type="text" readonly="readonly" value="link">
145
+ </li>
146
+ <li>
147
+ <div class="icon otgs-ico-envelope-o"></div>
148
+ <input type="text" readonly="readonly" value="envelope-o">
149
+ </li>
150
+ <li>
151
+ <div class="icon otgs-ico-user"></div>
152
+ <input type="text" readonly="readonly" value="user">
153
+ </li>
154
+ <li>
155
+ <div class="icon otgs-ico-wpml-cms-nav"></div>
156
+ <input type="text" readonly="readonly" value="wpml-cms-nav">
157
+ </li>
158
+ <li>
159
+ <div class="icon otgs-ico-wpml-media"></div>
160
+ <input type="text" readonly="readonly" value="wpml-media">
161
+ </li>
162
+ <li>
163
+ <div class="icon otgs-ico-wpml-string-translation"></div>
164
+ <input type="text" readonly="readonly" value="wpml-string-translation">
165
+ </li>
166
+ <li>
167
+ <div class="icon otgs-ico-wpml-translation-management"></div>
168
+ <input type="text" readonly="readonly" value="wpml-translation-management">
169
+ </li>
170
+ <li>
171
+ <div class="icon otgs-ico-picture"></div>
172
+ <input type="text" readonly="readonly" value="picture">
173
+ </li>
174
+ <li>
175
+ <div class="icon otgs-ico-toolset-training"></div>
176
+ <input type="text" readonly="readonly" value="toolset-training">
177
+ </li>
178
+ <li>
179
+ <div class="icon otgs-ico-access-title"></div>
180
+ <input type="text" readonly="readonly" value="access-title">
181
+ </li>
182
+ <li>
183
+ <div class="icon otgs-ico-views-title"></div>
184
+ <input type="text" readonly="readonly" value="views-title">
185
+ </li>
186
+ <li>
187
+ <div class="icon otgs-ico-cred-title"></div>
188
+ <input type="text" readonly="readonly" value="cred-title">
189
+ </li>
190
+ <li>
191
+ <div class="icon otgs-ico-layouts-title"></div>
192
+ <input type="text" readonly="readonly" value="layouts-title">
193
+ </li>
194
+ <li>
195
+ <div class="icon otgs-ico-types-title"></div>
196
+ <input type="text" readonly="readonly" value="types-title">
197
+ </li>
198
+ <li>
199
+ <div class="icon otgs-ico-module-manager-title"></div>
200
+ <input type="text" readonly="readonly" value="module-manager-title">
201
+ </li>
202
+ <li>
203
+ <div class="icon otgs-ico-access"></div>
204
+ <input type="text" readonly="readonly" value="access">
205
+ </li>
206
+ <li>
207
+ <div class="icon otgs-ico-bullhorn"></div>
208
+ <input type="text" readonly="readonly" value="bullhorn">
209
+ </li>
210
+ <li>
211
+ <div class="icon otgs-ico-comment"></div>
212
+ <input type="text" readonly="readonly" value="comment">
213
+ </li>
214
+ <li>
215
+ <div class="icon otgs-ico-quote"></div>
216
+ <input type="text" readonly="readonly" value="quote">
217
+ </li>
218
+ <li>
219
+ <div class="icon otgs-ico-thumbsup"></div>
220
+ <input type="text" readonly="readonly" value="thumbsup">
221
+ </li>
222
+ <li>
223
+ <div class="icon otgs-ico-star"></div>
224
+ <input type="text" readonly="readonly" value="star">
225
+ </li>
226
+ </ul>
227
+ <h2>Character mapping</h2>
228
+ <ul class="glyphs character-mapping">
229
+ <li>
230
+ <div data-icon="a" class="icon"></div>
231
+ <input type="text" readonly="readonly" value="a">
232
+ </li>
233
+ <li>
234
+ <div data-icon="b" class="icon"></div>
235
+ <input type="text" readonly="readonly" value="b">
236
+ </li>
237
+ <li>
238
+ <div data-icon="c" class="icon"></div>
239
+ <input type="text" readonly="readonly" value="c">
240
+ </li>
241
+ <li>
242
+ <div data-icon="d" class="icon"></div>
243
+ <input type="text" readonly="readonly" value="d">
244
+ </li>
245
+ <li>
246
+ <div data-icon="e" class="icon"></div>
247
+ <input type="text" readonly="readonly" value="e">
248
+ </li>
249
+ <li>
250
+ <div data-icon="f" class="icon"></div>
251
+ <input type="text" readonly="readonly" value="f">
252
+ </li>
253
+ <li>
254
+ <div data-icon="g" class="icon"></div>
255
+ <input type="text" readonly="readonly" value="g">
256
+ </li>
257
+ <li>
258
+ <div data-icon="i" class="icon"></div>
259
+ <input type="text" readonly="readonly" value="i">
260
+ </li>
261
+ <li>
262
+ <div data-icon="j" class="icon"></div>
263
+ <input type="text" readonly="readonly" value="j">
264
+ </li>
265
+ <li>
266
+ <div data-icon="k" class="icon"></div>
267
+ <input type="text" readonly="readonly" value="k">
268
+ </li>
269
+ <li>
270
+ <div data-icon="l" class="icon"></div>
271
+ <input type="text" readonly="readonly" value="l">
272
+ </li>
273
+ <li>
274
+ <div data-icon="n" class="icon"></div>
275
+ <input type="text" readonly="readonly" value="n">
276
+ </li>
277
+ <li>
278
+ <div data-icon="o" class="icon"></div>
279
+ <input type="text" readonly="readonly" value="o">
280
+ </li>
281
+ <li>
282
+ <div data-icon="p" class="icon"></div>
283
+ <input type="text" readonly="readonly" value="p">
284
+ </li>
285
+ <li>
286
+ <div data-icon="q" class="icon"></div>
287
+ <input type="text" readonly="readonly" value="q">
288
+ </li>
289
+ <li>
290
+ <div data-icon="s" class="icon"></div>
291
+ <input type="text" readonly="readonly" value="s">
292
+ </li>
293
+ <li>
294
+ <div data-icon="t" class="icon"></div>
295
+ <input type="text" readonly="readonly" value="t">
296
+ </li>
297
+ <li>
298
+ <div data-icon="u" class="icon"></div>
299
+ <input type="text" readonly="readonly" value="u">
300
+ </li>
301
+ <li>
302
+ <div data-icon="w" class="icon"></div>
303
+ <input type="text" readonly="readonly" value="w">
304
+ </li>
305
+ <li>
306
+ <div data-icon="x" class="icon"></div>
307
+ <input type="text" readonly="readonly" value="x">
308
+ </li>
309
+ <li>
310
+ <div data-icon="y" class="icon"></div>
311
+ <input type="text" readonly="readonly" value="y">
312
+ </li>
313
+ <li>
314
+ <div data-icon="z" class="icon"></div>
315
+ <input type="text" readonly="readonly" value="z">
316
+ </li>
317
+ <li>
318
+ <div data-icon="A" class="icon"></div>
319
+ <input type="text" readonly="readonly" value="A">
320
+ </li>
321
+ <li>
322
+ <div data-icon="B" class="icon"></div>
323
+ <input type="text" readonly="readonly" value="B">
324
+ </li>
325
+ <li>
326
+ <div data-icon="h" class="icon"></div>
327
+ <input type="text" readonly="readonly" value="h">
328
+ </li>
329
+ <li>
330
+ <div data-icon="m" class="icon"></div>
331
+ <input type="text" readonly="readonly" value="m">
332
+ </li>
333
+ <li>
334
+ <div data-icon="r" class="icon"></div>
335
+ <input type="text" readonly="readonly" value="r">
336
+ </li>
337
+ <li>
338
+ <div data-icon="C" class="icon"></div>
339
+ <input type="text" readonly="readonly" value="C">
340
+ </li>
341
+ <li>
342
+ <div data-icon="D" class="icon"></div>
343
+ <input type="text" readonly="readonly" value="D">
344
+ </li>
345
+ <li>
346
+ <div data-icon="E" class="icon"></div>
347
+ <input type="text" readonly="readonly" value="E">
348
+ </li>
349
+ <li>
350
+ <div data-icon="F" class="icon"></div>
351
+ <input type="text" readonly="readonly" value="F">
352
+ </li>
353
+ <li>
354
+ <div data-icon="G" class="icon"></div>
355
+ <input type="text" readonly="readonly" value="G">
356
+ </li>
357
+ <li>
358
+ <div data-icon="H" class="icon"></div>
359
+ <input type="text" readonly="readonly" value="H">
360
+ </li>
361
+ <li>
362
+ <div data-icon="I" class="icon"></div>
363
+ <input type="text" readonly="readonly" value="I">
364
+ </li>
365
+ <li>
366
+ <div data-icon="J" class="icon"></div>
367
+ <input type="text" readonly="readonly" value="J">
368
+ </li>
369
+ <li>
370
+ <div data-icon="K" class="icon"></div>
371
+ <input type="text" readonly="readonly" value="K">
372
+ </li>
373
+ <li>
374
+ <div data-icon="L" class="icon"></div>
375
+ <input type="text" readonly="readonly" value="L">
376
+ </li>
377
+ <li>
378
+ <div data-icon="M" class="icon"></div>
379
+ <input type="text" readonly="readonly" value="M">
380
+ </li>
381
+ <li>
382
+ <div data-icon="N" class="icon"></div>
383
+ <input type="text" readonly="readonly" value="N">
384
+ </li>
385
+ <li>
386
+ <div data-icon="O" class="icon"></div>
387
+ <input type="text" readonly="readonly" value="O">
388
+ </li>
389
+ <li>
390
+ <div data-icon="P" class="icon"></div>
391
+ <input type="text" readonly="readonly" value="P">
392
+ </li>
393
+ <li>
394
+ <div data-icon="Q" class="icon"></div>
395
+ <input type="text" readonly="readonly" value="Q">
396
+ </li>
397
+ <li>
398
+ <div data-icon="R" class="icon"></div>
399
+ <input type="text" readonly="readonly" value="R">
400
+ </li>
401
+ <li>
402
+ <div data-icon="S" class="icon"></div>
403
+ <input type="text" readonly="readonly" value="S">
404
+ </li>
405
+ <li>
406
+ <div data-icon="T" class="icon"></div>
407
+ <input type="text" readonly="readonly" value="T">
408
+ </li>
409
+ <li>
410
+ <div data-icon="U" class="icon"></div>
411
+ <input type="text" readonly="readonly" value="U">
412
+ </li>
413
+ <li>
414
+ <div data-icon="v" class="icon"></div>
415
+ <input type="text" readonly="readonly" value="v">
416
+ </li>
417
+ <li>
418
+ <div data-icon="V" class="icon"></div>
419
+ <input type="text" readonly="readonly" value="V">
420
+ </li>
421
+ <li>
422
+ <div data-icon="W" class="icon"></div>
423
+ <input type="text" readonly="readonly" value="W">
424
+ </li>
425
+ <li>
426
+ <div data-icon="X" class="icon"></div>
427
+ <input type="text" readonly="readonly" value="X">
428
+ </li>
429
+ <li>
430
+ <div data-icon="Y" class="icon"></div>
431
+ <input type="text" readonly="readonly" value="Y">
432
+ </li>
433
+ <li>
434
+ <div data-icon="Z" class="icon"></div>
435
+ <input type="text" readonly="readonly" value="Z">
436
+ </li>
437
+ </ul>
438
+ </div>
439
+ <script>(function() {
440
+ var glyphs, i, len, ref;
441
+
442
+ ref = document.getElementsByClassName('glyphs');
443
+ for (i = 0, len = ref.length; i < len; i++) {
444
+ glyphs = ref[i];
445
+ glyphs.addEventListener('click', function(event) {
446
+ if (event.target.tagName === 'INPUT') {
447
+ return event.target.select();
448
+ }
449
+ });
450
+ }
451
+
452
+ }).call(this);
453
+
454
+ </script>
455
+ </body>
456
+ </html>
vendor/otgs/icons/otgs-icons.php ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Include this file to use OTGS-Icons
4
+ */
5
+
6
+ if( !defined( 'OTGS_ICONS_ROOT_URL' ) )
7
+ return;
8
+
9
+ if( !defined( 'OTGS_ICONS_VERSION' ) )
10
+ define( 'OTGS_ICONS_VERSION', '1.0' );
11
+
12
+ if( ! has_action( 'wp_enqueue_scripts', 'otgs_icons' ) )
13
+ add_action( 'wp_enqueue_scripts', 'otgs_icons' );
14
+
15
+ if( ! function_exists( 'otgs_icons' ) ) {
16
+ function otgs_icons() {
17
+ wp_register_style( 'otgs-icons', OTGS_ICONS_ROOT_URL . '/css/otgs-icons.css', array(), OTGS_ICONS_VERSION );
18
+ wp_enqueue_style( 'otgs-icons' );
19
+ }
20
+ }
vendor/otgs/icons/plugin-icons/toolset/access/icon-128x128.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/toolset/access/icon-256x256.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/toolset/access/icon.svg ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 320 320">
2
+ <defs>
3
+ <path id="a" d="M312.5 317.5H7.5c-2.8 0-5-2.2-5-5V7.5c0-2.8 2.2-5 5-5h305c2.8 0 5 2.2 5 5v305c0 2.8-2.2 5-5 5z"/>
4
+ </defs>
5
+ <clipPath id="b">
6
+ <use xlink:href="#a" overflow="visible"/>
7
+ </clipPath>
8
+ <g clip-path="url(#b)">
9
+ <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="160.009" y1="332.14" x2="160.009" y2="-6.196">
10
+ <stop offset="0" stop-color="#d63900"/>
11
+ <stop offset="1" stop-color="#f05a29"/>
12
+ </linearGradient>
13
+ <path fill="url(#c)" d="M-9.2-6.2h338.3v338.3H-9.2z"/>
14
+ <g opacity=".3">
15
+ <path fill="#F5944C" d="M-9.2 262.6c0-88.2 0-176.5-.1-264.7 0-3.5.7-4.2 4.2-4.2 91.8.1 183.5.1 275.3.1 1.1 2.1 2.1 4.3 3.2 6.4 8.2 15.5 14.6 31.6 20.2 48.2-1.4 1.5-3.8 3.1-5 4.7-8.3 10.8-18.2 20-27.5 29.9-15.4 16.4-32.2 31.3-49.8 45.4-32.4 26-67.5 48-102.4 70.4-14.6 9.4-29.6 18.2-44.4 27.3-17.3 10.6-35.2 20.2-53.5 28.8-6.6 2.9-13.1 6.2-20.2 7.7z"/>
16
+ <path fill="#EF6E44" d="M293.8 51c-.1-.3-.1-2.5-.3-2.7-1.3 1.2-4 3.4-5.1 4.8-6.6 8.5-18.2 20-27.4 29.8-15.4 16.4-32.2 31.3-49.8 45.4-32.4 26-67.5 48-102.4 70.4-14.6 9.4-29.6 18.2-44.4 27.3-17.3 10.6-35.2 20.2-53.5 28.8-6.4 3-12.9 6.3-20 7.8 0 22.7.1 45.3-.1 68 0 .9.1 1.5.3 2h96.3c5.1-4 10.9-6.7 16.4-10 34.9-20.8 65.9-46.9 97.9-71.8 33.7-32.4 68.1-65 85.7-108.8 5.6-13.9 8.8-28.4 10.1-43.5 1.3-16.6-.5-31.5-3.7-47.5z"/>
17
+ <path opacity=".6" fill="#FFD059" d="M329.2-6.2h-59c1.1 2.1 2.1 4.3 3.2 6.4 7.8 14.9 14.8 32.3 20.2 48.2 1.3-2 2.1-3.5 3.3-5 4-4.9 7.8-10 11.7-15 7.6-9.7 13.9-20.3 20.7-30.5"/>
18
+ </g>
19
+ </g>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFF" stroke="#FFF" stroke-miterlimit="10" d="M286.3 191.7c1 0 2-.1 3-.2.9-.1 1.7-.3 2.3-.5v4.4c-.6.3-1.5.6-2.8.7-1.2.2-2.3.3-3.3.3-7.4 0-11-3.9-11-11.6v-22.6H269v-2.8l5.5-2.4 2.4-8.1h3.3v8.8h11v4.5h-11v22.4c0 2.3.5 4.1 1.6 5.3 1.1 1.2 2.6 1.8 4.5 1.8m-35.6-29.9c-3.1 0-5.5 1-7.3 3-1.8 2-2.9 4.7-3.2 8.3h19.9c0-3.6-.8-6.4-2.4-8.4-1.6-1.9-3.9-2.9-7-2.9zm1.6 34.7c-5.6 0-10.1-1.7-13.3-5.1-3.3-3.4-4.9-8.2-4.9-14.3 0-6.1 1.5-11 4.5-14.6 3-3.6 7.1-5.4 12.2-5.4 4.8 0 8.5 1.6 11.3 4.7 2.8 3.1 4.2 7.3 4.2 12.4v3.6h-26.2c.1 4.5 1.2 7.9 3.4 10.2 2.1 2.3 5.2 3.5 9 3.5 4.1 0 8.1-.9 12.2-2.6v5.1c-2 .9-4 1.5-5.8 1.9-1.8.4-4 .6-6.6.6zm-21.6-11.1c0 3.5-1.3 6.3-4 8.2-2.6 1.9-6.3 2.9-11.1 2.9-5 0-9-.8-11.8-2.4v-5.3c1.8.9 3.8 1.7 5.9 2.2 2.1.5 4.1.8 6.1.8 3 0 5.3-.5 6.9-1.4 1.6-1 2.4-2.4 2.4-4.4 0-1.5-.6-2.8-1.9-3.8-1.3-1.1-3.8-2.3-7.5-3.7-3.5-1.3-6.1-2.5-7.6-3.5s-2.6-2.1-3.3-3.4c-.7-1.3-1.1-2.7-1.1-4.5 0-3.1 1.3-5.5 3.8-7.3 2.5-1.8 6-2.7 10.4-2.7 4.1 0 8.1.8 12 2.5l-2 4.7c-3.8-1.6-7.3-2.4-10.4-2.4-2.7 0-4.8.4-6.2 1.3-1.4.9-2.1 2-2.1 3.5 0 1 .3 1.9.8 2.6.5.7 1.4 1.4 2.5 2 1.2.6 3.4 1.6 6.7 2.8 4.5 1.6 7.6 3.3 9.2 5 1.5 1.7 2.3 3.8 2.3 6.3zm-33 10.4H192v-54h5.8v54zm-39.3-19.1c0 4.9 1 8.6 2.9 11.1s4.8 3.8 8.6 3.8 6.6-1.3 8.6-3.8 2.9-6.2 2.9-11.1c0-4.8-1-8.5-2.9-11-2-2.5-4.8-3.8-8.7-3.8-3.8 0-6.6 1.2-8.5 3.7-1.9 2.5-2.9 6.2-2.9 11.1zm29 0c0 6.2-1.6 11.1-4.7 14.5-3.1 3.5-7.4 5.2-13 5.2-3.4 0-6.4-.8-9.1-2.4-2.6-1.6-4.7-3.9-6.1-6.9-1.4-3-2.2-6.5-2.2-10.5 0-6.2 1.6-11 4.7-14.5s7.4-5.2 12.9-5.2c5.3 0 9.6 1.8 12.7 5.3 3.2 3.7 4.8 8.5 4.8 14.5zm-68.1 0c0 4.9 1 8.6 2.9 11.1s4.8 3.8 8.6 3.8 6.6-1.3 8.6-3.8 2.9-6.2 2.9-11.1c0-4.8-1-8.5-2.9-11-2-2.5-4.8-3.8-8.7-3.8-3.8 0-6.6 1.2-8.5 3.7-2 2.5-2.9 6.2-2.9 11.1zm29 0c0 6.2-1.6 11.1-4.7 14.5-3.1 3.5-7.4 5.2-13 5.2-3.4 0-6.4-.8-9.1-2.4-2.6-1.6-4.7-3.9-6.1-6.9-1.4-3-2.2-6.5-2.2-10.5 0-6.2 1.6-11 4.7-14.5s7.4-5.2 12.9-5.2c5.3 0 9.6 1.8 12.7 5.3 3.2 3.7 4.8 8.5 4.8 14.5zm-50.2 19.1h-5.9v-45.5H84V145h30.2v5.2H98.1v45.6zm-14.7-.5H28.5v-50.6h9.1v-9.1h15.9v9.1h7.4v-9.1h15.9V150h-5.1v-9.3H66v9.1H48.4v-9.1h-5.7v9.1h-9.1v40.4h49.8v5.1z"/>
21
+ <g fill="#FFD059">
22
+ <path d="M268.7 44.5c-2.9 0-5.3 2.4-5.3 5.3v3.5H274v-3.5c-.1-2.9-2.4-5.3-5.3-5.3z"/>
23
+ <path d="M286.3 30.5v-12h-12v12h-12v-12h-12v12h-12v60h60v-60h-12zM282 77.7c0 1.5-1.2 2.7-2.7 2.7h-21.6c-1.5 0-2.7-1.2-2.7-2.7V56c0-1.5 1.2-2.7 2.7-2.7h1.5v-3.5c0-5.2 4.3-9.5 9.5-9.5s9.5 4.3 9.5 9.5v3.5h1.1c1.5 0 2.7 1.2 2.7 2.7v21.7z"/>
24
+ </g>
25
+ </svg>
vendor/otgs/icons/plugin-icons/toolset/bootstrap/icon-128x128.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/toolset/bootstrap/icon-256x256.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/toolset/bootstrap/icon.svg ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 320 320">
2
+ <defs>
3
+ <path id="a" d="M312.5 317.5H7.5c-2.8 0-5-2.2-5-5V7.5c0-2.8 2.2-5 5-5h305c2.8 0 5 2.2 5 5v305c0 2.8-2.2 5-5 5z"/>
4
+ </defs>
5
+ <clipPath id="b">
6
+ <use xlink:href="#a" overflow="visible"/>
7
+ </clipPath>
8
+ <g clip-path="url(#b)">
9
+ <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="160.009" y1="332.14" x2="160.009" y2="-6.196">
10
+ <stop offset="0" stop-color="#d63900"/>
11
+ <stop offset="1" stop-color="#f05a29"/>
12
+ </linearGradient>
13
+ <path fill="url(#c)" d="M-9.2-6.2h338.3v338.3H-9.2z"/>
14
+ <g opacity=".3">
15
+ <path fill="#F5944C" d="M-9.2 262.6c0-88.2 0-176.5-.1-264.7 0-3.5.7-4.2 4.2-4.2 91.8.1 183.5.1 275.3.1 1.1 2.1 2.1 4.3 3.2 6.4 8.2 15.5 14.6 31.6 20.2 48.2-1.4 1.5-3.8 3.1-5 4.7-8.3 10.8-18.2 20-27.5 29.9-15.4 16.4-32.2 31.3-49.8 45.4-32.4 26-67.5 48-102.4 70.4-14.6 9.4-29.6 18.2-44.4 27.3-17.3 10.6-35.2 20.2-53.5 28.8-6.6 2.9-13.1 6.2-20.2 7.7z"/>
16
+ <path fill="#EF6E44" d="M293.8 51c-.1-.3-.1-2.5-.3-2.7-1.3 1.2-4 3.4-5.1 4.8-6.6 8.5-18.2 20-27.4 29.8-15.4 16.4-32.2 31.3-49.8 45.4-32.4 26-67.5 48-102.4 70.4-14.6 9.4-29.6 18.2-44.4 27.3-17.3 10.6-35.2 20.2-53.5 28.8-6.4 3-12.9 6.3-20 7.8 0 22.7.1 45.3-.1 68 0 .9.1 1.5.3 2h96.3c5.1-4 10.9-6.7 16.4-10 34.9-20.8 65.9-46.9 97.9-71.8 33.7-32.4 68.1-65 85.7-108.8 5.6-13.9 8.8-28.4 10.1-43.5 1.3-16.6-.5-31.5-3.7-47.5z"/>
17
+ <path opacity=".6" fill="#FFD059" d="M329.2-6.2h-59c1.1 2.1 2.1 4.3 3.2 6.4 7.8 14.9 14.8 32.3 20.2 48.2 1.3-2 2.1-3.5 3.3-5 4-4.9 7.8-10 11.7-15 7.6-9.7 13.9-20.3 20.7-30.5"/>
18
+ </g>
19
+ </g>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFF" stroke="#FFF" stroke-miterlimit="10" d="M286.3 191.7c1 0 2-.1 3-.2.9-.1 1.7-.3 2.3-.5v4.4c-.6.3-1.5.6-2.8.7-1.2.2-2.3.3-3.3.3-7.4 0-11-3.9-11-11.6v-22.6H269v-2.8l5.5-2.4 2.4-8.1h3.3v8.8h11v4.5h-11v22.4c0 2.3.5 4.1 1.6 5.3 1.1 1.2 2.6 1.8 4.5 1.8m-35.6-29.9c-3.1 0-5.5 1-7.3 3-1.8 2-2.9 4.7-3.2 8.3h19.9c0-3.6-.8-6.4-2.4-8.4-1.6-1.9-3.9-2.9-7-2.9zm1.6 34.7c-5.6 0-10.1-1.7-13.3-5.1-3.3-3.4-4.9-8.2-4.9-14.3 0-6.1 1.5-11 4.5-14.6 3-3.6 7.1-5.4 12.2-5.4 4.8 0 8.5 1.6 11.3 4.7 2.8 3.1 4.2 7.3 4.2 12.4v3.6h-26.2c.1 4.5 1.2 7.9 3.4 10.2 2.1 2.3 5.2 3.5 9 3.5 4.1 0 8.1-.9 12.2-2.6v5.1c-2 .9-4 1.5-5.8 1.9-1.8.4-4 .6-6.6.6zm-21.6-11.1c0 3.5-1.3 6.3-4 8.2-2.6 1.9-6.3 2.9-11.1 2.9-5 0-9-.8-11.8-2.4v-5.3c1.8.9 3.8 1.7 5.9 2.2 2.1.5 4.1.8 6.1.8 3 0 5.3-.5 6.9-1.4 1.6-1 2.4-2.4 2.4-4.4 0-1.5-.6-2.8-1.9-3.8-1.3-1.1-3.8-2.3-7.5-3.7-3.5-1.3-6.1-2.5-7.6-3.5s-2.6-2.1-3.3-3.4c-.7-1.3-1.1-2.7-1.1-4.5 0-3.1 1.3-5.5 3.8-7.3 2.5-1.8 6-2.7 10.4-2.7 4.1 0 8.1.8 12 2.5l-2 4.7c-3.8-1.6-7.3-2.4-10.4-2.4-2.7 0-4.8.4-6.2 1.3-1.4.9-2.1 2-2.1 3.5 0 1 .3 1.9.8 2.6.5.7 1.4 1.4 2.5 2 1.2.6 3.4 1.6 6.7 2.8 4.5 1.6 7.6 3.3 9.2 5 1.5 1.7 2.3 3.8 2.3 6.3zm-33 10.4H192v-54h5.8v54zm-39.3-19.1c0 4.9 1 8.6 2.9 11.1s4.8 3.8 8.6 3.8 6.6-1.3 8.6-3.8 2.9-6.2 2.9-11.1c0-4.8-1-8.5-2.9-11-2-2.5-4.8-3.8-8.7-3.8-3.8 0-6.6 1.2-8.5 3.7-1.9 2.5-2.9 6.2-2.9 11.1zm29 0c0 6.2-1.6 11.1-4.7 14.5-3.1 3.5-7.4 5.2-13 5.2-3.4 0-6.4-.8-9.1-2.4-2.6-1.6-4.7-3.9-6.1-6.9-1.4-3-2.2-6.5-2.2-10.5 0-6.2 1.6-11 4.7-14.5s7.4-5.2 12.9-5.2c5.3 0 9.6 1.8 12.7 5.3 3.2 3.7 4.8 8.5 4.8 14.5zm-68.1 0c0 4.9 1 8.6 2.9 11.1s4.8 3.8 8.6 3.8 6.6-1.3 8.6-3.8 2.9-6.2 2.9-11.1c0-4.8-1-8.5-2.9-11-2-2.5-4.8-3.8-8.7-3.8-3.8 0-6.6 1.2-8.5 3.7-2 2.5-2.9 6.2-2.9 11.1zm29 0c0 6.2-1.6 11.1-4.7 14.5-3.1 3.5-7.4 5.2-13 5.2-3.4 0-6.4-.8-9.1-2.4-2.6-1.6-4.7-3.9-6.1-6.9-1.4-3-2.2-6.5-2.2-10.5 0-6.2 1.6-11 4.7-14.5s7.4-5.2 12.9-5.2c5.3 0 9.6 1.8 12.7 5.3 3.2 3.7 4.8 8.5 4.8 14.5zm-50.2 19.1h-5.9v-45.5H84V145h30.2v5.2H98.1v45.6zm-14.7-.5H28.5v-50.6h9.1v-9.1h15.9v9.1h7.4v-9.1h15.9V150h-5.1v-9.3H66v9.1H48.4v-9.1h-5.7v9.1h-9.1v40.4h49.8v5.1z"/>
21
+ <g fill="#FFD059">
22
+ <path d="M278.1 57.9h-18.9v-2.5l-4.7 4.7 4.7 4.7v-2.5h18.9v2.5l4.7-4.7-4.7-4.7z"/>
23
+ <path d="M286.3 30.5v-12h-12v12h-12v-12h-12v12h-12v60h60v-60h-12zm2.7 42c0 1.8-1.4 3.2-3.2 3.2H271c.2 1.2 1.2 4.5 6.1 4.5v1.6h-17.5v-1.6c4.9 0 5.9-3.3 6.1-4.5h-15.2c-1.8 0-3.2-1.4-3.2-3.2V47.9c0-1.8 1.4-3.2 3.2-3.2h35.2c1.8 0 3.2 1.4 3.2 3.2v24.6h.1z"/>
24
+ </g>
25
+ </svg>
vendor/otgs/icons/plugin-icons/toolset/cred/icon-128x128.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/toolset/cred/icon-256x256.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/toolset/cred/icon.svg ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 320 320">
2
+ <defs>
3
+ <path id="a" d="M312.5 317.5H7.5c-2.8 0-5-2.2-5-5V7.5c0-2.8 2.2-5 5-5h305c2.8 0 5 2.2 5 5v305c0 2.8-2.2 5-5 5z"/>
4
+ </defs>
5
+ <clipPath id="b">
6
+ <use xlink:href="#a" overflow="visible"/>
7
+ </clipPath>
8
+ <g clip-path="url(#b)">
9
+ <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="160.009" y1="332.14" x2="160.009" y2="-6.196">
10
+ <stop offset="0" stop-color="#d63900"/>
11
+ <stop offset="1" stop-color="#f05a29"/>
12
+ </linearGradient>
13
+ <path fill="url(#c)" d="M-9.2-6.2h338.3v338.3H-9.2z"/>
14
+ <g opacity=".3">
15
+ <path fill="#F5944C" d="M-9.2 262.6c0-88.2 0-176.5-.1-264.7 0-3.5.7-4.2 4.2-4.2 91.8.1 183.5.1 275.3.1 1.1 2.1 2.1 4.3 3.2 6.4 8.2 15.5 14.6 31.6 20.2 48.2-1.4 1.5-3.8 3.1-5 4.7-8.3 10.8-18.2 20-27.5 29.9-15.4 16.4-32.2 31.3-49.8 45.4-32.4 26-67.5 48-102.4 70.4-14.6 9.4-29.6 18.2-44.4 27.3-17.3 10.6-35.2 20.2-53.5 28.8-6.6 2.9-13.1 6.2-20.2 7.7z"/>
16
+ <path fill="#EF6E44" d="M293.8 51c-.1-.3-.1-2.5-.3-2.7-1.3 1.2-4 3.4-5.1 4.8-6.6 8.5-18.2 20-27.4 29.8-15.4 16.4-32.2 31.3-49.8 45.4-32.4 26-67.5 48-102.4 70.4-14.6 9.4-29.6 18.2-44.4 27.3-17.3 10.6-35.2 20.2-53.5 28.8-6.4 3-12.9 6.3-20 7.8 0 22.7.1 45.3-.1 68 0 .9.1 1.5.3 2h96.3c5.1-4 10.9-6.7 16.4-10 34.9-20.8 65.9-46.9 97.9-71.8 33.7-32.4 68.1-65 85.7-108.8 5.6-13.9 8.8-28.4 10.1-43.5 1.3-16.6-.5-31.5-3.7-47.5z"/>
17
+ <path opacity=".6" fill="#FFD059" d="M329.2-6.2h-59c1.1 2.1 2.1 4.3 3.2 6.4 7.8 14.9 14.8 32.3 20.2 48.2 1.3-2 2.1-3.5 3.3-5 4-4.9 7.8-10 11.7-15 7.6-9.7 13.9-20.3 20.7-30.5"/>
18
+ </g>
19
+ </g>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFF" stroke="#FFF" stroke-miterlimit="10" d="M286.3 191.7c1 0 2-.1 3-.2.9-.1 1.7-.3 2.3-.5v4.4c-.6.3-1.5.6-2.8.7-1.2.2-2.3.3-3.3.3-7.4 0-11-3.9-11-11.6v-22.6H269v-2.8l5.5-2.4 2.4-8.1h3.3v8.8h11v4.5h-11v22.4c0 2.3.5 4.1 1.6 5.3 1.1 1.2 2.6 1.8 4.5 1.8m-35.6-29.9c-3.1 0-5.5 1-7.3 3-1.8 2-2.9 4.7-3.2 8.3h19.9c0-3.6-.8-6.4-2.4-8.4-1.6-1.9-3.9-2.9-7-2.9zm1.6 34.7c-5.6 0-10.1-1.7-13.3-5.1-3.3-3.4-4.9-8.2-4.9-14.3 0-6.1 1.5-11 4.5-14.6 3-3.6 7.1-5.4 12.2-5.4 4.8 0 8.5 1.6 11.3 4.7 2.8 3.1 4.2 7.3 4.2 12.4v3.6h-26.2c.1 4.5 1.2 7.9 3.4 10.2 2.1 2.3 5.2 3.5 9 3.5 4.1 0 8.1-.9 12.2-2.6v5.1c-2 .9-4 1.5-5.8 1.9-1.8.4-4 .6-6.6.6zm-21.6-11.1c0 3.5-1.3 6.3-4 8.2-2.6 1.9-6.3 2.9-11.1 2.9-5 0-9-.8-11.8-2.4v-5.3c1.8.9 3.8 1.7 5.9 2.2 2.1.5 4.1.8 6.1.8 3 0 5.3-.5 6.9-1.4 1.6-1 2.4-2.4 2.4-4.4 0-1.5-.6-2.8-1.9-3.8-1.3-1.1-3.8-2.3-7.5-3.7-3.5-1.3-6.1-2.5-7.6-3.5s-2.6-2.1-3.3-3.4c-.7-1.3-1.1-2.7-1.1-4.5 0-3.1 1.3-5.5 3.8-7.3 2.5-1.8 6-2.7 10.4-2.7 4.1 0 8.1.8 12 2.5l-2 4.7c-3.8-1.6-7.3-2.4-10.4-2.4-2.7 0-4.8.4-6.2 1.3-1.4.9-2.1 2-2.1 3.5 0 1 .3 1.9.8 2.6.5.7 1.4 1.4 2.5 2 1.2.6 3.4 1.6 6.7 2.8 4.5 1.6 7.6 3.3 9.2 5 1.5 1.7 2.3 3.8 2.3 6.3zm-33 10.4H192v-54h5.8v54zm-39.3-19.1c0 4.9 1 8.6 2.9 11.1s4.8 3.8 8.6 3.8 6.6-1.3 8.6-3.8 2.9-6.2 2.9-11.1c0-4.8-1-8.5-2.9-11-2-2.5-4.8-3.8-8.7-3.8-3.8 0-6.6 1.2-8.5 3.7-1.9 2.5-2.9 6.2-2.9 11.1zm29 0c0 6.2-1.6 11.1-4.7 14.5-3.1 3.5-7.4 5.2-13 5.2-3.4 0-6.4-.8-9.1-2.4-2.6-1.6-4.7-3.9-6.1-6.9-1.4-3-2.2-6.5-2.2-10.5 0-6.2 1.6-11 4.7-14.5s7.4-5.2 12.9-5.2c5.3 0 9.6 1.8 12.7 5.3 3.2 3.7 4.8 8.5 4.8 14.5zm-68.1 0c0 4.9 1 8.6 2.9 11.1s4.8 3.8 8.6 3.8 6.6-1.3 8.6-3.8 2.9-6.2 2.9-11.1c0-4.8-1-8.5-2.9-11-2-2.5-4.8-3.8-8.7-3.8-3.8 0-6.6 1.2-8.5 3.7-2 2.5-2.9 6.2-2.9 11.1zm29 0c0 6.2-1.6 11.1-4.7 14.5-3.1 3.5-7.4 5.2-13 5.2-3.4 0-6.4-.8-9.1-2.4-2.6-1.6-4.7-3.9-6.1-6.9-1.4-3-2.2-6.5-2.2-10.5 0-6.2 1.6-11 4.7-14.5s7.4-5.2 12.9-5.2c5.3 0 9.6 1.8 12.7 5.3 3.2 3.7 4.8 8.5 4.8 14.5zm-50.2 19.1h-5.9v-45.5H84V145h30.2v5.2H98.1v45.6zm-14.7-.5H28.5v-50.6h9.1v-9.1h15.9v9.1h7.4v-9.1h15.9V150h-5.1v-9.3H66v9.1H48.4v-9.1h-5.7v9.1h-9.1v40.4h49.8v5.1z"/>
21
+ <g>
22
+ <path fill="#FFD059" d="M286.3 30.3v-12h-12v12h-12v-12h-12v12h-12v60h60v-60h-12zm-4.4 46.3c0 .2 0 .3-.1.4 0 .1-.1.2-.1.3-.1.1-.1.2-.2.3-.1.1-.1.2-.2.3l-.3.3c-.1.1-.2.2-.4.3h-.1c-.1.1-.3.2-.5.3-.2.1-.4.3-.6.4-.1.1-.3.1-.4.2l-.1.1c-.1.1-.2.1-.3.1h-.2c-.3.1-.5.2-.8.3h-.1l-.9.3h-.1c-.3.1-.7.2-1.1.3h-.1c-.4.1-.7.2-1.1.2h-.2c-.3.1-.6.1-1 .1h-.2c-.3 0-.7.1-1 .1h-.2c-.4 0-.8.1-1.2.1h-3.7c-.2 0-.4 0-.6-.1H265.8c-.3 0-.5-.1-.8-.1h-.1c-.2 0-.4-.1-.7-.1h-.2c-.3 0-.5-.1-.8-.1-.3 0-.5-.1-.8-.2h-.2c-.3-.1-.6-.1-.8-.2h-.2l-.9-.3h-.1c-.1 0-.2-.1-.4-.1l-.2-.1c-.1 0-.2-.1-.3-.1l-.1-.1h-.1l-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.1-.1-.1-.1-.1-.1-.2.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.2-.1-.1-.1-.2v-.1l-.1-.2v-.4-.3l-.1-7.8v.8l.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1c.1 0 .2.1.3.1l.2.1c.1 0 .2.1.4.1l.2.1.9.3h.1c.3.1.5.1.8.2h.2c.3.1.5.1.8.2h.1c.3 0 .5.1.8.1h.2c.2 0 .4.1.7.1h.2c.3 0 .5.1.8.1h.2c.2 0 .4 0 .7.1H270.2c.4 0 .8 0 1.2-.1h.2c.3 0 .7-.1 1-.1h.2c.3 0 .7-.1 1-.1h.1c.4-.1.8-.1 1.2-.2h.1c.4-.1.7-.2 1.1-.3h.1l.9-.3h.1c.3-.1.5-.2.8-.3l.1-.1c.1 0 .2-.1.3-.1l.2-.1c.1-.1.3-.1.4-.2.2-.1.5-.3.7-.4.2-.1.3-.2.5-.3l.1-.1c.1-.1.3-.2.4-.3l.3-.3.1-.1c.1-.1.2-.2.2-.3.1-.1.1-.2.2-.3v-.1c0-.1.1-.2.1-.3 0-.1 0-.2.1-.4v-.2l.1 7.8-.1.6zm0-11.2c0 .2 0 .3-.1.4 0 .1-.1.2-.1.3-.1.1-.1.2-.2.3-.1.1-.1.2-.2.3l-.3.3c-.1.1-.2.2-.4.3h-.1c-.1.1-.3.2-.5.3-.2.1-.4.3-.6.4-.1.1-.3.1-.4.2l-.1.1c-.1.1-.2.1-.3.1h-.2c-.3.1-.5.2-.8.3h-.1l-.9.3h-.1c-.3.1-.7.2-1.1.3h-.1c-.4.1-.7.2-1.1.2h-.2c-.3.1-.6.1-1 .1h-.2c-.3 0-.7.1-1 .1h-.2c-.4 0-.8.1-1.2.1h-3.7c-.2 0-.4 0-.6-.1h-.2c-.3 0-.5-.1-.8-.1h-.1c-.2 0-.4-.1-.7-.1h-.2c-.3 0-.5-.1-.8-.1-.3 0-.5-.1-.8-.2h-.2c-.3-.1-.6-.1-.8-.2h-.2l-.9-.3h-.1c-.1 0-.2-.1-.4-.1l-.2-.1c-.1 0-.2-.1-.3-.1l-.1-.1h-.1l-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.2-.1-.1-.1-.2v-.1l-.1-.2v-.4-.3L255 57v.8l.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1c.1 0 .2.1.3.1l.2.1c.1 0 .2.1.4.1l.2.1.9.3h.1c.3.1.5.1.8.2h.2c.3.1.5.1.8.2h.1c.3 0 .5.1.8.1h.2c.2 0 .4.1.7.1h.2c.3 0 .5.1.8.1h.2c.2 0 .4 0 .7.1H270.2c.4 0 .8 0 1.2-.1h.2c.3 0 .7-.1 1-.1h.2c.3 0 .7-.1 1-.1h.1c.4-.1.8-.1 1.2-.2h.1c.4-.1.7-.2 1.1-.3h.1l.9-.3h.1c.3-.1.5-.2.8-.3l.1-.1c.1 0 .2-.1.3-.1l.2-.1c.1-.1.3-.1.4-.2.2-.1.5-.3.7-.4.2-.1.3-.2.5-.3l.1-.1c.1-.1.3-.2.4-.3l.3-.3.1-.1c.1-.1.2-.2.2-.3.1-.1.1-.2.2-.3v-.1c0-.1.1-.2.1-.3 0-.1 0-.2.1-.4V57l.1 7.8-.1.6zm0-11.2c0 .2 0 .3-.1.4 0 .1-.1.2-.1.3-.1.1-.1.2-.2.3-.1.1-.1.2-.2.3l-.3.3c-.1.1-.2.2-.4.3h-.1c-.1.1-.3.2-.5.3-.2.1-.4.3-.6.4-.1.1-.3.1-.4.2l-.1.1c-.1.1-.2.1-.3.1h-.2c-.3.1-.5.2-.8.3h-.1l-.9.3h-.1c-.3.1-.7.2-1.1.3h-.1c-.4.1-.7.2-1.1.2h-.2c-.3.1-.6.1-1 .1h-.2c-.3 0-.7.1-1 .1h-.2c-.4 0-.8.1-1.2.1h-3.6c-.2 0-.4 0-.6-.1h-.2c-.3 0-.5-.1-.8-.1h-.1c-.2 0-.4-.1-.7-.1h-.2c-.3 0-.5-.1-.8-.1-.3 0-.5-.1-.8-.2h-.2c-.3-.1-.6-.1-.8-.2h-.2l-.9-.3h-.1c-.1 0-.2-.1-.4-.1l-.2-.1c-.1 0-.2-.1-.3-.1l-.1-.1h-.1l-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.2-.1-.1-.1-.2v-.1l-.1-.2v-.4-.3l-.1-6.8v-.1-1 .5c.6-2.8 6.3-4.9 13.3-4.8 7 .1 12.8 2.4 13.4 5.2v-.5l.1 7.8-.2.5z"/>
23
+ </g>
24
+ </svg>
vendor/otgs/icons/plugin-icons/toolset/layouts/icon-128x128.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/toolset/layouts/icon-256x256.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/toolset/layouts/icon.svg ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 320 320">
2
+ <defs>
3
+ <path id="a" d="M312.5 317.5H7.5c-2.8 0-5-2.2-5-5V7.5c0-2.8 2.2-5 5-5h305c2.8 0 5 2.2 5 5v305c0 2.8-2.2 5-5 5z"/>
4
+ </defs>
5
+ <clipPath id="b">
6
+ <use xlink:href="#a" overflow="visible"/>
7
+ </clipPath>
8
+ <g clip-path="url(#b)">
9
+ <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="160.009" y1="332.14" x2="160.009" y2="-6.196">
10
+ <stop offset="0" stop-color="#d63900"/>
11
+ <stop offset="1" stop-color="#f05a29"/>
12
+ </linearGradient>
13
+ <path fill="url(#c)" d="M-9.2-6.2h338.3v338.3H-9.2z"/>
14
+ <g opacity=".3">
15
+ <path fill="#F5944C" d="M-9.2 262.6c0-88.2 0-176.5-.1-264.7 0-3.5.7-4.2 4.2-4.2 91.8.1 183.5.1 275.3.1 1.1 2.1 2.1 4.3 3.2 6.4 8.2 15.5 14.6 31.6 20.2 48.2-1.4 1.5-3.8 3.1-5 4.7-8.3 10.8-18.2 20-27.5 29.9-15.4 16.4-32.2 31.3-49.8 45.4-32.4 26-67.5 48-102.4 70.4-14.6 9.4-29.6 18.2-44.4 27.3-17.3 10.6-35.2 20.2-53.5 28.8-6.6 2.9-13.1 6.2-20.2 7.7z"/>
16
+ <path fill="#EF6E44" d="M293.8 51c-.1-.3-.1-2.5-.3-2.7-1.3 1.2-4 3.4-5.1 4.8-6.6 8.5-18.2 20-27.4 29.8-15.4 16.4-32.2 31.3-49.8 45.4-32.4 26-67.5 48-102.4 70.4-14.6 9.4-29.6 18.2-44.4 27.3-17.3 10.6-35.2 20.2-53.5 28.8-6.4 3-12.9 6.3-20 7.8 0 22.7.1 45.3-.1 68 0 .9.1 1.5.3 2h96.3c5.1-4 10.9-6.7 16.4-10 34.9-20.8 65.9-46.9 97.9-71.8 33.7-32.4 68.1-65 85.7-108.8 5.6-13.9 8.8-28.4 10.1-43.5 1.3-16.6-.5-31.5-3.7-47.5z"/>
17
+ <path opacity=".6" fill="#FFD059" d="M329.2-6.2h-59c1.1 2.1 2.1 4.3 3.2 6.4 7.8 14.9 14.8 32.3 20.2 48.2 1.3-2 2.1-3.5 3.3-5 4-4.9 7.8-10 11.7-15 7.6-9.7 13.9-20.3 20.7-30.5"/>
18
+ </g>
19
+ </g>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFF" stroke="#FFF" stroke-miterlimit="10" d="M286.3 191.7c1 0 2-.1 3-.2.9-.1 1.7-.3 2.3-.5v4.4c-.6.3-1.5.6-2.8.7-1.2.2-2.3.3-3.3.3-7.4 0-11-3.9-11-11.6v-22.6H269v-2.8l5.5-2.4 2.4-8.1h3.3v8.8h11v4.5h-11v22.4c0 2.3.5 4.1 1.6 5.3 1.1 1.2 2.6 1.8 4.5 1.8m-35.6-29.9c-3.1 0-5.5 1-7.3 3-1.8 2-2.9 4.7-3.2 8.3h19.9c0-3.6-.8-6.4-2.4-8.4-1.6-1.9-3.9-2.9-7-2.9zm1.6 34.7c-5.6 0-10.1-1.7-13.3-5.1-3.3-3.4-4.9-8.2-4.9-14.3 0-6.1 1.5-11 4.5-14.6 3-3.6 7.1-5.4 12.2-5.4 4.8 0 8.5 1.6 11.3 4.7 2.8 3.1 4.2 7.3 4.2 12.4v3.6h-26.2c.1 4.5 1.2 7.9 3.4 10.2 2.1 2.3 5.2 3.5 9 3.5 4.1 0 8.1-.9 12.2-2.6v5.1c-2 .9-4 1.5-5.8 1.9-1.8.4-4 .6-6.6.6zm-21.6-11.1c0 3.5-1.3 6.3-4 8.2-2.6 1.9-6.3 2.9-11.1 2.9-5 0-9-.8-11.8-2.4v-5.3c1.8.9 3.8 1.7 5.9 2.2 2.1.5 4.1.8 6.1.8 3 0 5.3-.5 6.9-1.4 1.6-1 2.4-2.4 2.4-4.4 0-1.5-.6-2.8-1.9-3.8-1.3-1.1-3.8-2.3-7.5-3.7-3.5-1.3-6.1-2.5-7.6-3.5s-2.6-2.1-3.3-3.4c-.7-1.3-1.1-2.7-1.1-4.5 0-3.1 1.3-5.5 3.8-7.3 2.5-1.8 6-2.7 10.4-2.7 4.1 0 8.1.8 12 2.5l-2 4.7c-3.8-1.6-7.3-2.4-10.4-2.4-2.7 0-4.8.4-6.2 1.3-1.4.9-2.1 2-2.1 3.5 0 1 .3 1.9.8 2.6.5.7 1.4 1.4 2.5 2 1.2.6 3.4 1.6 6.7 2.8 4.5 1.6 7.6 3.3 9.2 5 1.5 1.7 2.3 3.8 2.3 6.3zm-33 10.4H192v-54h5.8v54zm-39.3-19.1c0 4.9 1 8.6 2.9 11.1s4.8 3.8 8.6 3.8 6.6-1.3 8.6-3.8 2.9-6.2 2.9-11.1c0-4.8-1-8.5-2.9-11-2-2.5-4.8-3.8-8.7-3.8-3.8 0-6.6 1.2-8.5 3.7-1.9 2.5-2.9 6.2-2.9 11.1zm29 0c0 6.2-1.6 11.1-4.7 14.5-3.1 3.5-7.4 5.2-13 5.2-3.4 0-6.4-.8-9.1-2.4-2.6-1.6-4.7-3.9-6.1-6.9-1.4-3-2.2-6.5-2.2-10.5 0-6.2 1.6-11 4.7-14.5s7.4-5.2 12.9-5.2c5.3 0 9.6 1.8 12.7 5.3 3.2 3.7 4.8 8.5 4.8 14.5zm-68.1 0c0 4.9 1 8.6 2.9 11.1s4.8 3.8 8.6 3.8 6.6-1.3 8.6-3.8 2.9-6.2 2.9-11.1c0-4.8-1-8.5-2.9-11-2-2.5-4.8-3.8-8.7-3.8-3.8 0-6.6 1.2-8.5 3.7-2 2.5-2.9 6.2-2.9 11.1zm29 0c0 6.2-1.6 11.1-4.7 14.5-3.1 3.5-7.4 5.2-13 5.2-3.4 0-6.4-.8-9.1-2.4-2.6-1.6-4.7-3.9-6.1-6.9-1.4-3-2.2-6.5-2.2-10.5 0-6.2 1.6-11 4.7-14.5s7.4-5.2 12.9-5.2c5.3 0 9.6 1.8 12.7 5.3 3.2 3.7 4.8 8.5 4.8 14.5zm-50.2 19.1h-5.9v-45.5H84V145h30.2v5.2H98.1v45.6zm-14.7-.5H28.5v-50.6h9.1v-9.1h15.9v9.1h7.4v-9.1h15.9V150h-5.1v-9.3H66v9.1H48.4v-9.1h-5.7v9.1h-9.1v40.4h49.8v5.1z"/>
21
+ <g>
22
+ <path fill="#FFD059" d="M286 30.2v-12h-12v12h-12v-12h-12v12h-12v60h60v-60h-12zm-29.3 52h-11V55h11v27.2zm33.3 0h-30.5V55H290v27.2zm0-30h-44.3V40.5H290v11.7z"/>
23
+ </g>
24
+ </svg>
vendor/otgs/icons/plugin-icons/toolset/module-manager/icon-128x128.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/toolset/module-manager/icon-256x256.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/toolset/module-manager/icon.svg ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 320 320">
2
+ <defs>
3
+ <path id="a" d="M312.5 317.5H7.5c-2.8 0-5-2.2-5-5V7.5c0-2.8 2.2-5 5-5h305c2.8 0 5 2.2 5 5v305c0 2.8-2.2 5-5 5z"/>
4
+ </defs>
5
+ <clipPath id="b">
6
+ <use xlink:href="#a" overflow="visible"/>
7
+ </clipPath>
8
+ <g clip-path="url(#b)">
9
+ <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="160.009" y1="332.14" x2="160.009" y2="-6.196">
10
+ <stop offset="0" stop-color="#d63900"/>
11
+ <stop offset="1" stop-color="#f05a29"/>
12
+ </linearGradient>
13
+ <path fill="url(#c)" d="M-9.2-6.2h338.3v338.3H-9.2z"/>
14
+ <g opacity=".3">
15
+ <path fill="#F5944C" d="M-9.2 262.6c0-88.2 0-176.5-.1-264.7 0-3.5.7-4.2 4.2-4.2 91.8.1 183.5.1 275.3.1 1.1 2.1 2.1 4.3 3.2 6.4 8.2 15.5 14.6 31.6 20.2 48.2-1.4 1.5-3.8 3.1-5 4.7-8.3 10.8-18.2 20-27.5 29.9-15.4 16.4-32.2 31.3-49.8 45.4-32.4 26-67.5 48-102.4 70.4-14.6 9.4-29.6 18.2-44.4 27.3-17.3 10.6-35.2 20.2-53.5 28.8-6.6 2.9-13.1 6.2-20.2 7.7z"/>
16
+ <path fill="#EF6E44" d="M293.8 51c-.1-.3-.1-2.5-.3-2.7-1.3 1.2-4 3.4-5.1 4.8-6.6 8.5-18.2 20-27.4 29.8-15.4 16.4-32.2 31.3-49.8 45.4-32.4 26-67.5 48-102.4 70.4-14.6 9.4-29.6 18.2-44.4 27.3-17.3 10.6-35.2 20.2-53.5 28.8-6.4 3-12.9 6.3-20 7.8 0 22.7.1 45.3-.1 68 0 .9.1 1.5.3 2h96.3c5.1-4 10.9-6.7 16.4-10 34.9-20.8 65.9-46.9 97.9-71.8 33.7-32.4 68.1-65 85.7-108.8 5.6-13.9 8.8-28.4 10.1-43.5 1.3-16.6-.5-31.5-3.7-47.5z"/>
17
+ <path opacity=".6" fill="#FFD059" d="M329.2-6.2h-59c1.1 2.1 2.1 4.3 3.2 6.4 7.8 14.9 14.8 32.3 20.2 48.2 1.3-2 2.1-3.5 3.3-5 4-4.9 7.8-10 11.7-15 7.6-9.7 13.9-20.3 20.7-30.5"/>
18
+ </g>
19
+ </g>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFF" stroke="#FFF" stroke-miterlimit="10" d="M286.3 191.7c1 0 2-.1 3-.2.9-.1 1.7-.3 2.3-.5v4.4c-.6.3-1.5.6-2.8.7-1.2.2-2.3.3-3.3.3-7.4 0-11-3.9-11-11.6v-22.6H269v-2.8l5.5-2.4 2.4-8.1h3.3v8.8h11v4.5h-11v22.4c0 2.3.5 4.1 1.6 5.3 1.1 1.2 2.6 1.8 4.5 1.8m-35.6-29.9c-3.1 0-5.5 1-7.3 3-1.8 2-2.9 4.7-3.2 8.3h19.9c0-3.6-.8-6.4-2.4-8.4-1.6-1.9-3.9-2.9-7-2.9zm1.6 34.7c-5.6 0-10.1-1.7-13.3-5.1-3.3-3.4-4.9-8.2-4.9-14.3 0-6.1 1.5-11 4.5-14.6 3-3.6 7.1-5.4 12.2-5.4 4.8 0 8.5 1.6 11.3 4.7 2.8 3.1 4.2 7.3 4.2 12.4v3.6h-26.2c.1 4.5 1.2 7.9 3.4 10.2 2.1 2.3 5.2 3.5 9 3.5 4.1 0 8.1-.9 12.2-2.6v5.1c-2 .9-4 1.5-5.8 1.9-1.8.4-4 .6-6.6.6zm-21.6-11.1c0 3.5-1.3 6.3-4 8.2-2.6 1.9-6.3 2.9-11.1 2.9-5 0-9-.8-11.8-2.4v-5.3c1.8.9 3.8 1.7 5.9 2.2 2.1.5 4.1.8 6.1.8 3 0 5.3-.5 6.9-1.4 1.6-1 2.4-2.4 2.4-4.4 0-1.5-.6-2.8-1.9-3.8-1.3-1.1-3.8-2.3-7.5-3.7-3.5-1.3-6.1-2.5-7.6-3.5s-2.6-2.1-3.3-3.4c-.7-1.3-1.1-2.7-1.1-4.5 0-3.1 1.3-5.5 3.8-7.3 2.5-1.8 6-2.7 10.4-2.7 4.1 0 8.1.8 12 2.5l-2 4.7c-3.8-1.6-7.3-2.4-10.4-2.4-2.7 0-4.8.4-6.2 1.3-1.4.9-2.1 2-2.1 3.5 0 1 .3 1.9.8 2.6.5.7 1.4 1.4 2.5 2 1.2.6 3.4 1.6 6.7 2.8 4.5 1.6 7.6 3.3 9.2 5 1.5 1.7 2.3 3.8 2.3 6.3zm-33 10.4H192v-54h5.8v54zm-39.3-19.1c0 4.9 1 8.6 2.9 11.1s4.8 3.8 8.6 3.8 6.6-1.3 8.6-3.8 2.9-6.2 2.9-11.1c0-4.8-1-8.5-2.9-11-2-2.5-4.8-3.8-8.7-3.8-3.8 0-6.6 1.2-8.5 3.7-1.9 2.5-2.9 6.2-2.9 11.1zm29 0c0 6.2-1.6 11.1-4.7 14.5-3.1 3.5-7.4 5.2-13 5.2-3.4 0-6.4-.8-9.1-2.4-2.6-1.6-4.7-3.9-6.1-6.9-1.4-3-2.2-6.5-2.2-10.5 0-6.2 1.6-11 4.7-14.5s7.4-5.2 12.9-5.2c5.3 0 9.6 1.8 12.7 5.3 3.2 3.7 4.8 8.5 4.8 14.5zm-68.1 0c0 4.9 1 8.6 2.9 11.1s4.8 3.8 8.6 3.8 6.6-1.3 8.6-3.8 2.9-6.2 2.9-11.1c0-4.8-1-8.5-2.9-11-2-2.5-4.8-3.8-8.7-3.8-3.8 0-6.6 1.2-8.5 3.7-2 2.5-2.9 6.2-2.9 11.1zm29 0c0 6.2-1.6 11.1-4.7 14.5-3.1 3.5-7.4 5.2-13 5.2-3.4 0-6.4-.8-9.1-2.4-2.6-1.6-4.7-3.9-6.1-6.9-1.4-3-2.2-6.5-2.2-10.5 0-6.2 1.6-11 4.7-14.5s7.4-5.2 12.9-5.2c5.3 0 9.6 1.8 12.7 5.3 3.2 3.7 4.8 8.5 4.8 14.5zm-50.2 19.1h-5.9v-45.5H84V145h30.2v5.2H98.1v45.6zm-14.7-.5H28.5v-50.6h9.1v-9.1h15.9v9.1h7.4v-9.1h15.9V150h-5.1v-9.3H66v9.1H48.4v-9.1h-5.7v9.1h-9.1v40.4h49.8v5.1z"/>
21
+ <g>
22
+ <path fill="#FFD059" d="M286 30.3v-12h-12v12h-12v-12h-12v12h-12v60h60v-60h-12zm-19.9 53.5l-18.4-10.6V53.9l18.4 10.9v19zM288 73.2l-18.3 10.6V65.2l18.3-11v19zm0-23.2l-19.7 11.8-20.3-12 19.8-11.5L288 50z"/>
23
+ </g>
24
+ </svg>
vendor/otgs/icons/plugin-icons/toolset/packager/icon-128x128.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/toolset/packager/icon-256x256.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/toolset/packager/icon.svg ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 320 320">
2
+ <defs>
3
+ <path id="a" d="M312.5 317.5H7.5c-2.8 0-5-2.2-5-5V7.5c0-2.8 2.2-5 5-5h305c2.8 0 5 2.2 5 5v305c0 2.8-2.2 5-5 5z"/>
4
+ </defs>
5
+ <clipPath id="b">
6
+ <use xlink:href="#a" overflow="visible"/>
7
+ </clipPath>
8
+ <g clip-path="url(#b)">
9
+ <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="160.009" y1="332.14" x2="160.009" y2="-6.196">
10
+ <stop offset="0" stop-color="#d63900"/>
11
+ <stop offset="1" stop-color="#f05a29"/>
12
+ </linearGradient>
13
+ <path fill="url(#c)" d="M-9.2-6.2h338.3v338.3H-9.2z"/>
14
+ <g opacity=".3">
15
+ <path fill="#F5944C" d="M-9.2 262.6c0-88.2 0-176.5-.1-264.7 0-3.5.7-4.2 4.2-4.2 91.8.1 183.5.1 275.3.1 1.1 2.1 2.1 4.3 3.2 6.4 8.2 15.5 14.6 31.6 20.2 48.2-1.4 1.5-3.8 3.1-5 4.7-8.3 10.8-18.2 20-27.5 29.9-15.4 16.4-32.2 31.3-49.8 45.4-32.4 26-67.5 48-102.4 70.4-14.6 9.4-29.6 18.2-44.4 27.3-17.3 10.6-35.2 20.2-53.5 28.8-6.6 2.9-13.1 6.2-20.2 7.7z"/>
16
+ <path fill="#EF6E44" d="M293.8 51c-.1-.3-.1-2.5-.3-2.7-1.3 1.2-4 3.4-5.1 4.8-6.6 8.5-18.2 20-27.4 29.8-15.4 16.4-32.2 31.3-49.8 45.4-32.4 26-67.5 48-102.4 70.4-14.6 9.4-29.6 18.2-44.4 27.3-17.3 10.6-35.2 20.2-53.5 28.8-6.4 3-12.9 6.3-20 7.8 0 22.7.1 45.3-.1 68 0 .9.1 1.5.3 2h96.3c5.1-4 10.9-6.7 16.4-10 34.9-20.8 65.9-46.9 97.9-71.8 33.7-32.4 68.1-65 85.7-108.8 5.6-13.9 8.8-28.4 10.1-43.5 1.3-16.6-.5-31.5-3.7-47.5z"/>
17
+ <path opacity=".6" fill="#FFD059" d="M329.2-6.2h-59c1.1 2.1 2.1 4.3 3.2 6.4 7.8 14.9 14.8 32.3 20.2 48.2 1.3-2 2.1-3.5 3.3-5 4-4.9 7.8-10 11.7-15 7.6-9.7 13.9-20.3 20.7-30.5"/>
18
+ </g>
19
+ </g>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFF" stroke="#FFF" stroke-miterlimit="10" d="M286.3 191.7c1 0 2-.1 3-.2.9-.1 1.7-.3 2.3-.5v4.4c-.6.3-1.5.6-2.8.7-1.2.2-2.3.3-3.3.3-7.4 0-11-3.9-11-11.6v-22.6H269v-2.8l5.5-2.4 2.4-8.1h3.3v8.8h11v4.5h-11v22.4c0 2.3.5 4.1 1.6 5.3 1.1 1.2 2.6 1.8 4.5 1.8m-35.6-29.9c-3.1 0-5.5 1-7.3 3-1.8 2-2.9 4.7-3.2 8.3h19.9c0-3.6-.8-6.4-2.4-8.4-1.6-1.9-3.9-2.9-7-2.9zm1.6 34.7c-5.6 0-10.1-1.7-13.3-5.1-3.3-3.4-4.9-8.2-4.9-14.3 0-6.1 1.5-11 4.5-14.6 3-3.6 7.1-5.4 12.2-5.4 4.8 0 8.5 1.6 11.3 4.7 2.8 3.1 4.2 7.3 4.2 12.4v3.6h-26.2c.1 4.5 1.2 7.9 3.4 10.2 2.1 2.3 5.2 3.5 9 3.5 4.1 0 8.1-.9 12.2-2.6v5.1c-2 .9-4 1.5-5.8 1.9-1.8.4-4 .6-6.6.6zm-21.6-11.1c0 3.5-1.3 6.3-4 8.2-2.6 1.9-6.3 2.9-11.1 2.9-5 0-9-.8-11.8-2.4v-5.3c1.8.9 3.8 1.7 5.9 2.2 2.1.5 4.1.8 6.1.8 3 0 5.3-.5 6.9-1.4 1.6-1 2.4-2.4 2.4-4.4 0-1.5-.6-2.8-1.9-3.8-1.3-1.1-3.8-2.3-7.5-3.7-3.5-1.3-6.1-2.5-7.6-3.5s-2.6-2.1-3.3-3.4c-.7-1.3-1.1-2.7-1.1-4.5 0-3.1 1.3-5.5 3.8-7.3 2.5-1.8 6-2.7 10.4-2.7 4.1 0 8.1.8 12 2.5l-2 4.7c-3.8-1.6-7.3-2.4-10.4-2.4-2.7 0-4.8.4-6.2 1.3-1.4.9-2.1 2-2.1 3.5 0 1 .3 1.9.8 2.6.5.7 1.4 1.4 2.5 2 1.2.6 3.4 1.6 6.7 2.8 4.5 1.6 7.6 3.3 9.2 5 1.5 1.7 2.3 3.8 2.3 6.3zm-33 10.4H192v-54h5.8v54zm-39.3-19.1c0 4.9 1 8.6 2.9 11.1s4.8 3.8 8.6 3.8 6.6-1.3 8.6-3.8 2.9-6.2 2.9-11.1c0-4.8-1-8.5-2.9-11-2-2.5-4.8-3.8-8.7-3.8-3.8 0-6.6 1.2-8.5 3.7-1.9 2.5-2.9 6.2-2.9 11.1zm29 0c0 6.2-1.6 11.1-4.7 14.5-3.1 3.5-7.4 5.2-13 5.2-3.4 0-6.4-.8-9.1-2.4-2.6-1.6-4.7-3.9-6.1-6.9-1.4-3-2.2-6.5-2.2-10.5 0-6.2 1.6-11 4.7-14.5s7.4-5.2 12.9-5.2c5.3 0 9.6 1.8 12.7 5.3 3.2 3.7 4.8 8.5 4.8 14.5zm-68.1 0c0 4.9 1 8.6 2.9 11.1s4.8 3.8 8.6 3.8 6.6-1.3 8.6-3.8 2.9-6.2 2.9-11.1c0-4.8-1-8.5-2.9-11-2-2.5-4.8-3.8-8.7-3.8-3.8 0-6.6 1.2-8.5 3.7-2 2.5-2.9 6.2-2.9 11.1zm29 0c0 6.2-1.6 11.1-4.7 14.5-3.1 3.5-7.4 5.2-13 5.2-3.4 0-6.4-.8-9.1-2.4-2.6-1.6-4.7-3.9-6.1-6.9-1.4-3-2.2-6.5-2.2-10.5 0-6.2 1.6-11 4.7-14.5s7.4-5.2 12.9-5.2c5.3 0 9.6 1.8 12.7 5.3 3.2 3.7 4.8 8.5 4.8 14.5zm-50.2 19.1h-5.9v-45.5H84V145h30.2v5.2H98.1v45.6zm-14.7-.5H28.5v-50.6h9.1v-9.1h15.9v9.1h7.4v-9.1h15.9V150h-5.1v-9.3H66v9.1H48.4v-9.1h-5.7v9.1h-9.1v40.4h49.8v5.1z"/>
21
+ <g fill="#FFD059">
22
+ <path d="M254.4 69.6h8.3v7.3h10.8v-7.3h8.3l-13.6-11z"/>
23
+ <path d="M286.7 30.5V18.2h-12.3v12.3H262V18.2h-12.3v12.3h-12.3v61.7H299V30.5h-12.3zm1.9 49.5c.1 1.2-.9 2.3-2.2 2.3h-36.7c-1.2 0-2.3-1-2.3-2.3V53.9l7.9-7.9h25.3l7.9 7.9c.1 0 .1 26.1.1 26.1z"/>
24
+ <path d="M256.8 49.9l-3.5 3.5h29.8l-3.4-3.5z"/>
25
+ </g>
26
+ </svg>
vendor/otgs/icons/plugin-icons/toolset/ref-sites/icon-128x128.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/toolset/ref-sites/icon-256x256.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/toolset/ref-sites/icon.svg ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 320 320">
2
+ <defs>
3
+ <path id="a" d="M312.5 317.5H7.5c-2.8 0-5-2.2-5-5V7.5c0-2.8 2.2-5 5-5h305c2.8 0 5 2.2 5 5v305c0 2.8-2.2 5-5 5z"/>
4
+ </defs>
5
+ <clipPath id="b">
6
+ <use xlink:href="#a" overflow="visible"/>
7
+ </clipPath>
8
+ <g clip-path="url(#b)">
9
+ <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="160.009" y1="332.14" x2="160.009" y2="-6.196">
10
+ <stop offset="0" stop-color="#d63900"/>
11
+ <stop offset="1" stop-color="#f05a29"/>
12
+ </linearGradient>
13
+ <path fill="url(#c)" d="M-9.2-6.2h338.3v338.3H-9.2z"/>
14
+ <g opacity=".3">
15
+ <path fill="#F5944C" d="M-9.2 262.6c0-88.2 0-176.5-.1-264.7 0-3.5.7-4.2 4.2-4.2 91.8.1 183.5.1 275.3.1 1.1 2.1 2.1 4.3 3.2 6.4 8.2 15.5 14.6 31.6 20.2 48.2-1.4 1.5-3.8 3.1-5 4.7-8.3 10.8-18.2 20-27.5 29.9-15.4 16.4-32.2 31.3-49.8 45.4-32.4 26-67.5 48-102.4 70.4-14.6 9.4-29.6 18.2-44.4 27.3-17.3 10.6-35.2 20.2-53.5 28.8-6.6 2.9-13.1 6.2-20.2 7.7z"/>
16
+ <path fill="#EF6E44" d="M293.8 51c-.1-.3-.1-2.5-.3-2.7-1.3 1.2-4 3.4-5.1 4.8-6.6 8.5-18.2 20-27.4 29.8-15.4 16.4-32.2 31.3-49.8 45.4-32.4 26-67.5 48-102.4 70.4-14.6 9.4-29.6 18.2-44.4 27.3-17.3 10.6-35.2 20.2-53.5 28.8-6.4 3-12.9 6.3-20 7.8 0 22.7.1 45.3-.1 68 0 .9.1 1.5.3 2h96.3c5.1-4 10.9-6.7 16.4-10 34.9-20.8 65.9-46.9 97.9-71.8 33.7-32.4 68.1-65 85.7-108.8 5.6-13.9 8.8-28.4 10.1-43.5 1.3-16.6-.5-31.5-3.7-47.5z"/>
17
+ <path opacity=".6" fill="#FFD059" d="M329.2-6.2h-59c1.1 2.1 2.1 4.3 3.2 6.4 7.8 14.9 14.8 32.3 20.2 48.2 1.3-2 2.1-3.5 3.3-5 4-4.9 7.8-10 11.7-15 7.6-9.7 13.9-20.3 20.7-30.5"/>
18
+ </g>
19
+ </g>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFF" stroke="#FFF" stroke-miterlimit="10" d="M286.3 191.7c1 0 2-.1 3-.2.9-.1 1.7-.3 2.3-.5v4.4c-.6.3-1.5.6-2.8.7-1.2.2-2.3.3-3.3.3-7.4 0-11-3.9-11-11.6v-22.6H269v-2.8l5.5-2.4 2.4-8.1h3.3v8.8h11v4.5h-11v22.4c0 2.3.5 4.1 1.6 5.3 1.1 1.2 2.6 1.8 4.5 1.8m-35.6-29.9c-3.1 0-5.5 1-7.3 3-1.8 2-2.9 4.7-3.2 8.3h19.9c0-3.6-.8-6.4-2.4-8.4-1.6-1.9-3.9-2.9-7-2.9zm1.6 34.7c-5.6 0-10.1-1.7-13.3-5.1-3.3-3.4-4.9-8.2-4.9-14.3 0-6.1 1.5-11 4.5-14.6 3-3.6 7.1-5.4 12.2-5.4 4.8 0 8.5 1.6 11.3 4.7 2.8 3.1 4.2 7.3 4.2 12.4v3.6h-26.2c.1 4.5 1.2 7.9 3.4 10.2 2.1 2.3 5.2 3.5 9 3.5 4.1 0 8.1-.9 12.2-2.6v5.1c-2 .9-4 1.5-5.8 1.9-1.8.4-4 .6-6.6.6zm-21.6-11.1c0 3.5-1.3 6.3-4 8.2-2.6 1.9-6.3 2.9-11.1 2.9-5 0-9-.8-11.8-2.4v-5.3c1.8.9 3.8 1.7 5.9 2.2 2.1.5 4.1.8 6.1.8 3 0 5.3-.5 6.9-1.4 1.6-1 2.4-2.4 2.4-4.4 0-1.5-.6-2.8-1.9-3.8-1.3-1.1-3.8-2.3-7.5-3.7-3.5-1.3-6.1-2.5-7.6-3.5s-2.6-2.1-3.3-3.4c-.7-1.3-1.1-2.7-1.1-4.5 0-3.1 1.3-5.5 3.8-7.3 2.5-1.8 6-2.7 10.4-2.7 4.1 0 8.1.8 12 2.5l-2 4.7c-3.8-1.6-7.3-2.4-10.4-2.4-2.7 0-4.8.4-6.2 1.3-1.4.9-2.1 2-2.1 3.5 0 1 .3 1.9.8 2.6.5.7 1.4 1.4 2.5 2 1.2.6 3.4 1.6 6.7 2.8 4.5 1.6 7.6 3.3 9.2 5 1.5 1.7 2.3 3.8 2.3 6.3zm-33 10.4H192v-54h5.8v54zm-39.3-19.1c0 4.9 1 8.6 2.9 11.1s4.8 3.8 8.6 3.8 6.6-1.3 8.6-3.8 2.9-6.2 2.9-11.1c0-4.8-1-8.5-2.9-11-2-2.5-4.8-3.8-8.7-3.8-3.8 0-6.6 1.2-8.5 3.7-1.9 2.5-2.9 6.2-2.9 11.1zm29 0c0 6.2-1.6 11.1-4.7 14.5-3.1 3.5-7.4 5.2-13 5.2-3.4 0-6.4-.8-9.1-2.4-2.6-1.6-4.7-3.9-6.1-6.9-1.4-3-2.2-6.5-2.2-10.5 0-6.2 1.6-11 4.7-14.5s7.4-5.2 12.9-5.2c5.3 0 9.6 1.8 12.7 5.3 3.2 3.7 4.8 8.5 4.8 14.5zm-68.1 0c0 4.9 1 8.6 2.9 11.1s4.8 3.8 8.6 3.8 6.6-1.3 8.6-3.8 2.9-6.2 2.9-11.1c0-4.8-1-8.5-2.9-11-2-2.5-4.8-3.8-8.7-3.8-3.8 0-6.6 1.2-8.5 3.7-2 2.5-2.9 6.2-2.9 11.1zm29 0c0 6.2-1.6 11.1-4.7 14.5-3.1 3.5-7.4 5.2-13 5.2-3.4 0-6.4-.8-9.1-2.4-2.6-1.6-4.7-3.9-6.1-6.9-1.4-3-2.2-6.5-2.2-10.5 0-6.2 1.6-11 4.7-14.5s7.4-5.2 12.9-5.2c5.3 0 9.6 1.8 12.7 5.3 3.2 3.7 4.8 8.5 4.8 14.5zm-50.2 19.1h-5.9v-45.5H84V145h30.2v5.2H98.1v45.6zm-14.7-.5H28.5v-50.6h9.1v-9.1h15.9v9.1h7.4v-9.1h15.9V150h-5.1v-9.3H66v9.1H48.4v-9.1h-5.7v9.1h-9.1v40.4h49.8v5.1z"/>
21
+ <g fill="#FFD059">
22
+ <path d="M287.1 29.6V17.1h-12.5v12.5h-12.5V17.1h-12.5v12.5H237v62.7h62.7V29.6h-12.6zm-17.4 55.5l-10.9-14.3h5.4v-6.1h10.9v6.1h5.3l-10.7 14.3zm5.4-24.4v2.7h-10.9v-2.7h10.9zm-10.8-1.4v-2.7h10.9v2.7h-10.9zm28.4 17.4c0 1.4-1.2 2.6-2.6 2.6h-7.8v-3h7.5V46.6h-41.6v29.7h8.4v3h-8.8c-1.4 0-2.6-1.2-2.6-2.6V43.3c0-1.4 1.2-2.6 2.6-2.6h42.4c1.4 0 2.6 1.2 2.6 2.6v33.4z"/>
23
+ <path d="M277.8 42.5h11.9v2.2h-11.9zM248.1 42.5h2.4v2.2h-2.4z"/>
24
+ </g>
25
+ </svg>
vendor/otgs/icons/plugin-icons/toolset/support/icon-128x128.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/toolset/support/icon-256x256.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/toolset/support/icon.svg ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 320 320">
2
+ <defs>
3
+ <path id="a" d="M312.5 317.5H7.5c-2.8 0-5-2.2-5-5V7.5c0-2.8 2.2-5 5-5h305c2.8 0 5 2.2 5 5v305c0 2.8-2.2 5-5 5z"/>
4
+ </defs>
5
+ <clipPath id="b">
6
+ <use xlink:href="#a" overflow="visible"/>
7
+ </clipPath>
8
+ <g clip-path="url(#b)">
9
+ <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="160.009" y1="332.14" x2="160.009" y2="-6.196">
10
+ <stop offset="0" stop-color="#d63900"/>
11
+ <stop offset="1" stop-color="#f05a29"/>
12
+ </linearGradient>
13
+ <path fill="url(#c)" d="M-9.2-6.2h338.3v338.3H-9.2z"/>
14
+ <g opacity=".3">
15
+ <path fill="#F5944C" d="M-9.2 262.6c0-88.2 0-176.5-.1-264.7 0-3.5.7-4.2 4.2-4.2 91.8.1 183.5.1 275.3.1 1.1 2.1 2.1 4.3 3.2 6.4 8.2 15.5 14.6 31.6 20.2 48.2-1.4 1.5-3.8 3.1-5 4.7-8.3 10.8-18.2 20-27.5 29.9-15.4 16.4-32.2 31.3-49.8 45.4-32.4 26-67.5 48-102.4 70.4-14.6 9.4-29.6 18.2-44.4 27.3-17.3 10.6-35.2 20.2-53.5 28.8-6.6 2.9-13.1 6.2-20.2 7.7z"/>
16
+ <path fill="#EF6E44" d="M293.8 51c-.1-.3-.1-2.5-.3-2.7-1.3 1.2-4 3.4-5.1 4.8-6.6 8.5-18.2 20-27.4 29.8-15.4 16.4-32.2 31.3-49.8 45.4-32.4 26-67.5 48-102.4 70.4-14.6 9.4-29.6 18.2-44.4 27.3-17.3 10.6-35.2 20.2-53.5 28.8-6.4 3-12.9 6.3-20 7.8 0 22.7.1 45.3-.1 68 0 .9.1 1.5.3 2h96.3c5.1-4 10.9-6.7 16.4-10 34.9-20.8 65.9-46.9 97.9-71.8 33.7-32.4 68.1-65 85.7-108.8 5.6-13.9 8.8-28.4 10.1-43.5 1.3-16.6-.5-31.5-3.7-47.5z"/>
17
+ <path opacity=".6" fill="#FFD059" d="M329.2-6.2h-59c1.1 2.1 2.1 4.3 3.2 6.4 7.8 14.9 14.8 32.3 20.2 48.2 1.3-2 2.1-3.5 3.3-5 4-4.9 7.8-10 11.7-15 7.6-9.7 13.9-20.3 20.7-30.5"/>
18
+ </g>
19
+ </g>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFF" stroke="#FFF" stroke-miterlimit="10" d="M286.3 191.7c1 0 2-.1 3-.2.9-.1 1.7-.3 2.3-.5v4.4c-.6.3-1.5.6-2.8.7-1.2.2-2.3.3-3.3.3-7.4 0-11-3.9-11-11.6v-22.6H269v-2.8l5.5-2.4 2.4-8.1h3.3v8.8h11v4.5h-11v22.4c0 2.3.5 4.1 1.6 5.3 1.1 1.2 2.6 1.8 4.5 1.8m-35.6-29.9c-3.1 0-5.5 1-7.3 3-1.8 2-2.9 4.7-3.2 8.3h19.9c0-3.6-.8-6.4-2.4-8.4-1.6-1.9-3.9-2.9-7-2.9zm1.6 34.7c-5.6 0-10.1-1.7-13.3-5.1-3.3-3.4-4.9-8.2-4.9-14.3 0-6.1 1.5-11 4.5-14.6 3-3.6 7.1-5.4 12.2-5.4 4.8 0 8.5 1.6 11.3 4.7 2.8 3.1 4.2 7.3 4.2 12.4v3.6h-26.2c.1 4.5 1.2 7.9 3.4 10.2 2.1 2.3 5.2 3.5 9 3.5 4.1 0 8.1-.9 12.2-2.6v5.1c-2 .9-4 1.5-5.8 1.9-1.8.4-4 .6-6.6.6zm-21.6-11.1c0 3.5-1.3 6.3-4 8.2-2.6 1.9-6.3 2.9-11.1 2.9-5 0-9-.8-11.8-2.4v-5.3c1.8.9 3.8 1.7 5.9 2.2 2.1.5 4.1.8 6.1.8 3 0 5.3-.5 6.9-1.4 1.6-1 2.4-2.4 2.4-4.4 0-1.5-.6-2.8-1.9-3.8-1.3-1.1-3.8-2.3-7.5-3.7-3.5-1.3-6.1-2.5-7.6-3.5s-2.6-2.1-3.3-3.4c-.7-1.3-1.1-2.7-1.1-4.5 0-3.1 1.3-5.5 3.8-7.3 2.5-1.8 6-2.7 10.4-2.7 4.1 0 8.1.8 12 2.5l-2 4.7c-3.8-1.6-7.3-2.4-10.4-2.4-2.7 0-4.8.4-6.2 1.3-1.4.9-2.1 2-2.1 3.5 0 1 .3 1.9.8 2.6.5.7 1.4 1.4 2.5 2 1.2.6 3.4 1.6 6.7 2.8 4.5 1.6 7.6 3.3 9.2 5 1.5 1.7 2.3 3.8 2.3 6.3zm-33 10.4H192v-54h5.8v54zm-39.3-19.1c0 4.9 1 8.6 2.9 11.1s4.8 3.8 8.6 3.8 6.6-1.3 8.6-3.8 2.9-6.2 2.9-11.1c0-4.8-1-8.5-2.9-11-2-2.5-4.8-3.8-8.7-3.8-3.8 0-6.6 1.2-8.5 3.7-1.9 2.5-2.9 6.2-2.9 11.1zm29 0c0 6.2-1.6 11.1-4.7 14.5-3.1 3.5-7.4 5.2-13 5.2-3.4 0-6.4-.8-9.1-2.4-2.6-1.6-4.7-3.9-6.1-6.9-1.4-3-2.2-6.5-2.2-10.5 0-6.2 1.6-11 4.7-14.5s7.4-5.2 12.9-5.2c5.3 0 9.6 1.8 12.7 5.3 3.2 3.7 4.8 8.5 4.8 14.5zm-68.1 0c0 4.9 1 8.6 2.9 11.1s4.8 3.8 8.6 3.8 6.6-1.3 8.6-3.8 2.9-6.2 2.9-11.1c0-4.8-1-8.5-2.9-11-2-2.5-4.8-3.8-8.7-3.8-3.8 0-6.6 1.2-8.5 3.7-2 2.5-2.9 6.2-2.9 11.1zm29 0c0 6.2-1.6 11.1-4.7 14.5-3.1 3.5-7.4 5.2-13 5.2-3.4 0-6.4-.8-9.1-2.4-2.6-1.6-4.7-3.9-6.1-6.9-1.4-3-2.2-6.5-2.2-10.5 0-6.2 1.6-11 4.7-14.5s7.4-5.2 12.9-5.2c5.3 0 9.6 1.8 12.7 5.3 3.2 3.7 4.8 8.5 4.8 14.5zm-50.2 19.1h-5.9v-45.5H84V145h30.2v5.2H98.1v45.6zm-14.7-.5H28.5v-50.6h9.1v-9.1h15.9v9.1h7.4v-9.1h15.9V150h-5.1v-9.3H66v9.1H48.4v-9.1h-5.7v9.1h-9.1v40.4h49.8v5.1z"/>
21
+ <g>
22
+ <path fill="#FFD059" d="M286.9 28.5V16h-12.5v12.5h-12.5V16h-12.5v12.5h-12.5v62.6h62.6V28.5h-12.6zm1.3 38.1c-.2.2-.5.6-.5.9-.6 4.4-2.5 8.2-5.8 11.2-1.6 1.5-3.5 2.3-5.7 2-.8-.1-1.3.1-1.7.9-1.9 3-7.2 3-9.2 0-1.4-2.1-.6-4.7 1.9-5.9 2.8-1.4 6-.5 7.7 2.2.1.2.4.3.6.3h2.4c.3 0 .6-.1.8-.2 3.6-2.3 5.5-5.7 6.4-9.9h-.7c-1.5 0-2.2-.6-2.2-2.2V54.7c0-1 .2-1.9 1.2-2.4-1.5-4.5-6.8-10.5-15-10.6-7.4-.1-13.3 4.8-15.5 10.6 1.2.5 1.3 1.5 1.3 2.6v10.9c0 1.7-.8 2.4-2.5 2.3-3.1-.3-5.5-2.5-6.1-5.9-.6-3.5 0-6.6 3.1-8.9.2-.2.4-.6.5-.9 2-5.6 5.5-9.8 10.9-12.4 8.6-4 18.8-1.2 24.3 6.5 1.3 1.9 2.4 3.9 3.1 6.1.1.3.3.6.6.8 3.8 3 4 10 .1 13.2z"/>
23
+ </g>
24
+ </svg>
vendor/otgs/icons/plugin-icons/toolset/toolset-core/icon-128x128.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/toolset/toolset-core/icon-256x256.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/toolset/toolset-core/icon.svg ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="icon" viewBox="0 0 320 320">
2
+ <style>
3
+ .st0{clip-path:url(#SVGID_2_)}.st1{fill:url(#SVGID_3_)}.st2{opacity:.3}.st3{fill:#f5944c}.st4{fill:#ef6e44}.st5{opacity:.6;fill:#ffd059}.st6{fill-rule:evenodd;clip-rule:evenodd;fill:#fff;stroke:#fff;stroke-miterlimit:10}.st7{display:none}.st8{display:inline}.st10,.st9{fill:#ffd059}.st10{display:inline}
4
+ </style>
5
+ <defs>
6
+ <path id="SVGID_1_" d="M312.5 317.5H7.5c-2.8 0-5-2.2-5-5V7.5c0-2.8 2.2-5 5-5h305c2.8 0 5 2.2 5 5v305c0 2.8-2.2 5-5 5z"/>
7
+ </defs>
8
+ <clipPath id="SVGID_2_">
9
+ <use overflow="visible" xlink:href="#SVGID_1_"/>
10
+ </clipPath>
11
+ <g class="st0">
12
+ <linearGradient id="SVGID_3_" x1="160.009" x2="160.009" y1="332.14" y2="-6.196" gradientUnits="userSpaceOnUse">
13
+ <stop offset="0" stop-color="#d63900"/>
14
+ <stop offset="1" stop-color="#f05a29"/>
15
+ </linearGradient>
16
+ <path d="M-9.2-6.2h338.3v338.3H-9.2z" class="st1"/>
17
+ <g class="st2">
18
+ <path d="M-9.2 262.6c0-88.2 0-176.5-.1-264.7 0-3.5.7-4.2 4.2-4.2 91.8.1 183.5.1 275.3.1 1.1 2.1 2.1 4.3 3.2 6.4 8.2 15.5 14.6 31.6 20.2 48.2-1.4 1.5-3.8 3.1-5 4.7-8.3 10.8-18.2 20-27.5 29.9-15.4 16.4-32.2 31.3-49.8 45.4-32.4 26-67.5 48-102.4 70.4-14.6 9.4-29.6 18.2-44.4 27.3-17.3 10.6-35.2 20.2-53.5 28.8-6.6 2.9-13.1 6.2-20.2 7.7z" class="st3"/>
19
+ <path d="M293.8 51c-.1-.3-.1-2.5-.3-2.7-1.3 1.2-4 3.4-5.1 4.8-6.6 8.5-18.2 20-27.4 29.8-15.4 16.4-32.2 31.3-49.8 45.4-32.4 26-67.5 48-102.4 70.4-14.6 9.4-29.6 18.2-44.4 27.3-17.3 10.6-35.2 20.2-53.5 28.8-6.4 3-12.9 6.3-20 7.8 0 22.7.1 45.3-.1 68 0 .9.1 1.5.3 2h96.3c5.1-4 10.9-6.7 16.4-10 34.9-20.8 65.9-46.9 97.9-71.8 33.7-32.4 68.1-65 85.7-108.8 5.6-13.9 8.8-28.4 10.1-43.5 1.3-16.6-.5-31.5-3.7-47.5z" class="st4"/>
20
+ <path d="M329.2-6.2h-59c1.1 2.1 2.1 4.3 3.2 6.4 7.8 14.9 14.8 32.3 20.2 48.2 1.3-2 2.1-3.5 3.3-5 4-4.9 7.8-10 11.7-15 7.6-9.7 13.9-20.3 20.7-30.5" class="st5"/>
21
+ </g>
22
+ </g>
23
+ <path d="M286.3 185.7c1 0 2-.1 3-.2.9-.1 1.7-.3 2.3-.5v4.4c-.6.3-1.5.6-2.8.7-1.2.2-2.3.3-3.3.3-7.4 0-11-3.9-11-11.6v-22.6H269v-2.8l5.5-2.4 2.4-8.1h3.3v8.8h11v4.5h-11v22.4c0 2.3.5 4.1 1.6 5.3 1.1 1.2 2.6 1.8 4.5 1.8m-35.6-29.9c-3.1 0-5.5 1-7.3 3-1.8 2-2.9 4.7-3.2 8.3h19.9c0-3.6-.8-6.4-2.4-8.4-1.6-1.9-3.9-2.9-7-2.9zm1.6 34.7c-5.6 0-10.1-1.7-13.3-5.1-3.3-3.4-4.9-8.2-4.9-14.3 0-6.1 1.5-11 4.5-14.6 3-3.6 7.1-5.4 12.2-5.4 4.8 0 8.5 1.6 11.3 4.7 2.8 3.1 4.2 7.3 4.2 12.4v3.6h-26.2c.1 4.5 1.2 7.9 3.4 10.2 2.1 2.3 5.2 3.5 9 3.5 4.1 0 8.1-.9 12.2-2.6v5.1c-2 .9-4 1.5-5.8 1.9-1.8.4-4 .6-6.6.6zm-21.6-11.1c0 3.5-1.3 6.3-4 8.2-2.6 1.9-6.3 2.9-11.1 2.9-5 0-9-.8-11.8-2.4v-5.3c1.8.9 3.8 1.7 5.9 2.2 2.1.5 4.1.8 6.1.8 3 0 5.3-.5 6.9-1.4 1.6-1 2.4-2.4 2.4-4.4 0-1.5-.6-2.8-1.9-3.8-1.3-1.1-3.8-2.3-7.5-3.7-3.5-1.3-6.1-2.5-7.6-3.5s-2.6-2.1-3.3-3.4c-.7-1.3-1.1-2.7-1.1-4.5 0-3.1 1.3-5.5 3.8-7.3 2.5-1.8 6-2.7 10.4-2.7 4.1 0 8.1.8 12 2.5l-2 4.7c-3.8-1.6-7.3-2.4-10.4-2.4-2.7 0-4.8.4-6.2 1.3-1.4.9-2.1 2-2.1 3.5 0 1 .3 1.9.8 2.6.5.7 1.4 1.4 2.5 2 1.2.6 3.4 1.6 6.7 2.8 4.5 1.6 7.6 3.3 9.2 5 1.5 1.7 2.3 3.8 2.3 6.3zm-33 10.4H192v-54h5.8v54zm-39.3-19.1c0 4.9 1 8.6 2.9 11.1s4.8 3.8 8.6 3.8 6.6-1.3 8.6-3.8 2.9-6.2 2.9-11.1c0-4.8-1-8.5-2.9-11-2-2.5-4.8-3.8-8.7-3.8-3.8 0-6.6 1.2-8.5 3.7-1.9 2.5-2.9 6.2-2.9 11.1zm29 0c0 6.2-1.6 11.1-4.7 14.5-3.1 3.5-7.4 5.2-13 5.2-3.4 0-6.4-.8-9.1-2.4-2.6-1.6-4.7-3.9-6.1-6.9-1.4-3-2.2-6.5-2.2-10.5 0-6.2 1.6-11 4.7-14.5s7.4-5.2 12.9-5.2c5.3 0 9.6 1.8 12.7 5.3 3.2 3.7 4.8 8.5 4.8 14.5zm-68.1 0c0 4.9 1 8.6 2.9 11.1s4.8 3.8 8.6 3.8 6.6-1.3 8.6-3.8 2.9-6.2 2.9-11.1c0-4.8-1-8.5-2.9-11-2-2.5-4.8-3.8-8.7-3.8-3.8 0-6.6 1.2-8.5 3.7-2 2.5-2.9 6.2-2.9 11.1zm29 0c0 6.2-1.6 11.1-4.7 14.5-3.1 3.5-7.4 5.2-13 5.2-3.4 0-6.4-.8-9.1-2.4-2.6-1.6-4.7-3.9-6.1-6.9-1.4-3-2.2-6.5-2.2-10.5 0-6.2 1.6-11 4.7-14.5s7.4-5.2 12.9-5.2c5.3 0 9.6 1.8 12.7 5.3 3.2 3.7 4.8 8.5 4.8 14.5zm-50.2 19.1h-5.9v-45.5H84V139h30.2v5.2H98.1v45.6zm-14.7-.5H28.5v-50.6h9.1v-9.1h15.9v9.1h7.4v-9.1h15.9V144h-5.1v-9.3H66v9.1H48.4v-9.1h-5.7v9.1h-9.1v40.4h49.8v5.1z" class="st6"/>
24
+ <g id="view" class="st7">
25
+ <g class="st8">
26
+ <path d="M286 30.3v-12h-12v12h-12v-12h-12v12h-12v60h60v-60h-12zm-39.3 30.2s19.4-26.3 43.2 0c-.1 0-19.4 27-43.2 0z" class="st9"/>
27
+ <path d="M268.2 52.5c-4.5 0-8.1 3.6-8.1 8.1s3.6 8.1 8.1 8.1 8.1-3.6 8.1-8.1c.1-4.5-3.6-8.1-8.1-8.1zm0 13.5c-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 3 0 5.4 2.4 5.4 5.4 0 3-2.4 5.4-5.4 5.4z" class="st9"/>
28
+ </g>
29
+ </g>
30
+ <g id="access" class="st7">
31
+ <path d="M268.7 44.5c-2.9 0-5.3 2.4-5.3 5.3v3.5H274v-3.5c-.1-2.9-2.4-5.3-5.3-5.3z" class="st10"/>
32
+ <path d="M286.3 30.5v-12h-12v12h-12v-12h-12v12h-12v60h60v-60h-12zM282 77.7c0 1.5-1.2 2.7-2.7 2.7h-21.6c-1.5 0-2.7-1.2-2.7-2.7V56c0-1.5 1.2-2.7 2.7-2.7h1.5v-3.5c0-5.2 4.3-9.5 9.5-9.5s9.5 4.3 9.5 9.5v3.5h1.1c1.5 0 2.7 1.2 2.7 2.7v21.7z" class="st10"/>
33
+ </g>
34
+ <g id="btstrp" class="st7">
35
+ <path d="M278.1 57.9h-18.9v-2.5l-4.7 4.7 4.7 4.7v-2.5h18.9v2.5l4.7-4.7-4.7-4.7z" class="st10"/>
36
+ <path d="M286.3 30.5v-12h-12v12h-12v-12h-12v12h-12v60h60v-60h-12zm2.7 42c0 1.8-1.4 3.2-3.2 3.2H271c.2 1.2 1.2 4.5 6.1 4.5v1.6h-17.5v-1.6c4.9 0 5.9-3.3 6.1-4.5h-15.2c-1.8 0-3.2-1.4-3.2-3.2V47.9c0-1.8 1.4-3.2 3.2-3.2h35.2c1.8 0 3.2 1.4 3.2 3.2v24.6h.1z" class="st10"/>
37
+ </g>
38
+ <g id="cred" class="st7">
39
+ <path d="M286.3 30.3v-12h-12v12h-12v-12h-12v12h-12v60h60v-60h-12zm-4.4 46.3c0 .2 0 .3-.1.4 0 .1-.1.2-.1.3-.1.1-.1.2-.2.3-.1.1-.1.2-.2.3l-.3.3c-.1.1-.2.2-.4.3h-.1c-.1.1-.3.2-.5.3-.2.1-.4.3-.6.4-.1.1-.3.1-.4.2l-.1.1c-.1.1-.2.1-.3.1h-.2c-.3.1-.5.2-.8.3h-.1l-.9.3h-.1c-.3.1-.7.2-1.1.3h-.1c-.4.1-.7.2-1.1.2h-.2c-.3.1-.6.1-1 .1h-.2c-.3 0-.7.1-1 .1h-.2c-.4 0-.8.1-1.2.1h-3.7c-.2 0-.4 0-.6-.1h-.3c-.3 0-.5-.1-.8-.1h-.1c-.2 0-.4-.1-.7-.1h-.2c-.3 0-.5-.1-.8-.1-.3 0-.5-.1-.8-.2h-.2c-.3-.1-.6-.1-.8-.2h-.2l-.9-.3h-.1c-.1 0-.2-.1-.4-.1l-.2-.1c-.1 0-.2-.1-.3-.1l-.1-.1h-.1l-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.1-.1-.1-.1-.1-.1-.2.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.2-.1-.1-.1-.2v-.1l-.1-.2V76l-.1-7.8v.8l.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1c.1 0 .2.1.3.1l.2.1c.1 0 .2.1.4.1l.2.1.9.3h.1c.3.1.5.1.8.2h.2c.3.1.5.1.8.2h.1c.3 0 .5.1.8.1h.2c.2 0 .4.1.7.1h.2c.3 0 .5.1.8.1h.2c.2 0 .4 0 .7.1h3.5c.4 0 .8 0 1.2-.1h.2c.3 0 .7-.1 1-.1h.2c.3 0 .7-.1 1-.1h.1c.4-.1.8-.1 1.2-.2h.1c.4-.1.7-.2 1.1-.3h.1l.9-.3h.1c.3-.1.5-.2.8-.3l.1-.1c.1 0 .2-.1.3-.1l.2-.1c.1-.1.3-.1.4-.2.2-.1.5-.3.7-.4.2-.1.3-.2.5-.3l.1-.1c.1-.1.3-.2.4-.3l.3-.3.1-.1c.1-.1.2-.2.2-.3.1-.1.1-.2.2-.3v-.1c0-.1.1-.2.1-.3 0-.1 0-.2.1-.4v-.2l.1 7.8-.1.6zm0-11.2c0 .2 0 .3-.1.4 0 .1-.1.2-.1.3-.1.1-.1.2-.2.3-.1.1-.1.2-.2.3l-.3.3c-.1.1-.2.2-.4.3h-.1c-.1.1-.3.2-.5.3-.2.1-.4.3-.6.4-.1.1-.3.1-.4.2l-.1.1c-.1.1-.2.1-.3.1h-.2c-.3.1-.5.2-.8.3h-.1l-.9.3h-.1c-.3.1-.7.2-1.1.3h-.1c-.4.1-.7.2-1.1.2h-.2c-.3.1-.6.1-1 .1h-.2c-.3 0-.7.1-1 .1h-.2c-.4 0-.8.1-1.2.1h-3.7c-.2 0-.4 0-.6-.1h-.2c-.3 0-.5-.1-.8-.1h-.1c-.2 0-.4-.1-.7-.1h-.2c-.3 0-.5-.1-.8-.1-.3 0-.5-.1-.8-.2h-.2c-.3-.1-.6-.1-.8-.2h-.2l-.9-.3h-.1c-.1 0-.2-.1-.4-.1l-.2-.1c-.1 0-.2-.1-.3-.1l-.1-.1h-.1l-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.2-.1-.1-.1-.2v-.1l-.1-.2v-.7L255 57v.8l.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1.2.1c.1 0 .2.1.3.1l.2.1c.1 0 .2.1.4.1l.2.1.9.3h.1c.3.1.5.1.8.2h.2c.3.1.5.1.8.2h.1c.3 0 .5.1.8.1h.2c.2 0 .4.1.7.1h.2c.3 0 .5.1.8.1h.2c.2 0 .4 0 .7.1h3.5c.4 0 .8 0 1.2-.1h.2c.3 0 .7-.1 1-.1h.2c.3 0 .7-.1 1-.1h.1c.4-.1.8-.1 1.2-.2h.1c.4-.1.7-.2 1.1-.3h.1l.9-.3h.1c.3-.1.5-.2.8-.3l.1-.1c.1 0 .2-.1.3-.1l.2-.1c.1-.1.3-.1.4-.2.2-.1.5-.3.7-.4.2-.1.3-.2.5-.3l.1-.1c.1-.1.3-.2.4-.3l.3-.3.1-.1c.1-.1.2-.2.2-.3.1-.1.1-.2.2-.3v-.1c0-.1.1-.2.1-.3 0-.1 0-.2.1-.4V57l.1 7.8-.1.6zm0-11.2c0 .2 0 .3-.1.4 0 .1-.1.2-.1.3-.1.1-.1.2-.2.3-.1.1-.1.2-.2.3l-.3.3c-.1.1-.2.2-.4.3h-.1c-.1.1-.3.2-.5.3-.2.1-.4.3-.6.4-.1.1-.3.1-.4.2l-.1.1c-.1.1-.2.1-.3.1h-.2c-.3.1-.5.2-.8.3h-.1l-.9.3h-.1c-.3.1-.7.2-1.1.3h-.1c-.4.1-.7.2-1.1.2h-.2c-.3.1-.6.1-1 .1h-.2c-.3 0-.7.1-1 .1h-.2c-.4 0-.8.1-1.2.1h-3.6c-.2 0-.4 0-.6-.1h-.2c-.3 0-.5-.1-.8-.1h-.1c-.2 0-.4-.1-.7-.1h-.2c-.3 0-.5-.1-.8-.1-.3 0-.5-.1-.8-.2h-.2c-.3-.1-.6-.1-.8-.2h-.2l-.9-.3h-.1c-.1 0-.2-.1-.4-.1l-.2-.1c-.1 0-.2-.1-.3-.1l-.1-.1h-.1l-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.2-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.2-.1-.1-.1-.2v-.1l-.1-.2v-.7l-.1-6.8v-1.1.5c.6-2.8 6.3-4.9 13.3-4.8 7 .1 12.8 2.4 13.4 5.2v-.5l.1 7.8-.2.5z" class="st10"/>
40
+ </g>
41
+ <g id="layout" class="st7">
42
+ <path d="M286 30.2v-12h-12v12h-12v-12h-12v12h-12v60h60v-60h-12zm-29.3 52h-11V55h11v27.2zm33.3 0h-30.5V55H290v27.2zm0-30h-44.3V40.5H290v11.7z" class="st10"/>
43
+ </g>
44
+ <g id="module" class="st7">
45
+ <path d="M286 30.3v-12h-12v12h-12v-12h-12v12h-12v60h60v-60h-12zm-19.9 53.5l-18.4-10.6V53.9l18.4 10.9v19zM288 73.2l-18.3 10.6V65.2l18.3-11v19zm0-23.2l-19.7 11.8-20.3-12 19.8-11.5L288 50z" class="st10"/>
46
+ </g>
47
+ <g id="Packager" class="st7">
48
+ <path d="M254.4 69.6h8.3v7.3h10.8v-7.3h8.3l-13.6-11z" class="st10"/>
49
+ <path d="M286.7 30.5V18.2h-12.3v12.3H262V18.2h-12.3v12.3h-12.3v61.7H299V30.5h-12.3zm1.9 49.5c.1 1.2-.9 2.3-2.2 2.3h-36.7c-1.2 0-2.3-1-2.3-2.3V53.9l7.9-7.9h25.3l7.9 7.9.1 26.1z" class="st10"/>
50
+ <path d="M256.8 49.9l-3.5 3.5h29.8l-3.4-3.5z" class="st10"/>
51
+ </g>
52
+ <g id="Toolset_refsite" class="st7">
53
+ <path d="M287.1 29.6V17.1h-12.5v12.5h-12.5V17.1h-12.5v12.5H237v62.7h62.7V29.6h-12.6zm-17.4 55.5l-10.9-14.3h5.4v-6.1h10.9v6.1h5.3l-10.7 14.3zm5.4-24.4v2.7h-10.9v-2.7h10.9zm-10.8-1.4v-2.7h10.9v2.7h-10.9zm28.4 17.4c0 1.4-1.2 2.6-2.6 2.6h-7.8v-3h7.5V46.6h-41.6v29.7h8.4v3h-8.8c-1.4 0-2.6-1.2-2.6-2.6V43.3c0-1.4 1.2-2.6 2.6-2.6h42.4c1.4 0 2.6 1.2 2.6 2.6v33.4z" class="st10"/>
54
+ <path d="M277.8 42.5h11.9v2.2h-11.9zm-29.7 0h2.4v2.2h-2.4z" class="st10"/>
55
+ </g>
56
+ <g id="Toolset_support" class="st7">
57
+ <path d="M286.9 28.5V16h-12.5v12.5h-12.5V16h-12.5v12.5h-12.5v62.6h62.6V28.5h-12.6zm1.3 38.1c-.2.2-.5.6-.5.9-.6 4.4-2.5 8.2-5.8 11.2-1.6 1.5-3.5 2.3-5.7 2-.8-.1-1.3.1-1.7.9-1.9 3-7.2 3-9.2 0-1.4-2.1-.6-4.7 1.9-5.9 2.8-1.4 6-.5 7.7 2.2.1.2.4.3.6.3h2.4c.3 0 .6-.1.8-.2 3.6-2.3 5.5-5.7 6.4-9.9h-.7c-1.5 0-2.2-.6-2.2-2.2V54.7c0-1 .2-1.9 1.2-2.4-1.5-4.5-6.8-10.5-15-10.6-7.4-.1-13.3 4.8-15.5 10.6 1.2.5 1.3 1.5 1.3 2.6v10.9c0 1.7-.8 2.4-2.5 2.3-3.1-.3-5.5-2.5-6.1-5.9-.6-3.5 0-6.6 3.1-8.9.2-.2.4-.6.5-.9 2-5.6 5.5-9.8 10.9-12.4 8.6-4 18.8-1.2 24.3 6.5 1.3 1.9 2.4 3.9 3.1 6.1.1.3.3.6.6.8 3.8 3 4 10 .1 13.2z" class="st10"/>
58
+ </g>
59
+ <g id="Types_logo" class="st7">
60
+ <path d="M286.9 28.9V16.3h-12.5v12.5h-12.5V16.3h-12.5v12.5h-12.5v62.6h62.6V28.9h-12.6zm-42.8 20.6c0-.6.4-1.2.6-1.4.2-.2.9-.4 1.6-.4h1.3c.9 0 1.5.1 1.8-.1.3-.2.5-.6.7-1.4l.2-.9c.2-.6.4-1.2.7-1.3.3-.2.9-.4 1.8-.4h7.6c.8 0 1.3.3 1.5.4.2.2.4.7.6 1.3l.2 1c.2.8.4 1.1.7 1.3.3.2 1.1.1 2.4.1h14.3c1 0 1.4.8 1.4 1.9v2.3h-23.9c-1.5 0-2.4-.1-2.8.2-.4.2-1.1.9-1.8 2.1l-9.1 17.2V49.5zm49.1 7.1l-9.1 18.2h-36.9l9.4-18.3c.3-.6.6-1.1.9-1.2.3-.2.9-.3 1.7-.3h33.3c.8 0 1.2.2 1.3.5-.1 0-.3.4-.6 1.1z" class="st10"/>
61
+ </g>
62
+ </svg>
vendor/otgs/icons/plugin-icons/toolset/types/icon-128x128.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/toolset/types/icon-256x256.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/toolset/types/icon.svg ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 320 320">
2
+ <defs>
3
+ <path id="a" d="M312.5 317.5H7.5c-2.8 0-5-2.2-5-5V7.5c0-2.8 2.2-5 5-5h305c2.8 0 5 2.2 5 5v305c0 2.8-2.2 5-5 5z"/>
4
+ </defs>
5
+ <clipPath id="b">
6
+ <use xlink:href="#a" overflow="visible"/>
7
+ </clipPath>
8
+ <g clip-path="url(#b)">
9
+ <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="160.009" y1="332.14" x2="160.009" y2="-6.196">
10
+ <stop offset="0" stop-color="#d63900"/>
11
+ <stop offset="1" stop-color="#f05a29"/>
12
+ </linearGradient>
13
+ <path fill="url(#c)" d="M-9.2-6.2h338.3v338.3H-9.2z"/>
14
+ <g opacity=".3">
15
+ <path fill="#F5944C" d="M-9.2 262.6c0-88.2 0-176.5-.1-264.7 0-3.5.7-4.2 4.2-4.2 91.8.1 183.5.1 275.3.1 1.1 2.1 2.1 4.3 3.2 6.4 8.2 15.5 14.6 31.6 20.2 48.2-1.4 1.5-3.8 3.1-5 4.7-8.3 10.8-18.2 20-27.5 29.9-15.4 16.4-32.2 31.3-49.8 45.4-32.4 26-67.5 48-102.4 70.4-14.6 9.4-29.6 18.2-44.4 27.3-17.3 10.6-35.2 20.2-53.5 28.8-6.6 2.9-13.1 6.2-20.2 7.7z"/>
16
+ <path fill="#EF6E44" d="M293.8 51c-.1-.3-.1-2.5-.3-2.7-1.3 1.2-4 3.4-5.1 4.8-6.6 8.5-18.2 20-27.4 29.8-15.4 16.4-32.2 31.3-49.8 45.4-32.4 26-67.5 48-102.4 70.4-14.6 9.4-29.6 18.2-44.4 27.3-17.3 10.6-35.2 20.2-53.5 28.8-6.4 3-12.9 6.3-20 7.8 0 22.7.1 45.3-.1 68 0 .9.1 1.5.3 2h96.3c5.1-4 10.9-6.7 16.4-10 34.9-20.8 65.9-46.9 97.9-71.8 33.7-32.4 68.1-65 85.7-108.8 5.6-13.9 8.8-28.4 10.1-43.5 1.3-16.6-.5-31.5-3.7-47.5z"/>
17
+ <path opacity=".6" fill="#FFD059" d="M329.2-6.2h-59c1.1 2.1 2.1 4.3 3.2 6.4 7.8 14.9 14.8 32.3 20.2 48.2 1.3-2 2.1-3.5 3.3-5 4-4.9 7.8-10 11.7-15 7.6-9.7 13.9-20.3 20.7-30.5"/>
18
+ </g>
19
+ </g>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFF" stroke="#FFF" stroke-miterlimit="10" d="M286.3 191.7c1 0 2-.1 3-.2.9-.1 1.7-.3 2.3-.5v4.4c-.6.3-1.5.6-2.8.7-1.2.2-2.3.3-3.3.3-7.4 0-11-3.9-11-11.6v-22.6H269v-2.8l5.5-2.4 2.4-8.1h3.3v8.8h11v4.5h-11v22.4c0 2.3.5 4.1 1.6 5.3 1.1 1.2 2.6 1.8 4.5 1.8m-35.6-29.9c-3.1 0-5.5 1-7.3 3-1.8 2-2.9 4.7-3.2 8.3h19.9c0-3.6-.8-6.4-2.4-8.4-1.6-1.9-3.9-2.9-7-2.9zm1.6 34.7c-5.6 0-10.1-1.7-13.3-5.1-3.3-3.4-4.9-8.2-4.9-14.3 0-6.1 1.5-11 4.5-14.6 3-3.6 7.1-5.4 12.2-5.4 4.8 0 8.5 1.6 11.3 4.7 2.8 3.1 4.2 7.3 4.2 12.4v3.6h-26.2c.1 4.5 1.2 7.9 3.4 10.2 2.1 2.3 5.2 3.5 9 3.5 4.1 0 8.1-.9 12.2-2.6v5.1c-2 .9-4 1.5-5.8 1.9-1.8.4-4 .6-6.6.6zm-21.6-11.1c0 3.5-1.3 6.3-4 8.2-2.6 1.9-6.3 2.9-11.1 2.9-5 0-9-.8-11.8-2.4v-5.3c1.8.9 3.8 1.7 5.9 2.2 2.1.5 4.1.8 6.1.8 3 0 5.3-.5 6.9-1.4 1.6-1 2.4-2.4 2.4-4.4 0-1.5-.6-2.8-1.9-3.8-1.3-1.1-3.8-2.3-7.5-3.7-3.5-1.3-6.1-2.5-7.6-3.5s-2.6-2.1-3.3-3.4c-.7-1.3-1.1-2.7-1.1-4.5 0-3.1 1.3-5.5 3.8-7.3 2.5-1.8 6-2.7 10.4-2.7 4.1 0 8.1.8 12 2.5l-2 4.7c-3.8-1.6-7.3-2.4-10.4-2.4-2.7 0-4.8.4-6.2 1.3-1.4.9-2.1 2-2.1 3.5 0 1 .3 1.9.8 2.6.5.7 1.4 1.4 2.5 2 1.2.6 3.4 1.6 6.7 2.8 4.5 1.6 7.6 3.3 9.2 5 1.5 1.7 2.3 3.8 2.3 6.3zm-33 10.4H192v-54h5.8v54zm-39.3-19.1c0 4.9 1 8.6 2.9 11.1s4.8 3.8 8.6 3.8 6.6-1.3 8.6-3.8 2.9-6.2 2.9-11.1c0-4.8-1-8.5-2.9-11-2-2.5-4.8-3.8-8.7-3.8-3.8 0-6.6 1.2-8.5 3.7-1.9 2.5-2.9 6.2-2.9 11.1zm29 0c0 6.2-1.6 11.1-4.7 14.5-3.1 3.5-7.4 5.2-13 5.2-3.4 0-6.4-.8-9.1-2.4-2.6-1.6-4.7-3.9-6.1-6.9-1.4-3-2.2-6.5-2.2-10.5 0-6.2 1.6-11 4.7-14.5s7.4-5.2 12.9-5.2c5.3 0 9.6 1.8 12.7 5.3 3.2 3.7 4.8 8.5 4.8 14.5zm-68.1 0c0 4.9 1 8.6 2.9 11.1s4.8 3.8 8.6 3.8 6.6-1.3 8.6-3.8 2.9-6.2 2.9-11.1c0-4.8-1-8.5-2.9-11-2-2.5-4.8-3.8-8.7-3.8-3.8 0-6.6 1.2-8.5 3.7-2 2.5-2.9 6.2-2.9 11.1zm29 0c0 6.2-1.6 11.1-4.7 14.5-3.1 3.5-7.4 5.2-13 5.2-3.4 0-6.4-.8-9.1-2.4-2.6-1.6-4.7-3.9-6.1-6.9-1.4-3-2.2-6.5-2.2-10.5 0-6.2 1.6-11 4.7-14.5s7.4-5.2 12.9-5.2c5.3 0 9.6 1.8 12.7 5.3 3.2 3.7 4.8 8.5 4.8 14.5zm-50.2 19.1h-5.9v-45.5H84V145h30.2v5.2H98.1v45.6zm-14.7-.5H28.5v-50.6h9.1v-9.1h15.9v9.1h7.4v-9.1h15.9V150h-5.1v-9.3H66v9.1H48.4v-9.1h-5.7v9.1h-9.1v40.4h49.8v5.1z"/>
21
+ <g>
22
+ <path fill="#FFD059" d="M286.9 28.9V16.3h-12.5v12.5h-12.5V16.3h-12.5v12.5h-12.5v62.6h62.6V28.9h-12.6zm-42.8 20.6c0-.6.4-1.2.6-1.4.2-.2.9-.4 1.6-.4h1.3c.9 0 1.5.1 1.8-.1.3-.2.5-.6.7-1.4l.2-.9c.2-.6.4-1.2.7-1.3.3-.2.9-.4 1.8-.4h7.6c.8 0 1.3.3 1.5.4.2.2.4.7.6 1.3l.2 1c.2.8.4 1.1.7 1.3.3.2 1.1.1 2.4.1h14.3c1 0 1.4.8 1.4 1.9v2.3h-23.9c-1.5 0-2.4-.1-2.8.2-.4.2-1.1.9-1.8 2.1l-9.1 17.2V49.5zm49.1 7.1l-9.1 18.2h-36.9l9.4-18.3c.3-.6.6-1.1.9-1.2.3-.2.9-.3 1.7-.3h33.3c.8 0 1.2.2 1.3.5-.1 0-.3.4-.6 1.1z"/>
23
+ </g>
24
+ </svg>
vendor/otgs/icons/plugin-icons/toolset/views/icon-128x128.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/toolset/views/icon-256x256.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/toolset/views/icon.svg ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 320 320">
2
+ <defs>
3
+ <path id="a" d="M312.5 317.5H7.5c-2.8 0-5-2.2-5-5V7.5c0-2.8 2.2-5 5-5h305c2.8 0 5 2.2 5 5v305c0 2.8-2.2 5-5 5z"/>
4
+ </defs>
5
+ <clipPath id="b">
6
+ <use xlink:href="#a" overflow="visible"/>
7
+ </clipPath>
8
+ <g clip-path="url(#b)">
9
+ <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="160.009" y1="332.14" x2="160.009" y2="-6.196">
10
+ <stop offset="0" stop-color="#d63900"/>
11
+ <stop offset="1" stop-color="#f05a29"/>
12
+ </linearGradient>
13
+ <path fill="url(#c)" d="M-9.2-6.2h338.3v338.3H-9.2z"/>
14
+ <g opacity=".3">
15
+ <path fill="#F5944C" d="M-9.2 262.6c0-88.2 0-176.5-.1-264.7 0-3.5.7-4.2 4.2-4.2 91.8.1 183.5.1 275.3.1 1.1 2.1 2.1 4.3 3.2 6.4 8.2 15.5 14.6 31.6 20.2 48.2-1.4 1.5-3.8 3.1-5 4.7-8.3 10.8-18.2 20-27.5 29.9-15.4 16.4-32.2 31.3-49.8 45.4-32.4 26-67.5 48-102.4 70.4-14.6 9.4-29.6 18.2-44.4 27.3-17.3 10.6-35.2 20.2-53.5 28.8-6.6 2.9-13.1 6.2-20.2 7.7z"/>
16
+ <path fill="#EF6E44" d="M293.8 51c-.1-.3-.1-2.5-.3-2.7-1.3 1.2-4 3.4-5.1 4.8-6.6 8.5-18.2 20-27.4 29.8-15.4 16.4-32.2 31.3-49.8 45.4-32.4 26-67.5 48-102.4 70.4-14.6 9.4-29.6 18.2-44.4 27.3-17.3 10.6-35.2 20.2-53.5 28.8-6.4 3-12.9 6.3-20 7.8 0 22.7.1 45.3-.1 68 0 .9.1 1.5.3 2h96.3c5.1-4 10.9-6.7 16.4-10 34.9-20.8 65.9-46.9 97.9-71.8 33.7-32.4 68.1-65 85.7-108.8 5.6-13.9 8.8-28.4 10.1-43.5 1.3-16.6-.5-31.5-3.7-47.5z"/>
17
+ <path opacity=".6" fill="#FFD059" d="M329.2-6.2h-59c1.1 2.1 2.1 4.3 3.2 6.4 7.8 14.9 14.8 32.3 20.2 48.2 1.3-2 2.1-3.5 3.3-5 4-4.9 7.8-10 11.7-15 7.6-9.7 13.9-20.3 20.7-30.5"/>
18
+ </g>
19
+ </g>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFF" stroke="#FFF" stroke-miterlimit="10" d="M286.3 191.7c1 0 2-.1 3-.2.9-.1 1.7-.3 2.3-.5v4.4c-.6.3-1.5.6-2.8.7-1.2.2-2.3.3-3.3.3-7.4 0-11-3.9-11-11.6v-22.6H269v-2.8l5.5-2.4 2.4-8.1h3.3v8.8h11v4.5h-11v22.4c0 2.3.5 4.1 1.6 5.3 1.1 1.2 2.6 1.8 4.5 1.8m-35.6-29.9c-3.1 0-5.5 1-7.3 3-1.8 2-2.9 4.7-3.2 8.3h19.9c0-3.6-.8-6.4-2.4-8.4-1.6-1.9-3.9-2.9-7-2.9zm1.6 34.7c-5.6 0-10.1-1.7-13.3-5.1-3.3-3.4-4.9-8.2-4.9-14.3 0-6.1 1.5-11 4.5-14.6 3-3.6 7.1-5.4 12.2-5.4 4.8 0 8.5 1.6 11.3 4.7 2.8 3.1 4.2 7.3 4.2 12.4v3.6h-26.2c.1 4.5 1.2 7.9 3.4 10.2 2.1 2.3 5.2 3.5 9 3.5 4.1 0 8.1-.9 12.2-2.6v5.1c-2 .9-4 1.5-5.8 1.9-1.8.4-4 .6-6.6.6zm-21.6-11.1c0 3.5-1.3 6.3-4 8.2-2.6 1.9-6.3 2.9-11.1 2.9-5 0-9-.8-11.8-2.4v-5.3c1.8.9 3.8 1.7 5.9 2.2 2.1.5 4.1.8 6.1.8 3 0 5.3-.5 6.9-1.4 1.6-1 2.4-2.4 2.4-4.4 0-1.5-.6-2.8-1.9-3.8-1.3-1.1-3.8-2.3-7.5-3.7-3.5-1.3-6.1-2.5-7.6-3.5s-2.6-2.1-3.3-3.4c-.7-1.3-1.1-2.7-1.1-4.5 0-3.1 1.3-5.5 3.8-7.3 2.5-1.8 6-2.7 10.4-2.7 4.1 0 8.1.8 12 2.5l-2 4.7c-3.8-1.6-7.3-2.4-10.4-2.4-2.7 0-4.8.4-6.2 1.3-1.4.9-2.1 2-2.1 3.5 0 1 .3 1.9.8 2.6.5.7 1.4 1.4 2.5 2 1.2.6 3.4 1.6 6.7 2.8 4.5 1.6 7.6 3.3 9.2 5 1.5 1.7 2.3 3.8 2.3 6.3zm-33 10.4H192v-54h5.8v54zm-39.3-19.1c0 4.9 1 8.6 2.9 11.1s4.8 3.8 8.6 3.8 6.6-1.3 8.6-3.8 2.9-6.2 2.9-11.1c0-4.8-1-8.5-2.9-11-2-2.5-4.8-3.8-8.7-3.8-3.8 0-6.6 1.2-8.5 3.7-1.9 2.5-2.9 6.2-2.9 11.1zm29 0c0 6.2-1.6 11.1-4.7 14.5-3.1 3.5-7.4 5.2-13 5.2-3.4 0-6.4-.8-9.1-2.4-2.6-1.6-4.7-3.9-6.1-6.9-1.4-3-2.2-6.5-2.2-10.5 0-6.2 1.6-11 4.7-14.5s7.4-5.2 12.9-5.2c5.3 0 9.6 1.8 12.7 5.3 3.2 3.7 4.8 8.5 4.8 14.5zm-68.1 0c0 4.9 1 8.6 2.9 11.1s4.8 3.8 8.6 3.8 6.6-1.3 8.6-3.8 2.9-6.2 2.9-11.1c0-4.8-1-8.5-2.9-11-2-2.5-4.8-3.8-8.7-3.8-3.8 0-6.6 1.2-8.5 3.7-2 2.5-2.9 6.2-2.9 11.1zm29 0c0 6.2-1.6 11.1-4.7 14.5-3.1 3.5-7.4 5.2-13 5.2-3.4 0-6.4-.8-9.1-2.4-2.6-1.6-4.7-3.9-6.1-6.9-1.4-3-2.2-6.5-2.2-10.5 0-6.2 1.6-11 4.7-14.5s7.4-5.2 12.9-5.2c5.3 0 9.6 1.8 12.7 5.3 3.2 3.7 4.8 8.5 4.8 14.5zm-50.2 19.1h-5.9v-45.5H84V145h30.2v5.2H98.1v45.6zm-14.7-.5H28.5v-50.6h9.1v-9.1h15.9v9.1h7.4v-9.1h15.9V150h-5.1v-9.3H66v9.1H48.4v-9.1h-5.7v9.1h-9.1v40.4h49.8v5.1z"/>
21
+ <g>
22
+ <g fill="#FFD059">
23
+ <path d="M286 30.3v-12h-12v12h-12v-12h-12v12h-12v60h60v-60h-12zm-39.3 30.2s19.4-26.3 43.2 0c-.1 0-19.4 27-43.2 0z"/>
24
+ <path d="M268.2 52.5c-4.5 0-8.1 3.6-8.1 8.1s3.6 8.1 8.1 8.1 8.1-3.6 8.1-8.1c.1-4.5-3.6-8.1-8.1-8.1zm0 13.5c-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 3 0 5.4 2.4 5.4 5.4 0 3-2.4 5.4-5.4 5.4z"/>
25
+ </g>
26
+ </g>
27
+ </svg>
vendor/otgs/icons/plugin-icons/wpml/acfml/icon-128.x128.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/wpml/acfml/icon-256x256.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/wpml/acfml/icon.svg ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="icon" viewBox="0 0 320 320">
2
+ <style>
3
+ .st0{clip-path:url(#SVGID_2_)}.st1{fill:url(#bg_2_)}.st2{opacity:.15}.st3{fill:none}.st4,.st5{fill:#fff}.st5{stroke:#fff;stroke-width:.75;stroke-miterlimit:10}.st6{fill:#29a8e0}
4
+ </style>
5
+ <defs>
6
+ <path id="SVGID_1_" d="M312.5 317.5H7.5c-2.8 0-5-2.2-5-5V7.5c0-2.8 2.2-5 5-5h305c2.8 0 5 2.2 5 5v305c0 2.8-2.2 5-5 5z"/>
7
+ </defs>
8
+ <clipPath id="SVGID_2_">
9
+ <use overflow="visible" xlink:href="#SVGID_1_"/>
10
+ </clipPath>
11
+ <g class="st0">
12
+ <g id="bg_1_">
13
+ <g id="mask">
14
+ <linearGradient id="bg_2_" x1="321" x2="-1" y1="161.1" y2="161.1" gradientTransform="matrix(1 0 0 -1 0 321)" gradientUnits="userSpaceOnUse">
15
+ <stop offset="0" stop-color="#33879e"/>
16
+ <stop offset=".29" stop-color="#3389a1" stop-opacity=".82"/>
17
+ <stop offset=".52" stop-color="#318dab" stop-opacity=".69"/>
18
+ <stop offset=".72" stop-color="#2f96bb" stop-opacity=".57"/>
19
+ <stop offset=".91" stop-color="#2ba1d2" stop-opacity=".45"/>
20
+ <stop offset="1" stop-color="#29a8e0" stop-opacity=".4"/>
21
+ </linearGradient>
22
+ <path id="bg" d="M-1-.3h322v320.5H-1V-.3z" class="st1"/>
23
+ <g>
24
+ <g id="earth" class="st2">
25
+ <path d="M18 299.1c-9.1 10.7-9.1 10.7 3.7 20.9v.1h84.5l39.6-16.1-73.4-52.6c0 .6-.3 1.5-1 2.7.3.9 1 1.7 1.1 2.7 0 .2-.1.5-.2.6-.7 1.2-1.7 2.2-2.4 3.4-.3.5-.2 1.1-.5 1.7-.1.1-.1.2-.2.2-1.1 1.1-2.2 1-3.7.8-.7-.1-1.9-.2-2.8.1.3 0 .7 0 1.1.3.4.3.6.8.9 1.5.5 1.4.4 3.1-.8 3.3-1.3.2-4.3-3.5-4.6-4.6v-.1c-.5-1.6.3-2.9 1-4.1.6-1.1.8-1.8.3-3.6-.4-1.5-1.2-3.1-1.6-3.9-.5-1-.9-1.6-.9-2 0-.1.1-.2.1-.4.4-.2.9-.2 3.7 1.1 2.7 1.1 9 3.8 9.6 2.9-.2-.7-.7-2.8.2-3.3L57 240.4c.7.7 1.4 1.3 2 2 1.1 1.2.9 1.8.9 2-.2.8-.8.4-1.9-.2-.7-.4-.9-.3-1.1 0-.3.7.3 1.4 0 2-1.6-1.2-5.4-7.3-8.2-11.9l-3.3-2.4-.2-.1-2.4 1.7c.7 1.6 1.4 3.2 1.6 4.7.4 1.9 1.9 10.9-.8 21.9-.2 1.1-.6 2.3-1 3.4-1.5 4.7-7.8 2.2-9.6 6.4-.7 1.6-1 3.3-1.1 5.1-.2 2-.3 4.2-.9 6.1l5.5 10.7c2.5 2 4.9 4.2 5.5 7.8.2 1.3.3 2.3.1 3-.6 1.9-2.8 2.8-8 5-2.8-4.2-1.6-10.2-5.9-13.7-.7.1-1.5.2-2.2.4-.1 0-.2 0-.2.1-3-2-1.5-7.3-5.9-8.3-1.5-.3-1.5-.3-8.5 5.1l-1.1-.6c-.5-2.4-.3-4.9-.6-7.3l-.3 13.1c2.9-.4 7.1-.7 8.6 2.7zm31.1 7.8c1.4-2.4 1.9-3.3 3.8-5.9 2-2.7 5.6-1.6 8-3.3 3.4-2.4-.7-6.1 1.5-8.6 3.3 1.6 3.3 1.6 4.2-.2 0-.1 2.1-4.7-.5-11.4-1-2.4-1.5-3.9-1.8-5.1-.3-1.4-.2-2.2.2-3.3 2.2-1.1 4.1.6 5.6 2.8 2.2 3.3 3.5 7.9 3.5 8 1.9 10.4 2.6 14.5 2.8 16.2.1 1.1 0 1.2-.2 1.4-.1 0-.2 0-.2-.1-.5-.2-.9-.4-1.6-1.2-.6 1.1-.4 2.7-1.7 3.4-1.6 1-4 .5-5 2.5-.7 1.5-.7 3.3-2 4.5-.1.1-1.2.7-2.3-.3-1.2-1.1-1.1-5.2-3.1-3.9-.2 1.7 1.1 2.9 1.4 4.6-1.3 1.4-3.2 2.1-4 3.9-5.2-1.1-.8-4.9.6-6.1-6.1 2-6.7 2.8-6.9 3.3 1 2.5 3 4.5 4 7.1.3 1 .3 2.5-.2 3.4-1.5 2.5-3.1 1.9-4.3.6-.8-.9-1.3-2-1.6-3.1l-1.1-2v.2c-.4-.4-.8-1-.9-2 0-1.3.3-2.8 1.8-5.4zm16.5-21.7c.2 0 .5.2.5.5s-.2.5-.3.6c-.5-.4-.6-.7-.2-1.1zM52.2 184.4c-1-2.1-1.9-4.2-2.7-6.4-1.1-2.9-2.3-5.8-3.4-8.6-3.2-7.9-6.7-15.7-12.3-22.1-.4.1-.9.2-1.2.2 1.9 3.2 3.7 4.2 4.4 4.7 1.3 5.6 1.3 5.6.5 7.2-2-.8-2.4-3.7-4.7-4.2-.9-.2-2.8 1.1-3.5 3.7-.8 2.9.1 7.2 6.2 12.5 0 .1-.7 2.4-3.2 5-6.4-2.9-6.4-2.9-7-2.8-.4.7-.6 1.8-.5 2.6-.2.2-.5.2-.7.4-10 5.3-10.1 5.4-10.3 6-1.3 3.7-1.2 7.3-.9 11l39.3-9.2z" class="st3"/>
26
+ <path d="M62.8 263.8c-.1 0-.2.1-.2.1 0-.1.1-.1.2-.1zM18.1 103.7c.1 0 .2 0 .2.1l-.2-.2v.1zM163.8 318.1l-9.3-24.8c-1.2.3-2.4.3-3.6 0l-1.2 3.4-2.5 7.1 9.5 8.1 7.1 6.2zM91.3 78.1L37 52.1l103.4 64.7zM84 121.3L43.8 67 33.6 53.2c-.3.3-.6.6-1.1.8l33.3 126.2L84 121.3zM125.7 172.4c.5 1 .7 2 .6 3.1l2.3.3 62.5 8.6-41-57.8c-.2.2-.5.2-.7.4-1.7.7-3.5.7-5.1.1L123 169.6c1.2.6 2.2 1.5 2.7 2.8zM66.3 181.3l47.3-5.9c-.1-2.1.8-4.2 2.5-5.5l-31.5-47.7-18.3 59.1zM113.7 176.2l-47.2 5.9L149 282c.3-.2.7-.5 1.1-.7.2-.1.3-.2.5-.2l-29.3-100c-2.8.7-5.9-.7-7.2-3.5-.2-.4-.3-.9-.4-1.4zM51.5 227.9c.2.2.4.5.6.7.1.4.2.6 0 1.2l95.3 54c.2-.4.6-.8 1-1.1L129.8 260l-61-74.1c.5.9 1 1.9 1.3 2.9-.2.3-.4.7-.6 1-.1.1-.1.2-.2.2 4.4 14.4 5.5 18.4 5.7 19.7.1.5 0 .7-.1.9-6.1-3-10.6-7.1-14.3-11.8a56.8 56.8 0 0 1-6.7-11L17.5 205c.7 1.6.6 3.3-.1 4.9.9.4 1.9.8 2.7 1.4.2-.3.6-.7.8-1l1.3 2.1c2.2-.6 2.9-3.8 5.9-3 1.9.6 3.2 1.8 4.3 3.1l.7-1.8c-.4-1.3-.8-2.6-1.3-3.8.7.3 1.2.7 2.3 1.6 2.2 1.9 6.6 6.5 17.4 19.4zM77 239.2c.2-.1.6 0 .7.5.1.5-.4 2.5-.8 2.3-.5-.2-.7-2.4.1-2.8zM142 300.2l4.6 3.3 3.7-10.3c-1.4-.6-2.5-1.7-3.3-3.2-.8-1.8-.7-3.8.1-5.4l-3-1.7L75.6 244v.1c.1.3-.1 1-.3 1.8-.4 1.1-1 2.3-1.4 3.4 0-.2-.1-.2-.1-.4-.3-1.6-.5-2.5-.3-3.4.2-1.3.9-1.6 1.2-1.7.2 0 .2-.1.4-.1l-23.2-13.1c-.6 3-.2 4.2 1.3 6l88.8 63.6zM135.7 320.1l9.9-15.2-37.4 15.2zM212.4 250.1l-54.2 34.1c.1.1.2.2.2.4 1.5 3.2.1 6.9-3.1 8.4l9.6 25.6 48.7-67.3c-.5-.3-.9-.7-1.2-1.2zM9.1 296.9l.3-14.4c-.2 0-.6.1-.7.2-2.4 1.3-5.3 4.9-6.6 8.3l1.6 6.9c1 .5 2.4.7 4.2.7-.1-.3-.2-.8-.2-1.2.2-.1.7-.3 1.4-.5zM18.9 100.2c6.3 2.8 14.3 11.2 14.4 11.3.1.2-.1.5 0 .7-.3.1-.8.2-1.2.3l-.7.8c-.8-.1-2-.6-2.7-1-.1.8-.6 1.8-1.1 2.4-.8-.4-1.9-.8-2.7-1.1 3.3 4 8.8 6.1 10 11.8 12.8 5.1 13.7 6.9 15 9.5-4.1 3.1-2.1 6.7.2 10.4 1.8 2.8 3.8 5.5 3.7 8.4-1.4.1-2.8-.2-4.2-.1-.4 1.4 0 2.9-.6 4.2-.3-.1-.8-.1-1.1-.2l-.1.6c.7 5.5 3.5 9.5 7 13.1 3.3 3.3 7.2 6.3 10.2 9.8L31.7 54.5c-.7.3-1.5.5-2.2.5l-3.4 14.5-7.2 30.7zm34.9 67.4c-2-1-2.4-4.3-1.5-4.5.1 0 .3 0 .6.7.6 1.2 1.1 3.7 1.1 4 0-.1-.1-.2-.2-.2zM163.5 320.1l.7-.6-17.4-14.8-10.1 15.4zM17.3 103.5l.2-.7c-.8-.8-1.6-1.6-2.2-2.4.3-.2.7-.7 1.1-.9.6.1 1.2.2 1.8.5L22 83.3 28.7 55c-3.5-.3-6.1-3.4-5.8-6.9 0-.3.1-.6.2-1M124.8 179.1c-.6.7-1.3 1.3-2.2 1.7-.2.1-.3.2-.5.2l29.3 100c2.4-.6 5 .4 6.5 2.4l54.2-34.1c-.1-.1-.2-.2-.2-.4-.9-2-.7-4.3.4-6l-87.5-63.8zM191.6 185.3l-65.5-9.1c-.2.7-.4 1.5-.8 2.1l73.5 53.7 14 10.2c.6-.7 1.2-1.2 2-1.6l-23.2-55.3zM17 204.2l36.3-17.1c-.3-.7-.6-1.2-.9-1.9l-39.5 9.1c.2 2.4.6 4.7.6 7 1.6.5 2.8 1.5 3.5 2.9zM140.3 121.6H85.2l31.6 47.8.5-.2c1.7-.7 3.5-.7 5.1-.1l21.1-42.4a6.69 6.69 0 0 1-3.2-5.1zM84.7 120.8h55.7c.1-.9.3-1.8.7-2.6L34.8 51.7c-.2.3-.4.7-.6 1l18.3 24.6 32.2 43.5zM225.2 320.1l-7.4-67.4c-1.3.1-2.6-.3-3.7-1l-17.6 24.4-31.2 43.2 2 .8h57.9z" class="st3"/>
27
+ <path d="M18.3 299c-1.5-3.4-5.7-3.1-8.4-2.4l.3-13.1c.2 2.4.1 4.9.6 7.3l1.1.6c7-5.5 7-5.5 8.5-5.1 4.5 1 2.9 6.3 5.9 8.3.1 0 .2 0 .2-.1.6-.2 1.5-.3 2.2-.4 4.3 3.5 3.2 9.5 5.9 13.7 5.2-2.2 7.4-3.1 8-5 .2-.8.2-1.7-.1-3-.7-3.5-3-5.7-5.5-7.8l-5.5-10.7c.5-2 .6-4.1.9-6.1.2-1.8.5-3.5 1.1-5.1 1.8-4.2 8.1-1.7 9.6-6.4.4-1.1.6-2.3 1-3.4 2.7-11 1.1-20.1.8-21.9-.3-1.6-.9-3.1-1.6-4.7l2.4-1.7.2.1 3.3 2.4c2.8 4.6 6.6 10.7 8.2 11.9.2-.7-.4-1.4 0-2 .2-.3.3-.4 1.1 0 1.1.6 1.7 1 1.9.2.1-.2.2-.8-.9-2-.6-.7-1.3-1.4-2-2L72.1 251c-.8.5-.4 2.5-.2 3.3.6-1.2.9-2.1 1-2.7l73.4 52.6-39.8 16.2h1.9l37.4-15.2-9.9 15.2h1l10.1-15.5 17.4 14.9-.6.6h3.9l-2-.8 31.2-43.2 17.6-24.4c1.1.7 2.4 1.1 3.7 1l7.4 67.4h.9l-7.4-67.5a6.33 6.33 0 0 0 4.6-8.9c-1.4-3-4.7-4.4-7.8-3.3l-23.2-55.6v-.1l-41.6-58.6c2.7-2.2 3.2-6.1 1.1-8.9a6.2 6.2 0 0 0-7.6-1.8c-.8.4-1.5.9-2.1 1.6L91.7 77.5l-56.3-27c.4-1.5.3-3-.3-4.5 1.3-3.3-.3-7-3.5-8.3-3.2-1.3-6.9.3-8.2 3.5-.7 1.6-.6 3.5.1 5.1l-24-6.5v.7L23.1 47a6.5 6.5 0 0 0 4.6 7.8c.3.1.6.1 1 .2L22 83.3l-3.9 16.6c-.7-.2-1.2-.4-1.8-.5-.3.2-.7.7-1.1.9.7.9 1.5 1.6 2.2 2.4l-.2.7c-10.8-2.3-13.6-2.8-17.8-1.7v-.1c.2 72.8.6 145.6.8 218.4m8.9-23.1c-.7.2-1.2.4-1.4.5.1.3.2.8.2 1.2-1.9.1-3.3-.2-4.2-.7L2.1 291c1.3-3.4 4.2-7 6.5-8.3.2-.1.5-.2.7-.2l-.2 14.4zm4.5-114.4c.4-.7.5-.8 10.3-6 .2-.2.5-.2.7-.4-.1-.8.1-2 .5-2.6.7-.1.7-.1 7 2.8 2.4-2.5 3.2-4.9 3.2-5-6.1-5.2-7-9.6-6.2-12.5.7-2.5 2.7-3.8 3.5-3.7 2.4.6 2.6 3.3 4.7 4.2.8-1.6.8-1.6-.5-7.2-.7-.4-2.5-1.5-4.4-4.7.4-.1.9-.2 1.2-.2 5.6 6.4 9.1 14.1 12.3 22.1 1.1 2.9 2.3 5.8 3.4 8.6.9 2.2 1.8 4.3 2.7 6.4l-39.3 9.1c-.3-3.6-.4-7.3.9-10.9zm.1 18.8c-.2-2.4-.4-4.7-.7-7l39.6-9.1c.3.7.6 1.3.9 1.9l-36.4 17.1c-.8-1.4-2-2.4-3.4-2.9zm32.5 30.2l.6-.5c.3.5.7 1.1 1 1.7l-1.6-1.2zM34 208.3c-1.1-.9-1.6-1.2-2.3-1.6.5 1.2.9 2.5 1.3 3.8l-.7 1.8c-1.1-1.4-2.4-2.6-4.3-3.1-2.9-.8-3.7 2.4-5.9 3l-1.3-2.1c-.2.3-.6.7-.8 1-.8-.6-1.7-1-2.7-1.4.6-1.5.7-3.3.1-4.9l36.3-17.1c2 3.9 4.1 7.7 6.7 11 3.7 4.8 8.3 8.9 14.4 11.9.1-.2.2-.4.1-.9-.2-1.4-1.4-5.3-5.7-19.7.1-.1.1-.2.2-.2.2-.3.4-.7.6-1-.3-1-.8-2-1.3-2.9l61 74.1 18.6 22.6c-.4.3-.6.7-1 1.1l-95.3-54c.2-.7.1-.8 0-1.2-.2-.2-.4-.5-.7-.7-10.7-13-15.1-17.6-17.3-19.5zM211.8 249c.1.2.2.2.2.4l-54.2 34.1c-1.5-2-4.1-3-6.5-2.4l-29.3-100c.2-.1.3-.1.5-.2.9-.4 1.6-1 2.2-1.7l87.4 63.9c-1 1.7-1.2 4-.3 5.9zm-61.2 32.2c-.2.1-.3.1-.5.2-.4.2-.7.4-1.1.7L66.5 182l47.2-5.9c.1.5.2 1 .5 1.5 1.3 2.8 4.3 4.2 7.2 3.6l29.2 100zm-37-105.8l-47.3 5.9 18.3-59.1 31.5 47.7a6.55 6.55 0 0 0-2.5 5.5zm32.8 127.9l-4.6-3.3-88.7-63.5c-1.5-1.8-2-3-1.3-6L75 243.7c-.1 0-.2.1-.4.1-.3.1-1.1.4-1.3 1.6-.1.9 0 1.9.4 3.4 0 .2.1.2.1.4.4-1.1 1-2.3 1.4-3.4.2-.8.4-1.5.3-1.8v-.1l68.5 38.8 3 1.7c-.8 1.6-.9 3.6-.1 5.4.6 1.5 1.9 2.6 3.3 3.2l-3.8 10.3zm10.2 8.8l-9.5-8.1 2.6-7.2 1.2-3.4c1.1.3 2.4.3 3.6 0l9.3 24.8-7.2-6.1zm8.3 6.5l-9.6-25.5c3.2-1.5 4.6-5.2 3.1-8.4-.1-.2-.2-.2-.2-.4l54.2-34.1c.3.4.6.8 1.1 1.1l-48.6 67.3zm49.9-77.9c-.8.4-1.5 1-2 1.6l-14-10.2-73.5-53.7c.4-.7.7-1.4.8-2.1l65.5 9.1 23.2 55.3zm-70.6-113.6c1.5.7 3.4.7 5.1-.1.2-.1.5-.2.7-.4l41 57.8-62.5-8.6-2.3-.3c.1-1.1-.1-2.1-.6-3.1a7.3 7.3 0 0 0-2.6-2.9l21.2-42.4zm-.7-.3l-21.1 42.4c-1.6-.7-3.5-.7-5.1.1l-.5.2-31.5-47.8h55.2c.1.7.2 1.6.6 2.2.4 1.2 1.3 2.2 2.4 2.9zM91.3 78.1l49.2 38.8L37 52.1l54.3 26zM34.8 51.7l106.4 66.6c-.4.8-.7 1.7-.7 2.6H84.7L52.4 77.4 34.2 52.7c.2-.4.4-.7.6-1zm-1.2 1.5L43.8 67 84 121.3l-18.3 58.9L32.4 54.1c.5-.3.9-.5 1.2-.9zm-4.1 1.7c.7 0 1.5-.2 2.2-.5L65.1 181c-3.1-3.4-7-6.4-10.2-9.8-3.4-3.5-6.3-7.5-7-13.1l.1-.6c.4.1.8.1 1.1.2.6-1.4.2-2.9.6-4.2 1.4-.2 2.8.2 4.2.1.1-2.8-2-5.6-3.7-8.4-2.4-3.7-4.4-7.3-.2-10.4-1.3-2.5-2.3-4.3-15-9.5-1.1-5.8-6.7-7.9-10-11.8.8.3 1.9.7 2.7 1.1.5-.6 1-1.6 1.1-2.4.7.4 1.8.8 2.7 1l.7-.8c.3-.1.8-.2 1.2-.3 0-.2.1-.5 0-.7-.1-.1-8-8.6-14.4-11.3l7-30.5 3.5-14.7z" class="st4"/>
28
+ <path d="M18.1 103.7v-.2l.2.2h-.2zM48.3 314v-.2l1.1 2c.2.9.8 2.2 1.6 3.1 1.2 1.4 2.8 2 4.3-.6.5-.9.5-2.4.2-3.4-.9-2.6-2.9-4.6-4-7.1.3-.5.8-1.3 6.9-3.3-1.5 1.1-5.9 5-.7 6.1.8-1.8 2.7-2.5 4-3.9-.2-1.6-1.6-2.8-1.4-4.6 2-1.3 1.9 2.8 3.1 3.9 1.1 1 2.1.5 2.3.3 1.2-1.2 1.2-3 2-4.5 1.1-2 3.4-1.6 5-2.5 1.3-.7 1.1-2.3 1.7-3.4.7.8 1.1 1.1 1.6 1.2.1 0 .2.1.2.1.2-.2.3-.3.2-1.4-.2-1.7-.9-5.8-2.8-16.2 0-.1-1.3-4.7-3.5-8-1.5-2.2-3.4-3.8-5.6-2.8-.4 1.1-.5 2.2-.2 3.3.2 1.1.8 2.7 1.8 5.1 2.6 6.7.5 11.3.5 11.4-.9 1.7-.9 1.7-4.2.2-2.2 2.6 1.9 6.4-1.5 8.6-2.4 1.7-6 .6-8 3.3-2 2.5-2.4 3.5-3.8 5.9-1.5 2.5-1.8 4.2-1.7 5.2.1 1.3.6 1.8.9 2.2zM53.8 167.6c.1 0 .1.1.2.1 0-.3-.5-2.8-1.1-4-.2-.6-.5-.6-.6-.6-.8.3-.5 3.6 1.5 4.5zM59 252.5c.4.7 1.2 2.4 1.6 3.9.5 1.8.2 2.6-.3 3.6-.6 1.1-1.4 2.4-1 4.1v.1c.3 1.1 3.3 4.8 4.6 4.6 1.2-.2 1.3-2 .8-3.3-.2-.6-.5-1.1-.9-1.5s-.7-.3-1.1-.3c1-.3 2.2-.2 2.8-.1 1.5.2 2.5.3 3.7-.8.1-.1.1-.2.2-.2.3-.5.2-1.1.5-1.7.7-1.2 1.8-2.2 2.4-3.4.1-.1.2-.3.2-.6-.1-1-.7-1.8-1.1-2.7-.7.8-6.9-1.7-9.6-2.9-2.8-1.2-3.3-1.2-3.7-1.1-.1.1-.2.2-.1.4.1.3.5.9 1 1.9z" class="st4"/>
29
+ <path d="M62.6 263.9c.1 0 .2-.1.2-.1-.1 0-.2 0-.2.1z" class="st4"/>
30
+ </g>
31
+ </g>
32
+ </g>
33
+ </g>
34
+ <path id="logo" d="M76.9 207.1c.9 1.8.8 4.6 1.7 6.4.6.3 1.3.6 1.8.9 7.6-1.1 7.8-10.2 3.9-14.6-1.8-1.7-4.5-2.5-7.8-1-16.8 7.2-32.9 2.6-42.6-7.5-5.3-5.3-8.8-12.1-9.8-19.5-2.6-23.5 16.6-38.4 29.8-40.1 11.8-1.4 23 2.8 30.5 10.4 8.1 8.1 12.5 20.3 9.9 34.4-1.1 6.4-4.9 14.5-13.5 14.5-3.4 0-6.8-1.5-9.2-4.1-2.3-2.2-3.7-5.2-3.9-8.4-.8-12.7 15.5-16.3 14.5-29-.1-2.3-1.1-4.2-2.8-6-4.9-4.7-14.9-6.5-23.9-4.7-11.2 2.3-21.9 12.5-23.9 24.8-1.6 10 2 21.2 9.3 28.9 6.5 6.5 16 10.1 27.5 7.3 3.8-.8 6.7-4.4 12.7-3.4 2.2.3 4 1.4 5.3 2.8 4.9 4.6 4.1 14.2-2.3 16.5-3.3 1.1-9.3.2-11.9-2.6l-.1-.1c-.3-.1-.6-.5-.9-.8-1-.8-1.7-2.5-1.6-4.4.1-2.6 1.8-4.7 3.8-4.5.8.1 1.5.5 2 1 .7.9 1.3 1.7 1.5 2.8m112.9-35.5c.7-.9 1-2 1.4-3.1.5-2.1.5-4.4-.1-6.4-.2-1.1-.7-2.3-1.4-3.1-.7-1-1.7-1.7-2.9-2.2-1.1-.6-2.5-.8-4.2-.8h-3.1a1 1 0 0 0-1 1v16.9c0 .6.5 1 1 1h2c2.2 0 4-.3 5.3-1 1.1-.2 2.3-1.1 3-2.3m9.2-7.3c0 2.3-.5 4.2-1.4 6-.8 1.7-2.1 3.1-3.7 4.2-1.6 1-3.1 2-5.1 2.5-2 .6-3.9.8-5.9.8h-3.7a1 1 0 0 0-1 1v11.9c0 .7.1 1.4.5 1.8.2.6.7.9 1.5 1.3.5.1 1 .2 2 .5.6.1 1 .1 1.6.2.6 0 1 .5 1 1s-.5 1-1 1h-16.3a1 1 0 0 1-1-1v-.1c0-.6.5-1 .9-1 .3 0 .7-.1 1.1-.1.9-.1 1.6-.2 2-.5a3 3 0 0 0 1.4-1.1c.2-.6.5-1.1.5-2v-31c0-.7-.1-1.4-.3-2-.2-.6-.7-1-1.4-1.3-.8-.2-1.6-.5-2.3-.6-.3 0-.7-.1-.9-.1-.6-.1-.9-.6-.9-1v-.1c0-.6.5-1 1-1H186c3.9 0 7.1.9 9.6 2.9l.1.1c2 2 3.3 4.6 3.3 7.7zm-36.8-8.4c-.6 0-1 .1-1.7.5-.7.2-1.1.5-1.7.8l-.1.1c-.7.5-1.1.9-1.7 1.5-.5.6-.7 1.4-1.1 2.4v.1c-1.4 4.7-3.1 10.1-4.9 16.4-1.7 6.1-3.8 12.4-5.9 19.3-.1.5-.6.8-1 .8h-1.3c-.5 0-.9-.3-1-.8l-9.5-29.4c-.1-.6-.8-.9-1.4-.7-.3.1-.6.3-.7.7l-10 29.4c-.1.5-.6.7-1 .7h-1c-.5 0-.9-.3-1-.8-2-6.9-3.9-13.9-6-21.3-2.2-7.7-3.6-12.7-4.2-15.4-.1-.6-.5-1-.7-1.6 0-.1-.1-.2-.1-.2-.8-1-2-1.7-3.2-2-.3-.1-.7-.1-.9-.2-.5-.1-.9-.6-.9-1v-.2c0-.6.5-1 1-1h15.4c.6 0 1 .5 1 1v.1c0 .6-.5 1-1 1-1.1.1-2.1.2-2.9.5-1 .2-1.6.6-1.6 1 0 .1 0 .5.1.8.1.2.1.6.1.8.5 1.8 1.4 4.7 2.5 8.8l4.2 15c.3 1 1.7 1 2.1 0l9.3-27.9c.1-.5.6-.7 1-.7h1.4c.5 0 .9.3 1 .8l9.4 28.6c.3 1 1.8 1 2.1 0l2.8-9.9c1-3.8 2-6.9 2.5-9.6.5-1.8.8-3.2.9-3.9.1-.7.1-1.3.1-1.8 0-.7-.5-1.3-1.4-1.7-.8-.5-2-.7-3.6-.8-.6-.1-1-.6-1-1 0-.6.5-1 1-1H161c.6 0 1 .5 1 1l.2.8zM292 184l-.8 11.8c0 .6-.5 1-1 1h-31.4a1 1 0 0 1-1-1v-.1c0-.6.5-1 .9-1 .3 0 .7-.1 1.1-.1.9-.1 1.6-.2 2-.5a3 3 0 0 0 1.4-1.1c.2-.6.5-1.1.5-2v-30.8c0-.7-.1-1.3-.5-1.8-.3-.6-.7-.9-1.4-1.3-.5-.2-1-.5-2-.7l-1.3-.3c-.5-.1-.9-.6-.9-1v-.2c0-.6.5-1 1-1h16c.6 0 1 .5 1 1v.1c0 .6-.3 1-.9 1-.3.1-.8.1-1.3.2-.9.1-1.6.5-2 .5-.7.2-1.1.6-1.4 1.3-.2.6-.5 1.3-.5 1.8v28.9c0 1.4.1 2.3.1 3.1.1.7.5 1.4.9 1.7.5.5 1.1.6 2.1.7s2.2.1 3.8.1c.8 0 1.6 0 2.3-.1.7 0 1.5-.1 2.3-.2h.1c.7-.1 1.3-.3 1.8-.5.6-.2.9-.5 1.3-.7.1 0 .1-.1.2-.2.8-.9 1.7-2.3 2.9-4.1.9-1.5 1.5-2.9 2-3.9.1-.5.6-.7 1-.7h1.6l.1.1zm-38.2 12.9H236a1 1 0 0 1 0-2c.5 0 1-.1 1.7-.2 1-.1 1.8-.3 2.2-.6.6-.5 1-.8 1.4-1.4.3-.5.5-1 .5-1.8v-31.3h-.5l-14.6 35.9c-.1.5-.6.7-1 .7-.5 0-.9-.2-1-.7L211 158.6h-.5v25.7c0 2.5.1 4.4.5 5.6.3 1.3.8 2.2 1.5 2.9.5.5 1.4.8 2.8 1.3.8.2 1.4.3 1.8.5.5.1.9.6.9 1v.1c0 .6-.5 1-1 1h-14.8c-.7 0-1.3-.7-1-1.4v-.1c.1-.3.5-.7.8-.7.5-.1.8-.2 1.5-.5 1-.2 1.8-.6 2.3-1 .7-.6 1.1-1.4 1.5-2.6.2-1.1.5-3.1.5-5.9v-22.2c0-1.3-.1-2.3-.5-3.1-.3-.8-.7-1.5-1.4-2-.6-.6-1.4-.9-2.2-1.3h-.1l-1.7-.3c-.6-.1-.9-.6-.9-1.1v-.1c0-.6.5-1 1-1h12.7c.5 0 .8.2 1 .7l11 28.9c.3.9 1.7.9 2.1 0l9.4-24.3c.5-1 .7-2 1-3.1v-.1l.3-1.3c.1-.5.6-.8 1-.8h12.1c.6 0 1 .5 1 1v.1c0 .6-.5 1-.9 1-.3 0-.8.1-1.1.2-.8.1-1.5.3-2 .5-.7.2-1.1.6-1.4 1.3-.2.6-.5 1.1-.5 1.8v31.1c0 .7.1 1.4.5 1.8.2.5.7.9 1.4 1.3.5.2 1 .5 2 .6.5.1.9.1 1.3.2.6.1.9.6.9 1v1.6z" class="st5"/>
35
+ </g>
36
+ <g class="st0">
37
+ <path d="M146.2 2.5h-.1l171.4 171.4.5-.5V2.5z" class="st6"/>
38
+ </g>
39
+ <g id="ACF">
40
+ <path d="M227.9 65.5c.7-1.9 1.3-3.7 1.9-5.5 3.1-8.8 6.3-17.6 9.4-26.4.1-.6.6-1 1.2-.9h6.4c.4-.1.9.2 1 .7 3.5 9.7 6.9 19.4 10.4 29.1.3.9.6 1.9.9 2.9h-6.8c-.3 0-.7-.4-.8-.7l-1.2-3.3c-.1-.4-.5-.8-.9-.7h-11.7c-.5-.1-1 .3-1.1.8-.4 1.2-.8 2.4-1.2 3.5-.1.2-.3.4-.6.5h-6.9zm19.8-11.6l-4.1-11.3h-.2l-4 11.3h8.3zM279.1 36.2c-3.3-2.7-7.6-3.9-11.9-3.4-5.3.6-9.3 3.3-12.2 7.8a3.9 3.9 0 0 0-.3 3.9c2.2 6 4.4 12 6.5 18.1.2.6.6 1.1 1.2 1.4 2.8 1.3 6 1.7 9.1 1.2 4.8-.7 9-3.5 11.4-7.6-1.4-1.4-2.8-2.7-4.2-4.1-.3-.3-.5-.7-.7-1.1-2.8 5.9-8.2 6.9-11.6 5.9a9.6 9.6 0 0 1-6.7-11.8 9.6 9.6 0 0 1 18.2-1l4.9-5.1c.1 0-2.5-3.4-3.7-4.2z" class="st4"/>
41
+ <path d="M283 54.1c-.3-.3-.5-.8-.5-1.2 0-2.2-.1-4.4 0-6.6 0-.5.3-1 .6-1.4l3-3c.5-.4.7-1.1.3-1.6 0 0 0-.1-.1-.1l-3.8-5c-.1-.8-.1-1.7 0-2.5h21.8v6.6h-15.1v7.4h14.5v6.7h-14.6v11.8h-6.7c-.2 0 0-1.6 0-1.7.2-.7 4.3-5.6 4.2-5.7l-3.6-3.7z" class="st4"/>
42
+ </g>
43
+ </svg>
vendor/otgs/icons/plugin-icons/wpml/bpml/icon-128x128.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/wpml/bpml/icon-256x256.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/wpml/bpml/icon.svg ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="icon" viewBox="0 0 320 320">
2
+ <style>
3
+ .st0{clip-path:url(#SVGID_2_)}.st1{fill:url(#bg_2_)}.st2{opacity:.15}.st3{fill:none}.st4,.st5{fill:#fff}.st5{stroke:#fff;stroke-width:.75;stroke-miterlimit:10}.st6{fill:#f2bd2e}
4
+ </style>
5
+ <defs>
6
+ <path id="SVGID_1_" d="M312.5 317.5H7.5c-2.8 0-5-2.2-5-5V7.5c0-2.8 2.2-5 5-5h305c2.8 0 5 2.2 5 5v305c0 2.8-2.2 5-5 5z"/>
7
+ </defs>
8
+ <clipPath id="SVGID_2_">
9
+ <use overflow="visible" xlink:href="#SVGID_1_"/>
10
+ </clipPath>
11
+ <g class="st0">
12
+ <g id="bg_1_">
13
+ <g id="mask">
14
+ <linearGradient id="bg_2_" x1="321" x2="-1" y1="161.097" y2="161.097" gradientTransform="matrix(1 0 0 -1 0 321)" gradientUnits="userSpaceOnUse">
15
+ <stop offset="0" stop-color="#33879e"/>
16
+ <stop offset=".295" stop-color="#3389a1" stop-opacity=".823"/>
17
+ <stop offset=".52" stop-color="#318dab" stop-opacity=".688"/>
18
+ <stop offset=".722" stop-color="#2f96bb" stop-opacity=".567"/>
19
+ <stop offset=".909" stop-color="#2ba1d2" stop-opacity=".455"/>
20
+ <stop offset="1" stop-color="#29a8e0" stop-opacity=".4"/>
21
+ </linearGradient>
22
+ <path id="bg" d="M-1-.3h322v320.5H-1V-.3z" class="st1"/>
23
+ <g id="earth" class="st2">
24
+ <path d="M18 299.1c-9.1 10.7-9.1 10.7 3.7 20.9v.1h84.5l39.6-16.1-73.4-52.6c0 .6-.3 1.5-1 2.7.3.9 1 1.7 1.1 2.7 0 .2-.1.5-.2.6-.7 1.2-1.7 2.2-2.4 3.4-.3.5-.2 1.1-.5 1.7-.1.1-.1.2-.2.2-1.1 1.1-2.2 1-3.7.8-.7-.1-1.9-.2-2.8.1.3 0 .7 0 1.1.3.4.3.6.8.9 1.5.5 1.4.4 3.1-.8 3.3-1.3.2-4.3-3.5-4.6-4.6v-.1c-.5-1.6.3-2.9 1-4.1.6-1.1.8-1.8.3-3.6-.4-1.5-1.2-3.1-1.6-3.9-.5-1-.9-1.6-.9-2 0-.1.1-.2.1-.4.4-.2.9-.2 3.7 1.1 2.7 1.1 9 3.8 9.6 2.9-.2-.7-.7-2.8.2-3.3L57 240.4c.7.7 1.4 1.3 2 2 1.1 1.2.9 1.8.9 2-.2.8-.8.4-1.9-.2-.7-.4-.9-.3-1.1 0-.3.7.3 1.4 0 2-1.6-1.2-5.4-7.3-8.2-11.9l-3.3-2.4-.2-.1-2.4 1.7c.7 1.6 1.4 3.2 1.6 4.7.4 1.9 1.9 10.9-.8 21.9-.2 1.1-.6 2.3-1 3.4-1.5 4.7-7.8 2.2-9.6 6.4-.7 1.6-1 3.3-1.1 5.1-.2 2-.3 4.2-.9 6.1l5.5 10.7c2.5 2 4.9 4.2 5.5 7.8.2 1.3.3 2.3.1 3-.6 1.9-2.8 2.8-8 5-2.8-4.2-1.6-10.2-5.9-13.7-.7.1-1.5.2-2.2.4-.1 0-.2 0-.2.1-3-2-1.5-7.3-5.9-8.3-1.5-.3-1.5-.3-8.5 5.1l-1.1-.6c-.5-2.4-.3-4.9-.6-7.3l-.3 13.1c2.9-.4 7.1-.7 8.6 2.7zm31.1 7.8c1.4-2.4 1.9-3.3 3.8-5.9 2-2.7 5.6-1.6 8-3.3 3.4-2.4-.7-6.1 1.5-8.6 3.3 1.6 3.3 1.6 4.2-.2 0-.1 2.1-4.7-.5-11.4-1-2.4-1.5-3.9-1.8-5.1-.3-1.4-.2-2.2.2-3.3 2.2-1.1 4.1.6 5.6 2.8 2.2 3.3 3.5 7.9 3.5 8 1.9 10.4 2.6 14.5 2.8 16.2.1 1.1 0 1.2-.2 1.4-.1 0-.2 0-.2-.1-.5-.2-.9-.4-1.6-1.2-.6 1.1-.4 2.7-1.7 3.4-1.6 1-4 .5-5 2.5-.7 1.5-.7 3.3-2 4.5-.1.1-1.2.7-2.3-.3-1.2-1.1-1.1-5.2-3.1-3.9-.2 1.7 1.1 2.9 1.4 4.6-1.3 1.4-3.2 2.1-4 3.9-5.2-1.1-.8-4.9.6-6.1-6.1 2-6.7 2.8-6.9 3.3 1 2.5 3 4.5 4 7.1.3 1 .3 2.5-.2 3.4-1.5 2.5-3.1 1.9-4.3.6-.8-.9-1.3-2-1.6-3.1l-1.1-2v.2c-.4-.4-.8-1-.9-2 0-1.3.3-2.8 1.8-5.4zm16.5-21.7c.2 0 .5.2.5.5s-.2.5-.3.6c-.5-.4-.6-.7-.2-1.1zM52.2 184.4c-1-2.1-1.9-4.2-2.7-6.4-1.1-2.9-2.3-5.8-3.4-8.6-3.2-7.9-6.7-15.7-12.3-22.1-.4.1-.9.2-1.2.2 1.9 3.2 3.7 4.2 4.4 4.7 1.3 5.6 1.3 5.6.5 7.2-2-.8-2.4-3.7-4.7-4.2-.9-.2-2.8 1.1-3.5 3.7-.8 2.9.1 7.2 6.2 12.5 0 .1-.7 2.4-3.2 5-6.4-2.9-6.4-2.9-7-2.8-.4.7-.6 1.8-.5 2.6-.2.2-.5.2-.7.4-10 5.3-10.1 5.4-10.3 6-1.3 3.7-1.2 7.3-.9 11l39.3-9.2z" class="st3"/>
25
+ <path d="M62.8 263.8c-.1 0-.2.1-.2.1 0-.1.1-.1.2-.1zM18.1 103.7c.1 0 .2 0 .2.1l-.2-.2v.1zm145.7 214.4l-9.3-24.8c-1.2.3-2.4.3-3.6 0l-1.2 3.4-2.5 7.1 9.5 8.1 7.1 6.2zm-72.5-240L37 52.1l103.4 64.7zM84 121.3L43.8 67 33.6 53.2c-.3.3-.6.6-1.1.8l33.3 126.2L84 121.3zm41.7 51.1c.5 1 .7 2 .6 3.1l2.3.3 62.5 8.6-41-57.8c-.2.2-.5.2-.7.4-1.7.7-3.5.7-5.1.1L123 169.6c1.2.6 2.2 1.5 2.7 2.8zm-59.4 8.9l47.3-5.9c-.1-2.1.8-4.2 2.5-5.5l-31.5-47.7-18.3 59.1zm47.4-5.1l-47.2 5.9L149 282c.3-.2.7-.5 1.1-.7.2-.1.3-.2.5-.2l-29.3-100c-2.8.7-5.9-.7-7.2-3.5-.2-.4-.3-.9-.4-1.4zm-62.2 51.7c.2.2.4.5.6.7.1.4.2.6 0 1.2l95.3 54c.2-.4.6-.8 1-1.1L129.8 260l-61-74.1c.5.9 1 1.9 1.3 2.9-.2.3-.4.7-.6 1-.1.1-.1.2-.2.2 4.4 14.4 5.5 18.4 5.7 19.7.1.5 0 .7-.1.9-6.1-3-10.6-7.1-14.3-11.8-2.7-3.4-4.9-7.2-6.7-11L17.5 205c.7 1.6.6 3.3-.1 4.9.9.4 1.9.8 2.7 1.4.2-.3.6-.7.8-1l1.3 2.1c2.2-.6 2.9-3.8 5.9-3 1.9.6 3.2 1.8 4.3 3.1l.7-1.8c-.4-1.3-.8-2.6-1.3-3.8.7.3 1.2.7 2.3 1.6 2.2 1.9 6.6 6.5 17.4 19.4zM77 239.2c.2-.1.6 0 .7.5.1.5-.4 2.5-.8 2.3-.5-.2-.7-2.4.1-2.8zm65 61l4.6 3.3 3.7-10.3c-1.4-.6-2.5-1.7-3.3-3.2-.8-1.8-.7-3.8.1-5.4l-3-1.7L75.6 244v.1c.1.3-.1 1-.3 1.8-.4 1.1-1 2.3-1.4 3.4 0-.2-.1-.2-.1-.4-.3-1.6-.5-2.5-.3-3.4.2-1.3.9-1.6 1.2-1.7.2 0 .2-.1.4-.1l-23.2-13.1c-.6 3-.2 4.2 1.3 6l88.8 63.6zm-6.3 19.9l9.9-15.2-37.4 15.2zm76.7-70l-54.2 34.1c.1.1.2.2.2.4 1.5 3.2.1 6.9-3.1 8.4l9.6 25.6 48.7-67.3c-.5-.3-.9-.7-1.2-1.2zM9.1 296.9l.3-14.4c-.2 0-.6.1-.7.2-2.4 1.3-5.3 4.9-6.6 8.3l1.6 6.9c1 .5 2.4.7 4.2.7-.1-.3-.2-.8-.2-1.2.2-.1.7-.3 1.4-.5zm9.8-196.7c6.3 2.8 14.3 11.2 14.4 11.3.1.2-.1.5 0 .7-.3.1-.8.2-1.2.3l-.7.8c-.8-.1-2-.6-2.7-1-.1.8-.6 1.8-1.1 2.4-.8-.4-1.9-.8-2.7-1.1 3.3 4 8.8 6.1 10 11.8 12.8 5.1 13.7 6.9 15 9.5-4.1 3.1-2.1 6.7.2 10.4 1.8 2.8 3.8 5.5 3.7 8.4-1.4.1-2.8-.2-4.2-.1-.4 1.4 0 2.9-.6 4.2-.3-.1-.8-.1-1.1-.2l-.1.6c.7 5.5 3.5 9.5 7 13.1 3.3 3.3 7.2 6.3 10.2 9.8L31.7 54.5c-.7.3-1.5.5-2.2.5l-3.4 14.5-7.2 30.7zm34.9 67.4c-2-1-2.4-4.3-1.5-4.5.1 0 .3 0 .6.7.6 1.2 1.1 3.7 1.1 4 0-.1-.1-.2-.2-.2zm109.7 152.5l.7-.6-17.4-14.8-10.1 15.4zM17.3 103.5l.2-.7c-.8-.8-1.6-1.6-2.2-2.4.3-.2.7-.7 1.1-.9.6.1 1.2.2 1.8.5L22 83.3 28.7 55c-3.5-.3-6.1-3.4-5.8-6.9 0-.3.1-.6.2-1m101.7 132c-.6.7-1.3 1.3-2.2 1.7-.2.1-.3.2-.5.2l29.3 100c2.4-.6 5 .4 6.5 2.4l54.2-34.1c-.1-.1-.2-.2-.2-.4-.9-2-.7-4.3.4-6l-87.5-63.8zm66.8 6.2l-65.5-9.1c-.2.7-.4 1.5-.8 2.1l73.5 53.7 14 10.2c.6-.7 1.2-1.2 2-1.6l-23.2-55.3zM17 204.2l36.3-17.1c-.3-.7-.6-1.2-.9-1.9l-39.5 9.1c.2 2.4.6 4.7.6 7 1.6.5 2.8 1.5 3.5 2.9zm123.3-82.6H85.2l31.6 47.8.5-.2c1.7-.7 3.5-.7 5.1-.1l21.1-42.4c-1.1-.7-2-1.6-2.6-2.9-.3-.6-.5-1.4-.6-2.2zm-55.6-.8h55.7c.1-.9.3-1.8.7-2.6L34.8 51.7c-.2.3-.4.7-.6 1l18.3 24.6 32.2 43.5zm140.5 199.3l-7.4-67.4c-1.3.1-2.6-.3-3.7-1l-17.6 24.4-31.2 43.2 2 .8h57.9z" class="st3"/>
26
+ <path d="M18.3 299c-1.5-3.4-5.7-3.1-8.4-2.4l.3-13.1c.2 2.4.1 4.9.6 7.3l1.1.6c7-5.5 7-5.5 8.5-5.1 4.5 1 2.9 6.3 5.9 8.3.1 0 .2 0 .2-.1.6-.2 1.5-.3 2.2-.4 4.3 3.5 3.2 9.5 5.9 13.7 5.2-2.2 7.4-3.1 8-5 .2-.8.2-1.7-.1-3-.7-3.5-3-5.7-5.5-7.8l-5.5-10.7c.5-2 .6-4.1.9-6.1.2-1.8.5-3.5 1.1-5.1 1.8-4.2 8.1-1.7 9.6-6.4.4-1.1.6-2.3 1-3.4 2.7-11 1.1-20.1.8-21.9-.3-1.6-.9-3.1-1.6-4.7l2.4-1.7.2.1 3.3 2.4c2.8 4.6 6.6 10.7 8.2 11.9.2-.7-.4-1.4 0-2 .2-.3.3-.4 1.1 0 1.1.6 1.7 1 1.9.2.1-.2.2-.8-.9-2-.6-.7-1.3-1.4-2-2L72.1 251c-.8.5-.4 2.5-.2 3.3.6-1.2.9-2.1 1-2.7l73.4 52.6-39.8 16.2h1.9l37.4-15.2-9.9 15.2h1l10.1-15.5 17.4 14.9-.6.6h3.9l-2-.8 31.2-43.2 17.6-24.4c1.1.7 2.4 1.1 3.7 1l7.4 67.4h.9l-7.4-67.5c3.4-.6 5.7-3.9 5.1-7.3-.1-.5-.3-1.1-.5-1.6-1.4-3-4.7-4.4-7.8-3.3l-23.2-55.6v-.1l-41.6-58.6c2.7-2.2 3.2-6.1 1.1-8.9-1.8-2.3-5-3.1-7.6-1.8-.8.4-1.5.9-2.1 1.6L91.7 77.5l-56.3-27c.4-1.5.3-3-.3-4.5 1.3-3.3-.3-7-3.5-8.3-3.2-1.3-6.9.3-8.2 3.5-.7 1.6-.6 3.5.1 5.1l-24-6.5v.7L23.1 47c-.8 3.4 1.2 6.9 4.6 7.8.3.1.6.1 1 .2L22 83.3l-3.9 16.6c-.7-.2-1.2-.4-1.8-.5-.3.2-.7.7-1.1.9.7.9 1.5 1.6 2.2 2.4l-.2.7c-10.8-2.3-13.6-2.8-17.8-1.7v-.1c.2 72.8.6 145.6.8 218.4m8.9-23.1c-.7.2-1.2.4-1.4.5.1.3.2.8.2 1.2-1.9.1-3.3-.2-4.2-.7L2.1 291c1.3-3.4 4.2-7 6.5-8.3.2-.1.5-.2.7-.2l-.2 14.4zm4.5-114.4c.4-.7.5-.8 10.3-6 .2-.2.5-.2.7-.4-.1-.8.1-2 .5-2.6.7-.1.7-.1 7 2.8 2.4-2.5 3.2-4.9 3.2-5-6.1-5.2-7-9.6-6.2-12.5.7-2.5 2.7-3.8 3.5-3.7 2.4.6 2.6 3.3 4.7 4.2.8-1.6.8-1.6-.5-7.2-.7-.4-2.5-1.5-4.4-4.7.4-.1.9-.2 1.2-.2 5.6 6.4 9.1 14.1 12.3 22.1 1.1 2.9 2.3 5.8 3.4 8.6.9 2.2 1.8 4.3 2.7 6.4l-39.3 9.1c-.3-3.6-.4-7.3.9-10.9zm.1 18.8c-.2-2.4-.4-4.7-.7-7l39.6-9.1c.3.7.6 1.3.9 1.9l-36.4 17.1c-.8-1.4-2-2.4-3.4-2.9zm32.5 30.2l.6-.5c.3.5.7 1.1 1 1.7l-1.6-1.2zM34 208.3c-1.1-.9-1.6-1.2-2.3-1.6.5 1.2.9 2.5 1.3 3.8l-.7 1.8c-1.1-1.4-2.4-2.6-4.3-3.1-2.9-.8-3.7 2.4-5.9 3l-1.3-2.1c-.2.3-.6.7-.8 1-.8-.6-1.7-1-2.7-1.4.6-1.5.7-3.3.1-4.9l36.3-17.1c2 3.9 4.1 7.7 6.7 11 3.7 4.8 8.3 8.9 14.4 11.9.1-.2.2-.4.1-.9-.2-1.4-1.4-5.3-5.7-19.7.1-.1.1-.2.2-.2.2-.3.4-.7.6-1-.3-1-.8-2-1.3-2.9l61 74.1 18.6 22.6c-.4.3-.6.7-1 1.1l-95.3-54c.2-.7.1-.8 0-1.2-.2-.2-.4-.5-.7-.7-10.7-13-15.1-17.6-17.3-19.5zM211.8 249c.1.2.2.2.2.4l-54.2 34.1c-1.5-2-4.1-3-6.5-2.4l-29.3-100c.2-.1.3-.1.5-.2.9-.4 1.6-1 2.2-1.7l87.4 63.9c-1 1.7-1.2 4-.3 5.9zm-61.2 32.2c-.2.1-.3.1-.5.2-.4.2-.7.4-1.1.7L66.5 182l47.2-5.9c.1.5.2 1 .5 1.5 1.3 2.8 4.3 4.2 7.2 3.6l29.2 100zm-37-105.8l-47.3 5.9 18.3-59.1 31.5 47.7c-1.7 1.3-2.6 3.4-2.5 5.5zm32.8 127.9l-4.6-3.3-88.7-63.5c-1.5-1.8-2-3-1.3-6L75 243.7c-.1 0-.2.1-.4.1-.3.1-1.1.4-1.3 1.6-.1.9 0 1.9.4 3.4 0 .2.1.2.1.4.4-1.1 1-2.3 1.4-3.4.2-.8.4-1.5.3-1.8v-.1l68.5 38.8 3 1.7c-.8 1.6-.9 3.6-.1 5.4.6 1.5 1.9 2.6 3.3 3.2l-3.8 10.3zm10.2 8.8l-9.5-8.1 2.6-7.2 1.2-3.4c1.1.3 2.4.3 3.6 0l9.3 24.8-7.2-6.1zm8.3 6.5l-9.6-25.5c3.2-1.5 4.6-5.2 3.1-8.4-.1-.2-.2-.2-.2-.4l54.2-34.1c.3.4.6.8 1.1 1.1l-48.6 67.3zm49.9-77.9c-.8.4-1.5 1-2 1.6l-14-10.2-73.5-53.7c.4-.7.7-1.4.8-2.1l65.5 9.1 23.2 55.3zm-70.6-113.6c1.5.7 3.4.7 5.1-.1.2-.1.5-.2.7-.4l41 57.8-62.5-8.6-2.3-.3c.1-1.1-.1-2.1-.6-3.1-.6-1.2-1.5-2.2-2.6-2.9l21.2-42.4zm-.7-.3l-21.1 42.4c-1.6-.7-3.5-.7-5.1.1l-.5.2-31.5-47.8h55.2c.1.7.2 1.6.6 2.2.4 1.2 1.3 2.2 2.4 2.9zM91.3 78.1l49.2 38.8L37 52.1l54.3 26zM34.8 51.7l106.4 66.6c-.4.8-.7 1.7-.7 2.6H84.7L52.4 77.4 34.2 52.7c.2-.4.4-.7.6-1zm-1.2 1.5L43.8 67 84 121.3l-18.3 58.9L32.4 54.1c.5-.3.9-.5 1.2-.9zm-4.1 1.7c.7 0 1.5-.2 2.2-.5L65.1 181c-3.1-3.4-7-6.4-10.2-9.8-3.4-3.5-6.3-7.5-7-13.1l.1-.6c.4.1.8.1 1.1.2.6-1.4.2-2.9.6-4.2 1.4-.2 2.8.2 4.2.1.1-2.8-2-5.6-3.7-8.4-2.4-3.7-4.4-7.3-.2-10.4-1.3-2.5-2.3-4.3-15-9.5-1.1-5.8-6.7-7.9-10-11.8.8.3 1.9.7 2.7 1.1.5-.6 1-1.6 1.1-2.4.7.4 1.8.8 2.7 1l.7-.8c.3-.1.8-.2 1.2-.3 0-.2.1-.5 0-.7-.1-.1-8-8.6-14.4-11.3l7-30.5 3.5-14.7z" class="st4"/>
27
+ <path d="M18.1 103.7v-.2l.2.2h-.2zM48.3 314v-.2l1.1 2c.2.9.8 2.2 1.6 3.1 1.2 1.4 2.8 2 4.3-.6.5-.9.5-2.4.2-3.4-.9-2.6-2.9-4.6-4-7.1.3-.5.8-1.3 6.9-3.3-1.5 1.1-5.9 5-.7 6.1.8-1.8 2.7-2.5 4-3.9-.2-1.6-1.6-2.8-1.4-4.6 2-1.3 1.9 2.8 3.1 3.9 1.1 1 2.1.5 2.3.3 1.2-1.2 1.2-3 2-4.5 1.1-2 3.4-1.6 5-2.5 1.3-.7 1.1-2.3 1.7-3.4.7.8 1.1 1.1 1.6 1.2.1 0 .2.1.2.1.2-.2.3-.3.2-1.4-.2-1.7-.9-5.8-2.8-16.2 0-.1-1.3-4.7-3.5-8-1.5-2.2-3.4-3.8-5.6-2.8-.4 1.1-.5 2.2-.2 3.3.2 1.1.8 2.7 1.8 5.1 2.6 6.7.5 11.3.5 11.4-.9 1.7-.9 1.7-4.2.2-2.2 2.6 1.9 6.4-1.5 8.6-2.4 1.7-6 .6-8 3.3-2 2.5-2.4 3.5-3.8 5.9-1.5 2.5-1.8 4.2-1.7 5.2.1 1.3.6 1.8.9 2.2zm5.5-146.4c.1 0 .1.1.2.1 0-.3-.5-2.8-1.1-4-.2-.6-.5-.6-.6-.6-.8.3-.5 3.6 1.5 4.5zm5.2 84.9c.4.7 1.2 2.4 1.6 3.9.5 1.8.2 2.6-.3 3.6-.6 1.1-1.4 2.4-1 4.1v.1c.3 1.1 3.3 4.8 4.6 4.6 1.2-.2 1.3-2 .8-3.3-.2-.6-.5-1.1-.9-1.5s-.7-.3-1.1-.3c1-.3 2.2-.2 2.8-.1 1.5.2 2.5.3 3.7-.8.1-.1.1-.2.2-.2.3-.5.2-1.1.5-1.7.7-1.2 1.8-2.2 2.4-3.4.1-.1.2-.3.2-.6-.1-1-.7-1.8-1.1-2.7-.7.8-6.9-1.7-9.6-2.9-2.8-1.2-3.3-1.2-3.7-1.1-.1.1-.2.2-.1.4.1.3.5.9 1 1.9z" class="st4"/>
28
+ <path d="M62.6 263.9c.1 0 .2-.1.2-.1-.1 0-.2 0-.2.1z" class="st4"/>
29
+ </g>
30
+ </g>
31
+ </g>
32
+ <path id="logo" d="M76.9 207.1c.9 1.8.8 4.6 1.7 6.4.6.3 1.3.6 1.8.9 7.6-1.1 7.8-10.2 3.9-14.6-1.8-1.7-4.5-2.5-7.8-1-16.8 7.2-32.9 2.6-42.6-7.5-5.3-5.3-8.8-12.1-9.8-19.5-2.6-23.5 16.6-38.4 29.8-40.1 11.8-1.4 23 2.8 30.5 10.4 8.1 8.1 12.5 20.3 9.9 34.4-1.1 6.4-4.9 14.5-13.5 14.5-3.4 0-6.8-1.5-9.2-4.1-2.3-2.2-3.7-5.2-3.9-8.4-.8-12.7 15.5-16.3 14.5-29-.1-2.3-1.1-4.2-2.8-6-4.9-4.7-14.9-6.5-23.9-4.7-11.2 2.3-21.9 12.5-23.9 24.8-1.6 10 2 21.2 9.3 28.9 6.5 6.5 16 10.1 27.5 7.3 3.8-.8 6.7-4.4 12.7-3.4 2.2.3 4 1.4 5.3 2.8 4.9 4.6 4.1 14.2-2.3 16.5-3.3 1.1-9.3.2-11.9-2.6l-.1-.1c-.3-.1-.6-.5-.9-.8-1-.8-1.7-2.5-1.6-4.4.1-2.6 1.8-4.7 3.8-4.5.8.1 1.5.5 2 1 .7.9 1.3 1.7 1.5 2.8m112.9-35.5c.7-.9 1-2 1.4-3.1.5-2.1.5-4.4-.1-6.4-.2-1.1-.7-2.3-1.4-3.1-.7-1-1.7-1.7-2.9-2.2-1.1-.6-2.5-.8-4.2-.8h-3.1c-.6 0-1 .5-1 1v16.9c0 .6.5 1 1 1h2c2.2 0 4-.3 5.3-1 1.1-.2 2.3-1.1 3-2.3m9.2-7.3c0 2.3-.5 4.2-1.4 6-.8 1.7-2.1 3.1-3.7 4.2-1.6 1-3.1 2-5.1 2.5-2 .6-3.9.8-5.9.8h-3.7c-.6 0-1 .5-1 1v11.9c0 .7.1 1.4.5 1.8.2.6.7.9 1.5 1.3.5.1 1 .2 2 .5.6.1 1 .1 1.6.2.6 0 1 .5 1 1s-.5 1-1 1h-16.3c-.6 0-1-.5-1-1v-.1c0-.6.5-1 .9-1 .3 0 .7-.1 1.1-.1.9-.1 1.6-.2 2-.5.6-.2 1-.6 1.4-1.1.2-.6.5-1.1.5-2v-31c0-.7-.1-1.4-.3-2-.2-.6-.7-1-1.4-1.3-.8-.2-1.6-.5-2.3-.6-.3 0-.7-.1-.9-.1-.6-.1-.9-.6-.9-1v-.1c0-.6.5-1 1-1H186c3.9 0 7.1.9 9.6 2.9l.1.1c2 2 3.3 4.6 3.3 7.7zm-36.8-8.4c-.6 0-1 .1-1.7.5-.7.2-1.1.5-1.7.8l-.1.1c-.7.5-1.1.9-1.7 1.5-.5.6-.7 1.4-1.1 2.4v.1c-1.4 4.7-3.1 10.1-4.9 16.4-1.7 6.1-3.8 12.4-5.9 19.3-.1.5-.6.8-1 .8h-1.3c-.5 0-.9-.3-1-.8l-9.5-29.4c-.1-.6-.8-.9-1.4-.7-.3.1-.6.3-.7.7l-10 29.4c-.1.5-.6.7-1 .7h-1c-.5 0-.9-.3-1-.8-2-6.9-3.9-13.9-6-21.3-2.2-7.7-3.6-12.7-4.2-15.4-.1-.6-.5-1-.7-1.6 0-.1-.1-.2-.1-.2-.8-1-2-1.7-3.2-2-.3-.1-.7-.1-.9-.2-.5-.1-.9-.6-.9-1v-.2c0-.6.5-1 1-1h15.4c.6 0 1 .5 1 1v.1c0 .6-.5 1-1 1-1.1.1-2.1.2-2.9.5-1 .2-1.6.6-1.6 1 0 .1 0 .5.1.8.1.2.1.6.1.8.5 1.8 1.4 4.7 2.5 8.8 1 3.6 2.4 8.6 4.2 15 .3 1 1.7 1 2.1 0l9.3-27.9c.1-.5.6-.7 1-.7h1.4c.5 0 .9.3 1 .8l9.4 28.6c.3 1 1.8 1 2.1 0l2.8-9.9c1-3.8 2-6.9 2.5-9.6.5-1.8.8-3.2.9-3.9.1-.7.1-1.3.1-1.8 0-.7-.5-1.3-1.4-1.7-.8-.5-2-.7-3.6-.8-.6-.1-1-.6-1-1 0-.6.5-1 1-1H161c.6 0 1 .5 1 1l.2.8zM292 184l-.8 11.8c0 .6-.5 1-1 1h-31.4c-.6 0-1-.5-1-1v-.1c0-.6.5-1 .9-1 .3 0 .7-.1 1.1-.1.9-.1 1.6-.2 2-.5.6-.2 1-.6 1.4-1.1.2-.6.5-1.1.5-2v-30.8c0-.7-.1-1.3-.5-1.8-.3-.6-.7-.9-1.4-1.3-.5-.2-1-.5-2-.7l-1.3-.3c-.5-.1-.9-.6-.9-1v-.2c0-.6.5-1 1-1h16c.6 0 1 .5 1 1v.1c0 .6-.3 1-.9 1-.3.1-.8.1-1.3.2-.9.1-1.6.5-2 .5-.7.2-1.1.6-1.4 1.3-.2.6-.5 1.3-.5 1.8v28.9c0 1.4.1 2.3.1 3.1.1.7.5 1.4.9 1.7.5.5 1.1.6 2.1.7s2.2.1 3.8.1c.8 0 1.6 0 2.3-.1.7 0 1.5-.1 2.3-.2h.1c.7-.1 1.3-.3 1.8-.5.6-.2.9-.5 1.3-.7.1 0 .1-.1.2-.2.8-.9 1.7-2.3 2.9-4.1.9-1.5 1.5-2.9 2-3.9.1-.5.6-.7 1-.7h1.6l.1.1zm-38.2 12.9H236c-.6 0-1-.5-1-1 0-.6.5-1 1-1s1-.1 1.7-.2c1-.1 1.8-.3 2.2-.6.6-.5 1-.8 1.4-1.4.3-.5.5-1 .5-1.8v-31.3h-.5l-14.6 35.9c-.1.5-.6.7-1 .7-.5 0-.9-.2-1-.7L211 158.6h-.5v25.7c0 2.5.1 4.4.5 5.6.3 1.3.8 2.2 1.5 2.9.5.5 1.4.8 2.8 1.3.8.2 1.4.3 1.8.5.5.1.9.6.9 1v.1c0 .6-.5 1-1 1h-14.8c-.7 0-1.3-.7-1-1.4v-.1c.1-.3.5-.7.8-.7.5-.1.8-.2 1.5-.5 1-.2 1.8-.6 2.3-1 .7-.6 1.1-1.4 1.5-2.6.2-1.1.5-3.1.5-5.9v-22.2c0-1.3-.1-2.3-.5-3.1-.3-.8-.7-1.5-1.4-2-.6-.6-1.4-.9-2.2-1.3h-.1l-1.7-.3c-.6-.1-.9-.6-.9-1.1v-.1c0-.6.5-1 1-1h12.7c.5 0 .8.2 1 .7l11 28.9c.3.9 1.7.9 2.1 0l9.4-24.3c.5-1 .7-2 1-3.1v-.1l.3-1.3c.1-.5.6-.8 1-.8h12.1c.6 0 1 .5 1 1v.1c0 .6-.5 1-.9 1-.3 0-.8.1-1.1.2-.8.1-1.5.3-2 .5-.7.2-1.1.6-1.4 1.3-.2.6-.5 1.1-.5 1.8v31.1c0 .7.1 1.4.5 1.8.2.5.7.9 1.4 1.3.5.2 1 .5 2 .6.5.1.9.1 1.3.2.6.1.9.6.9 1v1.6z" class="st5"/>
33
+ </g>
34
+ <g class="st0">
35
+ <path d="M146.2 2.5h-.1l171.4 171.4.5-.5V2.5z" class="st6"/>
36
+ </g>
37
+ <path d="M280.7 21.3c4.6.8 8.7 4.4 10.3 9.1.4 1.3.5 1.8.6 3.8.1 1.9 0 2.5-.3 3.7-1 4.2-3.9 7.7-7.9 9.4-1.1.5-2.3.8-2.3.7l.6-1.2c4.1-8.1.9-18-7.2-22.1-.8-.4-1.5-.7-2.4-1-.5-.2-1.1-.3-1.2-.4-.4-.1 1.3-.9 3-1.5 2.2-.8 4.5-.9 6.8-.5z" class="st4"/>
38
+ <path d="M270.3 26.1c5.2 1.3 9.1 5.6 10.1 10.8.3 2.1.2 4.2-.3 6.2-1.1 3.8-3.9 6.9-7.5 8.5-1.8.8-3.7 1.3-5.7 1.2-6 0-11-3.7-13-9.5-.5-1.4-.5-1.8-.5-3.9 0-2 .1-2.6.4-3.7 1.5-5.1 5.7-9 11-9.9 1.8-.1 3.7 0 5.5.3zm21.2 23.3c5.1 1.6 8.2 5.5 9.6 12 .4 1.7.8 6.6.6 7-.1.2-.5.3-3.1.3-1 0-2 0-3-.1-.2-1.8-.5-3.6-1-5.3-1.7-5.7-5.3-9.9-9.6-11.2-.4-.1-.7-.3-.7-.4.4-.5.8-1.1 1.2-1.5l1.2-1.4 1.8.1c1 .1 2 .2 3 .5z" class="st4"/>
39
+ <path d="M262.7 58l4.4 4.3 1.6-1.5c.9-.8 3.1-3 5-4.8l3.4-3.3 1.3.2c3.5.4 6.7 1.9 9.3 4.3 2.9 2.7 4.5 6.1 5.2 10.7.3 1.7.4 6.7.2 7.7l-.1.5h-26c-18.2 0-25.7-.1-25.8-.2-.2-.4-.3-5-.1-6.9 1-9.5 6.2-15.2 14.7-16.1 1.6-.3.9-.8 6.9 5.1z" class="st4"/>
40
+ </svg>
vendor/otgs/icons/plugin-icons/wpml/gfml/icon-128x128.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/wpml/gfml/icon-256x256.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/wpml/gfml/icon.svg ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="icon" viewBox="0 0 320 320">
2
+ <style>
3
+ .st0{clip-path:url(#SVGID_2_)}.st1{fill:url(#bg_2_)}.st2{opacity:.15}.st3{fill:none}.st4,.st5{fill:#fff}.st5{stroke:#fff;stroke-width:.75;stroke-miterlimit:10}.st6{fill:#29a8e0}
4
+ </style>
5
+ <defs>
6
+ <path id="SVGID_1_" d="M312.5 317.5H7.5c-2.8 0-5-2.2-5-5V7.5c0-2.8 2.2-5 5-5h305c2.8 0 5 2.2 5 5v305c0 2.8-2.2 5-5 5z"/>
7
+ </defs>
8
+ <clipPath id="SVGID_2_">
9
+ <use overflow="visible" xlink:href="#SVGID_1_"/>
10
+ </clipPath>
11
+ <g class="st0">
12
+ <g id="bg_1_">
13
+ <g id="mask">
14
+ <linearGradient id="bg_2_" x1="321" x2="-1" y1="161.097" y2="161.097" gradientTransform="matrix(1 0 0 -1 0 321)" gradientUnits="userSpaceOnUse">
15
+ <stop offset="0" stop-color="#33879e"/>
16
+ <stop offset=".295" stop-color="#3389a1" stop-opacity=".823"/>
17
+ <stop offset=".52" stop-color="#318dab" stop-opacity=".688"/>
18
+ <stop offset=".722" stop-color="#2f96bb" stop-opacity=".567"/>
19
+ <stop offset=".909" stop-color="#2ba1d2" stop-opacity=".455"/>
20
+ <stop offset="1" stop-color="#29a8e0" stop-opacity=".4"/>
21
+ </linearGradient>
22
+ <path id="bg" d="M-1-.3h322v320.5H-1V-.3z" class="st1"/>
23
+ <g id="earth" class="st2">
24
+ <path d="M18 299.1c-9.1 10.7-9.1 10.7 3.7 20.9v.1h84.5l39.6-16.1-73.4-52.6c0 .6-.3 1.5-1 2.7.3.9 1 1.7 1.1 2.7 0 .2-.1.5-.2.6-.7 1.2-1.7 2.2-2.4 3.4-.3.5-.2 1.1-.5 1.7-.1.1-.1.2-.2.2-1.1 1.1-2.2 1-3.7.8-.7-.1-1.9-.2-2.8.1.3 0 .7 0 1.1.3.4.3.6.8.9 1.5.5 1.4.4 3.1-.8 3.3-1.3.2-4.3-3.5-4.6-4.6v-.1c-.5-1.6.3-2.9 1-4.1.6-1.1.8-1.8.3-3.6-.4-1.5-1.2-3.1-1.6-3.9-.5-1-.9-1.6-.9-2 0-.1.1-.2.1-.4.4-.2.9-.2 3.7 1.1 2.7 1.1 9 3.8 9.6 2.9-.2-.7-.7-2.8.2-3.3L57 240.4c.7.7 1.4 1.3 2 2 1.1 1.2.9 1.8.9 2-.2.8-.8.4-1.9-.2-.7-.4-.9-.3-1.1 0-.3.7.3 1.4 0 2-1.6-1.2-5.4-7.3-8.2-11.9l-3.3-2.4-.2-.1-2.4 1.7c.7 1.6 1.4 3.2 1.6 4.7.4 1.9 1.9 10.9-.8 21.9-.2 1.1-.6 2.3-1 3.4-1.5 4.7-7.8 2.2-9.6 6.4-.7 1.6-1 3.3-1.1 5.1-.2 2-.3 4.2-.9 6.1l5.5 10.7c2.5 2 4.9 4.2 5.5 7.8.2 1.3.3 2.3.1 3-.6 1.9-2.8 2.8-8 5-2.8-4.2-1.6-10.2-5.9-13.7-.7.1-1.5.2-2.2.4-.1 0-.2 0-.2.1-3-2-1.5-7.3-5.9-8.3-1.5-.3-1.5-.3-8.5 5.1l-1.1-.6c-.5-2.4-.3-4.9-.6-7.3l-.3 13.1c2.9-.4 7.1-.7 8.6 2.7zm31.1 7.8c1.4-2.4 1.9-3.3 3.8-5.9 2-2.7 5.6-1.6 8-3.3 3.4-2.4-.7-6.1 1.5-8.6 3.3 1.6 3.3 1.6 4.2-.2 0-.1 2.1-4.7-.5-11.4-1-2.4-1.5-3.9-1.8-5.1-.3-1.4-.2-2.2.2-3.3 2.2-1.1 4.1.6 5.6 2.8 2.2 3.3 3.5 7.9 3.5 8 1.9 10.4 2.6 14.5 2.8 16.2.1 1.1 0 1.2-.2 1.4-.1 0-.2 0-.2-.1-.5-.2-.9-.4-1.6-1.2-.6 1.1-.4 2.7-1.7 3.4-1.6 1-4 .5-5 2.5-.7 1.5-.7 3.3-2 4.5-.1.1-1.2.7-2.3-.3-1.2-1.1-1.1-5.2-3.1-3.9-.2 1.7 1.1 2.9 1.4 4.6-1.3 1.4-3.2 2.1-4 3.9-5.2-1.1-.8-4.9.6-6.1-6.1 2-6.7 2.8-6.9 3.3 1 2.5 3 4.5 4 7.1.3 1 .3 2.5-.2 3.4-1.5 2.5-3.1 1.9-4.3.6-.8-.9-1.3-2-1.6-3.1l-1.1-2v.2c-.4-.4-.8-1-.9-2 0-1.3.3-2.8 1.8-5.4zm16.5-21.7c.2 0 .5.2.5.5s-.2.5-.3.6c-.5-.4-.6-.7-.2-1.1zM52.2 184.4c-1-2.1-1.9-4.2-2.7-6.4-1.1-2.9-2.3-5.8-3.4-8.6-3.2-7.9-6.7-15.7-12.3-22.1-.4.1-.9.2-1.2.2 1.9 3.2 3.7 4.2 4.4 4.7 1.3 5.6 1.3 5.6.5 7.2-2-.8-2.4-3.7-4.7-4.2-.9-.2-2.8 1.1-3.5 3.7-.8 2.9.1 7.2 6.2 12.5 0 .1-.7 2.4-3.2 5-6.4-2.9-6.4-2.9-7-2.8-.4.7-.6 1.8-.5 2.6-.2.2-.5.2-.7.4-10 5.3-10.1 5.4-10.3 6-1.3 3.7-1.2 7.3-.9 11l39.3-9.2z" class="st3"/>
25
+ <path d="M62.8 263.8c-.1 0-.2.1-.2.1 0-.1.1-.1.2-.1zM18.1 103.7c.1 0 .2 0 .2.1l-.2-.2v.1zm145.7 214.4l-9.3-24.8c-1.2.3-2.4.3-3.6 0l-1.2 3.4-2.5 7.1 9.5 8.1 7.1 6.2zm-72.5-240L37 52.1l103.4 64.7zM84 121.3L43.8 67 33.6 53.2c-.3.3-.6.6-1.1.8l33.3 126.2L84 121.3zm41.7 51.1c.5 1 .7 2 .6 3.1l2.3.3 62.5 8.6-41-57.8c-.2.2-.5.2-.7.4-1.7.7-3.5.7-5.1.1L123 169.6c1.2.6 2.2 1.5 2.7 2.8zm-59.4 8.9l47.3-5.9c-.1-2.1.8-4.2 2.5-5.5l-31.5-47.7-18.3 59.1zm47.4-5.1l-47.2 5.9L149 282c.3-.2.7-.5 1.1-.7.2-.1.3-.2.5-.2l-29.3-100c-2.8.7-5.9-.7-7.2-3.5-.2-.4-.3-.9-.4-1.4zm-62.2 51.7c.2.2.4.5.6.7.1.4.2.6 0 1.2l95.3 54c.2-.4.6-.8 1-1.1L129.8 260l-61-74.1c.5.9 1 1.9 1.3 2.9-.2.3-.4.7-.6 1-.1.1-.1.2-.2.2 4.4 14.4 5.5 18.4 5.7 19.7.1.5 0 .7-.1.9-6.1-3-10.6-7.1-14.3-11.8-2.7-3.4-4.9-7.2-6.7-11L17.5 205c.7 1.6.6 3.3-.1 4.9.9.4 1.9.8 2.7 1.4.2-.3.6-.7.8-1l1.3 2.1c2.2-.6 2.9-3.8 5.9-3 1.9.6 3.2 1.8 4.3 3.1l.7-1.8c-.4-1.3-.8-2.6-1.3-3.8.7.3 1.2.7 2.3 1.6 2.2 1.9 6.6 6.5 17.4 19.4zM77 239.2c.2-.1.6 0 .7.5.1.5-.4 2.5-.8 2.3-.5-.2-.7-2.4.1-2.8zm65 61l4.6 3.3 3.7-10.3c-1.4-.6-2.5-1.7-3.3-3.2-.8-1.8-.7-3.8.1-5.4l-3-1.7L75.6 244v.1c.1.3-.1 1-.3 1.8-.4 1.1-1 2.3-1.4 3.4 0-.2-.1-.2-.1-.4-.3-1.6-.5-2.5-.3-3.4.2-1.3.9-1.6 1.2-1.7.2 0 .2-.1.4-.1l-23.2-13.1c-.6 3-.2 4.2 1.3 6l88.8 63.6zm-6.3 19.9l9.9-15.2-37.4 15.2zm76.7-70l-54.2 34.1c.1.1.2.2.2.4 1.5 3.2.1 6.9-3.1 8.4l9.6 25.6 48.7-67.3c-.5-.3-.9-.7-1.2-1.2zM9.1 296.9l.3-14.4c-.2 0-.6.1-.7.2-2.4 1.3-5.3 4.9-6.6 8.3l1.6 6.9c1 .5 2.4.7 4.2.7-.1-.3-.2-.8-.2-1.2.2-.1.7-.3 1.4-.5zm9.8-196.7c6.3 2.8 14.3 11.2 14.4 11.3.1.2-.1.5 0 .7-.3.1-.8.2-1.2.3l-.7.8c-.8-.1-2-.6-2.7-1-.1.8-.6 1.8-1.1 2.4-.8-.4-1.9-.8-2.7-1.1 3.3 4 8.8 6.1 10 11.8 12.8 5.1 13.7 6.9 15 9.5-4.1 3.1-2.1 6.7.2 10.4 1.8 2.8 3.8 5.5 3.7 8.4-1.4.1-2.8-.2-4.2-.1-.4 1.4 0 2.9-.6 4.2-.3-.1-.8-.1-1.1-.2l-.1.6c.7 5.5 3.5 9.5 7 13.1 3.3 3.3 7.2 6.3 10.2 9.8L31.7 54.5c-.7.3-1.5.5-2.2.5l-3.4 14.5-7.2 30.7zm34.9 67.4c-2-1-2.4-4.3-1.5-4.5.1 0 .3 0 .6.7.6 1.2 1.1 3.7 1.1 4 0-.1-.1-.2-.2-.2zm109.7 152.5l.7-.6-17.4-14.8-10.1 15.4zM17.3 103.5l.2-.7c-.8-.8-1.6-1.6-2.2-2.4.3-.2.7-.7 1.1-.9.6.1 1.2.2 1.8.5L22 83.3 28.7 55c-3.5-.3-6.1-3.4-5.8-6.9 0-.3.1-.6.2-1m101.7 132c-.6.7-1.3 1.3-2.2 1.7-.2.1-.3.2-.5.2l29.3 100c2.4-.6 5 .4 6.5 2.4l54.2-34.1c-.1-.1-.2-.2-.2-.4-.9-2-.7-4.3.4-6l-87.5-63.8zm66.8 6.2l-65.5-9.1c-.2.7-.4 1.5-.8 2.1l73.5 53.7 14 10.2c.6-.7 1.2-1.2 2-1.6l-23.2-55.3zM17 204.2l36.3-17.1c-.3-.7-.6-1.2-.9-1.9l-39.5 9.1c.2 2.4.6 4.7.6 7 1.6.5 2.8 1.5 3.5 2.9zm123.3-82.6H85.2l31.6 47.8.5-.2c1.7-.7 3.5-.7 5.1-.1l21.1-42.4c-1.1-.7-2-1.6-2.6-2.9-.3-.6-.5-1.4-.6-2.2zm-55.6-.8h55.7c.1-.9.3-1.8.7-2.6L34.8 51.7c-.2.3-.4.7-.6 1l18.3 24.6 32.2 43.5zm140.5 199.3l-7.4-67.4c-1.3.1-2.6-.3-3.7-1l-17.6 24.4-31.2 43.2 2 .8h57.9z" class="st3"/>
26
+ <path d="M18.3 299c-1.5-3.4-5.7-3.1-8.4-2.4l.3-13.1c.2 2.4.1 4.9.6 7.3l1.1.6c7-5.5 7-5.5 8.5-5.1 4.5 1 2.9 6.3 5.9 8.3.1 0 .2 0 .2-.1.6-.2 1.5-.3 2.2-.4 4.3 3.5 3.2 9.5 5.9 13.7 5.2-2.2 7.4-3.1 8-5 .2-.8.2-1.7-.1-3-.7-3.5-3-5.7-5.5-7.8l-5.5-10.7c.5-2 .6-4.1.9-6.1.2-1.8.5-3.5 1.1-5.1 1.8-4.2 8.1-1.7 9.6-6.4.4-1.1.6-2.3 1-3.4 2.7-11 1.1-20.1.8-21.9-.3-1.6-.9-3.1-1.6-4.7l2.4-1.7.2.1 3.3 2.4c2.8 4.6 6.6 10.7 8.2 11.9.2-.7-.4-1.4 0-2 .2-.3.3-.4 1.1 0 1.1.6 1.7 1 1.9.2.1-.2.2-.8-.9-2-.6-.7-1.3-1.4-2-2L72.1 251c-.8.5-.4 2.5-.2 3.3.6-1.2.9-2.1 1-2.7l73.4 52.6-39.8 16.2h1.9l37.4-15.2-9.9 15.2h1l10.1-15.5 17.4 14.9-.6.6h3.9l-2-.8 31.2-43.2 17.6-24.4c1.1.7 2.4 1.1 3.7 1l7.4 67.4h.9l-7.4-67.5c3.4-.6 5.7-3.9 5.1-7.3-.1-.5-.3-1.1-.5-1.6-1.4-3-4.7-4.4-7.8-3.3l-23.2-55.6v-.1l-41.6-58.6c2.7-2.2 3.2-6.1 1.1-8.9-1.8-2.3-5-3.1-7.6-1.8-.8.4-1.5.9-2.1 1.6L91.7 77.5l-56.3-27c.4-1.5.3-3-.3-4.5 1.3-3.3-.3-7-3.5-8.3-3.2-1.3-6.9.3-8.2 3.5-.7 1.6-.6 3.5.1 5.1l-24-6.5v.7L23.1 47c-.8 3.4 1.2 6.9 4.6 7.8.3.1.6.1 1 .2L22 83.3l-3.9 16.6c-.7-.2-1.2-.4-1.8-.5-.3.2-.7.7-1.1.9.7.9 1.5 1.6 2.2 2.4l-.2.7c-10.8-2.3-13.6-2.8-17.8-1.7v-.1c.2 72.8.6 145.6.8 218.4m8.9-23.1c-.7.2-1.2.4-1.4.5.1.3.2.8.2 1.2-1.9.1-3.3-.2-4.2-.7L2.1 291c1.3-3.4 4.2-7 6.5-8.3.2-.1.5-.2.7-.2l-.2 14.4zm4.5-114.4c.4-.7.5-.8 10.3-6 .2-.2.5-.2.7-.4-.1-.8.1-2 .5-2.6.7-.1.7-.1 7 2.8 2.4-2.5 3.2-4.9 3.2-5-6.1-5.2-7-9.6-6.2-12.5.7-2.5 2.7-3.8 3.5-3.7 2.4.6 2.6 3.3 4.7 4.2.8-1.6.8-1.6-.5-7.2-.7-.4-2.5-1.5-4.4-4.7.4-.1.9-.2 1.2-.2 5.6 6.4 9.1 14.1 12.3 22.1 1.1 2.9 2.3 5.8 3.4 8.6.9 2.2 1.8 4.3 2.7 6.4l-39.3 9.1c-.3-3.6-.4-7.3.9-10.9zm.1 18.8c-.2-2.4-.4-4.7-.7-7l39.6-9.1c.3.7.6 1.3.9 1.9l-36.4 17.1c-.8-1.4-2-2.4-3.4-2.9zm32.5 30.2l.6-.5c.3.5.7 1.1 1 1.7l-1.6-1.2zM34 208.3c-1.1-.9-1.6-1.2-2.3-1.6.5 1.2.9 2.5 1.3 3.8l-.7 1.8c-1.1-1.4-2.4-2.6-4.3-3.1-2.9-.8-3.7 2.4-5.9 3l-1.3-2.1c-.2.3-.6.7-.8 1-.8-.6-1.7-1-2.7-1.4.6-1.5.7-3.3.1-4.9l36.3-17.1c2 3.9 4.1 7.7 6.7 11 3.7 4.8 8.3 8.9 14.4 11.9.1-.2.2-.4.1-.9-.2-1.4-1.4-5.3-5.7-19.7.1-.1.1-.2.2-.2.2-.3.4-.7.6-1-.3-1-.8-2-1.3-2.9l61 74.1 18.6 22.6c-.4.3-.6.7-1 1.1l-95.3-54c.2-.7.1-.8 0-1.2-.2-.2-.4-.5-.7-.7-10.7-13-15.1-17.6-17.3-19.5zM211.8 249c.1.2.2.2.2.4l-54.2 34.1c-1.5-2-4.1-3-6.5-2.4l-29.3-100c.2-.1.3-.1.5-.2.9-.4 1.6-1 2.2-1.7l87.4 63.9c-1 1.7-1.2 4-.3 5.9zm-61.2 32.2c-.2.1-.3.1-.5.2-.4.2-.7.4-1.1.7L66.5 182l47.2-5.9c.1.5.2 1 .5 1.5 1.3 2.8 4.3 4.2 7.2 3.6l29.2 100zm-37-105.8l-47.3 5.9 18.3-59.1 31.5 47.7c-1.7 1.3-2.6 3.4-2.5 5.5zm32.8 127.9l-4.6-3.3-88.7-63.5c-1.5-1.8-2-3-1.3-6L75 243.7c-.1 0-.2.1-.4.1-.3.1-1.1.4-1.3 1.6-.1.9 0 1.9.4 3.4 0 .2.1.2.1.4.4-1.1 1-2.3 1.4-3.4.2-.8.4-1.5.3-1.8v-.1l68.5 38.8 3 1.7c-.8 1.6-.9 3.6-.1 5.4.6 1.5 1.9 2.6 3.3 3.2l-3.8 10.3zm10.2 8.8l-9.5-8.1 2.6-7.2 1.2-3.4c1.1.3 2.4.3 3.6 0l9.3 24.8-7.2-6.1zm8.3 6.5l-9.6-25.5c3.2-1.5 4.6-5.2 3.1-8.4-.1-.2-.2-.2-.2-.4l54.2-34.1c.3.4.6.8 1.1 1.1l-48.6 67.3zm49.9-77.9c-.8.4-1.5 1-2 1.6l-14-10.2-73.5-53.7c.4-.7.7-1.4.8-2.1l65.5 9.1 23.2 55.3zm-70.6-113.6c1.5.7 3.4.7 5.1-.1.2-.1.5-.2.7-.4l41 57.8-62.5-8.6-2.3-.3c.1-1.1-.1-2.1-.6-3.1-.6-1.2-1.5-2.2-2.6-2.9l21.2-42.4zm-.7-.3l-21.1 42.4c-1.6-.7-3.5-.7-5.1.1l-.5.2-31.5-47.8h55.2c.1.7.2 1.6.6 2.2.4 1.2 1.3 2.2 2.4 2.9zM91.3 78.1l49.2 38.8L37 52.1l54.3 26zM34.8 51.7l106.4 66.6c-.4.8-.7 1.7-.7 2.6H84.7L52.4 77.4 34.2 52.7c.2-.4.4-.7.6-1zm-1.2 1.5L43.8 67 84 121.3l-18.3 58.9L32.4 54.1c.5-.3.9-.5 1.2-.9zm-4.1 1.7c.7 0 1.5-.2 2.2-.5L65.1 181c-3.1-3.4-7-6.4-10.2-9.8-3.4-3.5-6.3-7.5-7-13.1l.1-.6c.4.1.8.1 1.1.2.6-1.4.2-2.9.6-4.2 1.4-.2 2.8.2 4.2.1.1-2.8-2-5.6-3.7-8.4-2.4-3.7-4.4-7.3-.2-10.4-1.3-2.5-2.3-4.3-15-9.5-1.1-5.8-6.7-7.9-10-11.8.8.3 1.9.7 2.7 1.1.5-.6 1-1.6 1.1-2.4.7.4 1.8.8 2.7 1l.7-.8c.3-.1.8-.2 1.2-.3 0-.2.1-.5 0-.7-.1-.1-8-8.6-14.4-11.3l7-30.5 3.5-14.7z" class="st4"/>
27
+ <path d="M18.1 103.7v-.2l.2.2h-.2zM48.3 314v-.2l1.1 2c.2.9.8 2.2 1.6 3.1 1.2 1.4 2.8 2 4.3-.6.5-.9.5-2.4.2-3.4-.9-2.6-2.9-4.6-4-7.1.3-.5.8-1.3 6.9-3.3-1.5 1.1-5.9 5-.7 6.1.8-1.8 2.7-2.5 4-3.9-.2-1.6-1.6-2.8-1.4-4.6 2-1.3 1.9 2.8 3.1 3.9 1.1 1 2.1.5 2.3.3 1.2-1.2 1.2-3 2-4.5 1.1-2 3.4-1.6 5-2.5 1.3-.7 1.1-2.3 1.7-3.4.7.8 1.1 1.1 1.6 1.2.1 0 .2.1.2.1.2-.2.3-.3.2-1.4-.2-1.7-.9-5.8-2.8-16.2 0-.1-1.3-4.7-3.5-8-1.5-2.2-3.4-3.8-5.6-2.8-.4 1.1-.5 2.2-.2 3.3.2 1.1.8 2.7 1.8 5.1 2.6 6.7.5 11.3.5 11.4-.9 1.7-.9 1.7-4.2.2-2.2 2.6 1.9 6.4-1.5 8.6-2.4 1.7-6 .6-8 3.3-2 2.5-2.4 3.5-3.8 5.9-1.5 2.5-1.8 4.2-1.7 5.2.1 1.3.6 1.8.9 2.2zm5.5-146.4c.1 0 .1.1.2.1 0-.3-.5-2.8-1.1-4-.2-.6-.5-.6-.6-.6-.8.3-.5 3.6 1.5 4.5zm5.2 84.9c.4.7 1.2 2.4 1.6 3.9.5 1.8.2 2.6-.3 3.6-.6 1.1-1.4 2.4-1 4.1v.1c.3 1.1 3.3 4.8 4.6 4.6 1.2-.2 1.3-2 .8-3.3-.2-.6-.5-1.1-.9-1.5s-.7-.3-1.1-.3c1-.3 2.2-.2 2.8-.1 1.5.2 2.5.3 3.7-.8.1-.1.1-.2.2-.2.3-.5.2-1.1.5-1.7.7-1.2 1.8-2.2 2.4-3.4.1-.1.2-.3.2-.6-.1-1-.7-1.8-1.1-2.7-.7.8-6.9-1.7-9.6-2.9-2.8-1.2-3.3-1.2-3.7-1.1-.1.1-.2.2-.1.4.1.3.5.9 1 1.9z" class="st4"/>
28
+ <path d="M62.6 263.9c.1 0 .2-.1.2-.1-.1 0-.2 0-.2.1z" class="st4"/>
29
+ </g>
30
+ </g>
31
+ </g>
32
+ <path id="logo" d="M76.9 207.1c.9 1.8.8 4.6 1.7 6.4.6.3 1.3.6 1.8.9 7.6-1.1 7.8-10.2 3.9-14.6-1.8-1.7-4.5-2.5-7.8-1-16.8 7.2-32.9 2.6-42.6-7.5-5.3-5.3-8.8-12.1-9.8-19.5-2.6-23.5 16.6-38.4 29.8-40.1 11.8-1.4 23 2.8 30.5 10.4 8.1 8.1 12.5 20.3 9.9 34.4-1.1 6.4-4.9 14.5-13.5 14.5-3.4 0-6.8-1.5-9.2-4.1-2.3-2.2-3.7-5.2-3.9-8.4-.8-12.7 15.5-16.3 14.5-29-.1-2.3-1.1-4.2-2.8-6-4.9-4.7-14.9-6.5-23.9-4.7-11.2 2.3-21.9 12.5-23.9 24.8-1.6 10 2 21.2 9.3 28.9 6.5 6.5 16 10.1 27.5 7.3 3.8-.8 6.7-4.4 12.7-3.4 2.2.3 4 1.4 5.3 2.8 4.9 4.6 4.1 14.2-2.3 16.5-3.3 1.1-9.3.2-11.9-2.6l-.1-.1c-.3-.1-.6-.5-.9-.8-1-.8-1.7-2.5-1.6-4.4.1-2.6 1.8-4.7 3.8-4.5.8.1 1.5.5 2 1 .7.9 1.3 1.7 1.5 2.8m112.9-35.5c.7-.9 1-2 1.4-3.1.5-2.1.5-4.4-.1-6.4-.2-1.1-.7-2.3-1.4-3.1-.7-1-1.7-1.7-2.9-2.2-1.1-.6-2.5-.8-4.2-.8h-3.1c-.6 0-1 .5-1 1v16.9c0 .6.5 1 1 1h2c2.2 0 4-.3 5.3-1 1.1-.2 2.3-1.1 3-2.3m9.2-7.3c0 2.3-.5 4.2-1.4 6-.8 1.7-2.1 3.1-3.7 4.2-1.6 1-3.1 2-5.1 2.5-2 .6-3.9.8-5.9.8h-3.7c-.6 0-1 .5-1 1v11.9c0 .7.1 1.4.5 1.8.2.6.7.9 1.5 1.3.5.1 1 .2 2 .5.6.1 1 .1 1.6.2.6 0 1 .5 1 1s-.5 1-1 1h-16.3c-.6 0-1-.5-1-1v-.1c0-.6.5-1 .9-1 .3 0 .7-.1 1.1-.1.9-.1 1.6-.2 2-.5.6-.2 1-.6 1.4-1.1.2-.6.5-1.1.5-2v-31c0-.7-.1-1.4-.3-2-.2-.6-.7-1-1.4-1.3-.8-.2-1.6-.5-2.3-.6-.3 0-.7-.1-.9-.1-.6-.1-.9-.6-.9-1v-.1c0-.6.5-1 1-1H186c3.9 0 7.1.9 9.6 2.9l.1.1c2 2 3.3 4.6 3.3 7.7zm-36.8-8.4c-.6 0-1 .1-1.7.5-.7.2-1.1.5-1.7.8l-.1.1c-.7.5-1.1.9-1.7 1.5-.5.6-.7 1.4-1.1 2.4v.1c-1.4 4.7-3.1 10.1-4.9 16.4-1.7 6.1-3.8 12.4-5.9 19.3-.1.5-.6.8-1 .8h-1.3c-.5 0-.9-.3-1-.8l-9.5-29.4c-.1-.6-.8-.9-1.4-.7-.3.1-.6.3-.7.7l-10 29.4c-.1.5-.6.7-1 .7h-1c-.5 0-.9-.3-1-.8-2-6.9-3.9-13.9-6-21.3-2.2-7.7-3.6-12.7-4.2-15.4-.1-.6-.5-1-.7-1.6 0-.1-.1-.2-.1-.2-.8-1-2-1.7-3.2-2-.3-.1-.7-.1-.9-.2-.5-.1-.9-.6-.9-1v-.2c0-.6.5-1 1-1h15.4c.6 0 1 .5 1 1v.1c0 .6-.5 1-1 1-1.1.1-2.1.2-2.9.5-1 .2-1.6.6-1.6 1 0 .1 0 .5.1.8.1.2.1.6.1.8.5 1.8 1.4 4.7 2.5 8.8 1 3.6 2.4 8.6 4.2 15 .3 1 1.7 1 2.1 0l9.3-27.9c.1-.5.6-.7 1-.7h1.4c.5 0 .9.3 1 .8l9.4 28.6c.3 1 1.8 1 2.1 0l2.8-9.9c1-3.8 2-6.9 2.5-9.6.5-1.8.8-3.2.9-3.9.1-.7.1-1.3.1-1.8 0-.7-.5-1.3-1.4-1.7-.8-.5-2-.7-3.6-.8-.6-.1-1-.6-1-1 0-.6.5-1 1-1H161c.6 0 1 .5 1 1l.2.8zM292 184l-.8 11.8c0 .6-.5 1-1 1h-31.4c-.6 0-1-.5-1-1v-.1c0-.6.5-1 .9-1 .3 0 .7-.1 1.1-.1.9-.1 1.6-.2 2-.5.6-.2 1-.6 1.4-1.1.2-.6.5-1.1.5-2v-30.8c0-.7-.1-1.3-.5-1.8-.3-.6-.7-.9-1.4-1.3-.5-.2-1-.5-2-.7l-1.3-.3c-.5-.1-.9-.6-.9-1v-.2c0-.6.5-1 1-1h16c.6 0 1 .5 1 1v.1c0 .6-.3 1-.9 1-.3.1-.8.1-1.3.2-.9.1-1.6.5-2 .5-.7.2-1.1.6-1.4 1.3-.2.6-.5 1.3-.5 1.8v28.9c0 1.4.1 2.3.1 3.1.1.7.5 1.4.9 1.7.5.5 1.1.6 2.1.7s2.2.1 3.8.1c.8 0 1.6 0 2.3-.1.7 0 1.5-.1 2.3-.2h.1c.7-.1 1.3-.3 1.8-.5.6-.2.9-.5 1.3-.7.1 0 .1-.1.2-.2.8-.9 1.7-2.3 2.9-4.1.9-1.5 1.5-2.9 2-3.9.1-.5.6-.7 1-.7h1.6l.1.1zm-38.2 12.9H236c-.6 0-1-.5-1-1 0-.6.5-1 1-1s1-.1 1.7-.2c1-.1 1.8-.3 2.2-.6.6-.5 1-.8 1.4-1.4.3-.5.5-1 .5-1.8v-31.3h-.5l-14.6 35.9c-.1.5-.6.7-1 .7-.5 0-.9-.2-1-.7L211 158.6h-.5v25.7c0 2.5.1 4.4.5 5.6.3 1.3.8 2.2 1.5 2.9.5.5 1.4.8 2.8 1.3.8.2 1.4.3 1.8.5.5.1.9.6.9 1v.1c0 .6-.5 1-1 1h-14.8c-.7 0-1.3-.7-1-1.4v-.1c.1-.3.5-.7.8-.7.5-.1.8-.2 1.5-.5 1-.2 1.8-.6 2.3-1 .7-.6 1.1-1.4 1.5-2.6.2-1.1.5-3.1.5-5.9v-22.2c0-1.3-.1-2.3-.5-3.1-.3-.8-.7-1.5-1.4-2-.6-.6-1.4-.9-2.2-1.3h-.1l-1.7-.3c-.6-.1-.9-.6-.9-1.1v-.1c0-.6.5-1 1-1h12.7c.5 0 .8.2 1 .7l11 28.9c.3.9 1.7.9 2.1 0l9.4-24.3c.5-1 .7-2 1-3.1v-.1l.3-1.3c.1-.5.6-.8 1-.8h12.1c.6 0 1 .5 1 1v.1c0 .6-.5 1-.9 1-.3 0-.8.1-1.1.2-.8.1-1.5.3-2 .5-.7.2-1.1.6-1.4 1.3-.2.6-.5 1.1-.5 1.8v31.1c0 .7.1 1.4.5 1.8.2.5.7.9 1.4 1.3.5.2 1 .5 2 .6.5.1.9.1 1.3.2.6.1.9.6.9 1v1.6z" class="st5"/>
33
+ </g>
34
+ <g class="st0">
35
+ <path d="M146.2 2.5h-.1l171.4 171.4.5-.5V2.5z" class="st6"/>
36
+ </g>
37
+ <path d="M300.1 51.6v10.5c0 4-1.7 7.3-5.1 9.3-6.3 3.8-12.8 7.5-19.3 11.1-3.5 1.9-7.2 1.9-10.6-.1-6.4-3.6-12.7-7.2-18.9-10.9-3.4-2-5.2-5.2-5.2-9.3-.1-7.2 0-14.3 0-21.5 0-4.1 1.8-7.3 5.3-9.4 6.3-3.7 12.6-7.4 18.9-10.9 3.5-2 7.2-2 10.6-.1 6.5 3.6 12.9 7.3 19.3 11.1 3.3 2 5 5.2 5.1 9.1 0 3.8-.1 7.5-.1 11.1zm-56.1-.2v10.7c-.1 2.9 1.5 5.6 4.1 7 6.1 3.5 12.1 7.1 18.2 10.5 2.5 1.5 5.6 1.5 8.1 0 6.2-3.5 12.3-7 18.4-10.6 2.5-1.4 4.1-4 4-6.9.1-7.1.1-14.2 0-21.3.1-2.9-1.5-5.6-4.1-7-6-3.5-12-6.9-18.1-10.4-2.8-1.6-5.7-1.7-8.5-.1-6 3.4-12.1 6.9-18.1 10.4-2.8 1.6-4.2 4-4.2 7.2.2 3.6.2 7 .2 10.5z" class="st4"/>
38
+ <path d="M289.8 39.1V46h-26.7c-4.3 0-4.9 1.2-6.2 3.8-.9 1.9-.7 3.8-.8 6h26.7v-3.4h6.9v10.2h-40c-.5-7.1-.6-14 4.4-19.9 2.3-2.7 5.4-3.7 8.7-3.7 8.8-.1 17.6 0 26.4 0 .1-.1.4 0 .6.1z" class="st4"/>
39
+ </svg>
vendor/otgs/icons/plugin-icons/wpml/wcml/icon-128x128.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/wpml/wcml/icon-256x256.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/wpml/wcml/icon.svg ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="icon" viewBox="0 0 320 320">
2
+ <style>
3
+ .st0{clip-path:url(#SVGID_2_)}.st1{fill:url(#bg_2_)}.st2{opacity:.15}.st3{fill:none}.st4,.st5{fill:#fff}.st5{stroke:#fff;stroke-width:.75;stroke-miterlimit:10}.st6{fill:#29a8e0}
4
+ </style>
5
+ <defs>
6
+ <path id="SVGID_1_" d="M312.5 317.5H7.5c-2.8 0-5-2.2-5-5V7.5c0-2.8 2.2-5 5-5h305c2.8 0 5 2.2 5 5v305c0 2.8-2.2 5-5 5z"/>
7
+ </defs>
8
+ <clipPath id="SVGID_2_">
9
+ <use overflow="visible" xlink:href="#SVGID_1_"/>
10
+ </clipPath>
11
+ <g class="st0">
12
+ <g id="bg_1_">
13
+ <g id="mask">
14
+ <linearGradient id="bg_2_" x1="321" x2="-1" y1="161.097" y2="161.097" gradientTransform="matrix(1 0 0 -1 0 321)" gradientUnits="userSpaceOnUse">
15
+ <stop offset="0" stop-color="#33879e"/>
16
+ <stop offset=".295" stop-color="#3389a1" stop-opacity=".823"/>
17
+ <stop offset=".52" stop-color="#318dab" stop-opacity=".688"/>
18
+ <stop offset=".722" stop-color="#2f96bb" stop-opacity=".567"/>
19
+ <stop offset=".909" stop-color="#2ba1d2" stop-opacity=".455"/>
20
+ <stop offset="1" stop-color="#29a8e0" stop-opacity=".4"/>
21
+ </linearGradient>
22
+ <path id="bg" d="M-1-.3h322v320.5H-1V-.3z" class="st1"/>
23
+ <g id="earth" class="st2">
24
+ <path d="M18 299.1c-9.1 10.7-9.1 10.7 3.7 20.9v.1h84.5l39.6-16.1-73.4-52.6c0 .6-.3 1.5-1 2.7.3.9 1 1.7 1.1 2.7 0 .2-.1.5-.2.6-.7 1.2-1.7 2.2-2.4 3.4-.3.5-.2 1.1-.5 1.7-.1.1-.1.2-.2.2-1.1 1.1-2.2 1-3.7.8-.7-.1-1.9-.2-2.8.1.3 0 .7 0 1.1.3.4.3.6.8.9 1.5.5 1.4.4 3.1-.8 3.3-1.3.2-4.3-3.5-4.6-4.6v-.1c-.5-1.6.3-2.9 1-4.1.6-1.1.8-1.8.3-3.6-.4-1.5-1.2-3.1-1.6-3.9-.5-1-.9-1.6-.9-2 0-.1.1-.2.1-.4.4-.2.9-.2 3.7 1.1 2.7 1.1 9 3.8 9.6 2.9-.2-.7-.7-2.8.2-3.3L57 240.4c.7.7 1.4 1.3 2 2 1.1 1.2.9 1.8.9 2-.2.8-.8.4-1.9-.2-.7-.4-.9-.3-1.1 0-.3.7.3 1.4 0 2-1.6-1.2-5.4-7.3-8.2-11.9l-3.3-2.4-.2-.1-2.4 1.7c.7 1.6 1.4 3.2 1.6 4.7.4 1.9 1.9 10.9-.8 21.9-.2 1.1-.6 2.3-1 3.4-1.5 4.7-7.8 2.2-9.6 6.4-.7 1.6-1 3.3-1.1 5.1-.2 2-.3 4.2-.9 6.1l5.5 10.7c2.5 2 4.9 4.2 5.5 7.8.2 1.3.3 2.3.1 3-.6 1.9-2.8 2.8-8 5-2.8-4.2-1.6-10.2-5.9-13.7-.7.1-1.5.2-2.2.4-.1 0-.2 0-.2.1-3-2-1.5-7.3-5.9-8.3-1.5-.3-1.5-.3-8.5 5.1l-1.1-.6c-.5-2.4-.3-4.9-.6-7.3l-.3 13.1c2.9-.4 7.1-.7 8.6 2.7zm31.1 7.8c1.4-2.4 1.9-3.3 3.8-5.9 2-2.7 5.6-1.6 8-3.3 3.4-2.4-.7-6.1 1.5-8.6 3.3 1.6 3.3 1.6 4.2-.2 0-.1 2.1-4.7-.5-11.4-1-2.4-1.5-3.9-1.8-5.1-.3-1.4-.2-2.2.2-3.3 2.2-1.1 4.1.6 5.6 2.8 2.2 3.3 3.5 7.9 3.5 8 1.9 10.4 2.6 14.5 2.8 16.2.1 1.1 0 1.2-.2 1.4-.1 0-.2 0-.2-.1-.5-.2-.9-.4-1.6-1.2-.6 1.1-.4 2.7-1.7 3.4-1.6 1-4 .5-5 2.5-.7 1.5-.7 3.3-2 4.5-.1.1-1.2.7-2.3-.3-1.2-1.1-1.1-5.2-3.1-3.9-.2 1.7 1.1 2.9 1.4 4.6-1.3 1.4-3.2 2.1-4 3.9-5.2-1.1-.8-4.9.6-6.1-6.1 2-6.7 2.8-6.9 3.3 1 2.5 3 4.5 4 7.1.3 1 .3 2.5-.2 3.4-1.5 2.5-3.1 1.9-4.3.6-.8-.9-1.3-2-1.6-3.1l-1.1-2v.2c-.4-.4-.8-1-.9-2 0-1.3.3-2.8 1.8-5.4zm16.5-21.7c.2 0 .5.2.5.5s-.2.5-.3.6c-.5-.4-.6-.7-.2-1.1zM52.2 184.4c-1-2.1-1.9-4.2-2.7-6.4-1.1-2.9-2.3-5.8-3.4-8.6-3.2-7.9-6.7-15.7-12.3-22.1-.4.1-.9.2-1.2.2 1.9 3.2 3.7 4.2 4.4 4.7 1.3 5.6 1.3 5.6.5 7.2-2-.8-2.4-3.7-4.7-4.2-.9-.2-2.8 1.1-3.5 3.7-.8 2.9.1 7.2 6.2 12.5 0 .1-.7 2.4-3.2 5-6.4-2.9-6.4-2.9-7-2.8-.4.7-.6 1.8-.5 2.6-.2.2-.5.2-.7.4-10 5.3-10.1 5.4-10.3 6-1.3 3.7-1.2 7.3-.9 11l39.3-9.2z" class="st3"/>
25
+ <path d="M62.8 263.8c-.1 0-.2.1-.2.1 0-.1.1-.1.2-.1zM18.1 103.7c.1 0 .2 0 .2.1l-.2-.2v.1zm145.7 214.4l-9.3-24.8c-1.2.3-2.4.3-3.6 0l-1.2 3.4-2.5 7.1 9.5 8.1 7.1 6.2zm-72.5-240L37 52.1l103.4 64.7zM84 121.3L43.8 67 33.6 53.2c-.3.3-.6.6-1.1.8l33.3 126.2L84 121.3zm41.7 51.1c.5 1 .7 2 .6 3.1l2.3.3 62.5 8.6-41-57.8c-.2.2-.5.2-.7.4-1.7.7-3.5.7-5.1.1L123 169.6c1.2.6 2.2 1.5 2.7 2.8zm-59.4 8.9l47.3-5.9c-.1-2.1.8-4.2 2.5-5.5l-31.5-47.7-18.3 59.1zm47.4-5.1l-47.2 5.9L149 282c.3-.2.7-.5 1.1-.7.2-.1.3-.2.5-.2l-29.3-100c-2.8.7-5.9-.7-7.2-3.5-.2-.4-.3-.9-.4-1.4zm-62.2 51.7c.2.2.4.5.6.7.1.4.2.6 0 1.2l95.3 54c.2-.4.6-.8 1-1.1L129.8 260l-61-74.1c.5.9 1 1.9 1.3 2.9-.2.3-.4.7-.6 1-.1.1-.1.2-.2.2 4.4 14.4 5.5 18.4 5.7 19.7.1.5 0 .7-.1.9-6.1-3-10.6-7.1-14.3-11.8-2.7-3.4-4.9-7.2-6.7-11L17.5 205c.7 1.6.6 3.3-.1 4.9.9.4 1.9.8 2.7 1.4.2-.3.6-.7.8-1l1.3 2.1c2.2-.6 2.9-3.8 5.9-3 1.9.6 3.2 1.8 4.3 3.1l.7-1.8c-.4-1.3-.8-2.6-1.3-3.8.7.3 1.2.7 2.3 1.6 2.2 1.9 6.6 6.5 17.4 19.4zM77 239.2c.2-.1.6 0 .7.5.1.5-.4 2.5-.8 2.3-.5-.2-.7-2.4.1-2.8zm65 61l4.6 3.3 3.7-10.3c-1.4-.6-2.5-1.7-3.3-3.2-.8-1.8-.7-3.8.1-5.4l-3-1.7L75.6 244v.1c.1.3-.1 1-.3 1.8-.4 1.1-1 2.3-1.4 3.4 0-.2-.1-.2-.1-.4-.3-1.6-.5-2.5-.3-3.4.2-1.3.9-1.6 1.2-1.7.2 0 .2-.1.4-.1l-23.2-13.1c-.6 3-.2 4.2 1.3 6l88.8 63.6zm-6.3 19.9l9.9-15.2-37.4 15.2zm76.7-70l-54.2 34.1c.1.1.2.2.2.4 1.5 3.2.1 6.9-3.1 8.4l9.6 25.6 48.7-67.3c-.5-.3-.9-.7-1.2-1.2zM9.1 296.9l.3-14.4c-.2 0-.6.1-.7.2-2.4 1.3-5.3 4.9-6.6 8.3l1.6 6.9c1 .5 2.4.7 4.2.7-.1-.3-.2-.8-.2-1.2.2-.1.7-.3 1.4-.5zm9.8-196.7c6.3 2.8 14.3 11.2 14.4 11.3.1.2-.1.5 0 .7-.3.1-.8.2-1.2.3l-.7.8c-.8-.1-2-.6-2.7-1-.1.8-.6 1.8-1.1 2.4-.8-.4-1.9-.8-2.7-1.1 3.3 4 8.8 6.1 10 11.8 12.8 5.1 13.7 6.9 15 9.5-4.1 3.1-2.1 6.7.2 10.4 1.8 2.8 3.8 5.5 3.7 8.4-1.4.1-2.8-.2-4.2-.1-.4 1.4 0 2.9-.6 4.2-.3-.1-.8-.1-1.1-.2l-.1.6c.7 5.5 3.5 9.5 7 13.1 3.3 3.3 7.2 6.3 10.2 9.8L31.7 54.5c-.7.3-1.5.5-2.2.5l-3.4 14.5-7.2 30.7zm34.9 67.4c-2-1-2.4-4.3-1.5-4.5.1 0 .3 0 .6.7.6 1.2 1.1 3.7 1.1 4 0-.1-.1-.2-.2-.2zm109.7 152.5l.7-.6-17.4-14.8-10.1 15.4zM17.3 103.5l.2-.7c-.8-.8-1.6-1.6-2.2-2.4.3-.2.7-.7 1.1-.9.6.1 1.2.2 1.8.5L22 83.3 28.7 55c-3.5-.3-6.1-3.4-5.8-6.9 0-.3.1-.6.2-1m101.7 132c-.6.7-1.3 1.3-2.2 1.7-.2.1-.3.2-.5.2l29.3 100c2.4-.6 5 .4 6.5 2.4l54.2-34.1c-.1-.1-.2-.2-.2-.4-.9-2-.7-4.3.4-6l-87.5-63.8zm66.8 6.2l-65.5-9.1c-.2.7-.4 1.5-.8 2.1l73.5 53.7 14 10.2c.6-.7 1.2-1.2 2-1.6l-23.2-55.3zM17 204.2l36.3-17.1c-.3-.7-.6-1.2-.9-1.9l-39.5 9.1c.2 2.4.6 4.7.6 7 1.6.5 2.8 1.5 3.5 2.9zm123.3-82.6H85.2l31.6 47.8.5-.2c1.7-.7 3.5-.7 5.1-.1l21.1-42.4c-1.1-.7-2-1.6-2.6-2.9-.3-.6-.5-1.4-.6-2.2zm-55.6-.8h55.7c.1-.9.3-1.8.7-2.6L34.8 51.7c-.2.3-.4.7-.6 1l18.3 24.6 32.2 43.5zm140.5 199.3l-7.4-67.4c-1.3.1-2.6-.3-3.7-1l-17.6 24.4-31.2 43.2 2 .8h57.9z" class="st3"/>
26
+ <path d="M18.3 299c-1.5-3.4-5.7-3.1-8.4-2.4l.3-13.1c.2 2.4.1 4.9.6 7.3l1.1.6c7-5.5 7-5.5 8.5-5.1 4.5 1 2.9 6.3 5.9 8.3.1 0 .2 0 .2-.1.6-.2 1.5-.3 2.2-.4 4.3 3.5 3.2 9.5 5.9 13.7 5.2-2.2 7.4-3.1 8-5 .2-.8.2-1.7-.1-3-.7-3.5-3-5.7-5.5-7.8l-5.5-10.7c.5-2 .6-4.1.9-6.1.2-1.8.5-3.5 1.1-5.1 1.8-4.2 8.1-1.7 9.6-6.4.4-1.1.6-2.3 1-3.4 2.7-11 1.1-20.1.8-21.9-.3-1.6-.9-3.1-1.6-4.7l2.4-1.7.2.1 3.3 2.4c2.8 4.6 6.6 10.7 8.2 11.9.2-.7-.4-1.4 0-2 .2-.3.3-.4 1.1 0 1.1.6 1.7 1 1.9.2.1-.2.2-.8-.9-2-.6-.7-1.3-1.4-2-2L72.1 251c-.8.5-.4 2.5-.2 3.3.6-1.2.9-2.1 1-2.7l73.4 52.6-39.8 16.2h1.9l37.4-15.2-9.9 15.2h1l10.1-15.5 17.4 14.9-.6.6h3.9l-2-.8 31.2-43.2 17.6-24.4c1.1.7 2.4 1.1 3.7 1l7.4 67.4h.9l-7.4-67.5c3.4-.6 5.7-3.9 5.1-7.3-.1-.5-.3-1.1-.5-1.6-1.4-3-4.7-4.4-7.8-3.3l-23.2-55.6v-.1l-41.6-58.6c2.7-2.2 3.2-6.1 1.1-8.9-1.8-2.3-5-3.1-7.6-1.8-.8.4-1.5.9-2.1 1.6L91.7 77.5l-56.3-27c.4-1.5.3-3-.3-4.5 1.3-3.3-.3-7-3.5-8.3-3.2-1.3-6.9.3-8.2 3.5-.7 1.6-.6 3.5.1 5.1l-24-6.5v.7L23.1 47c-.8 3.4 1.2 6.9 4.6 7.8.3.1.6.1 1 .2L22 83.3l-3.9 16.6c-.7-.2-1.2-.4-1.8-.5-.3.2-.7.7-1.1.9.7.9 1.5 1.6 2.2 2.4l-.2.7c-10.8-2.3-13.6-2.8-17.8-1.7v-.1c.2 72.8.6 145.6.8 218.4m8.9-23.1c-.7.2-1.2.4-1.4.5.1.3.2.8.2 1.2-1.9.1-3.3-.2-4.2-.7L2.1 291c1.3-3.4 4.2-7 6.5-8.3.2-.1.5-.2.7-.2l-.2 14.4zm4.5-114.4c.4-.7.5-.8 10.3-6 .2-.2.5-.2.7-.4-.1-.8.1-2 .5-2.6.7-.1.7-.1 7 2.8 2.4-2.5 3.2-4.9 3.2-5-6.1-5.2-7-9.6-6.2-12.5.7-2.5 2.7-3.8 3.5-3.7 2.4.6 2.6 3.3 4.7 4.2.8-1.6.8-1.6-.5-7.2-.7-.4-2.5-1.5-4.4-4.7.4-.1.9-.2 1.2-.2 5.6 6.4 9.1 14.1 12.3 22.1 1.1 2.9 2.3 5.8 3.4 8.6.9 2.2 1.8 4.3 2.7 6.4l-39.3 9.1c-.3-3.6-.4-7.3.9-10.9zm.1 18.8c-.2-2.4-.4-4.7-.7-7l39.6-9.1c.3.7.6 1.3.9 1.9l-36.4 17.1c-.8-1.4-2-2.4-3.4-2.9zm32.5 30.2l.6-.5c.3.5.7 1.1 1 1.7l-1.6-1.2zM34 208.3c-1.1-.9-1.6-1.2-2.3-1.6.5 1.2.9 2.5 1.3 3.8l-.7 1.8c-1.1-1.4-2.4-2.6-4.3-3.1-2.9-.8-3.7 2.4-5.9 3l-1.3-2.1c-.2.3-.6.7-.8 1-.8-.6-1.7-1-2.7-1.4.6-1.5.7-3.3.1-4.9l36.3-17.1c2 3.9 4.1 7.7 6.7 11 3.7 4.8 8.3 8.9 14.4 11.9.1-.2.2-.4.1-.9-.2-1.4-1.4-5.3-5.7-19.7.1-.1.1-.2.2-.2.2-.3.4-.7.6-1-.3-1-.8-2-1.3-2.9l61 74.1 18.6 22.6c-.4.3-.6.7-1 1.1l-95.3-54c.2-.7.1-.8 0-1.2-.2-.2-.4-.5-.7-.7-10.7-13-15.1-17.6-17.3-19.5zM211.8 249c.1.2.2.2.2.4l-54.2 34.1c-1.5-2-4.1-3-6.5-2.4l-29.3-100c.2-.1.3-.1.5-.2.9-.4 1.6-1 2.2-1.7l87.4 63.9c-1 1.7-1.2 4-.3 5.9zm-61.2 32.2c-.2.1-.3.1-.5.2-.4.2-.7.4-1.1.7L66.5 182l47.2-5.9c.1.5.2 1 .5 1.5 1.3 2.8 4.3 4.2 7.2 3.6l29.2 100zm-37-105.8l-47.3 5.9 18.3-59.1 31.5 47.7c-1.7 1.3-2.6 3.4-2.5 5.5zm32.8 127.9l-4.6-3.3-88.7-63.5c-1.5-1.8-2-3-1.3-6L75 243.7c-.1 0-.2.1-.4.1-.3.1-1.1.4-1.3 1.6-.1.9 0 1.9.4 3.4 0 .2.1.2.1.4.4-1.1 1-2.3 1.4-3.4.2-.8.4-1.5.3-1.8v-.1l68.5 38.8 3 1.7c-.8 1.6-.9 3.6-.1 5.4.6 1.5 1.9 2.6 3.3 3.2l-3.8 10.3zm10.2 8.8l-9.5-8.1 2.6-7.2 1.2-3.4c1.1.3 2.4.3 3.6 0l9.3 24.8-7.2-6.1zm8.3 6.5l-9.6-25.5c3.2-1.5 4.6-5.2 3.1-8.4-.1-.2-.2-.2-.2-.4l54.2-34.1c.3.4.6.8 1.1 1.1l-48.6 67.3zm49.9-77.9c-.8.4-1.5 1-2 1.6l-14-10.2-73.5-53.7c.4-.7.7-1.4.8-2.1l65.5 9.1 23.2 55.3zm-70.6-113.6c1.5.7 3.4.7 5.1-.1.2-.1.5-.2.7-.4l41 57.8-62.5-8.6-2.3-.3c.1-1.1-.1-2.1-.6-3.1-.6-1.2-1.5-2.2-2.6-2.9l21.2-42.4zm-.7-.3l-21.1 42.4c-1.6-.7-3.5-.7-5.1.1l-.5.2-31.5-47.8h55.2c.1.7.2 1.6.6 2.2.4 1.2 1.3 2.2 2.4 2.9zM91.3 78.1l49.2 38.8L37 52.1l54.3 26zM34.8 51.7l106.4 66.6c-.4.8-.7 1.7-.7 2.6H84.7L52.4 77.4 34.2 52.7c.2-.4.4-.7.6-1zm-1.2 1.5L43.8 67 84 121.3l-18.3 58.9L32.4 54.1c.5-.3.9-.5 1.2-.9zm-4.1 1.7c.7 0 1.5-.2 2.2-.5L65.1 181c-3.1-3.4-7-6.4-10.2-9.8-3.4-3.5-6.3-7.5-7-13.1l.1-.6c.4.1.8.1 1.1.2.6-1.4.2-2.9.6-4.2 1.4-.2 2.8.2 4.2.1.1-2.8-2-5.6-3.7-8.4-2.4-3.7-4.4-7.3-.2-10.4-1.3-2.5-2.3-4.3-15-9.5-1.1-5.8-6.7-7.9-10-11.8.8.3 1.9.7 2.7 1.1.5-.6 1-1.6 1.1-2.4.7.4 1.8.8 2.7 1l.7-.8c.3-.1.8-.2 1.2-.3 0-.2.1-.5 0-.7-.1-.1-8-8.6-14.4-11.3l7-30.5 3.5-14.7z" class="st4"/>
27
+ <path d="M18.1 103.7v-.2l.2.2h-.2zM48.3 314v-.2l1.1 2c.2.9.8 2.2 1.6 3.1 1.2 1.4 2.8 2 4.3-.6.5-.9.5-2.4.2-3.4-.9-2.6-2.9-4.6-4-7.1.3-.5.8-1.3 6.9-3.3-1.5 1.1-5.9 5-.7 6.1.8-1.8 2.7-2.5 4-3.9-.2-1.6-1.6-2.8-1.4-4.6 2-1.3 1.9 2.8 3.1 3.9 1.1 1 2.1.5 2.3.3 1.2-1.2 1.2-3 2-4.5 1.1-2 3.4-1.6 5-2.5 1.3-.7 1.1-2.3 1.7-3.4.7.8 1.1 1.1 1.6 1.2.1 0 .2.1.2.1.2-.2.3-.3.2-1.4-.2-1.7-.9-5.8-2.8-16.2 0-.1-1.3-4.7-3.5-8-1.5-2.2-3.4-3.8-5.6-2.8-.4 1.1-.5 2.2-.2 3.3.2 1.1.8 2.7 1.8 5.1 2.6 6.7.5 11.3.5 11.4-.9 1.7-.9 1.7-4.2.2-2.2 2.6 1.9 6.4-1.5 8.6-2.4 1.7-6 .6-8 3.3-2 2.5-2.4 3.5-3.8 5.9-1.5 2.5-1.8 4.2-1.7 5.2.1 1.3.6 1.8.9 2.2zm5.5-146.4c.1 0 .1.1.2.1 0-.3-.5-2.8-1.1-4-.2-.6-.5-.6-.6-.6-.8.3-.5 3.6 1.5 4.5zm5.2 84.9c.4.7 1.2 2.4 1.6 3.9.5 1.8.2 2.6-.3 3.6-.6 1.1-1.4 2.4-1 4.1v.1c.3 1.1 3.3 4.8 4.6 4.6 1.2-.2 1.3-2 .8-3.3-.2-.6-.5-1.1-.9-1.5s-.7-.3-1.1-.3c1-.3 2.2-.2 2.8-.1 1.5.2 2.5.3 3.7-.8.1-.1.1-.2.2-.2.3-.5.2-1.1.5-1.7.7-1.2 1.8-2.2 2.4-3.4.1-.1.2-.3.2-.6-.1-1-.7-1.8-1.1-2.7-.7.8-6.9-1.7-9.6-2.9-2.8-1.2-3.3-1.2-3.7-1.1-.1.1-.2.2-.1.4.1.3.5.9 1 1.9z" class="st4"/>
28
+ <path d="M62.6 263.9c.1 0 .2-.1.2-.1-.1 0-.2 0-.2.1z" class="st4"/>
29
+ </g>
30
+ </g>
31
+ </g>
32
+ <path id="logo" d="M76.9 207.1c.9 1.8.8 4.6 1.7 6.4.6.3 1.3.6 1.8.9 7.6-1.1 7.8-10.2 3.9-14.6-1.8-1.7-4.5-2.5-7.8-1-16.8 7.2-32.9 2.6-42.6-7.5-5.3-5.3-8.8-12.1-9.8-19.5-2.6-23.5 16.6-38.4 29.8-40.1 11.8-1.4 23 2.8 30.5 10.4 8.1 8.1 12.5 20.3 9.9 34.4-1.1 6.4-4.9 14.5-13.5 14.5-3.4 0-6.8-1.5-9.2-4.1-2.3-2.2-3.7-5.2-3.9-8.4-.8-12.7 15.5-16.3 14.5-29-.1-2.3-1.1-4.2-2.8-6-4.9-4.7-14.9-6.5-23.9-4.7-11.2 2.3-21.9 12.5-23.9 24.8-1.6 10 2 21.2 9.3 28.9 6.5 6.5 16 10.1 27.5 7.3 3.8-.8 6.7-4.4 12.7-3.4 2.2.3 4 1.4 5.3 2.8 4.9 4.6 4.1 14.2-2.3 16.5-3.3 1.1-9.3.2-11.9-2.6l-.1-.1c-.3-.1-.6-.5-.9-.8-1-.8-1.7-2.5-1.6-4.4.1-2.6 1.8-4.7 3.8-4.5.8.1 1.5.5 2 1 .7.9 1.3 1.7 1.5 2.8m112.9-35.5c.7-.9 1-2 1.4-3.1.5-2.1.5-4.4-.1-6.4-.2-1.1-.7-2.3-1.4-3.1-.7-1-1.7-1.7-2.9-2.2-1.1-.6-2.5-.8-4.2-.8h-3.1c-.6 0-1 .5-1 1v16.9c0 .6.5 1 1 1h2c2.2 0 4-.3 5.3-1 1.1-.2 2.3-1.1 3-2.3m9.2-7.3c0 2.3-.5 4.2-1.4 6-.8 1.7-2.1 3.1-3.7 4.2-1.6 1-3.1 2-5.1 2.5-2 .6-3.9.8-5.9.8h-3.7c-.6 0-1 .5-1 1v11.9c0 .7.1 1.4.5 1.8.2.6.7.9 1.5 1.3.5.1 1 .2 2 .5.6.1 1 .1 1.6.2.6 0 1 .5 1 1s-.5 1-1 1h-16.3c-.6 0-1-.5-1-1v-.1c0-.6.5-1 .9-1 .3 0 .7-.1 1.1-.1.9-.1 1.6-.2 2-.5.6-.2 1-.6 1.4-1.1.2-.6.5-1.1.5-2v-31c0-.7-.1-1.4-.3-2-.2-.6-.7-1-1.4-1.3-.8-.2-1.6-.5-2.3-.6-.3 0-.7-.1-.9-.1-.6-.1-.9-.6-.9-1v-.1c0-.6.5-1 1-1H186c3.9 0 7.1.9 9.6 2.9l.1.1c2 2 3.3 4.6 3.3 7.7zm-36.8-8.4c-.6 0-1 .1-1.7.5-.7.2-1.1.5-1.7.8l-.1.1c-.7.5-1.1.9-1.7 1.5-.5.6-.7 1.4-1.1 2.4v.1c-1.4 4.7-3.1 10.1-4.9 16.4-1.7 6.1-3.8 12.4-5.9 19.3-.1.5-.6.8-1 .8h-1.3c-.5 0-.9-.3-1-.8l-9.5-29.4c-.1-.6-.8-.9-1.4-.7-.3.1-.6.3-.7.7l-10 29.4c-.1.5-.6.7-1 .7h-1c-.5 0-.9-.3-1-.8-2-6.9-3.9-13.9-6-21.3-2.2-7.7-3.6-12.7-4.2-15.4-.1-.6-.5-1-.7-1.6 0-.1-.1-.2-.1-.2-.8-1-2-1.7-3.2-2-.3-.1-.7-.1-.9-.2-.5-.1-.9-.6-.9-1v-.2c0-.6.5-1 1-1h15.4c.6 0 1 .5 1 1v.1c0 .6-.5 1-1 1-1.1.1-2.1.2-2.9.5-1 .2-1.6.6-1.6 1 0 .1 0 .5.1.8.1.2.1.6.1.8.5 1.8 1.4 4.7 2.5 8.8 1 3.6 2.4 8.6 4.2 15 .3 1 1.7 1 2.1 0l9.3-27.9c.1-.5.6-.7 1-.7h1.4c.5 0 .9.3 1 .8l9.4 28.6c.3 1 1.8 1 2.1 0l2.8-9.9c1-3.8 2-6.9 2.5-9.6.5-1.8.8-3.2.9-3.9.1-.7.1-1.3.1-1.8 0-.7-.5-1.3-1.4-1.7-.8-.5-2-.7-3.6-.8-.6-.1-1-.6-1-1 0-.6.5-1 1-1H161c.6 0 1 .5 1 1l.2.8zM292 184l-.8 11.8c0 .6-.5 1-1 1h-31.4c-.6 0-1-.5-1-1v-.1c0-.6.5-1 .9-1 .3 0 .7-.1 1.1-.1.9-.1 1.6-.2 2-.5.6-.2 1-.6 1.4-1.1.2-.6.5-1.1.5-2v-30.8c0-.7-.1-1.3-.5-1.8-.3-.6-.7-.9-1.4-1.3-.5-.2-1-.5-2-.7l-1.3-.3c-.5-.1-.9-.6-.9-1v-.2c0-.6.5-1 1-1h16c.6 0 1 .5 1 1v.1c0 .6-.3 1-.9 1-.3.1-.8.1-1.3.2-.9.1-1.6.5-2 .5-.7.2-1.1.6-1.4 1.3-.2.6-.5 1.3-.5 1.8v28.9c0 1.4.1 2.3.1 3.1.1.7.5 1.4.9 1.7.5.5 1.1.6 2.1.7s2.2.1 3.8.1c.8 0 1.6 0 2.3-.1.7 0 1.5-.1 2.3-.2h.1c.7-.1 1.3-.3 1.8-.5.6-.2.9-.5 1.3-.7.1 0 .1-.1.2-.2.8-.9 1.7-2.3 2.9-4.1.9-1.5 1.5-2.9 2-3.9.1-.5.6-.7 1-.7h1.6l.1.1zm-38.2 12.9H236c-.6 0-1-.5-1-1 0-.6.5-1 1-1s1-.1 1.7-.2c1-.1 1.8-.3 2.2-.6.6-.5 1-.8 1.4-1.4.3-.5.5-1 .5-1.8v-31.3h-.5l-14.6 35.9c-.1.5-.6.7-1 .7-.5 0-.9-.2-1-.7L211 158.6h-.5v25.7c0 2.5.1 4.4.5 5.6.3 1.3.8 2.2 1.5 2.9.5.5 1.4.8 2.8 1.3.8.2 1.4.3 1.8.5.5.1.9.6.9 1v.1c0 .6-.5 1-1 1h-14.8c-.7 0-1.3-.7-1-1.4v-.1c.1-.3.5-.7.8-.7.5-.1.8-.2 1.5-.5 1-.2 1.8-.6 2.3-1 .7-.6 1.1-1.4 1.5-2.6.2-1.1.5-3.1.5-5.9v-22.2c0-1.3-.1-2.3-.5-3.1-.3-.8-.7-1.5-1.4-2-.6-.6-1.4-.9-2.2-1.3h-.1l-1.7-.3c-.6-.1-.9-.6-.9-1.1v-.1c0-.6.5-1 1-1h12.7c.5 0 .8.2 1 .7l11 28.9c.3.9 1.7.9 2.1 0l9.4-24.3c.5-1 .7-2 1-3.1v-.1l.3-1.3c.1-.5.6-.8 1-.8h12.1c.6 0 1 .5 1 1v.1c0 .6-.5 1-.9 1-.3 0-.8.1-1.1.2-.8.1-1.5.3-2 .5-.7.2-1.1.6-1.4 1.3-.2.6-.5 1.1-.5 1.8v31.1c0 .7.1 1.4.5 1.8.2.5.7.9 1.4 1.3.5.2 1 .5 2 .6.5.1.9.1 1.3.2.6.1.9.6.9 1v1.6z" class="st5"/>
33
+ </g>
34
+ <g class="st0">
35
+ <path d="M146.2 2.5h-.1l171.4 171.4.5-.5V2.5z" class="st6"/>
36
+ </g>
37
+ <path d="M257.3 61.2H291c3.8 0 6.9-3.1 7-7V38.9s0-.1-.1-.1l-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1c-.1-.1-.1 0-.1-.1h-.1s-.1 0-.1-.1l-.2-.1h-.6L253.4 32v-6.7s0-.1-.1-.1v-.1s0-.1-.1-.1v-.2s0-.1-.1-.1l-.1-.1-.1-.1h-.1s-.1 0-.1-.1c0 0-.1 0-.1-.1-.1 0-.1-.1-.2-.1l-9.3-3.9c-.9-.4-1.9 0-2.2.9-.4.9 0 1.9.9 2.2l8.2 3.5v37.3c0 3.5 2.6 6.4 6.1 6.9-2 3.3-.9 7.5 2.4 9.4 3.3 2 7.5.9 9.4-2.4.6-1.1 1-2.3 1-3.5 0-1.2-.3-2.4-.9-3.5h15.3c-.6 1-.9 2.2-.9 3.5 0 3.8 3.1 6.9 6.9 6.9 3.8 0 6.9-3.1 6.9-6.9s-3.1-6.9-6.9-6.9h-32.1c-2 0-3.6-1.6-3.6-3.6v-4.6c1.2 1.4 2.4 1.7 3.7 1.7zm8.4 14.1c0 1.9-1.6 3.5-3.5 3.5s-3.5-1.6-3.5-3.5 1.6-3.5 3.5-3.5c2 0 3.5 1.6 3.5 3.5zm27.2 0c0 1.9-1.6 3.5-3.5 3.5s-3.5-1.6-3.5-3.5 1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5zM291 57.8h-33.8c-2 0-3.6-1.6-3.6-3.6V35.9l40.9 5.6v12.7c.1 2-1.5 3.6-3.5 3.6z" class="st5"/>
38
+ </svg>
vendor/otgs/icons/plugin-icons/wpml/wpml-all-import/icon-128.x128.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/wpml/wpml-all-import/icon-256x256.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/wpml/wpml-all-import/icon.svg ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="icon" viewBox="0 0 320 320">
2
+ <style>
3
+ .st0{clip-path:url(#SVGID_2_)}.st1{fill:url(#bg_2_)}.st2{opacity:.15}.st3{fill:none}.st4,.st5{fill:#fff}.st5{stroke:#fff;stroke-width:.75;stroke-miterlimit:10}.st6{fill:#29a8e0}.st7{fill:#fff;stroke:#fff;stroke-miterlimit:10}
4
+ </style>
5
+ <defs>
6
+ <path id="SVGID_1_" d="M312.5 317.5H7.5c-2.8 0-5-2.2-5-5V7.5c0-2.8 2.2-5 5-5h305c2.8 0 5 2.2 5 5v305c0 2.8-2.2 5-5 5z"/>
7
+ </defs>
8
+ <clipPath id="SVGID_2_">
9
+ <use overflow="visible" xlink:href="#SVGID_1_"/>
10
+ </clipPath>
11
+ <g class="st0">
12
+ <g id="bg_1_">
13
+ <g id="mask">
14
+ <linearGradient id="bg_2_" x1="321" x2="-1" y1="161.097" y2="161.097" gradientTransform="matrix(1 0 0 -1 0 321)" gradientUnits="userSpaceOnUse">
15
+ <stop offset="0" stop-color="#33879e"/>
16
+ <stop offset=".295" stop-color="#3389a1" stop-opacity=".823"/>
17
+ <stop offset=".52" stop-color="#318dab" stop-opacity=".688"/>
18
+ <stop offset=".722" stop-color="#2f96bb" stop-opacity=".567"/>
19
+ <stop offset=".909" stop-color="#2ba1d2" stop-opacity=".455"/>
20
+ <stop offset="1" stop-color="#29a8e0" stop-opacity=".4"/>
21
+ </linearGradient>
22
+ <path id="bg" d="M-1-.3h322v320.5H-1V-.3z" class="st1"/>
23
+ <g id="earth" class="st2">
24
+ <path d="M18 299.1c-9.1 10.7-9.1 10.7 3.7 20.9v.1h84.5l39.6-16.1-73.4-52.6c0 .6-.3 1.5-1 2.7.3.9 1 1.7 1.1 2.7 0 .2-.1.5-.2.6-.7 1.2-1.7 2.2-2.4 3.4-.3.5-.2 1.1-.5 1.7-.1.1-.1.2-.2.2-1.1 1.1-2.2 1-3.7.8-.7-.1-1.9-.2-2.8.1.3 0 .7 0 1.1.3.4.3.6.8.9 1.5.5 1.4.4 3.1-.8 3.3-1.3.2-4.3-3.5-4.6-4.6v-.1c-.5-1.6.3-2.9 1-4.1.6-1.1.8-1.8.3-3.6-.4-1.5-1.2-3.1-1.6-3.9-.5-1-.9-1.6-.9-2 0-.1.1-.2.1-.4.4-.2.9-.2 3.7 1.1 2.7 1.1 9 3.8 9.6 2.9-.2-.7-.7-2.8.2-3.3L57 240.4c.7.7 1.4 1.3 2 2 1.1 1.2.9 1.8.9 2-.2.8-.8.4-1.9-.2-.7-.4-.9-.3-1.1 0-.3.7.3 1.4 0 2-1.6-1.2-5.4-7.3-8.2-11.9l-3.3-2.4-.2-.1-2.4 1.7c.7 1.6 1.4 3.2 1.6 4.7.4 1.9 1.9 10.9-.8 21.9-.2 1.1-.6 2.3-1 3.4-1.5 4.7-7.8 2.2-9.6 6.4-.7 1.6-1 3.3-1.1 5.1-.2 2-.3 4.2-.9 6.1l5.5 10.7c2.5 2 4.9 4.2 5.5 7.8.2 1.3.3 2.3.1 3-.6 1.9-2.8 2.8-8 5-2.8-4.2-1.6-10.2-5.9-13.7-.7.1-1.5.2-2.2.4-.1 0-.2 0-.2.1-3-2-1.5-7.3-5.9-8.3-1.5-.3-1.5-.3-8.5 5.1l-1.1-.6c-.5-2.4-.3-4.9-.6-7.3l-.3 13.1c2.9-.4 7.1-.7 8.6 2.7zm31.1 7.8c1.4-2.4 1.9-3.3 3.8-5.9 2-2.7 5.6-1.6 8-3.3 3.4-2.4-.7-6.1 1.5-8.6 3.3 1.6 3.3 1.6 4.2-.2 0-.1 2.1-4.7-.5-11.4-1-2.4-1.5-3.9-1.8-5.1-.3-1.4-.2-2.2.2-3.3 2.2-1.1 4.1.6 5.6 2.8 2.2 3.3 3.5 7.9 3.5 8 1.9 10.4 2.6 14.5 2.8 16.2.1 1.1 0 1.2-.2 1.4-.1 0-.2 0-.2-.1-.5-.2-.9-.4-1.6-1.2-.6 1.1-.4 2.7-1.7 3.4-1.6 1-4 .5-5 2.5-.7 1.5-.7 3.3-2 4.5-.1.1-1.2.7-2.3-.3-1.2-1.1-1.1-5.2-3.1-3.9-.2 1.7 1.1 2.9 1.4 4.6-1.3 1.4-3.2 2.1-4 3.9-5.2-1.1-.8-4.9.6-6.1-6.1 2-6.7 2.8-6.9 3.3 1 2.5 3 4.5 4 7.1.3 1 .3 2.5-.2 3.4-1.5 2.5-3.1 1.9-4.3.6-.8-.9-1.3-2-1.6-3.1l-1.1-2v.2c-.4-.4-.8-1-.9-2 0-1.3.3-2.8 1.8-5.4zm16.5-21.7c.2 0 .5.2.5.5s-.2.5-.3.6c-.5-.4-.6-.7-.2-1.1zM52.2 184.4c-1-2.1-1.9-4.2-2.7-6.4-1.1-2.9-2.3-5.8-3.4-8.6-3.2-7.9-6.7-15.7-12.3-22.1-.4.1-.9.2-1.2.2 1.9 3.2 3.7 4.2 4.4 4.7 1.3 5.6 1.3 5.6.5 7.2-2-.8-2.4-3.7-4.7-4.2-.9-.2-2.8 1.1-3.5 3.7-.8 2.9.1 7.2 6.2 12.5 0 .1-.7 2.4-3.2 5-6.4-2.9-6.4-2.9-7-2.8-.4.7-.6 1.8-.5 2.6-.2.2-.5.2-.7.4-10 5.3-10.1 5.4-10.3 6-1.3 3.7-1.2 7.3-.9 11l39.3-9.2z" class="st3"/>
25
+ <path d="M62.8 263.8c-.1 0-.2.1-.2.1 0-.1.1-.1.2-.1zM18.1 103.7c.1 0 .2 0 .2.1l-.2-.2v.1zm145.7 214.4l-9.3-24.8c-1.2.3-2.4.3-3.6 0l-1.2 3.4-2.5 7.1 9.5 8.1 7.1 6.2zm-72.5-240L37 52.1l103.4 64.7zM84 121.3L43.8 67 33.6 53.2c-.3.3-.6.6-1.1.8l33.3 126.2L84 121.3zm41.7 51.1c.5 1 .7 2 .6 3.1l2.3.3 62.5 8.6-41-57.8c-.2.2-.5.2-.7.4-1.7.7-3.5.7-5.1.1L123 169.6c1.2.6 2.2 1.5 2.7 2.8zm-59.4 8.9l47.3-5.9c-.1-2.1.8-4.2 2.5-5.5l-31.5-47.7-18.3 59.1zm47.4-5.1l-47.2 5.9L149 282c.3-.2.7-.5 1.1-.7.2-.1.3-.2.5-.2l-29.3-100c-2.8.7-5.9-.7-7.2-3.5-.2-.4-.3-.9-.4-1.4zm-62.2 51.7c.2.2.4.5.6.7.1.4.2.6 0 1.2l95.3 54c.2-.4.6-.8 1-1.1L129.8 260l-61-74.1c.5.9 1 1.9 1.3 2.9-.2.3-.4.7-.6 1-.1.1-.1.2-.2.2 4.4 14.4 5.5 18.4 5.7 19.7.1.5 0 .7-.1.9-6.1-3-10.6-7.1-14.3-11.8-2.7-3.4-4.9-7.2-6.7-11L17.5 205c.7 1.6.6 3.3-.1 4.9.9.4 1.9.8 2.7 1.4.2-.3.6-.7.8-1l1.3 2.1c2.2-.6 2.9-3.8 5.9-3 1.9.6 3.2 1.8 4.3 3.1l.7-1.8c-.4-1.3-.8-2.6-1.3-3.8.7.3 1.2.7 2.3 1.6 2.2 1.9 6.6 6.5 17.4 19.4zM77 239.2c.2-.1.6 0 .7.5.1.5-.4 2.5-.8 2.3-.5-.2-.7-2.4.1-2.8zm65 61l4.6 3.3 3.7-10.3c-1.4-.6-2.5-1.7-3.3-3.2-.8-1.8-.7-3.8.1-5.4l-3-1.7L75.6 244v.1c.1.3-.1 1-.3 1.8-.4 1.1-1 2.3-1.4 3.4 0-.2-.1-.2-.1-.4-.3-1.6-.5-2.5-.3-3.4.2-1.3.9-1.6 1.2-1.7.2 0 .2-.1.4-.1l-23.2-13.1c-.6 3-.2 4.2 1.3 6l88.8 63.6zm-6.3 19.9l9.9-15.2-37.4 15.2zm76.7-70l-54.2 34.1c.1.1.2.2.2.4 1.5 3.2.1 6.9-3.1 8.4l9.6 25.6 48.7-67.3c-.5-.3-.9-.7-1.2-1.2zM9.1 296.9l.3-14.4c-.2 0-.6.1-.7.2-2.4 1.3-5.3 4.9-6.6 8.3l1.6 6.9c1 .5 2.4.7 4.2.7-.1-.3-.2-.8-.2-1.2.2-.1.7-.3 1.4-.5zm9.8-196.7c6.3 2.8 14.3 11.2 14.4 11.3.1.2-.1.5 0 .7-.3.1-.8.2-1.2.3l-.7.8c-.8-.1-2-.6-2.7-1-.1.8-.6 1.8-1.1 2.4-.8-.4-1.9-.8-2.7-1.1 3.3 4 8.8 6.1 10 11.8 12.8 5.1 13.7 6.9 15 9.5-4.1 3.1-2.1 6.7.2 10.4 1.8 2.8 3.8 5.5 3.7 8.4-1.4.1-2.8-.2-4.2-.1-.4 1.4 0 2.9-.6 4.2-.3-.1-.8-.1-1.1-.2l-.1.6c.7 5.5 3.5 9.5 7 13.1 3.3 3.3 7.2 6.3 10.2 9.8L31.7 54.5c-.7.3-1.5.5-2.2.5l-3.4 14.5-7.2 30.7zm34.9 67.4c-2-1-2.4-4.3-1.5-4.5.1 0 .3 0 .6.7.6 1.2 1.1 3.7 1.1 4 0-.1-.1-.2-.2-.2zm109.7 152.5l.7-.6-17.4-14.8-10.1 15.4zM17.3 103.5l.2-.7c-.8-.8-1.6-1.6-2.2-2.4.3-.2.7-.7 1.1-.9.6.1 1.2.2 1.8.5L22 83.3 28.7 55c-3.5-.3-6.1-3.4-5.8-6.9 0-.3.1-.6.2-1m101.7 132c-.6.7-1.3 1.3-2.2 1.7-.2.1-.3.2-.5.2l29.3 100c2.4-.6 5 .4 6.5 2.4l54.2-34.1c-.1-.1-.2-.2-.2-.4-.9-2-.7-4.3.4-6l-87.5-63.8zm66.8 6.2l-65.5-9.1c-.2.7-.4 1.5-.8 2.1l73.5 53.7 14 10.2c.6-.7 1.2-1.2 2-1.6l-23.2-55.3zM17 204.2l36.3-17.1c-.3-.7-.6-1.2-.9-1.9l-39.5 9.1c.2 2.4.6 4.7.6 7 1.6.5 2.8 1.5 3.5 2.9zm123.3-82.6H85.2l31.6 47.8.5-.2c1.7-.7 3.5-.7 5.1-.1l21.1-42.4c-1.1-.7-2-1.6-2.6-2.9-.3-.6-.5-1.4-.6-2.2zm-55.6-.8h55.7c.1-.9.3-1.8.7-2.6L34.8 51.7c-.2.3-.4.7-.6 1l18.3 24.6 32.2 43.5zm140.5 199.3l-7.4-67.4c-1.3.1-2.6-.3-3.7-1l-17.6 24.4-31.2 43.2 2 .8h57.9z" class="st3"/>
26
+ <path d="M18.3 299c-1.5-3.4-5.7-3.1-8.4-2.4l.3-13.1c.2 2.4.1 4.9.6 7.3l1.1.6c7-5.5 7-5.5 8.5-5.1 4.5 1 2.9 6.3 5.9 8.3.1 0 .2 0 .2-.1.6-.2 1.5-.3 2.2-.4 4.3 3.5 3.2 9.5 5.9 13.7 5.2-2.2 7.4-3.1 8-5 .2-.8.2-1.7-.1-3-.7-3.5-3-5.7-5.5-7.8l-5.5-10.7c.5-2 .6-4.1.9-6.1.2-1.8.5-3.5 1.1-5.1 1.8-4.2 8.1-1.7 9.6-6.4.4-1.1.6-2.3 1-3.4 2.7-11 1.1-20.1.8-21.9-.3-1.6-.9-3.1-1.6-4.7l2.4-1.7.2.1 3.3 2.4c2.8 4.6 6.6 10.7 8.2 11.9.2-.7-.4-1.4 0-2 .2-.3.3-.4 1.1 0 1.1.6 1.7 1 1.9.2.1-.2.2-.8-.9-2-.6-.7-1.3-1.4-2-2L72.1 251c-.8.5-.4 2.5-.2 3.3.6-1.2.9-2.1 1-2.7l73.4 52.6-39.8 16.2h1.9l37.4-15.2-9.9 15.2h1l10.1-15.5 17.4 14.9-.6.6h3.9l-2-.8 31.2-43.2 17.6-24.4c1.1.7 2.4 1.1 3.7 1l7.4 67.4h.9l-7.4-67.5c3.4-.6 5.7-3.9 5.1-7.3-.1-.5-.3-1.1-.5-1.6-1.4-3-4.7-4.4-7.8-3.3l-23.2-55.6v-.1l-41.6-58.6c2.7-2.2 3.2-6.1 1.1-8.9-1.8-2.3-5-3.1-7.6-1.8-.8.4-1.5.9-2.1 1.6L91.7 77.5l-56.3-27c.4-1.5.3-3-.3-4.5 1.3-3.3-.3-7-3.5-8.3-3.2-1.3-6.9.3-8.2 3.5-.7 1.6-.6 3.5.1 5.1l-24-6.5v.7L23.1 47c-.8 3.4 1.2 6.9 4.6 7.8.3.1.6.1 1 .2L22 83.3l-3.9 16.6c-.7-.2-1.2-.4-1.8-.5-.3.2-.7.7-1.1.9.7.9 1.5 1.6 2.2 2.4l-.2.7c-10.8-2.3-13.6-2.8-17.8-1.7v-.1c.2 72.8.6 145.6.8 218.4m8.9-23.1c-.7.2-1.2.4-1.4.5.1.3.2.8.2 1.2-1.9.1-3.3-.2-4.2-.7L2.1 291c1.3-3.4 4.2-7 6.5-8.3.2-.1.5-.2.7-.2l-.2 14.4zm4.5-114.4c.4-.7.5-.8 10.3-6 .2-.2.5-.2.7-.4-.1-.8.1-2 .5-2.6.7-.1.7-.1 7 2.8 2.4-2.5 3.2-4.9 3.2-5-6.1-5.2-7-9.6-6.2-12.5.7-2.5 2.7-3.8 3.5-3.7 2.4.6 2.6 3.3 4.7 4.2.8-1.6.8-1.6-.5-7.2-.7-.4-2.5-1.5-4.4-4.7.4-.1.9-.2 1.2-.2 5.6 6.4 9.1 14.1 12.3 22.1 1.1 2.9 2.3 5.8 3.4 8.6.9 2.2 1.8 4.3 2.7 6.4l-39.3 9.1c-.3-3.6-.4-7.3.9-10.9zm.1 18.8c-.2-2.4-.4-4.7-.7-7l39.6-9.1c.3.7.6 1.3.9 1.9l-36.4 17.1c-.8-1.4-2-2.4-3.4-2.9zm32.5 30.2l.6-.5c.3.5.7 1.1 1 1.7l-1.6-1.2zM34 208.3c-1.1-.9-1.6-1.2-2.3-1.6.5 1.2.9 2.5 1.3 3.8l-.7 1.8c-1.1-1.4-2.4-2.6-4.3-3.1-2.9-.8-3.7 2.4-5.9 3l-1.3-2.1c-.2.3-.6.7-.8 1-.8-.6-1.7-1-2.7-1.4.6-1.5.7-3.3.1-4.9l36.3-17.1c2 3.9 4.1 7.7 6.7 11 3.7 4.8 8.3 8.9 14.4 11.9.1-.2.2-.4.1-.9-.2-1.4-1.4-5.3-5.7-19.7.1-.1.1-.2.2-.2.2-.3.4-.7.6-1-.3-1-.8-2-1.3-2.9l61 74.1 18.6 22.6c-.4.3-.6.7-1 1.1l-95.3-54c.2-.7.1-.8 0-1.2-.2-.2-.4-.5-.7-.7-10.7-13-15.1-17.6-17.3-19.5zM211.8 249c.1.2.2.2.2.4l-54.2 34.1c-1.5-2-4.1-3-6.5-2.4l-29.3-100c.2-.1.3-.1.5-.2.9-.4 1.6-1 2.2-1.7l87.4 63.9c-1 1.7-1.2 4-.3 5.9zm-61.2 32.2c-.2.1-.3.1-.5.2-.4.2-.7.4-1.1.7L66.5 182l47.2-5.9c.1.5.2 1 .5 1.5 1.3 2.8 4.3 4.2 7.2 3.6l29.2 100zm-37-105.8l-47.3 5.9 18.3-59.1 31.5 47.7c-1.7 1.3-2.6 3.4-2.5 5.5zm32.8 127.9l-4.6-3.3-88.7-63.5c-1.5-1.8-2-3-1.3-6L75 243.7c-.1 0-.2.1-.4.1-.3.1-1.1.4-1.3 1.6-.1.9 0 1.9.4 3.4 0 .2.1.2.1.4.4-1.1 1-2.3 1.4-3.4.2-.8.4-1.5.3-1.8v-.1l68.5 38.8 3 1.7c-.8 1.6-.9 3.6-.1 5.4.6 1.5 1.9 2.6 3.3 3.2l-3.8 10.3zm10.2 8.8l-9.5-8.1 2.6-7.2 1.2-3.4c1.1.3 2.4.3 3.6 0l9.3 24.8-7.2-6.1zm8.3 6.5l-9.6-25.5c3.2-1.5 4.6-5.2 3.1-8.4-.1-.2-.2-.2-.2-.4l54.2-34.1c.3.4.6.8 1.1 1.1l-48.6 67.3zm49.9-77.9c-.8.4-1.5 1-2 1.6l-14-10.2-73.5-53.7c.4-.7.7-1.4.8-2.1l65.5 9.1 23.2 55.3zm-70.6-113.6c1.5.7 3.4.7 5.1-.1.2-.1.5-.2.7-.4l41 57.8-62.5-8.6-2.3-.3c.1-1.1-.1-2.1-.6-3.1-.6-1.2-1.5-2.2-2.6-2.9l21.2-42.4zm-.7-.3l-21.1 42.4c-1.6-.7-3.5-.7-5.1.1l-.5.2-31.5-47.8h55.2c.1.7.2 1.6.6 2.2.4 1.2 1.3 2.2 2.4 2.9zM91.3 78.1l49.2 38.8L37 52.1l54.3 26zM34.8 51.7l106.4 66.6c-.4.8-.7 1.7-.7 2.6H84.7L52.4 77.4 34.2 52.7c.2-.4.4-.7.6-1zm-1.2 1.5L43.8 67 84 121.3l-18.3 58.9L32.4 54.1c.5-.3.9-.5 1.2-.9zm-4.1 1.7c.7 0 1.5-.2 2.2-.5L65.1 181c-3.1-3.4-7-6.4-10.2-9.8-3.4-3.5-6.3-7.5-7-13.1l.1-.6c.4.1.8.1 1.1.2.6-1.4.2-2.9.6-4.2 1.4-.2 2.8.2 4.2.1.1-2.8-2-5.6-3.7-8.4-2.4-3.7-4.4-7.3-.2-10.4-1.3-2.5-2.3-4.3-15-9.5-1.1-5.8-6.7-7.9-10-11.8.8.3 1.9.7 2.7 1.1.5-.6 1-1.6 1.1-2.4.7.4 1.8.8 2.7 1l.7-.8c.3-.1.8-.2 1.2-.3 0-.2.1-.5 0-.7-.1-.1-8-8.6-14.4-11.3l7-30.5 3.5-14.7z" class="st4"/>
27
+ <path d="M18.1 103.7v-.2l.2.2h-.2zM48.3 314v-.2l1.1 2c.2.9.8 2.2 1.6 3.1 1.2 1.4 2.8 2 4.3-.6.5-.9.5-2.4.2-3.4-.9-2.6-2.9-4.6-4-7.1.3-.5.8-1.3 6.9-3.3-1.5 1.1-5.9 5-.7 6.1.8-1.8 2.7-2.5 4-3.9-.2-1.6-1.6-2.8-1.4-4.6 2-1.3 1.9 2.8 3.1 3.9 1.1 1 2.1.5 2.3.3 1.2-1.2 1.2-3 2-4.5 1.1-2 3.4-1.6 5-2.5 1.3-.7 1.1-2.3 1.7-3.4.7.8 1.1 1.1 1.6 1.2.1 0 .2.1.2.1.2-.2.3-.3.2-1.4-.2-1.7-.9-5.8-2.8-16.2 0-.1-1.3-4.7-3.5-8-1.5-2.2-3.4-3.8-5.6-2.8-.4 1.1-.5 2.2-.2 3.3.2 1.1.8 2.7 1.8 5.1 2.6 6.7.5 11.3.5 11.4-.9 1.7-.9 1.7-4.2.2-2.2 2.6 1.9 6.4-1.5 8.6-2.4 1.7-6 .6-8 3.3-2 2.5-2.4 3.5-3.8 5.9-1.5 2.5-1.8 4.2-1.7 5.2.1 1.3.6 1.8.9 2.2zm5.5-146.4c.1 0 .1.1.2.1 0-.3-.5-2.8-1.1-4-.2-.6-.5-.6-.6-.6-.8.3-.5 3.6 1.5 4.5zm5.2 84.9c.4.7 1.2 2.4 1.6 3.9.5 1.8.2 2.6-.3 3.6-.6 1.1-1.4 2.4-1 4.1v.1c.3 1.1 3.3 4.8 4.6 4.6 1.2-.2 1.3-2 .8-3.3-.2-.6-.5-1.1-.9-1.5s-.7-.3-1.1-.3c1-.3 2.2-.2 2.8-.1 1.5.2 2.5.3 3.7-.8.1-.1.1-.2.2-.2.3-.5.2-1.1.5-1.7.7-1.2 1.8-2.2 2.4-3.4.1-.1.2-.3.2-.6-.1-1-.7-1.8-1.1-2.7-.7.8-6.9-1.7-9.6-2.9-2.8-1.2-3.3-1.2-3.7-1.1-.1.1-.2.2-.1.4.1.3.5.9 1 1.9z" class="st4"/>
28
+ <path d="M62.6 263.9c.1 0 .2-.1.2-.1-.1 0-.2 0-.2.1z" class="st4"/>
29
+ </g>
30
+ </g>
31
+ </g>
32
+ <path id="logo" d="M76.9 207.1c.9 1.8.8 4.6 1.7 6.4.6.3 1.3.6 1.8.9 7.6-1.1 7.8-10.2 3.9-14.6-1.8-1.7-4.5-2.5-7.8-1-16.8 7.2-32.9 2.6-42.6-7.5-5.3-5.3-8.8-12.1-9.8-19.5-2.6-23.5 16.6-38.4 29.8-40.1 11.8-1.4 23 2.8 30.5 10.4 8.1 8.1 12.5 20.3 9.9 34.4-1.1 6.4-4.9 14.5-13.5 14.5-3.4 0-6.8-1.5-9.2-4.1-2.3-2.2-3.7-5.2-3.9-8.4-.8-12.7 15.5-16.3 14.5-29-.1-2.3-1.1-4.2-2.8-6-4.9-4.7-14.9-6.5-23.9-4.7-11.2 2.3-21.9 12.5-23.9 24.8-1.6 10 2 21.2 9.3 28.9 6.5 6.5 16 10.1 27.5 7.3 3.8-.8 6.7-4.4 12.7-3.4 2.2.3 4 1.4 5.3 2.8 4.9 4.6 4.1 14.2-2.3 16.5-3.3 1.1-9.3.2-11.9-2.6l-.1-.1c-.3-.1-.6-.5-.9-.8-1-.8-1.7-2.5-1.6-4.4.1-2.6 1.8-4.7 3.8-4.5.8.1 1.5.5 2 1 .7.9 1.3 1.7 1.5 2.8m112.9-35.5c.7-.9 1-2 1.4-3.1.5-2.1.5-4.4-.1-6.4-.2-1.1-.7-2.3-1.4-3.1-.7-1-1.7-1.7-2.9-2.2-1.1-.6-2.5-.8-4.2-.8h-3.1c-.6 0-1 .5-1 1v16.9c0 .6.5 1 1 1h2c2.2 0 4-.3 5.3-1 1.1-.2 2.3-1.1 3-2.3m9.2-7.3c0 2.3-.5 4.2-1.4 6-.8 1.7-2.1 3.1-3.7 4.2-1.6 1-3.1 2-5.1 2.5-2 .6-3.9.8-5.9.8h-3.7c-.6 0-1 .5-1 1v11.9c0 .7.1 1.4.5 1.8.2.6.7.9 1.5 1.3.5.1 1 .2 2 .5.6.1 1 .1 1.6.2.6 0 1 .5 1 1s-.5 1-1 1h-16.3c-.6 0-1-.5-1-1v-.1c0-.6.5-1 .9-1 .3 0 .7-.1 1.1-.1.9-.1 1.6-.2 2-.5.6-.2 1-.6 1.4-1.1.2-.6.5-1.1.5-2v-31c0-.7-.1-1.4-.3-2-.2-.6-.7-1-1.4-1.3-.8-.2-1.6-.5-2.3-.6-.3 0-.7-.1-.9-.1-.6-.1-.9-.6-.9-1v-.1c0-.6.5-1 1-1H186c3.9 0 7.1.9 9.6 2.9l.1.1c2 2 3.3 4.6 3.3 7.7zm-36.8-8.4c-.6 0-1 .1-1.7.5-.7.2-1.1.5-1.7.8l-.1.1c-.7.5-1.1.9-1.7 1.5-.5.6-.7 1.4-1.1 2.4v.1c-1.4 4.7-3.1 10.1-4.9 16.4-1.7 6.1-3.8 12.4-5.9 19.3-.1.5-.6.8-1 .8h-1.3c-.5 0-.9-.3-1-.8l-9.5-29.4c-.1-.6-.8-.9-1.4-.7-.3.1-.6.3-.7.7l-10 29.4c-.1.5-.6.7-1 .7h-1c-.5 0-.9-.3-1-.8-2-6.9-3.9-13.9-6-21.3-2.2-7.7-3.6-12.7-4.2-15.4-.1-.6-.5-1-.7-1.6 0-.1-.1-.2-.1-.2-.8-1-2-1.7-3.2-2-.3-.1-.7-.1-.9-.2-.5-.1-.9-.6-.9-1v-.2c0-.6.5-1 1-1h15.4c.6 0 1 .5 1 1v.1c0 .6-.5 1-1 1-1.1.1-2.1.2-2.9.5-1 .2-1.6.6-1.6 1 0 .1 0 .5.1.8.1.2.1.6.1.8.5 1.8 1.4 4.7 2.5 8.8 1 3.6 2.4 8.6 4.2 15 .3 1 1.7 1 2.1 0l9.3-27.9c.1-.5.6-.7 1-.7h1.4c.5 0 .9.3 1 .8l9.4 28.6c.3 1 1.8 1 2.1 0l2.8-9.9c1-3.8 2-6.9 2.5-9.6.5-1.8.8-3.2.9-3.9.1-.7.1-1.3.1-1.8 0-.7-.5-1.3-1.4-1.7-.8-.5-2-.7-3.6-.8-.6-.1-1-.6-1-1 0-.6.5-1 1-1H161c.6 0 1 .5 1 1l.2.8zM292 184l-.8 11.8c0 .6-.5 1-1 1h-31.4c-.6 0-1-.5-1-1v-.1c0-.6.5-1 .9-1 .3 0 .7-.1 1.1-.1.9-.1 1.6-.2 2-.5.6-.2 1-.6 1.4-1.1.2-.6.5-1.1.5-2v-30.8c0-.7-.1-1.3-.5-1.8-.3-.6-.7-.9-1.4-1.3-.5-.2-1-.5-2-.7l-1.3-.3c-.5-.1-.9-.6-.9-1v-.2c0-.6.5-1 1-1h16c.6 0 1 .5 1 1v.1c0 .6-.3 1-.9 1-.3.1-.8.1-1.3.2-.9.1-1.6.5-2 .5-.7.2-1.1.6-1.4 1.3-.2.6-.5 1.3-.5 1.8v28.9c0 1.4.1 2.3.1 3.1.1.7.5 1.4.9 1.7.5.5 1.1.6 2.1.7s2.2.1 3.8.1c.8 0 1.6 0 2.3-.1.7 0 1.5-.1 2.3-.2h.1c.7-.1 1.3-.3 1.8-.5.6-.2.9-.5 1.3-.7.1 0 .1-.1.2-.2.8-.9 1.7-2.3 2.9-4.1.9-1.5 1.5-2.9 2-3.9.1-.5.6-.7 1-.7h1.6l.1.1zm-38.2 12.9H236c-.6 0-1-.5-1-1 0-.6.5-1 1-1s1-.1 1.7-.2c1-.1 1.8-.3 2.2-.6.6-.5 1-.8 1.4-1.4.3-.5.5-1 .5-1.8v-31.3h-.5l-14.6 35.9c-.1.5-.6.7-1 .7-.5 0-.9-.2-1-.7L211 158.6h-.5v25.7c0 2.5.1 4.4.5 5.6.3 1.3.8 2.2 1.5 2.9.5.5 1.4.8 2.8 1.3.8.2 1.4.3 1.8.5.5.1.9.6.9 1v.1c0 .6-.5 1-1 1h-14.8c-.7 0-1.3-.7-1-1.4v-.1c.1-.3.5-.7.8-.7.5-.1.8-.2 1.5-.5 1-.2 1.8-.6 2.3-1 .7-.6 1.1-1.4 1.5-2.6.2-1.1.5-3.1.5-5.9v-22.2c0-1.3-.1-2.3-.5-3.1-.3-.8-.7-1.5-1.4-2-.6-.6-1.4-.9-2.2-1.3h-.1l-1.7-.3c-.6-.1-.9-.6-.9-1.1v-.1c0-.6.5-1 1-1h12.7c.5 0 .8.2 1 .7l11 28.9c.3.9 1.7.9 2.1 0l9.4-24.3c.5-1 .7-2 1-3.1v-.1l.3-1.3c.1-.5.6-.8 1-.8h12.1c.6 0 1 .5 1 1v.1c0 .6-.5 1-.9 1-.3 0-.8.1-1.1.2-.8.1-1.5.3-2 .5-.7.2-1.1.6-1.4 1.3-.2.6-.5 1.1-.5 1.8v31.1c0 .7.1 1.4.5 1.8.2.5.7.9 1.4 1.3.5.2 1 .5 2 .6.5.1.9.1 1.3.2.6.1.9.6.9 1v1.6z" class="st5"/>
33
+ </g>
34
+ <g class="st0">
35
+ <path d="M146.2 2.5h-.1l171.4 171.4.5-.5V2.5z" class="st6"/>
36
+ </g>
37
+ <path d="M296.4 46.8c-.9 0-1.6.7-1.6 1.6v14.9c0 4-3.3 7.3-7.3 7.3h-35.8c-4 0-7.3-3.3-7.3-7.3V48.2c0-.9-.7-1.6-1.6-1.6-.9 0-1.6.7-1.6 1.6v15.1c0 5.8 4.7 10.6 10.6 10.6h35.8c5.8 0 10.6-4.7 10.6-10.6V48.5c-.2-.9-.9-1.7-1.8-1.7z" class="st7"/>
38
+ <path d="M268.3 60.9c.3.3.7.5 1.1.5.4 0 .8-.2 1.1-.5L281 50.6c.6-.6.6-1.7 0-2.3-.6-.6-1.7-.6-2.3 0l-7.6 7.6V22.7c0-.9-.7-1.6-1.6-1.6-.9 0-1.6.7-1.6 1.6v33.1l-7.6-7.6c-.6-.6-1.7-.7-2.3 0-.6.6-.7 1.7 0 2.3l10.3 10.4z" class="st7"/>
39
+ </svg>
vendor/otgs/icons/plugin-icons/wpml/wpml-cms-nav/icon-128x128.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/wpml/wpml-cms-nav/icon-256x256.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/wpml/wpml-cms-nav/icon.svg ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="icon" viewBox="0 0 320 320">
2
+ <style>
3
+ .st0{clip-path:url(#SVGID_2_)}.st1{fill:url(#bg_2_)}.st2{opacity:.15}.st3{fill:none}.st4,.st5{fill:#fff}.st5{stroke:#fff;stroke-width:.75;stroke-miterlimit:10}.st6{fill:#29a8e0}.st7{fill:none;stroke:#fff;stroke-width:5;stroke-linecap:round;stroke-miterlimit:10}
4
+ </style>
5
+ <defs>
6
+ <path id="SVGID_1_" d="M312.5 317.5H7.5c-2.8 0-5-2.2-5-5V7.5c0-2.8 2.2-5 5-5h305c2.8 0 5 2.2 5 5v305c0 2.8-2.2 5-5 5z"/>
7
+ </defs>
8
+ <clipPath id="SVGID_2_">
9
+ <use overflow="visible" xlink:href="#SVGID_1_"/>
10
+ </clipPath>
11
+ <g class="st0">
12
+ <g id="bg_1_">
13
+ <g id="mask">
14
+ <linearGradient id="bg_2_" x1="321" x2="-1" y1="161.097" y2="161.097" gradientTransform="matrix(1 0 0 -1 0 321)" gradientUnits="userSpaceOnUse">
15
+ <stop offset="0" stop-color="#33879e"/>
16
+ <stop offset=".295" stop-color="#3389a1" stop-opacity=".823"/>
17
+ <stop offset=".52" stop-color="#318dab" stop-opacity=".688"/>
18
+ <stop offset=".722" stop-color="#2f96bb" stop-opacity=".567"/>
19
+ <stop offset=".909" stop-color="#2ba1d2" stop-opacity=".455"/>
20
+ <stop offset="1" stop-color="#29a8e0" stop-opacity=".4"/>
21
+ </linearGradient>
22
+ <path id="bg" d="M-1-.3h322v320.5H-1V-.3z" class="st1"/>
23
+ <g id="earth" class="st2">
24
+ <path d="M18 299.1c-9.1 10.7-9.1 10.7 3.7 20.9v.1h84.5l39.6-16.1-73.4-52.6c0 .6-.3 1.5-1 2.7.3.9 1 1.7 1.1 2.7 0 .2-.1.5-.2.6-.7 1.2-1.7 2.2-2.4 3.4-.3.5-.2 1.1-.5 1.7-.1.1-.1.2-.2.2-1.1 1.1-2.2 1-3.7.8-.7-.1-1.9-.2-2.8.1.3 0 .7 0 1.1.3.4.3.6.8.9 1.5.5 1.4.4 3.1-.8 3.3-1.3.2-4.3-3.5-4.6-4.6v-.1c-.5-1.6.3-2.9 1-4.1.6-1.1.8-1.8.3-3.6-.4-1.5-1.2-3.1-1.6-3.9-.5-1-.9-1.6-.9-2 0-.1.1-.2.1-.4.4-.2.9-.2 3.7 1.1 2.7 1.1 9 3.8 9.6 2.9-.2-.7-.7-2.8.2-3.3L57 240.4c.7.7 1.4 1.3 2 2 1.1 1.2.9 1.8.9 2-.2.8-.8.4-1.9-.2-.7-.4-.9-.3-1.1 0-.3.7.3 1.4 0 2-1.6-1.2-5.4-7.3-8.2-11.9l-3.3-2.4-.2-.1-2.4 1.7c.7 1.6 1.4 3.2 1.6 4.7.4 1.9 1.9 10.9-.8 21.9-.2 1.1-.6 2.3-1 3.4-1.5 4.7-7.8 2.2-9.6 6.4-.7 1.6-1 3.3-1.1 5.1-.2 2-.3 4.2-.9 6.1l5.5 10.7c2.5 2 4.9 4.2 5.5 7.8.2 1.3.3 2.3.1 3-.6 1.9-2.8 2.8-8 5-2.8-4.2-1.6-10.2-5.9-13.7-.7.1-1.5.2-2.2.4-.1 0-.2 0-.2.1-3-2-1.5-7.3-5.9-8.3-1.5-.3-1.5-.3-8.5 5.1l-1.1-.6c-.5-2.4-.3-4.9-.6-7.3l-.3 13.1c2.9-.4 7.1-.7 8.6 2.7zm31.1 7.8c1.4-2.4 1.9-3.3 3.8-5.9 2-2.7 5.6-1.6 8-3.3 3.4-2.4-.7-6.1 1.5-8.6 3.3 1.6 3.3 1.6 4.2-.2 0-.1 2.1-4.7-.5-11.4-1-2.4-1.5-3.9-1.8-5.1-.3-1.4-.2-2.2.2-3.3 2.2-1.1 4.1.6 5.6 2.8 2.2 3.3 3.5 7.9 3.5 8 1.9 10.4 2.6 14.5 2.8 16.2.1 1.1 0 1.2-.2 1.4-.1 0-.2 0-.2-.1-.5-.2-.9-.4-1.6-1.2-.6 1.1-.4 2.7-1.7 3.4-1.6 1-4 .5-5 2.5-.7 1.5-.7 3.3-2 4.5-.1.1-1.2.7-2.3-.3-1.2-1.1-1.1-5.2-3.1-3.9-.2 1.7 1.1 2.9 1.4 4.6-1.3 1.4-3.2 2.1-4 3.9-5.2-1.1-.8-4.9.6-6.1-6.1 2-6.7 2.8-6.9 3.3 1 2.5 3 4.5 4 7.1.3 1 .3 2.5-.2 3.4-1.5 2.5-3.1 1.9-4.3.6-.8-.9-1.3-2-1.6-3.1l-1.1-2v.2c-.4-.4-.8-1-.9-2 0-1.3.3-2.8 1.8-5.4zm16.5-21.7c.2 0 .5.2.5.5s-.2.5-.3.6c-.5-.4-.6-.7-.2-1.1zM52.2 184.4c-1-2.1-1.9-4.2-2.7-6.4-1.1-2.9-2.3-5.8-3.4-8.6-3.2-7.9-6.7-15.7-12.3-22.1-.4.1-.9.2-1.2.2 1.9 3.2 3.7 4.2 4.4 4.7 1.3 5.6 1.3 5.6.5 7.2-2-.8-2.4-3.7-4.7-4.2-.9-.2-2.8 1.1-3.5 3.7-.8 2.9.1 7.2 6.2 12.5 0 .1-.7 2.4-3.2 5-6.4-2.9-6.4-2.9-7-2.8-.4.7-.6 1.8-.5 2.6-.2.2-.5.2-.7.4-10 5.3-10.1 5.4-10.3 6-1.3 3.7-1.2 7.3-.9 11l39.3-9.2z" class="st3"/>
25
+ <path d="M62.8 263.8c-.1 0-.2.1-.2.1 0-.1.1-.1.2-.1zM18.1 103.7c.1 0 .2 0 .2.1l-.2-.2v.1zm145.7 214.4l-9.3-24.8c-1.2.3-2.4.3-3.6 0l-1.2 3.4-2.5 7.1 9.5 8.1 7.1 6.2zm-72.5-240L37 52.1l103.4 64.7zM84 121.3L43.8 67 33.6 53.2c-.3.3-.6.6-1.1.8l33.3 126.2L84 121.3zm41.7 51.1c.5 1 .7 2 .6 3.1l2.3.3 62.5 8.6-41-57.8c-.2.2-.5.2-.7.4-1.7.7-3.5.7-5.1.1L123 169.6c1.2.6 2.2 1.5 2.7 2.8zm-59.4 8.9l47.3-5.9c-.1-2.1.8-4.2 2.5-5.5l-31.5-47.7-18.3 59.1zm47.4-5.1l-47.2 5.9L149 282c.3-.2.7-.5 1.1-.7.2-.1.3-.2.5-.2l-29.3-100c-2.8.7-5.9-.7-7.2-3.5-.2-.4-.3-.9-.4-1.4zm-62.2 51.7c.2.2.4.5.6.7.1.4.2.6 0 1.2l95.3 54c.2-.4.6-.8 1-1.1L129.8 260l-61-74.1c.5.9 1 1.9 1.3 2.9-.2.3-.4.7-.6 1-.1.1-.1.2-.2.2 4.4 14.4 5.5 18.4 5.7 19.7.1.5 0 .7-.1.9-6.1-3-10.6-7.1-14.3-11.8-2.7-3.4-4.9-7.2-6.7-11L17.5 205c.7 1.6.6 3.3-.1 4.9.9.4 1.9.8 2.7 1.4.2-.3.6-.7.8-1l1.3 2.1c2.2-.6 2.9-3.8 5.9-3 1.9.6 3.2 1.8 4.3 3.1l.7-1.8c-.4-1.3-.8-2.6-1.3-3.8.7.3 1.2.7 2.3 1.6 2.2 1.9 6.6 6.5 17.4 19.4zM77 239.2c.2-.1.6 0 .7.5.1.5-.4 2.5-.8 2.3-.5-.2-.7-2.4.1-2.8zm65 61l4.6 3.3 3.7-10.3c-1.4-.6-2.5-1.7-3.3-3.2-.8-1.8-.7-3.8.1-5.4l-3-1.7L75.6 244v.1c.1.3-.1 1-.3 1.8-.4 1.1-1 2.3-1.4 3.4 0-.2-.1-.2-.1-.4-.3-1.6-.5-2.5-.3-3.4.2-1.3.9-1.6 1.2-1.7.2 0 .2-.1.4-.1l-23.2-13.1c-.6 3-.2 4.2 1.3 6l88.8 63.6zm-6.3 19.9l9.9-15.2-37.4 15.2zm76.7-70l-54.2 34.1c.1.1.2.2.2.4 1.5 3.2.1 6.9-3.1 8.4l9.6 25.6 48.7-67.3c-.5-.3-.9-.7-1.2-1.2zM9.1 296.9l.3-14.4c-.2 0-.6.1-.7.2-2.4 1.3-5.3 4.9-6.6 8.3l1.6 6.9c1 .5 2.4.7 4.2.7-.1-.3-.2-.8-.2-1.2.2-.1.7-.3 1.4-.5zm9.8-196.7c6.3 2.8 14.3 11.2 14.4 11.3.1.2-.1.5 0 .7-.3.1-.8.2-1.2.3l-.7.8c-.8-.1-2-.6-2.7-1-.1.8-.6 1.8-1.1 2.4-.8-.4-1.9-.8-2.7-1.1 3.3 4 8.8 6.1 10 11.8 12.8 5.1 13.7 6.9 15 9.5-4.1 3.1-2.1 6.7.2 10.4 1.8 2.8 3.8 5.5 3.7 8.4-1.4.1-2.8-.2-4.2-.1-.4 1.4 0 2.9-.6 4.2-.3-.1-.8-.1-1.1-.2l-.1.6c.7 5.5 3.5 9.5 7 13.1 3.3 3.3 7.2 6.3 10.2 9.8L31.7 54.5c-.7.3-1.5.5-2.2.5l-3.4 14.5-7.2 30.7zm34.9 67.4c-2-1-2.4-4.3-1.5-4.5.1 0 .3 0 .6.7.6 1.2 1.1 3.7 1.1 4 0-.1-.1-.2-.2-.2zm109.7 152.5l.7-.6-17.4-14.8-10.1 15.4zM17.3 103.5l.2-.7c-.8-.8-1.6-1.6-2.2-2.4.3-.2.7-.7 1.1-.9.6.1 1.2.2 1.8.5L22 83.3 28.7 55c-3.5-.3-6.1-3.4-5.8-6.9 0-.3.1-.6.2-1m101.7 132c-.6.7-1.3 1.3-2.2 1.7-.2.1-.3.2-.5.2l29.3 100c2.4-.6 5 .4 6.5 2.4l54.2-34.1c-.1-.1-.2-.2-.2-.4-.9-2-.7-4.3.4-6l-87.5-63.8zm66.8 6.2l-65.5-9.1c-.2.7-.4 1.5-.8 2.1l73.5 53.7 14 10.2c.6-.7 1.2-1.2 2-1.6l-23.2-55.3zM17 204.2l36.3-17.1c-.3-.7-.6-1.2-.9-1.9l-39.5 9.1c.2 2.4.6 4.7.6 7 1.6.5 2.8 1.5 3.5 2.9zm123.3-82.6H85.2l31.6 47.8.5-.2c1.7-.7 3.5-.7 5.1-.1l21.1-42.4c-1.1-.7-2-1.6-2.6-2.9-.3-.6-.5-1.4-.6-2.2zm-55.6-.8h55.7c.1-.9.3-1.8.7-2.6L34.8 51.7c-.2.3-.4.7-.6 1l18.3 24.6 32.2 43.5zm140.5 199.3l-7.4-67.4c-1.3.1-2.6-.3-3.7-1l-17.6 24.4-31.2 43.2 2 .8h57.9z" class="st3"/>
26
+ <path d="M18.3 299c-1.5-3.4-5.7-3.1-8.4-2.4l.3-13.1c.2 2.4.1 4.9.6 7.3l1.1.6c7-5.5 7-5.5 8.5-5.1 4.5 1 2.9 6.3 5.9 8.3.1 0 .2 0 .2-.1.6-.2 1.5-.3 2.2-.4 4.3 3.5 3.2 9.5 5.9 13.7 5.2-2.2 7.4-3.1 8-5 .2-.8.2-1.7-.1-3-.7-3.5-3-5.7-5.5-7.8l-5.5-10.7c.5-2 .6-4.1.9-6.1.2-1.8.5-3.5 1.1-5.1 1.8-4.2 8.1-1.7 9.6-6.4.4-1.1.6-2.3 1-3.4 2.7-11 1.1-20.1.8-21.9-.3-1.6-.9-3.1-1.6-4.7l2.4-1.7.2.1 3.3 2.4c2.8 4.6 6.6 10.7 8.2 11.9.2-.7-.4-1.4 0-2 .2-.3.3-.4 1.1 0 1.1.6 1.7 1 1.9.2.1-.2.2-.8-.9-2-.6-.7-1.3-1.4-2-2L72.1 251c-.8.5-.4 2.5-.2 3.3.6-1.2.9-2.1 1-2.7l73.4 52.6-39.8 16.2h1.9l37.4-15.2-9.9 15.2h1l10.1-15.5 17.4 14.9-.6.6h3.9l-2-.8 31.2-43.2 17.6-24.4c1.1.7 2.4 1.1 3.7 1l7.4 67.4h.9l-7.4-67.5c3.4-.6 5.7-3.9 5.1-7.3-.1-.5-.3-1.1-.5-1.6-1.4-3-4.7-4.4-7.8-3.3l-23.2-55.6v-.1l-41.6-58.6c2.7-2.2 3.2-6.1 1.1-8.9-1.8-2.3-5-3.1-7.6-1.8-.8.4-1.5.9-2.1 1.6L91.7 77.5l-56.3-27c.4-1.5.3-3-.3-4.5 1.3-3.3-.3-7-3.5-8.3-3.2-1.3-6.9.3-8.2 3.5-.7 1.6-.6 3.5.1 5.1l-24-6.5v.7L23.1 47c-.8 3.4 1.2 6.9 4.6 7.8.3.1.6.1 1 .2L22 83.3l-3.9 16.6c-.7-.2-1.2-.4-1.8-.5-.3.2-.7.7-1.1.9.7.9 1.5 1.6 2.2 2.4l-.2.7c-10.8-2.3-13.6-2.8-17.8-1.7v-.1c.2 72.8.6 145.6.8 218.4m8.9-23.1c-.7.2-1.2.4-1.4.5.1.3.2.8.2 1.2-1.9.1-3.3-.2-4.2-.7L2.1 291c1.3-3.4 4.2-7 6.5-8.3.2-.1.5-.2.7-.2l-.2 14.4zm4.5-114.4c.4-.7.5-.8 10.3-6 .2-.2.5-.2.7-.4-.1-.8.1-2 .5-2.6.7-.1.7-.1 7 2.8 2.4-2.5 3.2-4.9 3.2-5-6.1-5.2-7-9.6-6.2-12.5.7-2.5 2.7-3.8 3.5-3.7 2.4.6 2.6 3.3 4.7 4.2.8-1.6.8-1.6-.5-7.2-.7-.4-2.5-1.5-4.4-4.7.4-.1.9-.2 1.2-.2 5.6 6.4 9.1 14.1 12.3 22.1 1.1 2.9 2.3 5.8 3.4 8.6.9 2.2 1.8 4.3 2.7 6.4l-39.3 9.1c-.3-3.6-.4-7.3.9-10.9zm.1 18.8c-.2-2.4-.4-4.7-.7-7l39.6-9.1c.3.7.6 1.3.9 1.9l-36.4 17.1c-.8-1.4-2-2.4-3.4-2.9zm32.5 30.2l.6-.5c.3.5.7 1.1 1 1.7l-1.6-1.2zM34 208.3c-1.1-.9-1.6-1.2-2.3-1.6.5 1.2.9 2.5 1.3 3.8l-.7 1.8c-1.1-1.4-2.4-2.6-4.3-3.1-2.9-.8-3.7 2.4-5.9 3l-1.3-2.1c-.2.3-.6.7-.8 1-.8-.6-1.7-1-2.7-1.4.6-1.5.7-3.3.1-4.9l36.3-17.1c2 3.9 4.1 7.7 6.7 11 3.7 4.8 8.3 8.9 14.4 11.9.1-.2.2-.4.1-.9-.2-1.4-1.4-5.3-5.7-19.7.1-.1.1-.2.2-.2.2-.3.4-.7.6-1-.3-1-.8-2-1.3-2.9l61 74.1 18.6 22.6c-.4.3-.6.7-1 1.1l-95.3-54c.2-.7.1-.8 0-1.2-.2-.2-.4-.5-.7-.7-10.7-13-15.1-17.6-17.3-19.5zM211.8 249c.1.2.2.2.2.4l-54.2 34.1c-1.5-2-4.1-3-6.5-2.4l-29.3-100c.2-.1.3-.1.5-.2.9-.4 1.6-1 2.2-1.7l87.4 63.9c-1 1.7-1.2 4-.3 5.9zm-61.2 32.2c-.2.1-.3.1-.5.2-.4.2-.7.4-1.1.7L66.5 182l47.2-5.9c.1.5.2 1 .5 1.5 1.3 2.8 4.3 4.2 7.2 3.6l29.2 100zm-37-105.8l-47.3 5.9 18.3-59.1 31.5 47.7c-1.7 1.3-2.6 3.4-2.5 5.5zm32.8 127.9l-4.6-3.3-88.7-63.5c-1.5-1.8-2-3-1.3-6L75 243.7c-.1 0-.2.1-.4.1-.3.1-1.1.4-1.3 1.6-.1.9 0 1.9.4 3.4 0 .2.1.2.1.4.4-1.1 1-2.3 1.4-3.4.2-.8.4-1.5.3-1.8v-.1l68.5 38.8 3 1.7c-.8 1.6-.9 3.6-.1 5.4.6 1.5 1.9 2.6 3.3 3.2l-3.8 10.3zm10.2 8.8l-9.5-8.1 2.6-7.2 1.2-3.4c1.1.3 2.4.3 3.6 0l9.3 24.8-7.2-6.1zm8.3 6.5l-9.6-25.5c3.2-1.5 4.6-5.2 3.1-8.4-.1-.2-.2-.2-.2-.4l54.2-34.1c.3.4.6.8 1.1 1.1l-48.6 67.3zm49.9-77.9c-.8.4-1.5 1-2 1.6l-14-10.2-73.5-53.7c.4-.7.7-1.4.8-2.1l65.5 9.1 23.2 55.3zm-70.6-113.6c1.5.7 3.4.7 5.1-.1.2-.1.5-.2.7-.4l41 57.8-62.5-8.6-2.3-.3c.1-1.1-.1-2.1-.6-3.1-.6-1.2-1.5-2.2-2.6-2.9l21.2-42.4zm-.7-.3l-21.1 42.4c-1.6-.7-3.5-.7-5.1.1l-.5.2-31.5-47.8h55.2c.1.7.2 1.6.6 2.2.4 1.2 1.3 2.2 2.4 2.9zM91.3 78.1l49.2 38.8L37 52.1l54.3 26zM34.8 51.7l106.4 66.6c-.4.8-.7 1.7-.7 2.6H84.7L52.4 77.4 34.2 52.7c.2-.4.4-.7.6-1zm-1.2 1.5L43.8 67 84 121.3l-18.3 58.9L32.4 54.1c.5-.3.9-.5 1.2-.9zm-4.1 1.7c.7 0 1.5-.2 2.2-.5L65.1 181c-3.1-3.4-7-6.4-10.2-9.8-3.4-3.5-6.3-7.5-7-13.1l.1-.6c.4.1.8.1 1.1.2.6-1.4.2-2.9.6-4.2 1.4-.2 2.8.2 4.2.1.1-2.8-2-5.6-3.7-8.4-2.4-3.7-4.4-7.3-.2-10.4-1.3-2.5-2.3-4.3-15-9.5-1.1-5.8-6.7-7.9-10-11.8.8.3 1.9.7 2.7 1.1.5-.6 1-1.6 1.1-2.4.7.4 1.8.8 2.7 1l.7-.8c.3-.1.8-.2 1.2-.3 0-.2.1-.5 0-.7-.1-.1-8-8.6-14.4-11.3l7-30.5 3.5-14.7z" class="st4"/>
27
+ <path d="M18.1 103.7v-.2l.2.2h-.2zM48.3 314v-.2l1.1 2c.2.9.8 2.2 1.6 3.1 1.2 1.4 2.8 2 4.3-.6.5-.9.5-2.4.2-3.4-.9-2.6-2.9-4.6-4-7.1.3-.5.8-1.3 6.9-3.3-1.5 1.1-5.9 5-.7 6.1.8-1.8 2.7-2.5 4-3.9-.2-1.6-1.6-2.8-1.4-4.6 2-1.3 1.9 2.8 3.1 3.9 1.1 1 2.1.5 2.3.3 1.2-1.2 1.2-3 2-4.5 1.1-2 3.4-1.6 5-2.5 1.3-.7 1.1-2.3 1.7-3.4.7.8 1.1 1.1 1.6 1.2.1 0 .2.1.2.1.2-.2.3-.3.2-1.4-.2-1.7-.9-5.8-2.8-16.2 0-.1-1.3-4.7-3.5-8-1.5-2.2-3.4-3.8-5.6-2.8-.4 1.1-.5 2.2-.2 3.3.2 1.1.8 2.7 1.8 5.1 2.6 6.7.5 11.3.5 11.4-.9 1.7-.9 1.7-4.2.2-2.2 2.6 1.9 6.4-1.5 8.6-2.4 1.7-6 .6-8 3.3-2 2.5-2.4 3.5-3.8 5.9-1.5 2.5-1.8 4.2-1.7 5.2.1 1.3.6 1.8.9 2.2zm5.5-146.4c.1 0 .1.1.2.1 0-.3-.5-2.8-1.1-4-.2-.6-.5-.6-.6-.6-.8.3-.5 3.6 1.5 4.5zm5.2 84.9c.4.7 1.2 2.4 1.6 3.9.5 1.8.2 2.6-.3 3.6-.6 1.1-1.4 2.4-1 4.1v.1c.3 1.1 3.3 4.8 4.6 4.6 1.2-.2 1.3-2 .8-3.3-.2-.6-.5-1.1-.9-1.5s-.7-.3-1.1-.3c1-.3 2.2-.2 2.8-.1 1.5.2 2.5.3 3.7-.8.1-.1.1-.2.2-.2.3-.5.2-1.1.5-1.7.7-1.2 1.8-2.2 2.4-3.4.1-.1.2-.3.2-.6-.1-1-.7-1.8-1.1-2.7-.7.8-6.9-1.7-9.6-2.9-2.8-1.2-3.3-1.2-3.7-1.1-.1.1-.2.2-.1.4.1.3.5.9 1 1.9z" class="st4"/>
28
+ <path d="M62.6 263.9c.1 0 .2-.1.2-.1-.1 0-.2 0-.2.1z" class="st4"/>
29
+ </g>
30
+ </g>
31
+ </g>
32
+ <path id="logo" d="M76.9 207.1c.9 1.8.8 4.6 1.7 6.4.6.3 1.3.6 1.8.9 7.6-1.1 7.8-10.2 3.9-14.6-1.8-1.7-4.5-2.5-7.8-1-16.8 7.2-32.9 2.6-42.6-7.5-5.3-5.3-8.8-12.1-9.8-19.5-2.6-23.5 16.6-38.4 29.8-40.1 11.8-1.4 23 2.8 30.5 10.4 8.1 8.1 12.5 20.3 9.9 34.4-1.1 6.4-4.9 14.5-13.5 14.5-3.4 0-6.8-1.5-9.2-4.1-2.3-2.2-3.7-5.2-3.9-8.4-.8-12.7 15.5-16.3 14.5-29-.1-2.3-1.1-4.2-2.8-6-4.9-4.7-14.9-6.5-23.9-4.7-11.2 2.3-21.9 12.5-23.9 24.8-1.6 10 2 21.2 9.3 28.9 6.5 6.5 16 10.1 27.5 7.3 3.8-.8 6.7-4.4 12.7-3.4 2.2.3 4 1.4 5.3 2.8 4.9 4.6 4.1 14.2-2.3 16.5-3.3 1.1-9.3.2-11.9-2.6l-.1-.1c-.3-.1-.6-.5-.9-.8-1-.8-1.7-2.5-1.6-4.4.1-2.6 1.8-4.7 3.8-4.5.8.1 1.5.5 2 1 .7.9 1.3 1.7 1.5 2.8m112.9-35.5c.7-.9 1-2 1.4-3.1.5-2.1.5-4.4-.1-6.4-.2-1.1-.7-2.3-1.4-3.1-.7-1-1.7-1.7-2.9-2.2-1.1-.6-2.5-.8-4.2-.8h-3.1c-.6 0-1 .5-1 1v16.9c0 .6.5 1 1 1h2c2.2 0 4-.3 5.3-1 1.1-.2 2.3-1.1 3-2.3m9.2-7.3c0 2.3-.5 4.2-1.4 6-.8 1.7-2.1 3.1-3.7 4.2-1.6 1-3.1 2-5.1 2.5-2 .6-3.9.8-5.9.8h-3.7c-.6 0-1 .5-1 1v11.9c0 .7.1 1.4.5 1.8.2.6.7.9 1.5 1.3.5.1 1 .2 2 .5.6.1 1 .1 1.6.2.6 0 1 .5 1 1s-.5 1-1 1h-16.3c-.6 0-1-.5-1-1v-.1c0-.6.5-1 .9-1 .3 0 .7-.1 1.1-.1.9-.1 1.6-.2 2-.5.6-.2 1-.6 1.4-1.1.2-.6.5-1.1.5-2v-31c0-.7-.1-1.4-.3-2-.2-.6-.7-1-1.4-1.3-.8-.2-1.6-.5-2.3-.6-.3 0-.7-.1-.9-.1-.6-.1-.9-.6-.9-1v-.1c0-.6.5-1 1-1H186c3.9 0 7.1.9 9.6 2.9l.1.1c2 2 3.3 4.6 3.3 7.7zm-36.8-8.4c-.6 0-1 .1-1.7.5-.7.2-1.1.5-1.7.8l-.1.1c-.7.5-1.1.9-1.7 1.5-.5.6-.7 1.4-1.1 2.4v.1c-1.4 4.7-3.1 10.1-4.9 16.4-1.7 6.1-3.8 12.4-5.9 19.3-.1.5-.6.8-1 .8h-1.3c-.5 0-.9-.3-1-.8l-9.5-29.4c-.1-.6-.8-.9-1.4-.7-.3.1-.6.3-.7.7l-10 29.4c-.1.5-.6.7-1 .7h-1c-.5 0-.9-.3-1-.8-2-6.9-3.9-13.9-6-21.3-2.2-7.7-3.6-12.7-4.2-15.4-.1-.6-.5-1-.7-1.6 0-.1-.1-.2-.1-.2-.8-1-2-1.7-3.2-2-.3-.1-.7-.1-.9-.2-.5-.1-.9-.6-.9-1v-.2c0-.6.5-1 1-1h15.4c.6 0 1 .5 1 1v.1c0 .6-.5 1-1 1-1.1.1-2.1.2-2.9.5-1 .2-1.6.6-1.6 1 0 .1 0 .5.1.8.1.2.1.6.1.8.5 1.8 1.4 4.7 2.5 8.8 1 3.6 2.4 8.6 4.2 15 .3 1 1.7 1 2.1 0l9.3-27.9c.1-.5.6-.7 1-.7h1.4c.5 0 .9.3 1 .8l9.4 28.6c.3 1 1.8 1 2.1 0l2.8-9.9c1-3.8 2-6.9 2.5-9.6.5-1.8.8-3.2.9-3.9.1-.7.1-1.3.1-1.8 0-.7-.5-1.3-1.4-1.7-.8-.5-2-.7-3.6-.8-.6-.1-1-.6-1-1 0-.6.5-1 1-1H161c.6 0 1 .5 1 1l.2.8zM292 184l-.8 11.8c0 .6-.5 1-1 1h-31.4c-.6 0-1-.5-1-1v-.1c0-.6.5-1 .9-1 .3 0 .7-.1 1.1-.1.9-.1 1.6-.2 2-.5.6-.2 1-.6 1.4-1.1.2-.6.5-1.1.5-2v-30.8c0-.7-.1-1.3-.5-1.8-.3-.6-.7-.9-1.4-1.3-.5-.2-1-.5-2-.7l-1.3-.3c-.5-.1-.9-.6-.9-1v-.2c0-.6.5-1 1-1h16c.6 0 1 .5 1 1v.1c0 .6-.3 1-.9 1-.3.1-.8.1-1.3.2-.9.1-1.6.5-2 .5-.7.2-1.1.6-1.4 1.3-.2.6-.5 1.3-.5 1.8v28.9c0 1.4.1 2.3.1 3.1.1.7.5 1.4.9 1.7.5.5 1.1.6 2.1.7s2.2.1 3.8.1c.8 0 1.6 0 2.3-.1.7 0 1.5-.1 2.3-.2h.1c.7-.1 1.3-.3 1.8-.5.6-.2.9-.5 1.3-.7.1 0 .1-.1.2-.2.8-.9 1.7-2.3 2.9-4.1.9-1.5 1.5-2.9 2-3.9.1-.5.6-.7 1-.7h1.6l.1.1zm-38.2 12.9H236c-.6 0-1-.5-1-1 0-.6.5-1 1-1s1-.1 1.7-.2c1-.1 1.8-.3 2.2-.6.6-.5 1-.8 1.4-1.4.3-.5.5-1 .5-1.8v-31.3h-.5l-14.6 35.9c-.1.5-.6.7-1 .7-.5 0-.9-.2-1-.7L211 158.6h-.5v25.7c0 2.5.1 4.4.5 5.6.3 1.3.8 2.2 1.5 2.9.5.5 1.4.8 2.8 1.3.8.2 1.4.3 1.8.5.5.1.9.6.9 1v.1c0 .6-.5 1-1 1h-14.8c-.7 0-1.3-.7-1-1.4v-.1c.1-.3.5-.7.8-.7.5-.1.8-.2 1.5-.5 1-.2 1.8-.6 2.3-1 .7-.6 1.1-1.4 1.5-2.6.2-1.1.5-3.1.5-5.9v-22.2c0-1.3-.1-2.3-.5-3.1-.3-.8-.7-1.5-1.4-2-.6-.6-1.4-.9-2.2-1.3h-.1l-1.7-.3c-.6-.1-.9-.6-.9-1.1v-.1c0-.6.5-1 1-1h12.7c.5 0 .8.2 1 .7l11 28.9c.3.9 1.7.9 2.1 0l9.4-24.3c.5-1 .7-2 1-3.1v-.1l.3-1.3c.1-.5.6-.8 1-.8h12.1c.6 0 1 .5 1 1v.1c0 .6-.5 1-.9 1-.3 0-.8.1-1.1.2-.8.1-1.5.3-2 .5-.7.2-1.1.6-1.4 1.3-.2.6-.5 1.1-.5 1.8v31.1c0 .7.1 1.4.5 1.8.2.5.7.9 1.4 1.3.5.2 1 .5 2 .6.5.1.9.1 1.3.2.6.1.9.6.9 1v1.6z" class="st5"/>
33
+ </g>
34
+ <g class="st0">
35
+ <path d="M146.2 2.5h-.1l171.4 171.4.5-.5V2.5z" class="st6"/>
36
+ </g>
37
+ <path d="M275.4 27.4L299 51l-23.6 23.6m-16.8-47.2L235 51l23.6 23.6" class="st7"/>
38
+ </svg>
vendor/otgs/icons/plugin-icons/wpml/wpml-core/icon-128x128.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/wpml/wpml-core/icon-256x256.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/wpml/wpml-core/icon.svg ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="icon" viewBox="0 0 320 320">
2
+ <style>
3
+ .st0{clip-path:url(#SVGID_2_)}.st1{fill:url(#bg_2_)}.st2{opacity:.15}.st3{fill:none}.st4,.st5{fill:#fff}.st5{stroke:#fff;stroke-width:.75;stroke-miterlimit:10}
4
+ </style>
5
+ <defs>
6
+ <path id="SVGID_1_" d="M312.5 317.5H7.5c-2.8 0-5-2.2-5-5V7.5c0-2.8 2.2-5 5-5h305c2.8 0 5 2.2 5 5v305c0 2.8-2.2 5-5 5z"/>
7
+ </defs>
8
+ <clipPath id="SVGID_2_">
9
+ <use overflow="visible" xlink:href="#SVGID_1_"/>
10
+ </clipPath>
11
+ <g class="st0">
12
+ <g id="bg_1_">
13
+ <g id="mask">
14
+ <linearGradient id="bg_2_" x1="321" x2="-1" y1="161.097" y2="161.097" gradientTransform="matrix(1 0 0 -1 0 321)" gradientUnits="userSpaceOnUse">
15
+ <stop offset="0" stop-color="#33879e"/>
16
+ <stop offset=".295" stop-color="#3389a1" stop-opacity=".823"/>
17
+ <stop offset=".52" stop-color="#318dab" stop-opacity=".688"/>
18
+ <stop offset=".722" stop-color="#2f96bb" stop-opacity=".567"/>
19
+ <stop offset=".909" stop-color="#2ba1d2" stop-opacity=".455"/>
20
+ <stop offset="1" stop-color="#29a8e0" stop-opacity=".4"/>
21
+ </linearGradient>
22
+ <path id="bg" d="M-1-.3h322v320.5H-1V-.3z" class="st1"/>
23
+ <g id="earth" class="st2">
24
+ <path d="M18 299.1c-9.1 10.7-9.1 10.7 3.7 20.9v.1h84.5l39.6-16.1-73.4-52.6c0 .6-.3 1.5-1 2.7.3.9 1 1.7 1.1 2.7 0 .2-.1.5-.2.6-.7 1.2-1.7 2.2-2.4 3.4-.3.5-.2 1.1-.5 1.7-.1.1-.1.2-.2.2-1.1 1.1-2.2 1-3.7.8-.7-.1-1.9-.2-2.8.1.3 0 .7 0 1.1.3.4.3.6.8.9 1.5.5 1.4.4 3.1-.8 3.3-1.3.2-4.3-3.5-4.6-4.6v-.1c-.5-1.6.3-2.9 1-4.1.6-1.1.8-1.8.3-3.6-.4-1.5-1.2-3.1-1.6-3.9-.5-1-.9-1.6-.9-2 0-.1.1-.2.1-.4.4-.2.9-.2 3.7 1.1 2.7 1.1 9 3.8 9.6 2.9-.2-.7-.7-2.8.2-3.3L57 240.4c.7.7 1.4 1.3 2 2 1.1 1.2.9 1.8.9 2-.2.8-.8.4-1.9-.2-.7-.4-.9-.3-1.1 0-.3.7.3 1.4 0 2-1.6-1.2-5.4-7.3-8.2-11.9l-3.3-2.4-.2-.1-2.4 1.7c.7 1.6 1.4 3.2 1.6 4.7.4 1.9 1.9 10.9-.8 21.9-.2 1.1-.6 2.3-1 3.4-1.5 4.7-7.8 2.2-9.6 6.4-.7 1.6-1 3.3-1.1 5.1-.2 2-.3 4.2-.9 6.1l5.5 10.7c2.5 2 4.9 4.2 5.5 7.8.2 1.3.3 2.3.1 3-.6 1.9-2.8 2.8-8 5-2.8-4.2-1.6-10.2-5.9-13.7-.7.1-1.5.2-2.2.4-.1 0-.2 0-.2.1-3-2-1.5-7.3-5.9-8.3-1.5-.3-1.5-.3-8.5 5.1l-1.1-.6c-.5-2.4-.3-4.9-.6-7.3l-.3 13.1c2.9-.4 7.1-.7 8.6 2.7zm31.1 7.8c1.4-2.4 1.9-3.3 3.8-5.9 2-2.7 5.6-1.6 8-3.3 3.4-2.4-.7-6.1 1.5-8.6 3.3 1.6 3.3 1.6 4.2-.2 0-.1 2.1-4.7-.5-11.4-1-2.4-1.5-3.9-1.8-5.1-.3-1.4-.2-2.2.2-3.3 2.2-1.1 4.1.6 5.6 2.8 2.2 3.3 3.5 7.9 3.5 8 1.9 10.4 2.6 14.5 2.8 16.2.1 1.1 0 1.2-.2 1.4-.1 0-.2 0-.2-.1-.5-.2-.9-.4-1.6-1.2-.6 1.1-.4 2.7-1.7 3.4-1.6 1-4 .5-5 2.5-.7 1.5-.7 3.3-2 4.5-.1.1-1.2.7-2.3-.3-1.2-1.1-1.1-5.2-3.1-3.9-.2 1.7 1.1 2.9 1.4 4.6-1.3 1.4-3.2 2.1-4 3.9-5.2-1.1-.8-4.9.6-6.1-6.1 2-6.7 2.8-6.9 3.3 1 2.5 3 4.5 4 7.1.3 1 .3 2.5-.2 3.4-1.5 2.5-3.1 1.9-4.3.6-.8-.9-1.3-2-1.6-3.1l-1.1-2v.2c-.4-.4-.8-1-.9-2 0-1.3.3-2.8 1.8-5.4zm16.5-21.7c.2 0 .5.2.5.5s-.2.5-.3.6c-.5-.4-.6-.7-.2-1.1zM52.2 184.4c-1-2.1-1.9-4.2-2.7-6.4-1.1-2.9-2.3-5.8-3.4-8.6-3.2-7.9-6.7-15.7-12.3-22.1-.4.1-.9.2-1.2.2 1.9 3.2 3.7 4.2 4.4 4.7 1.3 5.6 1.3 5.6.5 7.2-2-.8-2.4-3.7-4.7-4.2-.9-.2-2.8 1.1-3.5 3.7-.8 2.9.1 7.2 6.2 12.5 0 .1-.7 2.4-3.2 5-6.4-2.9-6.4-2.9-7-2.8-.4.7-.6 1.8-.5 2.6-.2.2-.5.2-.7.4-10 5.3-10.1 5.4-10.3 6-1.3 3.7-1.2 7.3-.9 11l39.3-9.2z" class="st3"/>
25
+ <path d="M62.8 263.8c-.1 0-.2.1-.2.1 0-.1.1-.1.2-.1zM18.1 103.7c.1 0 .2 0 .2.1l-.2-.2v.1zm145.7 214.4l-9.3-24.8c-1.2.3-2.4.3-3.6 0l-1.2 3.4-2.5 7.1 9.5 8.1 7.1 6.2zm-72.5-240L37 52.1l103.4 64.7zM84 121.3L43.8 67 33.6 53.2c-.3.3-.6.6-1.1.8l33.3 126.2L84 121.3zm41.7 51.1c.5 1 .7 2 .6 3.1l2.3.3 62.5 8.6-41-57.8c-.2.2-.5.2-.7.4-1.7.7-3.5.7-5.1.1L123 169.6c1.2.6 2.2 1.5 2.7 2.8zm-59.4 8.9l47.3-5.9c-.1-2.1.8-4.2 2.5-5.5l-31.5-47.7-18.3 59.1zm47.4-5.1l-47.2 5.9L149 282c.3-.2.7-.5 1.1-.7.2-.1.3-.2.5-.2l-29.3-100c-2.8.7-5.9-.7-7.2-3.5-.2-.4-.3-.9-.4-1.4zm-62.2 51.7c.2.2.4.5.6.7.1.4.2.6 0 1.2l95.3 54c.2-.4.6-.8 1-1.1L129.8 260l-61-74.1c.5.9 1 1.9 1.3 2.9-.2.3-.4.7-.6 1-.1.1-.1.2-.2.2 4.4 14.4 5.5 18.4 5.7 19.7.1.5 0 .7-.1.9-6.1-3-10.6-7.1-14.3-11.8-2.7-3.4-4.9-7.2-6.7-11L17.5 205c.7 1.6.6 3.3-.1 4.9.9.4 1.9.8 2.7 1.4.2-.3.6-.7.8-1l1.3 2.1c2.2-.6 2.9-3.8 5.9-3 1.9.6 3.2 1.8 4.3 3.1l.7-1.8c-.4-1.3-.8-2.6-1.3-3.8.7.3 1.2.7 2.3 1.6 2.2 1.9 6.6 6.5 17.4 19.4zM77 239.2c.2-.1.6 0 .7.5.1.5-.4 2.5-.8 2.3-.5-.2-.7-2.4.1-2.8zm65 61l4.6 3.3 3.7-10.3c-1.4-.6-2.5-1.7-3.3-3.2-.8-1.8-.7-3.8.1-5.4l-3-1.7L75.6 244v.1c.1.3-.1 1-.3 1.8-.4 1.1-1 2.3-1.4 3.4 0-.2-.1-.2-.1-.4-.3-1.6-.5-2.5-.3-3.4.2-1.3.9-1.6 1.2-1.7.2 0 .2-.1.4-.1l-23.2-13.1c-.6 3-.2 4.2 1.3 6l88.8 63.6zm-6.3 19.9l9.9-15.2-37.4 15.2zm76.7-70l-54.2 34.1c.1.1.2.2.2.4 1.5 3.2.1 6.9-3.1 8.4l9.6 25.6 48.7-67.3c-.5-.3-.9-.7-1.2-1.2zM9.1 296.9l.3-14.4c-.2 0-.6.1-.7.2-2.4 1.3-5.3 4.9-6.6 8.3l1.6 6.9c1 .5 2.4.7 4.2.7-.1-.3-.2-.8-.2-1.2.2-.1.7-.3 1.4-.5zm9.8-196.7c6.3 2.8 14.3 11.2 14.4 11.3.1.2-.1.5 0 .7-.3.1-.8.2-1.2.3l-.7.8c-.8-.1-2-.6-2.7-1-.1.8-.6 1.8-1.1 2.4-.8-.4-1.9-.8-2.7-1.1 3.3 4 8.8 6.1 10 11.8 12.8 5.1 13.7 6.9 15 9.5-4.1 3.1-2.1 6.7.2 10.4 1.8 2.8 3.8 5.5 3.7 8.4-1.4.1-2.8-.2-4.2-.1-.4 1.4 0 2.9-.6 4.2-.3-.1-.8-.1-1.1-.2l-.1.6c.7 5.5 3.5 9.5 7 13.1 3.3 3.3 7.2 6.3 10.2 9.8L31.7 54.5c-.7.3-1.5.5-2.2.5l-3.4 14.5-7.2 30.7zm34.9 67.4c-2-1-2.4-4.3-1.5-4.5.1 0 .3 0 .6.7.6 1.2 1.1 3.7 1.1 4 0-.1-.1-.2-.2-.2zm109.7 152.5l.7-.6-17.4-14.8-10.1 15.4zM17.3 103.5l.2-.7c-.8-.8-1.6-1.6-2.2-2.4.3-.2.7-.7 1.1-.9.6.1 1.2.2 1.8.5L22 83.3 28.7 55c-3.5-.3-6.1-3.4-5.8-6.9 0-.3.1-.6.2-1m101.7 132c-.6.7-1.3 1.3-2.2 1.7-.2.1-.3.2-.5.2l29.3 100c2.4-.6 5 .4 6.5 2.4l54.2-34.1c-.1-.1-.2-.2-.2-.4-.9-2-.7-4.3.4-6l-87.5-63.8zm66.8 6.2l-65.5-9.1c-.2.7-.4 1.5-.8 2.1l73.5 53.7 14 10.2c.6-.7 1.2-1.2 2-1.6l-23.2-55.3zM17 204.2l36.3-17.1c-.3-.7-.6-1.2-.9-1.9l-39.5 9.1c.2 2.4.6 4.7.6 7 1.6.5 2.8 1.5 3.5 2.9zm123.3-82.6H85.2l31.6 47.8.5-.2c1.7-.7 3.5-.7 5.1-.1l21.1-42.4c-1.1-.7-2-1.6-2.6-2.9-.3-.6-.5-1.4-.6-2.2zm-55.6-.8h55.7c.1-.9.3-1.8.7-2.6L34.8 51.7c-.2.3-.4.7-.6 1l18.3 24.6 32.2 43.5zm140.5 199.3l-7.4-67.4c-1.3.1-2.6-.3-3.7-1l-17.6 24.4-31.2 43.2 2 .8h57.9z" class="st3"/>
26
+ <path d="M18.3 299c-1.5-3.4-5.7-3.1-8.4-2.4l.3-13.1c.2 2.4.1 4.9.6 7.3l1.1.6c7-5.5 7-5.5 8.5-5.1 4.5 1 2.9 6.3 5.9 8.3.1 0 .2 0 .2-.1.6-.2 1.5-.3 2.2-.4 4.3 3.5 3.2 9.5 5.9 13.7 5.2-2.2 7.4-3.1 8-5 .2-.8.2-1.7-.1-3-.7-3.5-3-5.7-5.5-7.8l-5.5-10.7c.5-2 .6-4.1.9-6.1.2-1.8.5-3.5 1.1-5.1 1.8-4.2 8.1-1.7 9.6-6.4.4-1.1.6-2.3 1-3.4 2.7-11 1.1-20.1.8-21.9-.3-1.6-.9-3.1-1.6-4.7l2.4-1.7.2.1 3.3 2.4c2.8 4.6 6.6 10.7 8.2 11.9.2-.7-.4-1.4 0-2 .2-.3.3-.4 1.1 0 1.1.6 1.7 1 1.9.2.1-.2.2-.8-.9-2-.6-.7-1.3-1.4-2-2L72.1 251c-.8.5-.4 2.5-.2 3.3.6-1.2.9-2.1 1-2.7l73.4 52.6-39.8 16.2h1.9l37.4-15.2-9.9 15.2h1l10.1-15.5 17.4 14.9-.6.6h3.9l-2-.8 31.2-43.2 17.6-24.4c1.1.7 2.4 1.1 3.7 1l7.4 67.4h.9l-7.4-67.5c3.4-.6 5.7-3.9 5.1-7.3-.1-.5-.3-1.1-.5-1.6-1.4-3-4.7-4.4-7.8-3.3l-23.2-55.6v-.1l-41.6-58.6c2.7-2.2 3.2-6.1 1.1-8.9-1.8-2.3-5-3.1-7.6-1.8-.8.4-1.5.9-2.1 1.6L91.7 77.5l-56.3-27c.4-1.5.3-3-.3-4.5 1.3-3.3-.3-7-3.5-8.3-3.2-1.3-6.9.3-8.2 3.5-.7 1.6-.6 3.5.1 5.1l-24-6.5v.7L23.1 47c-.8 3.4 1.2 6.9 4.6 7.8.3.1.6.1 1 .2L22 83.3l-3.9 16.6c-.7-.2-1.2-.4-1.8-.5-.3.2-.7.7-1.1.9.7.9 1.5 1.6 2.2 2.4l-.2.7c-10.8-2.3-13.6-2.8-17.8-1.7v-.1c.2 72.8.6 145.6.8 218.4m8.9-23.1c-.7.2-1.2.4-1.4.5.1.3.2.8.2 1.2-1.9.1-3.3-.2-4.2-.7L2.1 291c1.3-3.4 4.2-7 6.5-8.3.2-.1.5-.2.7-.2l-.2 14.4zm4.5-114.4c.4-.7.5-.8 10.3-6 .2-.2.5-.2.7-.4-.1-.8.1-2 .5-2.6.7-.1.7-.1 7 2.8 2.4-2.5 3.2-4.9 3.2-5-6.1-5.2-7-9.6-6.2-12.5.7-2.5 2.7-3.8 3.5-3.7 2.4.6 2.6 3.3 4.7 4.2.8-1.6.8-1.6-.5-7.2-.7-.4-2.5-1.5-4.4-4.7.4-.1.9-.2 1.2-.2 5.6 6.4 9.1 14.1 12.3 22.1 1.1 2.9 2.3 5.8 3.4 8.6.9 2.2 1.8 4.3 2.7 6.4l-39.3 9.1c-.3-3.6-.4-7.3.9-10.9zm.1 18.8c-.2-2.4-.4-4.7-.7-7l39.6-9.1c.3.7.6 1.3.9 1.9l-36.4 17.1c-.8-1.4-2-2.4-3.4-2.9zm32.5 30.2l.6-.5c.3.5.7 1.1 1 1.7l-1.6-1.2zM34 208.3c-1.1-.9-1.6-1.2-2.3-1.6.5 1.2.9 2.5 1.3 3.8l-.7 1.8c-1.1-1.4-2.4-2.6-4.3-3.1-2.9-.8-3.7 2.4-5.9 3l-1.3-2.1c-.2.3-.6.7-.8 1-.8-.6-1.7-1-2.7-1.4.6-1.5.7-3.3.1-4.9l36.3-17.1c2 3.9 4.1 7.7 6.7 11 3.7 4.8 8.3 8.9 14.4 11.9.1-.2.2-.4.1-.9-.2-1.4-1.4-5.3-5.7-19.7.1-.1.1-.2.2-.2.2-.3.4-.7.6-1-.3-1-.8-2-1.3-2.9l61 74.1 18.6 22.6c-.4.3-.6.7-1 1.1l-95.3-54c.2-.7.1-.8 0-1.2-.2-.2-.4-.5-.7-.7-10.7-13-15.1-17.6-17.3-19.5zM211.8 249c.1.2.2.2.2.4l-54.2 34.1c-1.5-2-4.1-3-6.5-2.4l-29.3-100c.2-.1.3-.1.5-.2.9-.4 1.6-1 2.2-1.7l87.4 63.9c-1 1.7-1.2 4-.3 5.9zm-61.2 32.2c-.2.1-.3.1-.5.2-.4.2-.7.4-1.1.7L66.5 182l47.2-5.9c.1.5.2 1 .5 1.5 1.3 2.8 4.3 4.2 7.2 3.6l29.2 100zm-37-105.8l-47.3 5.9 18.3-59.1 31.5 47.7c-1.7 1.3-2.6 3.4-2.5 5.5zm32.8 127.9l-4.6-3.3-88.7-63.5c-1.5-1.8-2-3-1.3-6L75 243.7c-.1 0-.2.1-.4.1-.3.1-1.1.4-1.3 1.6-.1.9 0 1.9.4 3.4 0 .2.1.2.1.4.4-1.1 1-2.3 1.4-3.4.2-.8.4-1.5.3-1.8v-.1l68.5 38.8 3 1.7c-.8 1.6-.9 3.6-.1 5.4.6 1.5 1.9 2.6 3.3 3.2l-3.8 10.3zm10.2 8.8l-9.5-8.1 2.6-7.2 1.2-3.4c1.1.3 2.4.3 3.6 0l9.3 24.8-7.2-6.1zm8.3 6.5l-9.6-25.5c3.2-1.5 4.6-5.2 3.1-8.4-.1-.2-.2-.2-.2-.4l54.2-34.1c.3.4.6.8 1.1 1.1l-48.6 67.3zm49.9-77.9c-.8.4-1.5 1-2 1.6l-14-10.2-73.5-53.7c.4-.7.7-1.4.8-2.1l65.5 9.1 23.2 55.3zm-70.6-113.6c1.5.7 3.4.7 5.1-.1.2-.1.5-.2.7-.4l41 57.8-62.5-8.6-2.3-.3c.1-1.1-.1-2.1-.6-3.1-.6-1.2-1.5-2.2-2.6-2.9l21.2-42.4zm-.7-.3l-21.1 42.4c-1.6-.7-3.5-.7-5.1.1l-.5.2-31.5-47.8h55.2c.1.7.2 1.6.6 2.2.4 1.2 1.3 2.2 2.4 2.9zM91.3 78.1l49.2 38.8L37 52.1l54.3 26zM34.8 51.7l106.4 66.6c-.4.8-.7 1.7-.7 2.6H84.7L52.4 77.4 34.2 52.7c.2-.4.4-.7.6-1zm-1.2 1.5L43.8 67 84 121.3l-18.3 58.9L32.4 54.1c.5-.3.9-.5 1.2-.9zm-4.1 1.7c.7 0 1.5-.2 2.2-.5L65.1 181c-3.1-3.4-7-6.4-10.2-9.8-3.4-3.5-6.3-7.5-7-13.1l.1-.6c.4.1.8.1 1.1.2.6-1.4.2-2.9.6-4.2 1.4-.2 2.8.2 4.2.1.1-2.8-2-5.6-3.7-8.4-2.4-3.7-4.4-7.3-.2-10.4-1.3-2.5-2.3-4.3-15-9.5-1.1-5.8-6.7-7.9-10-11.8.8.3 1.9.7 2.7 1.1.5-.6 1-1.6 1.1-2.4.7.4 1.8.8 2.7 1l.7-.8c.3-.1.8-.2 1.2-.3 0-.2.1-.5 0-.7-.1-.1-8-8.6-14.4-11.3l7-30.5 3.5-14.7z" class="st4"/>
27
+ <path d="M18.1 103.7v-.2l.2.2h-.2zM48.3 314v-.2l1.1 2c.2.9.8 2.2 1.6 3.1 1.2 1.4 2.8 2 4.3-.6.5-.9.5-2.4.2-3.4-.9-2.6-2.9-4.6-4-7.1.3-.5.8-1.3 6.9-3.3-1.5 1.1-5.9 5-.7 6.1.8-1.8 2.7-2.5 4-3.9-.2-1.6-1.6-2.8-1.4-4.6 2-1.3 1.9 2.8 3.1 3.9 1.1 1 2.1.5 2.3.3 1.2-1.2 1.2-3 2-4.5 1.1-2 3.4-1.6 5-2.5 1.3-.7 1.1-2.3 1.7-3.4.7.8 1.1 1.1 1.6 1.2.1 0 .2.1.2.1.2-.2.3-.3.2-1.4-.2-1.7-.9-5.8-2.8-16.2 0-.1-1.3-4.7-3.5-8-1.5-2.2-3.4-3.8-5.6-2.8-.4 1.1-.5 2.2-.2 3.3.2 1.1.8 2.7 1.8 5.1 2.6 6.7.5 11.3.5 11.4-.9 1.7-.9 1.7-4.2.2-2.2 2.6 1.9 6.4-1.5 8.6-2.4 1.7-6 .6-8 3.3-2 2.5-2.4 3.5-3.8 5.9-1.5 2.5-1.8 4.2-1.7 5.2.1 1.3.6 1.8.9 2.2zm5.5-146.4c.1 0 .1.1.2.1 0-.3-.5-2.8-1.1-4-.2-.6-.5-.6-.6-.6-.8.3-.5 3.6 1.5 4.5zm5.2 84.9c.4.7 1.2 2.4 1.6 3.9.5 1.8.2 2.6-.3 3.6-.6 1.1-1.4 2.4-1 4.1v.1c.3 1.1 3.3 4.8 4.6 4.6 1.2-.2 1.3-2 .8-3.3-.2-.6-.5-1.1-.9-1.5s-.7-.3-1.1-.3c1-.3 2.2-.2 2.8-.1 1.5.2 2.5.3 3.7-.8.1-.1.1-.2.2-.2.3-.5.2-1.1.5-1.7.7-1.2 1.8-2.2 2.4-3.4.1-.1.2-.3.2-.6-.1-1-.7-1.8-1.1-2.7-.7.8-6.9-1.7-9.6-2.9-2.8-1.2-3.3-1.2-3.7-1.1-.1.1-.2.2-.1.4.1.3.5.9 1 1.9z" class="st4"/>
28
+ <path d="M62.6 263.9c.1 0 .2-.1.2-.1-.1 0-.2 0-.2.1z" class="st4"/>
29
+ </g>
30
+ </g>
31
+ </g>
32
+ <path id="logo" d="M78.9 202.2c.9 1.8.8 4.6 1.7 6.4.6.3 1.3.6 1.8.9 7.6-1.1 7.8-10.2 3.9-14.6-1.8-1.7-4.5-2.5-7.8-1-16.8 7.2-32.9 2.6-42.6-7.5-5.3-5.3-8.8-12.1-9.8-19.5-2.6-23.5 16.6-38.4 29.8-40.1 11.8-1.4 23 2.8 30.5 10.4 8.1 8.1 12.5 20.3 9.9 34.4-1.1 6.4-4.9 14.5-13.5 14.5-3.4 0-6.8-1.5-9.2-4.1-2.3-2.2-3.7-5.2-3.9-8.4-.8-12.7 15.5-16.3 14.5-29-.1-2.3-1.1-4.2-2.8-6-4.9-4.7-14.9-6.5-23.9-4.7-11.2 2.3-21.9 12.5-23.9 24.8-1.6 10 2 21.2 9.3 28.9 6.5 6.5 16 10.1 27.5 7.3 3.8-.8 6.7-4.4 12.7-3.4 2.2.3 4 1.4 5.3 2.8 4.9 4.6 4.1 14.2-2.3 16.5-3.3 1.1-9.3.2-11.9-2.6l-.1-.1c-.3-.1-.6-.5-.9-.8-1-.8-1.7-2.5-1.6-4.4.1-2.6 1.8-4.7 3.8-4.5.8.1 1.5.5 2 1 .7.9 1.3 1.7 1.5 2.8m112.9-35.5c.7-.9 1-2 1.4-3.1.5-2.1.5-4.4-.1-6.4-.2-1.1-.7-2.3-1.4-3.1-.7-1-1.7-1.7-2.9-2.2-1.1-.6-2.5-.8-4.2-.8h-3.1c-.6 0-1 .5-1 1V169c0 .6.5 1 1 1h2c2.2 0 4-.3 5.3-1 1.2-.2 2.3-1.1 3-2.3m9.2-7.3c0 2.3-.5 4.2-1.4 6-.8 1.7-2.1 3.1-3.7 4.2-1.6 1-3.1 2-5.1 2.5-2 .6-3.9.8-5.9.8h-3.7c-.6 0-1 .5-1 1v11.9c0 .7.1 1.4.5 1.8.2.6.7.9 1.5 1.3.5.1 1 .2 2 .5.6.1 1 .1 1.6.2.6 0 1 .5 1 1s-.5 1-1 1h-16.3c-.6 0-1-.5-1-1v-.1c0-.6.5-1 .9-1 .3 0 .7-.1 1.1-.1.9-.1 1.6-.2 2-.5.6-.2 1-.6 1.4-1.1.2-.6.5-1.1.5-2v-31c0-.7-.1-1.4-.3-2-.2-.6-.7-1-1.4-1.3-.8-.2-1.6-.5-2.3-.6-.3 0-.7-.1-.9-.1-.6-.1-.9-.6-.9-1v-.1c0-.6.5-1 1-1H188c3.9 0 7.1.9 9.6 2.9l.1.1c2 2 3.3 4.6 3.3 7.7zm-36.8-8.4c-.6 0-1 .1-1.7.5-.7.2-1.1.5-1.7.8l-.1.1c-.7.5-1.1.9-1.7 1.5-.5.6-.7 1.4-1.1 2.4v.1c-1.4 4.7-3.1 10.1-4.9 16.4-1.7 6.1-3.8 12.4-5.9 19.3-.1.5-.6.8-1 .8h-1.3c-.5 0-.9-.3-1-.8l-9.5-29.4c-.1-.6-.8-.9-1.4-.7-.3.1-.6.3-.7.7l-10 29.4c-.1.5-.6.7-1 .7h-1c-.5 0-.9-.3-1-.8-2-6.9-3.9-13.9-6-21.3-2.2-7.7-3.6-12.7-4.2-15.4-.1-.6-.5-1-.7-1.6 0-.1-.1-.2-.1-.2-.8-1-2-1.7-3.2-2-.3-.1-.7-.1-.9-.2-.5-.1-.9-.6-.9-1v-.3c0-.6.5-1 1-1h15.4c.6 0 1 .5 1 1v.1c0 .6-.5 1-1 1-1.1.1-2.1.2-2.9.5-1 .2-1.6.6-1.6 1 0 .1 0 .5.1.8.1.2.1.6.1.8.5 1.8 1.4 4.7 2.5 8.8 1 3.6 2.4 8.6 4.2 15 .3 1 1.7 1 2.1 0l9.3-27.9c.1-.5.6-.7 1-.7h1.4c.5 0 .9.3 1 .8l9.4 28.6c.3 1 1.8 1 2.1 0l2.8-9.9c1-3.8 2-6.9 2.5-9.6.5-1.8.8-3.2.9-3.9.1-.7.1-1.3.1-1.8 0-.7-.5-1.3-1.4-1.7-.8-.5-2-.7-3.6-.8-.6-.1-1-.6-1-1 0-.6.5-1 1-1H163c.6 0 1 .5 1 1l.2.9zM294 179.1l-.8 11.8c0 .6-.5 1-1 1h-31.4c-.6 0-1-.5-1-1v-.1c0-.6.5-1 .9-1 .3 0 .7-.1 1.1-.1.9-.1 1.6-.2 2-.5.6-.2 1-.6 1.4-1.1.2-.6.5-1.1.5-2v-30.8c0-.7-.1-1.3-.5-1.8-.3-.6-.7-.9-1.4-1.3-.5-.2-1-.5-2-.7l-1.3-.3c-.5-.1-.9-.6-.9-1v-.2c0-.6.5-1 1-1h16c.6 0 1 .5 1 1v.1c0 .6-.3 1-.9 1-.3.1-.8.1-1.3.2-.9.1-1.6.5-2 .5-.7.2-1.1.6-1.4 1.3-.2.6-.5 1.3-.5 1.8v28.9c0 1.4.1 2.3.1 3.1.1.7.5 1.4.9 1.7.5.5 1.1.6 2.1.7s2.2.1 3.8.1c.8 0 1.6 0 2.3-.1.7 0 1.5-.1 2.3-.2h.1c.7-.1 1.3-.3 1.8-.5.6-.2.9-.5 1.3-.7.1 0 .1-.1.2-.2.8-.9 1.7-2.3 2.9-4.1.9-1.5 1.5-2.9 2-3.9.1-.5.6-.7 1-.7h1.6l.1.1zM255.8 192H238c-.6 0-1-.5-1-1 0-.6.5-1 1-1s1-.1 1.7-.2c1-.1 1.8-.3 2.2-.6.6-.5 1-.8 1.4-1.4.3-.5.5-1 .5-1.8v-31.3h-.5l-14.6 35.9c-.1.5-.6.7-1 .7-.5 0-.9-.2-1-.7L213 153.7h-.5v25.7c0 2.5.1 4.4.5 5.6.3 1.3.8 2.2 1.5 2.9.5.5 1.4.8 2.8 1.3.8.2 1.4.3 1.8.5.5.1.9.6.9 1v.1c0 .6-.5 1-1 1h-14.8c-.7 0-1.3-.7-1-1.4v-.1c.1-.3.5-.7.8-.7.5-.1.8-.2 1.5-.5 1-.2 1.8-.6 2.3-1 .7-.6 1.1-1.4 1.5-2.6.2-1.1.5-3.1.5-5.9v-22.2c0-1.3-.1-2.3-.5-3.1-.3-.8-.7-1.5-1.4-2-.6-.6-1.4-.9-2.2-1.3h-.1l-1.7-.3c-.6-.1-.9-.6-.9-1.1v-.1c0-.6.5-1 1-1h12.7c.5 0 .8.2 1 .7l11 28.9c.3.9 1.7.9 2.1 0l9.4-24.3c.5-1 .7-2 1-3.1v-.1l.3-1.3c.1-.5.6-.8 1-.8h12.1c.6 0 1 .5 1 1v.1c0 .6-.5 1-.9 1-.3 0-.8.1-1.1.2-.8.1-1.5.3-2 .5-.7.2-1.1.6-1.4 1.3-.2.6-.5 1.1-.5 1.8v31.1c0 .7.1 1.4.5 1.8.2.5.7.9 1.4 1.3.5.2 1 .5 2 .6.5.1.9.1 1.3.2.6.1.9.6.9 1v1.6z" class="st5"/>
33
+ </g>
34
+ </svg>
vendor/otgs/icons/plugin-icons/wpml/wpml-media/icon-128x128.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/wpml/wpml-media/icon-256x256.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/wpml/wpml-media/icon.svg ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="icon" viewBox="0 0 320 320">
2
+ <style>
3
+ .st0{clip-path:url(#SVGID_2_)}.st1{fill:url(#bg_2_)}.st2{opacity:.15}.st3{fill:none}.st4,.st5{fill:#fff}.st5{stroke:#fff;stroke-width:.75;stroke-miterlimit:10}.st6{fill:#29a8e0}.st7{fill:#fff;stroke:#fff;stroke-miterlimit:10}
4
+ </style>
5
+ <defs>
6
+ <path id="SVGID_1_" d="M312.5 317.5H7.5c-2.8 0-5-2.2-5-5V7.5c0-2.8 2.2-5 5-5h305c2.8 0 5 2.2 5 5v305c0 2.8-2.2 5-5 5z"/>
7
+ </defs>
8
+ <clipPath id="SVGID_2_">
9
+ <use overflow="visible" xlink:href="#SVGID_1_"/>
10
+ </clipPath>
11
+ <g class="st0">
12
+ <g id="bg_1_">
13
+ <g id="mask">
14
+ <linearGradient id="bg_2_" x1="321" x2="-1" y1="161.097" y2="161.097" gradientTransform="matrix(1 0 0 -1 0 321)" gradientUnits="userSpaceOnUse">
15
+ <stop offset="0" stop-color="#33879e"/>
16
+ <stop offset=".295" stop-color="#3389a1" stop-opacity=".823"/>
17
+ <stop offset=".52" stop-color="#318dab" stop-opacity=".688"/>
18
+ <stop offset=".722" stop-color="#2f96bb" stop-opacity=".567"/>
19
+ <stop offset=".909" stop-color="#2ba1d2" stop-opacity=".455"/>
20
+ <stop offset="1" stop-color="#29a8e0" stop-opacity=".4"/>
21
+ </linearGradient>
22
+ <path id="bg" d="M-1-.3h322v320.5H-1V-.3z" class="st1"/>
23
+ <g id="earth" class="st2">
24
+ <path d="M18 299.1c-9.1 10.7-9.1 10.7 3.7 20.9v.1h84.5l39.6-16.1-73.4-52.6c0 .6-.3 1.5-1 2.7.3.9 1 1.7 1.1 2.7 0 .2-.1.5-.2.6-.7 1.2-1.7 2.2-2.4 3.4-.3.5-.2 1.1-.5 1.7-.1.1-.1.2-.2.2-1.1 1.1-2.2 1-3.7.8-.7-.1-1.9-.2-2.8.1.3 0 .7 0 1.1.3.4.3.6.8.9 1.5.5 1.4.4 3.1-.8 3.3-1.3.2-4.3-3.5-4.6-4.6v-.1c-.5-1.6.3-2.9 1-4.1.6-1.1.8-1.8.3-3.6-.4-1.5-1.2-3.1-1.6-3.9-.5-1-.9-1.6-.9-2 0-.1.1-.2.1-.4.4-.2.9-.2 3.7 1.1 2.7 1.1 9 3.8 9.6 2.9-.2-.7-.7-2.8.2-3.3L57 240.4c.7.7 1.4 1.3 2 2 1.1 1.2.9 1.8.9 2-.2.8-.8.4-1.9-.2-.7-.4-.9-.3-1.1 0-.3.7.3 1.4 0 2-1.6-1.2-5.4-7.3-8.2-11.9l-3.3-2.4-.2-.1-2.4 1.7c.7 1.6 1.4 3.2 1.6 4.7.4 1.9 1.9 10.9-.8 21.9-.2 1.1-.6 2.3-1 3.4-1.5 4.7-7.8 2.2-9.6 6.4-.7 1.6-1 3.3-1.1 5.1-.2 2-.3 4.2-.9 6.1l5.5 10.7c2.5 2 4.9 4.2 5.5 7.8.2 1.3.3 2.3.1 3-.6 1.9-2.8 2.8-8 5-2.8-4.2-1.6-10.2-5.9-13.7-.7.1-1.5.2-2.2.4-.1 0-.2 0-.2.1-3-2-1.5-7.3-5.9-8.3-1.5-.3-1.5-.3-8.5 5.1l-1.1-.6c-.5-2.4-.3-4.9-.6-7.3l-.3 13.1c2.9-.4 7.1-.7 8.6 2.7zm31.1 7.8c1.4-2.4 1.9-3.3 3.8-5.9 2-2.7 5.6-1.6 8-3.3 3.4-2.4-.7-6.1 1.5-8.6 3.3 1.6 3.3 1.6 4.2-.2 0-.1 2.1-4.7-.5-11.4-1-2.4-1.5-3.9-1.8-5.1-.3-1.4-.2-2.2.2-3.3 2.2-1.1 4.1.6 5.6 2.8 2.2 3.3 3.5 7.9 3.5 8 1.9 10.4 2.6 14.5 2.8 16.2.1 1.1 0 1.2-.2 1.4-.1 0-.2 0-.2-.1-.5-.2-.9-.4-1.6-1.2-.6 1.1-.4 2.7-1.7 3.4-1.6 1-4 .5-5 2.5-.7 1.5-.7 3.3-2 4.5-.1.1-1.2.7-2.3-.3-1.2-1.1-1.1-5.2-3.1-3.9-.2 1.7 1.1 2.9 1.4 4.6-1.3 1.4-3.2 2.1-4 3.9-5.2-1.1-.8-4.9.6-6.1-6.1 2-6.7 2.8-6.9 3.3 1 2.5 3 4.5 4 7.1.3 1 .3 2.5-.2 3.4-1.5 2.5-3.1 1.9-4.3.6-.8-.9-1.3-2-1.6-3.1l-1.1-2v.2c-.4-.4-.8-1-.9-2 0-1.3.3-2.8 1.8-5.4zm16.5-21.7c.2 0 .5.2.5.5s-.2.5-.3.6c-.5-.4-.6-.7-.2-1.1zM52.2 184.4c-1-2.1-1.9-4.2-2.7-6.4-1.1-2.9-2.3-5.8-3.4-8.6-3.2-7.9-6.7-15.7-12.3-22.1-.4.1-.9.2-1.2.2 1.9 3.2 3.7 4.2 4.4 4.7 1.3 5.6 1.3 5.6.5 7.2-2-.8-2.4-3.7-4.7-4.2-.9-.2-2.8 1.1-3.5 3.7-.8 2.9.1 7.2 6.2 12.5 0 .1-.7 2.4-3.2 5-6.4-2.9-6.4-2.9-7-2.8-.4.7-.6 1.8-.5 2.6-.2.2-.5.2-.7.4-10 5.3-10.1 5.4-10.3 6-1.3 3.7-1.2 7.3-.9 11l39.3-9.2z" class="st3"/>
25
+ <path d="M62.8 263.8c-.1 0-.2.1-.2.1 0-.1.1-.1.2-.1zM18.1 103.7c.1 0 .2 0 .2.1l-.2-.2v.1zm145.7 214.4l-9.3-24.8c-1.2.3-2.4.3-3.6 0l-1.2 3.4-2.5 7.1 9.5 8.1 7.1 6.2zm-72.5-240L37 52.1l103.4 64.7zM84 121.3L43.8 67 33.6 53.2c-.3.3-.6.6-1.1.8l33.3 126.2L84 121.3zm41.7 51.1c.5 1 .7 2 .6 3.1l2.3.3 62.5 8.6-41-57.8c-.2.2-.5.2-.7.4-1.7.7-3.5.7-5.1.1L123 169.6c1.2.6 2.2 1.5 2.7 2.8zm-59.4 8.9l47.3-5.9c-.1-2.1.8-4.2 2.5-5.5l-31.5-47.7-18.3 59.1zm47.4-5.1l-47.2 5.9L149 282c.3-.2.7-.5 1.1-.7.2-.1.3-.2.5-.2l-29.3-100c-2.8.7-5.9-.7-7.2-3.5-.2-.4-.3-.9-.4-1.4zm-62.2 51.7c.2.2.4.5.6.7.1.4.2.6 0 1.2l95.3 54c.2-.4.6-.8 1-1.1L129.8 260l-61-74.1c.5.9 1 1.9 1.3 2.9-.2.3-.4.7-.6 1-.1.1-.1.2-.2.2 4.4 14.4 5.5 18.4 5.7 19.7.1.5 0 .7-.1.9-6.1-3-10.6-7.1-14.3-11.8-2.7-3.4-4.9-7.2-6.7-11L17.5 205c.7 1.6.6 3.3-.1 4.9.9.4 1.9.8 2.7 1.4.2-.3.6-.7.8-1l1.3 2.1c2.2-.6 2.9-3.8 5.9-3 1.9.6 3.2 1.8 4.3 3.1l.7-1.8c-.4-1.3-.8-2.6-1.3-3.8.7.3 1.2.7 2.3 1.6 2.2 1.9 6.6 6.5 17.4 19.4zM77 239.2c.2-.1.6 0 .7.5.1.5-.4 2.5-.8 2.3-.5-.2-.7-2.4.1-2.8zm65 61l4.6 3.3 3.7-10.3c-1.4-.6-2.5-1.7-3.3-3.2-.8-1.8-.7-3.8.1-5.4l-3-1.7L75.6 244v.1c.1.3-.1 1-.3 1.8-.4 1.1-1 2.3-1.4 3.4 0-.2-.1-.2-.1-.4-.3-1.6-.5-2.5-.3-3.4.2-1.3.9-1.6 1.2-1.7.2 0 .2-.1.4-.1l-23.2-13.1c-.6 3-.2 4.2 1.3 6l88.8 63.6zm-6.3 19.9l9.9-15.2-37.4 15.2zm76.7-70l-54.2 34.1c.1.1.2.2.2.4 1.5 3.2.1 6.9-3.1 8.4l9.6 25.6 48.7-67.3c-.5-.3-.9-.7-1.2-1.2zM9.1 296.9l.3-14.4c-.2 0-.6.1-.7.2-2.4 1.3-5.3 4.9-6.6 8.3l1.6 6.9c1 .5 2.4.7 4.2.7-.1-.3-.2-.8-.2-1.2.2-.1.7-.3 1.4-.5zm9.8-196.7c6.3 2.8 14.3 11.2 14.4 11.3.1.2-.1.5 0 .7-.3.1-.8.2-1.2.3l-.7.8c-.8-.1-2-.6-2.7-1-.1.8-.6 1.8-1.1 2.4-.8-.4-1.9-.8-2.7-1.1 3.3 4 8.8 6.1 10 11.8 12.8 5.1 13.7 6.9 15 9.5-4.1 3.1-2.1 6.7.2 10.4 1.8 2.8 3.8 5.5 3.7 8.4-1.4.1-2.8-.2-4.2-.1-.4 1.4 0 2.9-.6 4.2-.3-.1-.8-.1-1.1-.2l-.1.6c.7 5.5 3.5 9.5 7 13.1 3.3 3.3 7.2 6.3 10.2 9.8L31.7 54.5c-.7.3-1.5.5-2.2.5l-3.4 14.5-7.2 30.7zm34.9 67.4c-2-1-2.4-4.3-1.5-4.5.1 0 .3 0 .6.7.6 1.2 1.1 3.7 1.1 4 0-.1-.1-.2-.2-.2zm109.7 152.5l.7-.6-17.4-14.8-10.1 15.4zM17.3 103.5l.2-.7c-.8-.8-1.6-1.6-2.2-2.4.3-.2.7-.7 1.1-.9.6.1 1.2.2 1.8.5L22 83.3 28.7 55c-3.5-.3-6.1-3.4-5.8-6.9 0-.3.1-.6.2-1m101.7 132c-.6.7-1.3 1.3-2.2 1.7-.2.1-.3.2-.5.2l29.3 100c2.4-.6 5 .4 6.5 2.4l54.2-34.1c-.1-.1-.2-.2-.2-.4-.9-2-.7-4.3.4-6l-87.5-63.8zm66.8 6.2l-65.5-9.1c-.2.7-.4 1.5-.8 2.1l73.5 53.7 14 10.2c.6-.7 1.2-1.2 2-1.6l-23.2-55.3zM17 204.2l36.3-17.1c-.3-.7-.6-1.2-.9-1.9l-39.5 9.1c.2 2.4.6 4.7.6 7 1.6.5 2.8 1.5 3.5 2.9zm123.3-82.6H85.2l31.6 47.8.5-.2c1.7-.7 3.5-.7 5.1-.1l21.1-42.4c-1.1-.7-2-1.6-2.6-2.9-.3-.6-.5-1.4-.6-2.2zm-55.6-.8h55.7c.1-.9.3-1.8.7-2.6L34.8 51.7c-.2.3-.4.7-.6 1l18.3 24.6 32.2 43.5zm140.5 199.3l-7.4-67.4c-1.3.1-2.6-.3-3.7-1l-17.6 24.4-31.2 43.2 2 .8h57.9z" class="st3"/>
26
+ <path d="M18.3 299c-1.5-3.4-5.7-3.1-8.4-2.4l.3-13.1c.2 2.4.1 4.9.6 7.3l1.1.6c7-5.5 7-5.5 8.5-5.1 4.5 1 2.9 6.3 5.9 8.3.1 0 .2 0 .2-.1.6-.2 1.5-.3 2.2-.4 4.3 3.5 3.2 9.5 5.9 13.7 5.2-2.2 7.4-3.1 8-5 .2-.8.2-1.7-.1-3-.7-3.5-3-5.7-5.5-7.8l-5.5-10.7c.5-2 .6-4.1.9-6.1.2-1.8.5-3.5 1.1-5.1 1.8-4.2 8.1-1.7 9.6-6.4.4-1.1.6-2.3 1-3.4 2.7-11 1.1-20.1.8-21.9-.3-1.6-.9-3.1-1.6-4.7l2.4-1.7.2.1 3.3 2.4c2.8 4.6 6.6 10.7 8.2 11.9.2-.7-.4-1.4 0-2 .2-.3.3-.4 1.1 0 1.1.6 1.7 1 1.9.2.1-.2.2-.8-.9-2-.6-.7-1.3-1.4-2-2L72.1 251c-.8.5-.4 2.5-.2 3.3.6-1.2.9-2.1 1-2.7l73.4 52.6-39.8 16.2h1.9l37.4-15.2-9.9 15.2h1l10.1-15.5 17.4 14.9-.6.6h3.9l-2-.8 31.2-43.2 17.6-24.4c1.1.7 2.4 1.1 3.7 1l7.4 67.4h.9l-7.4-67.5c3.4-.6 5.7-3.9 5.1-7.3-.1-.5-.3-1.1-.5-1.6-1.4-3-4.7-4.4-7.8-3.3l-23.2-55.6v-.1l-41.6-58.6c2.7-2.2 3.2-6.1 1.1-8.9-1.8-2.3-5-3.1-7.6-1.8-.8.4-1.5.9-2.1 1.6L91.7 77.5l-56.3-27c.4-1.5.3-3-.3-4.5 1.3-3.3-.3-7-3.5-8.3-3.2-1.3-6.9.3-8.2 3.5-.7 1.6-.6 3.5.1 5.1l-24-6.5v.7L23.1 47c-.8 3.4 1.2 6.9 4.6 7.8.3.1.6.1 1 .2L22 83.3l-3.9 16.6c-.7-.2-1.2-.4-1.8-.5-.3.2-.7.7-1.1.9.7.9 1.5 1.6 2.2 2.4l-.2.7c-10.8-2.3-13.6-2.8-17.8-1.7v-.1c.2 72.8.6 145.6.8 218.4m8.9-23.1c-.7.2-1.2.4-1.4.5.1.3.2.8.2 1.2-1.9.1-3.3-.2-4.2-.7L2.1 291c1.3-3.4 4.2-7 6.5-8.3.2-.1.5-.2.7-.2l-.2 14.4zm4.5-114.4c.4-.7.5-.8 10.3-6 .2-.2.5-.2.7-.4-.1-.8.1-2 .5-2.6.7-.1.7-.1 7 2.8 2.4-2.5 3.2-4.9 3.2-5-6.1-5.2-7-9.6-6.2-12.5.7-2.5 2.7-3.8 3.5-3.7 2.4.6 2.6 3.3 4.7 4.2.8-1.6.8-1.6-.5-7.2-.7-.4-2.5-1.5-4.4-4.7.4-.1.9-.2 1.2-.2 5.6 6.4 9.1 14.1 12.3 22.1 1.1 2.9 2.3 5.8 3.4 8.6.9 2.2 1.8 4.3 2.7 6.4l-39.3 9.1c-.3-3.6-.4-7.3.9-10.9zm.1 18.8c-.2-2.4-.4-4.7-.7-7l39.6-9.1c.3.7.6 1.3.9 1.9l-36.4 17.1c-.8-1.4-2-2.4-3.4-2.9zm32.5 30.2l.6-.5c.3.5.7 1.1 1 1.7l-1.6-1.2zM34 208.3c-1.1-.9-1.6-1.2-2.3-1.6.5 1.2.9 2.5 1.3 3.8l-.7 1.8c-1.1-1.4-2.4-2.6-4.3-3.1-2.9-.8-3.7 2.4-5.9 3l-1.3-2.1c-.2.3-.6.7-.8 1-.8-.6-1.7-1-2.7-1.4.6-1.5.7-3.3.1-4.9l36.3-17.1c2 3.9 4.1 7.7 6.7 11 3.7 4.8 8.3 8.9 14.4 11.9.1-.2.2-.4.1-.9-.2-1.4-1.4-5.3-5.7-19.7.1-.1.1-.2.2-.2.2-.3.4-.7.6-1-.3-1-.8-2-1.3-2.9l61 74.1 18.6 22.6c-.4.3-.6.7-1 1.1l-95.3-54c.2-.7.1-.8 0-1.2-.2-.2-.4-.5-.7-.7-10.7-13-15.1-17.6-17.3-19.5zM211.8 249c.1.2.2.2.2.4l-54.2 34.1c-1.5-2-4.1-3-6.5-2.4l-29.3-100c.2-.1.3-.1.5-.2.9-.4 1.6-1 2.2-1.7l87.4 63.9c-1 1.7-1.2 4-.3 5.9zm-61.2 32.2c-.2.1-.3.1-.5.2-.4.2-.7.4-1.1.7L66.5 182l47.2-5.9c.1.5.2 1 .5 1.5 1.3 2.8 4.3 4.2 7.2 3.6l29.2 100zm-37-105.8l-47.3 5.9 18.3-59.1 31.5 47.7c-1.7 1.3-2.6 3.4-2.5 5.5zm32.8 127.9l-4.6-3.3-88.7-63.5c-1.5-1.8-2-3-1.3-6L75 243.7c-.1 0-.2.1-.4.1-.3.1-1.1.4-1.3 1.6-.1.9 0 1.9.4 3.4 0 .2.1.2.1.4.4-1.1 1-2.3 1.4-3.4.2-.8.4-1.5.3-1.8v-.1l68.5 38.8 3 1.7c-.8 1.6-.9 3.6-.1 5.4.6 1.5 1.9 2.6 3.3 3.2l-3.8 10.3zm10.2 8.8l-9.5-8.1 2.6-7.2 1.2-3.4c1.1.3 2.4.3 3.6 0l9.3 24.8-7.2-6.1zm8.3 6.5l-9.6-25.5c3.2-1.5 4.6-5.2 3.1-8.4-.1-.2-.2-.2-.2-.4l54.2-34.1c.3.4.6.8 1.1 1.1l-48.6 67.3zm49.9-77.9c-.8.4-1.5 1-2 1.6l-14-10.2-73.5-53.7c.4-.7.7-1.4.8-2.1l65.5 9.1 23.2 55.3zm-70.6-113.6c1.5.7 3.4.7 5.1-.1.2-.1.5-.2.7-.4l41 57.8-62.5-8.6-2.3-.3c.1-1.1-.1-2.1-.6-3.1-.6-1.2-1.5-2.2-2.6-2.9l21.2-42.4zm-.7-.3l-21.1 42.4c-1.6-.7-3.5-.7-5.1.1l-.5.2-31.5-47.8h55.2c.1.7.2 1.6.6 2.2.4 1.2 1.3 2.2 2.4 2.9zM91.3 78.1l49.2 38.8L37 52.1l54.3 26zM34.8 51.7l106.4 66.6c-.4.8-.7 1.7-.7 2.6H84.7L52.4 77.4 34.2 52.7c.2-.4.4-.7.6-1zm-1.2 1.5L43.8 67 84 121.3l-18.3 58.9L32.4 54.1c.5-.3.9-.5 1.2-.9zm-4.1 1.7c.7 0 1.5-.2 2.2-.5L65.1 181c-3.1-3.4-7-6.4-10.2-9.8-3.4-3.5-6.3-7.5-7-13.1l.1-.6c.4.1.8.1 1.1.2.6-1.4.2-2.9.6-4.2 1.4-.2 2.8.2 4.2.1.1-2.8-2-5.6-3.7-8.4-2.4-3.7-4.4-7.3-.2-10.4-1.3-2.5-2.3-4.3-15-9.5-1.1-5.8-6.7-7.9-10-11.8.8.3 1.9.7 2.7 1.1.5-.6 1-1.6 1.1-2.4.7.4 1.8.8 2.7 1l.7-.8c.3-.1.8-.2 1.2-.3 0-.2.1-.5 0-.7-.1-.1-8-8.6-14.4-11.3l7-30.5 3.5-14.7z" class="st4"/>
27
+ <path d="M18.1 103.7v-.2l.2.2h-.2zM48.3 314v-.2l1.1 2c.2.9.8 2.2 1.6 3.1 1.2 1.4 2.8 2 4.3-.6.5-.9.5-2.4.2-3.4-.9-2.6-2.9-4.6-4-7.1.3-.5.8-1.3 6.9-3.3-1.5 1.1-5.9 5-.7 6.1.8-1.8 2.7-2.5 4-3.9-.2-1.6-1.6-2.8-1.4-4.6 2-1.3 1.9 2.8 3.1 3.9 1.1 1 2.1.5 2.3.3 1.2-1.2 1.2-3 2-4.5 1.1-2 3.4-1.6 5-2.5 1.3-.7 1.1-2.3 1.7-3.4.7.8 1.1 1.1 1.6 1.2.1 0 .2.1.2.1.2-.2.3-.3.2-1.4-.2-1.7-.9-5.8-2.8-16.2 0-.1-1.3-4.7-3.5-8-1.5-2.2-3.4-3.8-5.6-2.8-.4 1.1-.5 2.2-.2 3.3.2 1.1.8 2.7 1.8 5.1 2.6 6.7.5 11.3.5 11.4-.9 1.7-.9 1.7-4.2.2-2.2 2.6 1.9 6.4-1.5 8.6-2.4 1.7-6 .6-8 3.3-2 2.5-2.4 3.5-3.8 5.9-1.5 2.5-1.8 4.2-1.7 5.2.1 1.3.6 1.8.9 2.2zm5.5-146.4c.1 0 .1.1.2.1 0-.3-.5-2.8-1.1-4-.2-.6-.5-.6-.6-.6-.8.3-.5 3.6 1.5 4.5zm5.2 84.9c.4.7 1.2 2.4 1.6 3.9.5 1.8.2 2.6-.3 3.6-.6 1.1-1.4 2.4-1 4.1v.1c.3 1.1 3.3 4.8 4.6 4.6 1.2-.2 1.3-2 .8-3.3-.2-.6-.5-1.1-.9-1.5s-.7-.3-1.1-.3c1-.3 2.2-.2 2.8-.1 1.5.2 2.5.3 3.7-.8.1-.1.1-.2.2-.2.3-.5.2-1.1.5-1.7.7-1.2 1.8-2.2 2.4-3.4.1-.1.2-.3.2-.6-.1-1-.7-1.8-1.1-2.7-.7.8-6.9-1.7-9.6-2.9-2.8-1.2-3.3-1.2-3.7-1.1-.1.1-.2.2-.1.4.1.3.5.9 1 1.9z" class="st4"/>
28
+ <path d="M62.6 263.9c.1 0 .2-.1.2-.1-.1 0-.2 0-.2.1z" class="st4"/>
29
+ </g>
30
+ </g>
31
+ </g>
32
+ <path id="logo" d="M76.9 207.1c.9 1.8.8 4.6 1.7 6.4.6.3 1.3.6 1.8.9 7.6-1.1 7.8-10.2 3.9-14.6-1.8-1.7-4.5-2.5-7.8-1-16.8 7.2-32.9 2.6-42.6-7.5-5.3-5.3-8.8-12.1-9.8-19.5-2.6-23.5 16.6-38.4 29.8-40.1 11.8-1.4 23 2.8 30.5 10.4 8.1 8.1 12.5 20.3 9.9 34.4-1.1 6.4-4.9 14.5-13.5 14.5-3.4 0-6.8-1.5-9.2-4.1-2.3-2.2-3.7-5.2-3.9-8.4-.8-12.7 15.5-16.3 14.5-29-.1-2.3-1.1-4.2-2.8-6-4.9-4.7-14.9-6.5-23.9-4.7-11.2 2.3-21.9 12.5-23.9 24.8-1.6 10 2 21.2 9.3 28.9 6.5 6.5 16 10.1 27.5 7.3 3.8-.8 6.7-4.4 12.7-3.4 2.2.3 4 1.4 5.3 2.8 4.9 4.6 4.1 14.2-2.3 16.5-3.3 1.1-9.3.2-11.9-2.6l-.1-.1c-.3-.1-.6-.5-.9-.8-1-.8-1.7-2.5-1.6-4.4.1-2.6 1.8-4.7 3.8-4.5.8.1 1.5.5 2 1 .7.9 1.3 1.7 1.5 2.8m112.9-35.5c.7-.9 1-2 1.4-3.1.5-2.1.5-4.4-.1-6.4-.2-1.1-.7-2.3-1.4-3.1-.7-1-1.7-1.7-2.9-2.2-1.1-.6-2.5-.8-4.2-.8h-3.1c-.6 0-1 .5-1 1v16.9c0 .6.5 1 1 1h2c2.2 0 4-.3 5.3-1 1.1-.2 2.3-1.1 3-2.3m9.2-7.3c0 2.3-.5 4.2-1.4 6-.8 1.7-2.1 3.1-3.7 4.2-1.6 1-3.1 2-5.1 2.5-2 .6-3.9.8-5.9.8h-3.7c-.6 0-1 .5-1 1v11.9c0 .7.1 1.4.5 1.8.2.6.7.9 1.5 1.3.5.1 1 .2 2 .5.6.1 1 .1 1.6.2.6 0 1 .5 1 1s-.5 1-1 1h-16.3c-.6 0-1-.5-1-1v-.1c0-.6.5-1 .9-1 .3 0 .7-.1 1.1-.1.9-.1 1.6-.2 2-.5.6-.2 1-.6 1.4-1.1.2-.6.5-1.1.5-2v-31c0-.7-.1-1.4-.3-2-.2-.6-.7-1-1.4-1.3-.8-.2-1.6-.5-2.3-.6-.3 0-.7-.1-.9-.1-.6-.1-.9-.6-.9-1v-.1c0-.6.5-1 1-1H186c3.9 0 7.1.9 9.6 2.9l.1.1c2 2 3.3 4.6 3.3 7.7zm-36.8-8.4c-.6 0-1 .1-1.7.5-.7.2-1.1.5-1.7.8l-.1.1c-.7.5-1.1.9-1.7 1.5-.5.6-.7 1.4-1.1 2.4v.1c-1.4 4.7-3.1 10.1-4.9 16.4-1.7 6.1-3.8 12.4-5.9 19.3-.1.5-.6.8-1 .8h-1.3c-.5 0-.9-.3-1-.8l-9.5-29.4c-.1-.6-.8-.9-1.4-.7-.3.1-.6.3-.7.7l-10 29.4c-.1.5-.6.7-1 .7h-1c-.5 0-.9-.3-1-.8-2-6.9-3.9-13.9-6-21.3-2.2-7.7-3.6-12.7-4.2-15.4-.1-.6-.5-1-.7-1.6 0-.1-.1-.2-.1-.2-.8-1-2-1.7-3.2-2-.3-.1-.7-.1-.9-.2-.5-.1-.9-.6-.9-1v-.2c0-.6.5-1 1-1h15.4c.6 0 1 .5 1 1v.1c0 .6-.5 1-1 1-1.1.1-2.1.2-2.9.5-1 .2-1.6.6-1.6 1 0 .1 0 .5.1.8.1.2.1.6.1.8.5 1.8 1.4 4.7 2.5 8.8 1 3.6 2.4 8.6 4.2 15 .3 1 1.7 1 2.1 0l9.3-27.9c.1-.5.6-.7 1-.7h1.4c.5 0 .9.3 1 .8l9.4 28.6c.3 1 1.8 1 2.1 0l2.8-9.9c1-3.8 2-6.9 2.5-9.6.5-1.8.8-3.2.9-3.9.1-.7.1-1.3.1-1.8 0-.7-.5-1.3-1.4-1.7-.8-.5-2-.7-3.6-.8-.6-.1-1-.6-1-1 0-.6.5-1 1-1H161c.6 0 1 .5 1 1l.2.8zM292 184l-.8 11.8c0 .6-.5 1-1 1h-31.4c-.6 0-1-.5-1-1v-.1c0-.6.5-1 .9-1 .3 0 .7-.1 1.1-.1.9-.1 1.6-.2 2-.5.6-.2 1-.6 1.4-1.1.2-.6.5-1.1.5-2v-30.8c0-.7-.1-1.3-.5-1.8-.3-.6-.7-.9-1.4-1.3-.5-.2-1-.5-2-.7l-1.3-.3c-.5-.1-.9-.6-.9-1v-.2c0-.6.5-1 1-1h16c.6 0 1 .5 1 1v.1c0 .6-.3 1-.9 1-.3.1-.8.1-1.3.2-.9.1-1.6.5-2 .5-.7.2-1.1.6-1.4 1.3-.2.6-.5 1.3-.5 1.8v28.9c0 1.4.1 2.3.1 3.1.1.7.5 1.4.9 1.7.5.5 1.1.6 2.1.7s2.2.1 3.8.1c.8 0 1.6 0 2.3-.1.7 0 1.5-.1 2.3-.2h.1c.7-.1 1.3-.3 1.8-.5.6-.2.9-.5 1.3-.7.1 0 .1-.1.2-.2.8-.9 1.7-2.3 2.9-4.1.9-1.5 1.5-2.9 2-3.9.1-.5.6-.7 1-.7h1.6l.1.1zm-38.2 12.9H236c-.6 0-1-.5-1-1 0-.6.5-1 1-1s1-.1 1.7-.2c1-.1 1.8-.3 2.2-.6.6-.5 1-.8 1.4-1.4.3-.5.5-1 .5-1.8v-31.3h-.5l-14.6 35.9c-.1.5-.6.7-1 .7-.5 0-.9-.2-1-.7L211 158.6h-.5v25.7c0 2.5.1 4.4.5 5.6.3 1.3.8 2.2 1.5 2.9.5.5 1.4.8 2.8 1.3.8.2 1.4.3 1.8.5.5.1.9.6.9 1v.1c0 .6-.5 1-1 1h-14.8c-.7 0-1.3-.7-1-1.4v-.1c.1-.3.5-.7.8-.7.5-.1.8-.2 1.5-.5 1-.2 1.8-.6 2.3-1 .7-.6 1.1-1.4 1.5-2.6.2-1.1.5-3.1.5-5.9v-22.2c0-1.3-.1-2.3-.5-3.1-.3-.8-.7-1.5-1.4-2-.6-.6-1.4-.9-2.2-1.3h-.1l-1.7-.3c-.6-.1-.9-.6-.9-1.1v-.1c0-.6.5-1 1-1h12.7c.5 0 .8.2 1 .7l11 28.9c.3.9 1.7.9 2.1 0l9.4-24.3c.5-1 .7-2 1-3.1v-.1l.3-1.3c.1-.5.6-.8 1-.8h12.1c.6 0 1 .5 1 1v.1c0 .6-.5 1-.9 1-.3 0-.8.1-1.1.2-.8.1-1.5.3-2 .5-.7.2-1.1.6-1.4 1.3-.2.6-.5 1.1-.5 1.8v31.1c0 .7.1 1.4.5 1.8.2.5.7.9 1.4 1.3.5.2 1 .5 2 .6.5.1.9.1 1.3.2.6.1.9.6.9 1v1.6z" class="st5"/>
33
+ </g>
34
+ <g class="st0">
35
+ <path d="M146.2 2.5h-.1l171.4 171.4.5-.5V2.5z" class="st6"/>
36
+ </g>
37
+ <path d="M246.1 70.2c0 3 2.4 5.4 5.4 5.4h40.2c3 0 5.4-2.4 5.4-5.4V29.9c0-3-2.4-5.4-5.4-5.4h-40.2c-3 0-5.4 2.4-5.4 5.4v40.3zm45.6 2.8h-40.2c-1.6 0-2.8-1.3-2.8-2.8v-6.7l9.7-9.7 8.3 8.3c.5.5 1.3.5 1.8 0l14.9-14.9 11.2 11.2v11.8c0 1.5-1.3 2.8-2.9 2.8zm-40.2-45.9h40.2c1.6 0 2.8 1.3 2.8 2.8v24.8l-10.3-10.3c-.5-.5-1.3-.5-1.8 0l-14.9 14.9-8.3-8.3c-.5-.5-1.3-.5-1.8 0l-8.8 8.8V29.9c.1-1.5 1.4-2.8 2.9-2.8z" class="st7"/>
38
+ <path d="M261.9 45c3.6 0 6.5-2.9 6.5-6.5s-2.9-6.5-6.5-6.5-6.5 2.9-6.5 6.5c.1 3.6 3 6.5 6.5 6.5zm0-10.4c2.2 0 3.9 1.8 3.9 3.9 0 2.2-1.8 3.9-3.9 3.9-2.2 0-3.9-1.8-3.9-3.9 0-2.2 1.8-3.9 3.9-3.9z" class="st7"/>
39
+ </svg>
vendor/otgs/icons/plugin-icons/wpml/wpml-sl/icon-128x128.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/wpml/wpml-sl/icon-256x256.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/wpml/wpml-sl/icon.svg ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="icon" viewBox="0 0 320 320">
2
+ <style>
3
+ .st0{clip-path:url(#SVGID_2_)}.st1{fill:url(#bg_2_)}.st2{opacity:.15}.st3{fill:none}.st4,.st5{fill:#fff}.st5{stroke:#fff;stroke-width:.75;stroke-miterlimit:10}.st6{fill:#f2bd2e}.st7{fill:#fff;stroke:#fff;stroke-width:.5;stroke-miterlimit:10}
4
+ </style>
5
+ <defs>
6
+ <path id="SVGID_1_" d="M312.5 317.5H7.5c-2.8 0-5-2.2-5-5V7.5c0-2.8 2.2-5 5-5h305c2.8 0 5 2.2 5 5v305c0 2.8-2.2 5-5 5z"/>
7
+ </defs>
8
+ <clipPath id="SVGID_2_">
9
+ <use overflow="visible" xlink:href="#SVGID_1_"/>
10
+ </clipPath>
11
+ <g class="st0">
12
+ <g id="bg_1_">
13
+ <g id="mask">
14
+ <linearGradient id="bg_2_" x1="321" x2="-1" y1="161.097" y2="161.097" gradientTransform="matrix(1 0 0 -1 0 321)" gradientUnits="userSpaceOnUse">
15
+ <stop offset="0" stop-color="#33879e"/>
16
+ <stop offset=".295" stop-color="#3389a1" stop-opacity=".823"/>
17
+ <stop offset=".52" stop-color="#318dab" stop-opacity=".688"/>
18
+ <stop offset=".722" stop-color="#2f96bb" stop-opacity=".567"/>
19
+ <stop offset=".909" stop-color="#2ba1d2" stop-opacity=".455"/>
20
+ <stop offset="1" stop-color="#29a8e0" stop-opacity=".4"/>
21
+ </linearGradient>
22
+ <path id="bg" d="M-1-.3h322v320.5H-1V-.3z" class="st1"/>
23
+ <g id="earth" class="st2">
24
+ <path d="M18 299.1c-9.1 10.7-9.1 10.7 3.7 20.9v.1h84.5l39.6-16.1-73.4-52.6c0 .6-.3 1.5-1 2.7.3.9 1 1.7 1.1 2.7 0 .2-.1.5-.2.6-.7 1.2-1.7 2.2-2.4 3.4-.3.5-.2 1.1-.5 1.7-.1.1-.1.2-.2.2-1.1 1.1-2.2 1-3.7.8-.7-.1-1.9-.2-2.8.1.3 0 .7 0 1.1.3.4.3.6.8.9 1.5.5 1.4.4 3.1-.8 3.3-1.3.2-4.3-3.5-4.6-4.6v-.1c-.5-1.6.3-2.9 1-4.1.6-1.1.8-1.8.3-3.6-.4-1.5-1.2-3.1-1.6-3.9-.5-1-.9-1.6-.9-2 0-.1.1-.2.1-.4.4-.2.9-.2 3.7 1.1 2.7 1.1 9 3.8 9.6 2.9-.2-.7-.7-2.8.2-3.3L57 240.4c.7.7 1.4 1.3 2 2 1.1 1.2.9 1.8.9 2-.2.8-.8.4-1.9-.2-.7-.4-.9-.3-1.1 0-.3.7.3 1.4 0 2-1.6-1.2-5.4-7.3-8.2-11.9l-3.3-2.4-.2-.1-2.4 1.7c.7 1.6 1.4 3.2 1.6 4.7.4 1.9 1.9 10.9-.8 21.9-.2 1.1-.6 2.3-1 3.4-1.5 4.7-7.8 2.2-9.6 6.4-.7 1.6-1 3.3-1.1 5.1-.2 2-.3 4.2-.9 6.1l5.5 10.7c2.5 2 4.9 4.2 5.5 7.8.2 1.3.3 2.3.1 3-.6 1.9-2.8 2.8-8 5-2.8-4.2-1.6-10.2-5.9-13.7-.7.1-1.5.2-2.2.4-.1 0-.2 0-.2.1-3-2-1.5-7.3-5.9-8.3-1.5-.3-1.5-.3-8.5 5.1l-1.1-.6c-.5-2.4-.3-4.9-.6-7.3l-.3 13.1c2.9-.4 7.1-.7 8.6 2.7zm31.1 7.8c1.4-2.4 1.9-3.3 3.8-5.9 2-2.7 5.6-1.6 8-3.3 3.4-2.4-.7-6.1 1.5-8.6 3.3 1.6 3.3 1.6 4.2-.2 0-.1 2.1-4.7-.5-11.4-1-2.4-1.5-3.9-1.8-5.1-.3-1.4-.2-2.2.2-3.3 2.2-1.1 4.1.6 5.6 2.8 2.2 3.3 3.5 7.9 3.5 8 1.9 10.4 2.6 14.5 2.8 16.2.1 1.1 0 1.2-.2 1.4-.1 0-.2 0-.2-.1-.5-.2-.9-.4-1.6-1.2-.6 1.1-.4 2.7-1.7 3.4-1.6 1-4 .5-5 2.5-.7 1.5-.7 3.3-2 4.5-.1.1-1.2.7-2.3-.3-1.2-1.1-1.1-5.2-3.1-3.9-.2 1.7 1.1 2.9 1.4 4.6-1.3 1.4-3.2 2.1-4 3.9-5.2-1.1-.8-4.9.6-6.1-6.1 2-6.7 2.8-6.9 3.3 1 2.5 3 4.5 4 7.1.3 1 .3 2.5-.2 3.4-1.5 2.5-3.1 1.9-4.3.6-.8-.9-1.3-2-1.6-3.1l-1.1-2v.2c-.4-.4-.8-1-.9-2 0-1.3.3-2.8 1.8-5.4zm16.5-21.7c.2 0 .5.2.5.5s-.2.5-.3.6c-.5-.4-.6-.7-.2-1.1zM52.2 184.4c-1-2.1-1.9-4.2-2.7-6.4-1.1-2.9-2.3-5.8-3.4-8.6-3.2-7.9-6.7-15.7-12.3-22.1-.4.1-.9.2-1.2.2 1.9 3.2 3.7 4.2 4.4 4.7 1.3 5.6 1.3 5.6.5 7.2-2-.8-2.4-3.7-4.7-4.2-.9-.2-2.8 1.1-3.5 3.7-.8 2.9.1 7.2 6.2 12.5 0 .1-.7 2.4-3.2 5-6.4-2.9-6.4-2.9-7-2.8-.4.7-.6 1.8-.5 2.6-.2.2-.5.2-.7.4-10 5.3-10.1 5.4-10.3 6-1.3 3.7-1.2 7.3-.9 11l39.3-9.2z" class="st3"/>
25
+ <path d="M62.8 263.8c-.1 0-.2.1-.2.1 0-.1.1-.1.2-.1zM18.1 103.7c.1 0 .2 0 .2.1l-.2-.2v.1zm145.7 214.4l-9.3-24.8c-1.2.3-2.4.3-3.6 0l-1.2 3.4-2.5 7.1 9.5 8.1 7.1 6.2zm-72.5-240L37 52.1l103.4 64.7zM84 121.3L43.8 67 33.6 53.2c-.3.3-.6.6-1.1.8l33.3 126.2L84 121.3zm41.7 51.1c.5 1 .7 2 .6 3.1l2.3.3 62.5 8.6-41-57.8c-.2.2-.5.2-.7.4-1.7.7-3.5.7-5.1.1L123 169.6c1.2.6 2.2 1.5 2.7 2.8zm-59.4 8.9l47.3-5.9c-.1-2.1.8-4.2 2.5-5.5l-31.5-47.7-18.3 59.1zm47.4-5.1l-47.2 5.9L149 282c.3-.2.7-.5 1.1-.7.2-.1.3-.2.5-.2l-29.3-100c-2.8.7-5.9-.7-7.2-3.5-.2-.4-.3-.9-.4-1.4zm-62.2 51.7c.2.2.4.5.6.7.1.4.2.6 0 1.2l95.3 54c.2-.4.6-.8 1-1.1L129.8 260l-61-74.1c.5.9 1 1.9 1.3 2.9-.2.3-.4.7-.6 1-.1.1-.1.2-.2.2 4.4 14.4 5.5 18.4 5.7 19.7.1.5 0 .7-.1.9-6.1-3-10.6-7.1-14.3-11.8-2.7-3.4-4.9-7.2-6.7-11L17.5 205c.7 1.6.6 3.3-.1 4.9.9.4 1.9.8 2.7 1.4.2-.3.6-.7.8-1l1.3 2.1c2.2-.6 2.9-3.8 5.9-3 1.9.6 3.2 1.8 4.3 3.1l.7-1.8c-.4-1.3-.8-2.6-1.3-3.8.7.3 1.2.7 2.3 1.6 2.2 1.9 6.6 6.5 17.4 19.4zM77 239.2c.2-.1.6 0 .7.5.1.5-.4 2.5-.8 2.3-.5-.2-.7-2.4.1-2.8zm65 61l4.6 3.3 3.7-10.3c-1.4-.6-2.5-1.7-3.3-3.2-.8-1.8-.7-3.8.1-5.4l-3-1.7L75.6 244v.1c.1.3-.1 1-.3 1.8-.4 1.1-1 2.3-1.4 3.4 0-.2-.1-.2-.1-.4-.3-1.6-.5-2.5-.3-3.4.2-1.3.9-1.6 1.2-1.7.2 0 .2-.1.4-.1l-23.2-13.1c-.6 3-.2 4.2 1.3 6l88.8 63.6zm-6.3 19.9l9.9-15.2-37.4 15.2zm76.7-70l-54.2 34.1c.1.1.2.2.2.4 1.5 3.2.1 6.9-3.1 8.4l9.6 25.6 48.7-67.3c-.5-.3-.9-.7-1.2-1.2zM9.1 296.9l.3-14.4c-.2 0-.6.1-.7.2-2.4 1.3-5.3 4.9-6.6 8.3l1.6 6.9c1 .5 2.4.7 4.2.7-.1-.3-.2-.8-.2-1.2.2-.1.7-.3 1.4-.5zm9.8-196.7c6.3 2.8 14.3 11.2 14.4 11.3.1.2-.1.5 0 .7-.3.1-.8.2-1.2.3l-.7.8c-.8-.1-2-.6-2.7-1-.1.8-.6 1.8-1.1 2.4-.8-.4-1.9-.8-2.7-1.1 3.3 4 8.8 6.1 10 11.8 12.8 5.1 13.7 6.9 15 9.5-4.1 3.1-2.1 6.7.2 10.4 1.8 2.8 3.8 5.5 3.7 8.4-1.4.1-2.8-.2-4.2-.1-.4 1.4 0 2.9-.6 4.2-.3-.1-.8-.1-1.1-.2l-.1.6c.7 5.5 3.5 9.5 7 13.1 3.3 3.3 7.2 6.3 10.2 9.8L31.7 54.5c-.7.3-1.5.5-2.2.5l-3.4 14.5-7.2 30.7zm34.9 67.4c-2-1-2.4-4.3-1.5-4.5.1 0 .3 0 .6.7.6 1.2 1.1 3.7 1.1 4 0-.1-.1-.2-.2-.2zm109.7 152.5l.7-.6-17.4-14.8-10.1 15.4zM17.3 103.5l.2-.7c-.8-.8-1.6-1.6-2.2-2.4.3-.2.7-.7 1.1-.9.6.1 1.2.2 1.8.5L22 83.3 28.7 55c-3.5-.3-6.1-3.4-5.8-6.9 0-.3.1-.6.2-1m101.7 132c-.6.7-1.3 1.3-2.2 1.7-.2.1-.3.2-.5.2l29.3 100c2.4-.6 5 .4 6.5 2.4l54.2-34.1c-.1-.1-.2-.2-.2-.4-.9-2-.7-4.3.4-6l-87.5-63.8zm66.8 6.2l-65.5-9.1c-.2.7-.4 1.5-.8 2.1l73.5 53.7 14 10.2c.6-.7 1.2-1.2 2-1.6l-23.2-55.3zM17 204.2l36.3-17.1c-.3-.7-.6-1.2-.9-1.9l-39.5 9.1c.2 2.4.6 4.7.6 7 1.6.5 2.8 1.5 3.5 2.9zm123.3-82.6H85.2l31.6 47.8.5-.2c1.7-.7 3.5-.7 5.1-.1l21.1-42.4c-1.1-.7-2-1.6-2.6-2.9-.3-.6-.5-1.4-.6-2.2zm-55.6-.8h55.7c.1-.9.3-1.8.7-2.6L34.8 51.7c-.2.3-.4.7-.6 1l18.3 24.6 32.2 43.5zm140.5 199.3l-7.4-67.4c-1.3.1-2.6-.3-3.7-1l-17.6 24.4-31.2 43.2 2 .8h57.9z" class="st3"/>
26
+ <path d="M18.3 299c-1.5-3.4-5.7-3.1-8.4-2.4l.3-13.1c.2 2.4.1 4.9.6 7.3l1.1.6c7-5.5 7-5.5 8.5-5.1 4.5 1 2.9 6.3 5.9 8.3.1 0 .2 0 .2-.1.6-.2 1.5-.3 2.2-.4 4.3 3.5 3.2 9.5 5.9 13.7 5.2-2.2 7.4-3.1 8-5 .2-.8.2-1.7-.1-3-.7-3.5-3-5.7-5.5-7.8l-5.5-10.7c.5-2 .6-4.1.9-6.1.2-1.8.5-3.5 1.1-5.1 1.8-4.2 8.1-1.7 9.6-6.4.4-1.1.6-2.3 1-3.4 2.7-11 1.1-20.1.8-21.9-.3-1.6-.9-3.1-1.6-4.7l2.4-1.7.2.1 3.3 2.4c2.8 4.6 6.6 10.7 8.2 11.9.2-.7-.4-1.4 0-2 .2-.3.3-.4 1.1 0 1.1.6 1.7 1 1.9.2.1-.2.2-.8-.9-2-.6-.7-1.3-1.4-2-2L72.1 251c-.8.5-.4 2.5-.2 3.3.6-1.2.9-2.1 1-2.7l73.4 52.6-39.8 16.2h1.9l37.4-15.2-9.9 15.2h1l10.1-15.5 17.4 14.9-.6.6h3.9l-2-.8 31.2-43.2 17.6-24.4c1.1.7 2.4 1.1 3.7 1l7.4 67.4h.9l-7.4-67.5c3.4-.6 5.7-3.9 5.1-7.3-.1-.5-.3-1.1-.5-1.6-1.4-3-4.7-4.4-7.8-3.3l-23.2-55.6v-.1l-41.6-58.6c2.7-2.2 3.2-6.1 1.1-8.9-1.8-2.3-5-3.1-7.6-1.8-.8.4-1.5.9-2.1 1.6L91.7 77.5l-56.3-27c.4-1.5.3-3-.3-4.5 1.3-3.3-.3-7-3.5-8.3-3.2-1.3-6.9.3-8.2 3.5-.7 1.6-.6 3.5.1 5.1l-24-6.5v.7L23.1 47c-.8 3.4 1.2 6.9 4.6 7.8.3.1.6.1 1 .2L22 83.3l-3.9 16.6c-.7-.2-1.2-.4-1.8-.5-.3.2-.7.7-1.1.9.7.9 1.5 1.6 2.2 2.4l-.2.7c-10.8-2.3-13.6-2.8-17.8-1.7v-.1c.2 72.8.6 145.6.8 218.4m8.9-23.1c-.7.2-1.2.4-1.4.5.1.3.2.8.2 1.2-1.9.1-3.3-.2-4.2-.7L2.1 291c1.3-3.4 4.2-7 6.5-8.3.2-.1.5-.2.7-.2l-.2 14.4zm4.5-114.4c.4-.7.5-.8 10.3-6 .2-.2.5-.2.7-.4-.1-.8.1-2 .5-2.6.7-.1.7-.1 7 2.8 2.4-2.5 3.2-4.9 3.2-5-6.1-5.2-7-9.6-6.2-12.5.7-2.5 2.7-3.8 3.5-3.7 2.4.6 2.6 3.3 4.7 4.2.8-1.6.8-1.6-.5-7.2-.7-.4-2.5-1.5-4.4-4.7.4-.1.9-.2 1.2-.2 5.6 6.4 9.1 14.1 12.3 22.1 1.1 2.9 2.3 5.8 3.4 8.6.9 2.2 1.8 4.3 2.7 6.4l-39.3 9.1c-.3-3.6-.4-7.3.9-10.9zm.1 18.8c-.2-2.4-.4-4.7-.7-7l39.6-9.1c.3.7.6 1.3.9 1.9l-36.4 17.1c-.8-1.4-2-2.4-3.4-2.9zm32.5 30.2l.6-.5c.3.5.7 1.1 1 1.7l-1.6-1.2zM34 208.3c-1.1-.9-1.6-1.2-2.3-1.6.5 1.2.9 2.5 1.3 3.8l-.7 1.8c-1.1-1.4-2.4-2.6-4.3-3.1-2.9-.8-3.7 2.4-5.9 3l-1.3-2.1c-.2.3-.6.7-.8 1-.8-.6-1.7-1-2.7-1.4.6-1.5.7-3.3.1-4.9l36.3-17.1c2 3.9 4.1 7.7 6.7 11 3.7 4.8 8.3 8.9 14.4 11.9.1-.2.2-.4.1-.9-.2-1.4-1.4-5.3-5.7-19.7.1-.1.1-.2.2-.2.2-.3.4-.7.6-1-.3-1-.8-2-1.3-2.9l61 74.1 18.6 22.6c-.4.3-.6.7-1 1.1l-95.3-54c.2-.7.1-.8 0-1.2-.2-.2-.4-.5-.7-.7-10.7-13-15.1-17.6-17.3-19.5zM211.8 249c.1.2.2.2.2.4l-54.2 34.1c-1.5-2-4.1-3-6.5-2.4l-29.3-100c.2-.1.3-.1.5-.2.9-.4 1.6-1 2.2-1.7l87.4 63.9c-1 1.7-1.2 4-.3 5.9zm-61.2 32.2c-.2.1-.3.1-.5.2-.4.2-.7.4-1.1.7L66.5 182l47.2-5.9c.1.5.2 1 .5 1.5 1.3 2.8 4.3 4.2 7.2 3.6l29.2 100zm-37-105.8l-47.3 5.9 18.3-59.1 31.5 47.7c-1.7 1.3-2.6 3.4-2.5 5.5zm32.8 127.9l-4.6-3.3-88.7-63.5c-1.5-1.8-2-3-1.3-6L75 243.7c-.1 0-.2.1-.4.1-.3.1-1.1.4-1.3 1.6-.1.9 0 1.9.4 3.4 0 .2.1.2.1.4.4-1.1 1-2.3 1.4-3.4.2-.8.4-1.5.3-1.8v-.1l68.5 38.8 3 1.7c-.8 1.6-.9 3.6-.1 5.4.6 1.5 1.9 2.6 3.3 3.2l-3.8 10.3zm10.2 8.8l-9.5-8.1 2.6-7.2 1.2-3.4c1.1.3 2.4.3 3.6 0l9.3 24.8-7.2-6.1zm8.3 6.5l-9.6-25.5c3.2-1.5 4.6-5.2 3.1-8.4-.1-.2-.2-.2-.2-.4l54.2-34.1c.3.4.6.8 1.1 1.1l-48.6 67.3zm49.9-77.9c-.8.4-1.5 1-2 1.6l-14-10.2-73.5-53.7c.4-.7.7-1.4.8-2.1l65.5 9.1 23.2 55.3zm-70.6-113.6c1.5.7 3.4.7 5.1-.1.2-.1.5-.2.7-.4l41 57.8-62.5-8.6-2.3-.3c.1-1.1-.1-2.1-.6-3.1-.6-1.2-1.5-2.2-2.6-2.9l21.2-42.4zm-.7-.3l-21.1 42.4c-1.6-.7-3.5-.7-5.1.1l-.5.2-31.5-47.8h55.2c.1.7.2 1.6.6 2.2.4 1.2 1.3 2.2 2.4 2.9zM91.3 78.1l49.2 38.8L37 52.1l54.3 26zM34.8 51.7l106.4 66.6c-.4.8-.7 1.7-.7 2.6H84.7L52.4 77.4 34.2 52.7c.2-.4.4-.7.6-1zm-1.2 1.5L43.8 67 84 121.3l-18.3 58.9L32.4 54.1c.5-.3.9-.5 1.2-.9zm-4.1 1.7c.7 0 1.5-.2 2.2-.5L65.1 181c-3.1-3.4-7-6.4-10.2-9.8-3.4-3.5-6.3-7.5-7-13.1l.1-.6c.4.1.8.1 1.1.2.6-1.4.2-2.9.6-4.2 1.4-.2 2.8.2 4.2.1.1-2.8-2-5.6-3.7-8.4-2.4-3.7-4.4-7.3-.2-10.4-1.3-2.5-2.3-4.3-15-9.5-1.1-5.8-6.7-7.9-10-11.8.8.3 1.9.7 2.7 1.1.5-.6 1-1.6 1.1-2.4.7.4 1.8.8 2.7 1l.7-.8c.3-.1.8-.2 1.2-.3 0-.2.1-.5 0-.7-.1-.1-8-8.6-14.4-11.3l7-30.5 3.5-14.7z" class="st4"/>
27
+ <path d="M18.1 103.7v-.2l.2.2h-.2zM48.3 314v-.2l1.1 2c.2.9.8 2.2 1.6 3.1 1.2 1.4 2.8 2 4.3-.6.5-.9.5-2.4.2-3.4-.9-2.6-2.9-4.6-4-7.1.3-.5.8-1.3 6.9-3.3-1.5 1.1-5.9 5-.7 6.1.8-1.8 2.7-2.5 4-3.9-.2-1.6-1.6-2.8-1.4-4.6 2-1.3 1.9 2.8 3.1 3.9 1.1 1 2.1.5 2.3.3 1.2-1.2 1.2-3 2-4.5 1.1-2 3.4-1.6 5-2.5 1.3-.7 1.1-2.3 1.7-3.4.7.8 1.1 1.1 1.6 1.2.1 0 .2.1.2.1.2-.2.3-.3.2-1.4-.2-1.7-.9-5.8-2.8-16.2 0-.1-1.3-4.7-3.5-8-1.5-2.2-3.4-3.8-5.6-2.8-.4 1.1-.5 2.2-.2 3.3.2 1.1.8 2.7 1.8 5.1 2.6 6.7.5 11.3.5 11.4-.9 1.7-.9 1.7-4.2.2-2.2 2.6 1.9 6.4-1.5 8.6-2.4 1.7-6 .6-8 3.3-2 2.5-2.4 3.5-3.8 5.9-1.5 2.5-1.8 4.2-1.7 5.2.1 1.3.6 1.8.9 2.2zm5.5-146.4c.1 0 .1.1.2.1 0-.3-.5-2.8-1.1-4-.2-.6-.5-.6-.6-.6-.8.3-.5 3.6 1.5 4.5zm5.2 84.9c.4.7 1.2 2.4 1.6 3.9.5 1.8.2 2.6-.3 3.6-.6 1.1-1.4 2.4-1 4.1v.1c.3 1.1 3.3 4.8 4.6 4.6 1.2-.2 1.3-2 .8-3.3-.2-.6-.5-1.1-.9-1.5s-.7-.3-1.1-.3c1-.3 2.2-.2 2.8-.1 1.5.2 2.5.3 3.7-.8.1-.1.1-.2.2-.2.3-.5.2-1.1.5-1.7.7-1.2 1.8-2.2 2.4-3.4.1-.1.2-.3.2-.6-.1-1-.7-1.8-1.1-2.7-.7.8-6.9-1.7-9.6-2.9-2.8-1.2-3.3-1.2-3.7-1.1-.1.1-.2.2-.1.4.1.3.5.9 1 1.9z" class="st4"/>
28
+ <path d="M62.6 263.9c.1 0 .2-.1.2-.1-.1 0-.2 0-.2.1z" class="st4"/>
29
+ </g>
30
+ </g>
31
+ </g>
32
+ <path id="logo" d="M76.9 207.1c.9 1.8.8 4.6 1.7 6.4.6.3 1.3.6 1.8.9 7.6-1.1 7.8-10.2 3.9-14.6-1.8-1.7-4.5-2.5-7.8-1-16.8 7.2-32.9 2.6-42.6-7.5-5.3-5.3-8.8-12.1-9.8-19.5-2.6-23.5 16.6-38.4 29.8-40.1 11.8-1.4 23 2.8 30.5 10.4 8.1 8.1 12.5 20.3 9.9 34.4-1.1 6.4-4.9 14.5-13.5 14.5-3.4 0-6.8-1.5-9.2-4.1-2.3-2.2-3.7-5.2-3.9-8.4-.8-12.7 15.5-16.3 14.5-29-.1-2.3-1.1-4.2-2.8-6-4.9-4.7-14.9-6.5-23.9-4.7-11.2 2.3-21.9 12.5-23.9 24.8-1.6 10 2 21.2 9.3 28.9 6.5 6.5 16 10.1 27.5 7.3 3.8-.8 6.7-4.4 12.7-3.4 2.2.3 4 1.4 5.3 2.8 4.9 4.6 4.1 14.2-2.3 16.5-3.3 1.1-9.3.2-11.9-2.6l-.1-.1c-.3-.1-.6-.5-.9-.8-1-.8-1.7-2.5-1.6-4.4.1-2.6 1.8-4.7 3.8-4.5.8.1 1.5.5 2 1 .7.9 1.3 1.7 1.5 2.8m112.9-35.5c.7-.9 1-2 1.4-3.1.5-2.1.5-4.4-.1-6.4-.2-1.1-.7-2.3-1.4-3.1-.7-1-1.7-1.7-2.9-2.2-1.1-.6-2.5-.8-4.2-.8h-3.1c-.6 0-1 .5-1 1v16.9c0 .6.5 1 1 1h2c2.2 0 4-.3 5.3-1 1.1-.2 2.3-1.1 3-2.3m9.2-7.3c0 2.3-.5 4.2-1.4 6-.8 1.7-2.1 3.1-3.7 4.2-1.6 1-3.1 2-5.1 2.5-2 .6-3.9.8-5.9.8h-3.7c-.6 0-1 .5-1 1v11.9c0 .7.1 1.4.5 1.8.2.6.7.9 1.5 1.3.5.1 1 .2 2 .5.6.1 1 .1 1.6.2.6 0 1 .5 1 1s-.5 1-1 1h-16.3c-.6 0-1-.5-1-1v-.1c0-.6.5-1 .9-1 .3 0 .7-.1 1.1-.1.9-.1 1.6-.2 2-.5.6-.2 1-.6 1.4-1.1.2-.6.5-1.1.5-2v-31c0-.7-.1-1.4-.3-2-.2-.6-.7-1-1.4-1.3-.8-.2-1.6-.5-2.3-.6-.3 0-.7-.1-.9-.1-.6-.1-.9-.6-.9-1v-.1c0-.6.5-1 1-1H186c3.9 0 7.1.9 9.6 2.9l.1.1c2 2 3.3 4.6 3.3 7.7zm-36.8-8.4c-.6 0-1 .1-1.7.5-.7.2-1.1.5-1.7.8l-.1.1c-.7.5-1.1.9-1.7 1.5-.5.6-.7 1.4-1.1 2.4v.1c-1.4 4.7-3.1 10.1-4.9 16.4-1.7 6.1-3.8 12.4-5.9 19.3-.1.5-.6.8-1 .8h-1.3c-.5 0-.9-.3-1-.8l-9.5-29.4c-.1-.6-.8-.9-1.4-.7-.3.1-.6.3-.7.7l-10 29.4c-.1.5-.6.7-1 .7h-1c-.5 0-.9-.3-1-.8-2-6.9-3.9-13.9-6-21.3-2.2-7.7-3.6-12.7-4.2-15.4-.1-.6-.5-1-.7-1.6 0-.1-.1-.2-.1-.2-.8-1-2-1.7-3.2-2-.3-.1-.7-.1-.9-.2-.5-.1-.9-.6-.9-1v-.2c0-.6.5-1 1-1h15.4c.6 0 1 .5 1 1v.1c0 .6-.5 1-1 1-1.1.1-2.1.2-2.9.5-1 .2-1.6.6-1.6 1 0 .1 0 .5.1.8.1.2.1.6.1.8.5 1.8 1.4 4.7 2.5 8.8 1 3.6 2.4 8.6 4.2 15 .3 1 1.7 1 2.1 0l9.3-27.9c.1-.5.6-.7 1-.7h1.4c.5 0 .9.3 1 .8l9.4 28.6c.3 1 1.8 1 2.1 0l2.8-9.9c1-3.8 2-6.9 2.5-9.6.5-1.8.8-3.2.9-3.9.1-.7.1-1.3.1-1.8 0-.7-.5-1.3-1.4-1.7-.8-.5-2-.7-3.6-.8-.6-.1-1-.6-1-1 0-.6.5-1 1-1H161c.6 0 1 .5 1 1l.2.8zM292 184l-.8 11.8c0 .6-.5 1-1 1h-31.4c-.6 0-1-.5-1-1v-.1c0-.6.5-1 .9-1 .3 0 .7-.1 1.1-.1.9-.1 1.6-.2 2-.5.6-.2 1-.6 1.4-1.1.2-.6.5-1.1.5-2v-30.8c0-.7-.1-1.3-.5-1.8-.3-.6-.7-.9-1.4-1.3-.5-.2-1-.5-2-.7l-1.3-.3c-.5-.1-.9-.6-.9-1v-.2c0-.6.5-1 1-1h16c.6 0 1 .5 1 1v.1c0 .6-.3 1-.9 1-.3.1-.8.1-1.3.2-.9.1-1.6.5-2 .5-.7.2-1.1.6-1.4 1.3-.2.6-.5 1.3-.5 1.8v28.9c0 1.4.1 2.3.1 3.1.1.7.5 1.4.9 1.7.5.5 1.1.6 2.1.7s2.2.1 3.8.1c.8 0 1.6 0 2.3-.1.7 0 1.5-.1 2.3-.2h.1c.7-.1 1.3-.3 1.8-.5.6-.2.9-.5 1.3-.7.1 0 .1-.1.2-.2.8-.9 1.7-2.3 2.9-4.1.9-1.5 1.5-2.9 2-3.9.1-.5.6-.7 1-.7h1.6l.1.1zm-38.2 12.9H236c-.6 0-1-.5-1-1 0-.6.5-1 1-1s1-.1 1.7-.2c1-.1 1.8-.3 2.2-.6.6-.5 1-.8 1.4-1.4.3-.5.5-1 .5-1.8v-31.3h-.5l-14.6 35.9c-.1.5-.6.7-1 .7-.5 0-.9-.2-1-.7L211 158.6h-.5v25.7c0 2.5.1 4.4.5 5.6.3 1.3.8 2.2 1.5 2.9.5.5 1.4.8 2.8 1.3.8.2 1.4.3 1.8.5.5.1.9.6.9 1v.1c0 .6-.5 1-1 1h-14.8c-.7 0-1.3-.7-1-1.4v-.1c.1-.3.5-.7.8-.7.5-.1.8-.2 1.5-.5 1-.2 1.8-.6 2.3-1 .7-.6 1.1-1.4 1.5-2.6.2-1.1.5-3.1.5-5.9v-22.2c0-1.3-.1-2.3-.5-3.1-.3-.8-.7-1.5-1.4-2-.6-.6-1.4-.9-2.2-1.3h-.1l-1.7-.3c-.6-.1-.9-.6-.9-1.1v-.1c0-.6.5-1 1-1h12.7c.5 0 .8.2 1 .7l11 28.9c.3.9 1.7.9 2.1 0l9.4-24.3c.5-1 .7-2 1-3.1v-.1l.3-1.3c.1-.5.6-.8 1-.8h12.1c.6 0 1 .5 1 1v.1c0 .6-.5 1-.9 1-.3 0-.8.1-1.1.2-.8.1-1.5.3-2 .5-.7.2-1.1.6-1.4 1.3-.2.6-.5 1.1-.5 1.8v31.1c0 .7.1 1.4.5 1.8.2.5.7.9 1.4 1.3.5.2 1 .5 2 .6.5.1.9.1 1.3.2.6.1.9.6.9 1v1.6z" class="st5"/>
33
+ </g>
34
+ <g class="st0">
35
+ <path d="M146.2 2.5h-.1l171.4 171.4.5-.5V2.5z" class="st6"/>
36
+ </g>
37
+ <path d="M298.3 22c-5.8-5.8-15.2-5.8-21.1 0l-10.5 10.5c-.9.9-.9 2.3 0 3.2.9.9 2.3.9 3.2 0l10.5-10.5c4-4 10.6-4 14.6 0s4 10.6 0 14.6l-13.8 13.8c-4 4-10.6 4-14.6 0-.9-.9-2.3-.9-3.2 0-.9.9-.9 2.3 0 3.2 5.8 5.8 15.2 5.8 21.1 0L298.3 43c5.8-5.8 5.8-15.2 0-21z" class="st7"/>
38
+ <path d="M270.8 64.1l-8.9 8.9c-4 4-10.6 4-14.6 0s-4-10.6 0-14.6l13-13c4-4 10.5-4 14.6 0 .9.9 2.3.9 3.2 0 .9-.9.9-2.3 0-3.2-5.8-5.8-15.2-5.8-21.1 0l-13 13c-5.8 5.8-5.8 15.2 0 21.1s15.2 5.8 21.1 0l8.9-8.9c.9-.9.9-2.3 0-3.2-.9-1-2.3-1-3.2-.1z" class="st7"/>
39
+ </svg>
vendor/otgs/icons/plugin-icons/wpml/wpml-st/icon-128x128.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/wpml/wpml-st/icon-256x256.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/wpml/wpml-st/icon.svg ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="icon" viewBox="0 0 320 320">
2
+ <style>
3
+ .st0{clip-path:url(#SVGID_2_)}.st1{fill:url(#bg_2_)}.st2{opacity:.15}.st3{fill:none}.st4,.st5{fill:#fff}.st5{stroke:#fff;stroke-width:.75;stroke-miterlimit:10}.st6{fill:#f2bd2e}
4
+ </style>
5
+ <defs>
6
+ <path id="SVGID_1_" d="M312.5 317.5H7.5c-2.8 0-5-2.2-5-5V7.5c0-2.8 2.2-5 5-5h305c2.8 0 5 2.2 5 5v305c0 2.8-2.2 5-5 5z"/>
7
+ </defs>
8
+ <clipPath id="SVGID_2_">
9
+ <use overflow="visible" xlink:href="#SVGID_1_"/>
10
+ </clipPath>
11
+ <g class="st0">
12
+ <g id="bg_1_">
13
+ <g id="mask">
14
+ <linearGradient id="bg_2_" x1="321" x2="-1" y1="161.097" y2="161.097" gradientTransform="matrix(1 0 0 -1 0 321)" gradientUnits="userSpaceOnUse">
15
+ <stop offset="0" stop-color="#33879e"/>
16
+ <stop offset=".295" stop-color="#3389a1" stop-opacity=".823"/>
17
+ <stop offset=".52" stop-color="#318dab" stop-opacity=".688"/>
18
+ <stop offset=".722" stop-color="#2f96bb" stop-opacity=".567"/>
19
+ <stop offset=".909" stop-color="#2ba1d2" stop-opacity=".455"/>
20
+ <stop offset="1" stop-color="#29a8e0" stop-opacity=".4"/>
21
+ </linearGradient>
22
+ <path id="bg" d="M-1-.3h322v320.5H-1V-.3z" class="st1"/>
23
+ <g id="earth" class="st2">
24
+ <path d="M18 299.1c-9.1 10.7-9.1 10.7 3.7 20.9v.1h84.5l39.6-16.1-73.4-52.6c0 .6-.3 1.5-1 2.7.3.9 1 1.7 1.1 2.7 0 .2-.1.5-.2.6-.7 1.2-1.7 2.2-2.4 3.4-.3.5-.2 1.1-.5 1.7-.1.1-.1.2-.2.2-1.1 1.1-2.2 1-3.7.8-.7-.1-1.9-.2-2.8.1.3 0 .7 0 1.1.3.4.3.6.8.9 1.5.5 1.4.4 3.1-.8 3.3-1.3.2-4.3-3.5-4.6-4.6v-.1c-.5-1.6.3-2.9 1-4.1.6-1.1.8-1.8.3-3.6-.4-1.5-1.2-3.1-1.6-3.9-.5-1-.9-1.6-.9-2 0-.1.1-.2.1-.4.4-.2.9-.2 3.7 1.1 2.7 1.1 9 3.8 9.6 2.9-.2-.7-.7-2.8.2-3.3L57 240.4c.7.7 1.4 1.3 2 2 1.1 1.2.9 1.8.9 2-.2.8-.8.4-1.9-.2-.7-.4-.9-.3-1.1 0-.3.7.3 1.4 0 2-1.6-1.2-5.4-7.3-8.2-11.9l-3.3-2.4-.2-.1-2.4 1.7c.7 1.6 1.4 3.2 1.6 4.7.4 1.9 1.9 10.9-.8 21.9-.2 1.1-.6 2.3-1 3.4-1.5 4.7-7.8 2.2-9.6 6.4-.7 1.6-1 3.3-1.1 5.1-.2 2-.3 4.2-.9 6.1l5.5 10.7c2.5 2 4.9 4.2 5.5 7.8.2 1.3.3 2.3.1 3-.6 1.9-2.8 2.8-8 5-2.8-4.2-1.6-10.2-5.9-13.7-.7.1-1.5.2-2.2.4-.1 0-.2 0-.2.1-3-2-1.5-7.3-5.9-8.3-1.5-.3-1.5-.3-8.5 5.1l-1.1-.6c-.5-2.4-.3-4.9-.6-7.3l-.3 13.1c2.9-.4 7.1-.7 8.6 2.7zm31.1 7.8c1.4-2.4 1.9-3.3 3.8-5.9 2-2.7 5.6-1.6 8-3.3 3.4-2.4-.7-6.1 1.5-8.6 3.3 1.6 3.3 1.6 4.2-.2 0-.1 2.1-4.7-.5-11.4-1-2.4-1.5-3.9-1.8-5.1-.3-1.4-.2-2.2.2-3.3 2.2-1.1 4.1.6 5.6 2.8 2.2 3.3 3.5 7.9 3.5 8 1.9 10.4 2.6 14.5 2.8 16.2.1 1.1 0 1.2-.2 1.4-.1 0-.2 0-.2-.1-.5-.2-.9-.4-1.6-1.2-.6 1.1-.4 2.7-1.7 3.4-1.6 1-4 .5-5 2.5-.7 1.5-.7 3.3-2 4.5-.1.1-1.2.7-2.3-.3-1.2-1.1-1.1-5.2-3.1-3.9-.2 1.7 1.1 2.9 1.4 4.6-1.3 1.4-3.2 2.1-4 3.9-5.2-1.1-.8-4.9.6-6.1-6.1 2-6.7 2.8-6.9 3.3 1 2.5 3 4.5 4 7.1.3 1 .3 2.5-.2 3.4-1.5 2.5-3.1 1.9-4.3.6-.8-.9-1.3-2-1.6-3.1l-1.1-2v.2c-.4-.4-.8-1-.9-2 0-1.3.3-2.8 1.8-5.4zm16.5-21.7c.2 0 .5.2.5.5s-.2.5-.3.6c-.5-.4-.6-.7-.2-1.1zM52.2 184.4c-1-2.1-1.9-4.2-2.7-6.4-1.1-2.9-2.3-5.8-3.4-8.6-3.2-7.9-6.7-15.7-12.3-22.1-.4.1-.9.2-1.2.2 1.9 3.2 3.7 4.2 4.4 4.7 1.3 5.6 1.3 5.6.5 7.2-2-.8-2.4-3.7-4.7-4.2-.9-.2-2.8 1.1-3.5 3.7-.8 2.9.1 7.2 6.2 12.5 0 .1-.7 2.4-3.2 5-6.4-2.9-6.4-2.9-7-2.8-.4.7-.6 1.8-.5 2.6-.2.2-.5.2-.7.4-10 5.3-10.1 5.4-10.3 6-1.3 3.7-1.2 7.3-.9 11l39.3-9.2z" class="st3"/>
25
+ <path d="M62.8 263.8c-.1 0-.2.1-.2.1 0-.1.1-.1.2-.1zM18.1 103.7c.1 0 .2 0 .2.1l-.2-.2v.1zm145.7 214.4l-9.3-24.8c-1.2.3-2.4.3-3.6 0l-1.2 3.4-2.5 7.1 9.5 8.1 7.1 6.2zm-72.5-240L37 52.1l103.4 64.7zM84 121.3L43.8 67 33.6 53.2c-.3.3-.6.6-1.1.8l33.3 126.2L84 121.3zm41.7 51.1c.5 1 .7 2 .6 3.1l2.3.3 62.5 8.6-41-57.8c-.2.2-.5.2-.7.4-1.7.7-3.5.7-5.1.1L123 169.6c1.2.6 2.2 1.5 2.7 2.8zm-59.4 8.9l47.3-5.9c-.1-2.1.8-4.2 2.5-5.5l-31.5-47.7-18.3 59.1zm47.4-5.1l-47.2 5.9L149 282c.3-.2.7-.5 1.1-.7.2-.1.3-.2.5-.2l-29.3-100c-2.8.7-5.9-.7-7.2-3.5-.2-.4-.3-.9-.4-1.4zm-62.2 51.7c.2.2.4.5.6.7.1.4.2.6 0 1.2l95.3 54c.2-.4.6-.8 1-1.1L129.8 260l-61-74.1c.5.9 1 1.9 1.3 2.9-.2.3-.4.7-.6 1-.1.1-.1.2-.2.2 4.4 14.4 5.5 18.4 5.7 19.7.1.5 0 .7-.1.9-6.1-3-10.6-7.1-14.3-11.8-2.7-3.4-4.9-7.2-6.7-11L17.5 205c.7 1.6.6 3.3-.1 4.9.9.4 1.9.8 2.7 1.4.2-.3.6-.7.8-1l1.3 2.1c2.2-.6 2.9-3.8 5.9-3 1.9.6 3.2 1.8 4.3 3.1l.7-1.8c-.4-1.3-.8-2.6-1.3-3.8.7.3 1.2.7 2.3 1.6 2.2 1.9 6.6 6.5 17.4 19.4zM77 239.2c.2-.1.6 0 .7.5.1.5-.4 2.5-.8 2.3-.5-.2-.7-2.4.1-2.8zm65 61l4.6 3.3 3.7-10.3c-1.4-.6-2.5-1.7-3.3-3.2-.8-1.8-.7-3.8.1-5.4l-3-1.7L75.6 244v.1c.1.3-.1 1-.3 1.8-.4 1.1-1 2.3-1.4 3.4 0-.2-.1-.2-.1-.4-.3-1.6-.5-2.5-.3-3.4.2-1.3.9-1.6 1.2-1.7.2 0 .2-.1.4-.1l-23.2-13.1c-.6 3-.2 4.2 1.3 6l88.8 63.6zm-6.3 19.9l9.9-15.2-37.4 15.2zm76.7-70l-54.2 34.1c.1.1.2.2.2.4 1.5 3.2.1 6.9-3.1 8.4l9.6 25.6 48.7-67.3c-.5-.3-.9-.7-1.2-1.2zM9.1 296.9l.3-14.4c-.2 0-.6.1-.7.2-2.4 1.3-5.3 4.9-6.6 8.3l1.6 6.9c1 .5 2.4.7 4.2.7-.1-.3-.2-.8-.2-1.2.2-.1.7-.3 1.4-.5zm9.8-196.7c6.3 2.8 14.3 11.2 14.4 11.3.1.2-.1.5 0 .7-.3.1-.8.2-1.2.3l-.7.8c-.8-.1-2-.6-2.7-1-.1.8-.6 1.8-1.1 2.4-.8-.4-1.9-.8-2.7-1.1 3.3 4 8.8 6.1 10 11.8 12.8 5.1 13.7 6.9 15 9.5-4.1 3.1-2.1 6.7.2 10.4 1.8 2.8 3.8 5.5 3.7 8.4-1.4.1-2.8-.2-4.2-.1-.4 1.4 0 2.9-.6 4.2-.3-.1-.8-.1-1.1-.2l-.1.6c.7 5.5 3.5 9.5 7 13.1 3.3 3.3 7.2 6.3 10.2 9.8L31.7 54.5c-.7.3-1.5.5-2.2.5l-3.4 14.5-7.2 30.7zm34.9 67.4c-2-1-2.4-4.3-1.5-4.5.1 0 .3 0 .6.7.6 1.2 1.1 3.7 1.1 4 0-.1-.1-.2-.2-.2zm109.7 152.5l.7-.6-17.4-14.8-10.1 15.4zM17.3 103.5l.2-.7c-.8-.8-1.6-1.6-2.2-2.4.3-.2.7-.7 1.1-.9.6.1 1.2.2 1.8.5L22 83.3 28.7 55c-3.5-.3-6.1-3.4-5.8-6.9 0-.3.1-.6.2-1m101.7 132c-.6.7-1.3 1.3-2.2 1.7-.2.1-.3.2-.5.2l29.3 100c2.4-.6 5 .4 6.5 2.4l54.2-34.1c-.1-.1-.2-.2-.2-.4-.9-2-.7-4.3.4-6l-87.5-63.8zm66.8 6.2l-65.5-9.1c-.2.7-.4 1.5-.8 2.1l73.5 53.7 14 10.2c.6-.7 1.2-1.2 2-1.6l-23.2-55.3zM17 204.2l36.3-17.1c-.3-.7-.6-1.2-.9-1.9l-39.5 9.1c.2 2.4.6 4.7.6 7 1.6.5 2.8 1.5 3.5 2.9zm123.3-82.6H85.2l31.6 47.8.5-.2c1.7-.7 3.5-.7 5.1-.1l21.1-42.4c-1.1-.7-2-1.6-2.6-2.9-.3-.6-.5-1.4-.6-2.2zm-55.6-.8h55.7c.1-.9.3-1.8.7-2.6L34.8 51.7c-.2.3-.4.7-.6 1l18.3 24.6 32.2 43.5zm140.5 199.3l-7.4-67.4c-1.3.1-2.6-.3-3.7-1l-17.6 24.4-31.2 43.2 2 .8h57.9z" class="st3"/>
26
+ <path d="M18.3 299c-1.5-3.4-5.7-3.1-8.4-2.4l.3-13.1c.2 2.4.1 4.9.6 7.3l1.1.6c7-5.5 7-5.5 8.5-5.1 4.5 1 2.9 6.3 5.9 8.3.1 0 .2 0 .2-.1.6-.2 1.5-.3 2.2-.4 4.3 3.5 3.2 9.5 5.9 13.7 5.2-2.2 7.4-3.1 8-5 .2-.8.2-1.7-.1-3-.7-3.5-3-5.7-5.5-7.8l-5.5-10.7c.5-2 .6-4.1.9-6.1.2-1.8.5-3.5 1.1-5.1 1.8-4.2 8.1-1.7 9.6-6.4.4-1.1.6-2.3 1-3.4 2.7-11 1.1-20.1.8-21.9-.3-1.6-.9-3.1-1.6-4.7l2.4-1.7.2.1 3.3 2.4c2.8 4.6 6.6 10.7 8.2 11.9.2-.7-.4-1.4 0-2 .2-.3.3-.4 1.1 0 1.1.6 1.7 1 1.9.2.1-.2.2-.8-.9-2-.6-.7-1.3-1.4-2-2L72.1 251c-.8.5-.4 2.5-.2 3.3.6-1.2.9-2.1 1-2.7l73.4 52.6-39.8 16.2h1.9l37.4-15.2-9.9 15.2h1l10.1-15.5 17.4 14.9-.6.6h3.9l-2-.8 31.2-43.2 17.6-24.4c1.1.7 2.4 1.1 3.7 1l7.4 67.4h.9l-7.4-67.5c3.4-.6 5.7-3.9 5.1-7.3-.1-.5-.3-1.1-.5-1.6-1.4-3-4.7-4.4-7.8-3.3l-23.2-55.6v-.1l-41.6-58.6c2.7-2.2 3.2-6.1 1.1-8.9-1.8-2.3-5-3.1-7.6-1.8-.8.4-1.5.9-2.1 1.6L91.7 77.5l-56.3-27c.4-1.5.3-3-.3-4.5 1.3-3.3-.3-7-3.5-8.3-3.2-1.3-6.9.3-8.2 3.5-.7 1.6-.6 3.5.1 5.1l-24-6.5v.7L23.1 47c-.8 3.4 1.2 6.9 4.6 7.8.3.1.6.1 1 .2L22 83.3l-3.9 16.6c-.7-.2-1.2-.4-1.8-.5-.3.2-.7.7-1.1.9.7.9 1.5 1.6 2.2 2.4l-.2.7c-10.8-2.3-13.6-2.8-17.8-1.7v-.1c.2 72.8.6 145.6.8 218.4m8.9-23.1c-.7.2-1.2.4-1.4.5.1.3.2.8.2 1.2-1.9.1-3.3-.2-4.2-.7L2.1 291c1.3-3.4 4.2-7 6.5-8.3.2-.1.5-.2.7-.2l-.2 14.4zm4.5-114.4c.4-.7.5-.8 10.3-6 .2-.2.5-.2.7-.4-.1-.8.1-2 .5-2.6.7-.1.7-.1 7 2.8 2.4-2.5 3.2-4.9 3.2-5-6.1-5.2-7-9.6-6.2-12.5.7-2.5 2.7-3.8 3.5-3.7 2.4.6 2.6 3.3 4.7 4.2.8-1.6.8-1.6-.5-7.2-.7-.4-2.5-1.5-4.4-4.7.4-.1.9-.2 1.2-.2 5.6 6.4 9.1 14.1 12.3 22.1 1.1 2.9 2.3 5.8 3.4 8.6.9 2.2 1.8 4.3 2.7 6.4l-39.3 9.1c-.3-3.6-.4-7.3.9-10.9zm.1 18.8c-.2-2.4-.4-4.7-.7-7l39.6-9.1c.3.7.6 1.3.9 1.9l-36.4 17.1c-.8-1.4-2-2.4-3.4-2.9zm32.5 30.2l.6-.5c.3.5.7 1.1 1 1.7l-1.6-1.2zM34 208.3c-1.1-.9-1.6-1.2-2.3-1.6.5 1.2.9 2.5 1.3 3.8l-.7 1.8c-1.1-1.4-2.4-2.6-4.3-3.1-2.9-.8-3.7 2.4-5.9 3l-1.3-2.1c-.2.3-.6.7-.8 1-.8-.6-1.7-1-2.7-1.4.6-1.5.7-3.3.1-4.9l36.3-17.1c2 3.9 4.1 7.7 6.7 11 3.7 4.8 8.3 8.9 14.4 11.9.1-.2.2-.4.1-.9-.2-1.4-1.4-5.3-5.7-19.7.1-.1.1-.2.2-.2.2-.3.4-.7.6-1-.3-1-.8-2-1.3-2.9l61 74.1 18.6 22.6c-.4.3-.6.7-1 1.1l-95.3-54c.2-.7.1-.8 0-1.2-.2-.2-.4-.5-.7-.7-10.7-13-15.1-17.6-17.3-19.5zM211.8 249c.1.2.2.2.2.4l-54.2 34.1c-1.5-2-4.1-3-6.5-2.4l-29.3-100c.2-.1.3-.1.5-.2.9-.4 1.6-1 2.2-1.7l87.4 63.9c-1 1.7-1.2 4-.3 5.9zm-61.2 32.2c-.2.1-.3.1-.5.2-.4.2-.7.4-1.1.7L66.5 182l47.2-5.9c.1.5.2 1 .5 1.5 1.3 2.8 4.3 4.2 7.2 3.6l29.2 100zm-37-105.8l-47.3 5.9 18.3-59.1 31.5 47.7c-1.7 1.3-2.6 3.4-2.5 5.5zm32.8 127.9l-4.6-3.3-88.7-63.5c-1.5-1.8-2-3-1.3-6L75 243.7c-.1 0-.2.1-.4.1-.3.1-1.1.4-1.3 1.6-.1.9 0 1.9.4 3.4 0 .2.1.2.1.4.4-1.1 1-2.3 1.4-3.4.2-.8.4-1.5.3-1.8v-.1l68.5 38.8 3 1.7c-.8 1.6-.9 3.6-.1 5.4.6 1.5 1.9 2.6 3.3 3.2l-3.8 10.3zm10.2 8.8l-9.5-8.1 2.6-7.2 1.2-3.4c1.1.3 2.4.3 3.6 0l9.3 24.8-7.2-6.1zm8.3 6.5l-9.6-25.5c3.2-1.5 4.6-5.2 3.1-8.4-.1-.2-.2-.2-.2-.4l54.2-34.1c.3.4.6.8 1.1 1.1l-48.6 67.3zm49.9-77.9c-.8.4-1.5 1-2 1.6l-14-10.2-73.5-53.7c.4-.7.7-1.4.8-2.1l65.5 9.1 23.2 55.3zm-70.6-113.6c1.5.7 3.4.7 5.1-.1.2-.1.5-.2.7-.4l41 57.8-62.5-8.6-2.3-.3c.1-1.1-.1-2.1-.6-3.1-.6-1.2-1.5-2.2-2.6-2.9l21.2-42.4zm-.7-.3l-21.1 42.4c-1.6-.7-3.5-.7-5.1.1l-.5.2-31.5-47.8h55.2c.1.7.2 1.6.6 2.2.4 1.2 1.3 2.2 2.4 2.9zM91.3 78.1l49.2 38.8L37 52.1l54.3 26zM34.8 51.7l106.4 66.6c-.4.8-.7 1.7-.7 2.6H84.7L52.4 77.4 34.2 52.7c.2-.4.4-.7.6-1zm-1.2 1.5L43.8 67 84 121.3l-18.3 58.9L32.4 54.1c.5-.3.9-.5 1.2-.9zm-4.1 1.7c.7 0 1.5-.2 2.2-.5L65.1 181c-3.1-3.4-7-6.4-10.2-9.8-3.4-3.5-6.3-7.5-7-13.1l.1-.6c.4.1.8.1 1.1.2.6-1.4.2-2.9.6-4.2 1.4-.2 2.8.2 4.2.1.1-2.8-2-5.6-3.7-8.4-2.4-3.7-4.4-7.3-.2-10.4-1.3-2.5-2.3-4.3-15-9.5-1.1-5.8-6.7-7.9-10-11.8.8.3 1.9.7 2.7 1.1.5-.6 1-1.6 1.1-2.4.7.4 1.8.8 2.7 1l.7-.8c.3-.1.8-.2 1.2-.3 0-.2.1-.5 0-.7-.1-.1-8-8.6-14.4-11.3l7-30.5 3.5-14.7z" class="st4"/>
27
+ <path d="M18.1 103.7v-.2l.2.2h-.2zM48.3 314v-.2l1.1 2c.2.9.8 2.2 1.6 3.1 1.2 1.4 2.8 2 4.3-.6.5-.9.5-2.4.2-3.4-.9-2.6-2.9-4.6-4-7.1.3-.5.8-1.3 6.9-3.3-1.5 1.1-5.9 5-.7 6.1.8-1.8 2.7-2.5 4-3.9-.2-1.6-1.6-2.8-1.4-4.6 2-1.3 1.9 2.8 3.1 3.9 1.1 1 2.1.5 2.3.3 1.2-1.2 1.2-3 2-4.5 1.1-2 3.4-1.6 5-2.5 1.3-.7 1.1-2.3 1.7-3.4.7.8 1.1 1.1 1.6 1.2.1 0 .2.1.2.1.2-.2.3-.3.2-1.4-.2-1.7-.9-5.8-2.8-16.2 0-.1-1.3-4.7-3.5-8-1.5-2.2-3.4-3.8-5.6-2.8-.4 1.1-.5 2.2-.2 3.3.2 1.1.8 2.7 1.8 5.1 2.6 6.7.5 11.3.5 11.4-.9 1.7-.9 1.7-4.2.2-2.2 2.6 1.9 6.4-1.5 8.6-2.4 1.7-6 .6-8 3.3-2 2.5-2.4 3.5-3.8 5.9-1.5 2.5-1.8 4.2-1.7 5.2.1 1.3.6 1.8.9 2.2zm5.5-146.4c.1 0 .1.1.2.1 0-.3-.5-2.8-1.1-4-.2-.6-.5-.6-.6-.6-.8.3-.5 3.6 1.5 4.5zm5.2 84.9c.4.7 1.2 2.4 1.6 3.9.5 1.8.2 2.6-.3 3.6-.6 1.1-1.4 2.4-1 4.1v.1c.3 1.1 3.3 4.8 4.6 4.6 1.2-.2 1.3-2 .8-3.3-.2-.6-.5-1.1-.9-1.5s-.7-.3-1.1-.3c1-.3 2.2-.2 2.8-.1 1.5.2 2.5.3 3.7-.8.1-.1.1-.2.2-.2.3-.5.2-1.1.5-1.7.7-1.2 1.8-2.2 2.4-3.4.1-.1.2-.3.2-.6-.1-1-.7-1.8-1.1-2.7-.7.8-6.9-1.7-9.6-2.9-2.8-1.2-3.3-1.2-3.7-1.1-.1.1-.2.2-.1.4.1.3.5.9 1 1.9z" class="st4"/>
28
+ <path d="M62.6 263.9c.1 0 .2-.1.2-.1-.1 0-.2 0-.2.1z" class="st4"/>
29
+ </g>
30
+ </g>
31
+ </g>
32
+ <path id="logo" d="M76.9 207.1c.9 1.8.8 4.6 1.7 6.4.6.3 1.3.6 1.8.9 7.6-1.1 7.8-10.2 3.9-14.6-1.8-1.7-4.5-2.5-7.8-1-16.8 7.2-32.9 2.6-42.6-7.5-5.3-5.3-8.8-12.1-9.8-19.5-2.6-23.5 16.6-38.4 29.8-40.1 11.8-1.4 23 2.8 30.5 10.4 8.1 8.1 12.5 20.3 9.9 34.4-1.1 6.4-4.9 14.5-13.5 14.5-3.4 0-6.8-1.5-9.2-4.1-2.3-2.2-3.7-5.2-3.9-8.4-.8-12.7 15.5-16.3 14.5-29-.1-2.3-1.1-4.2-2.8-6-4.9-4.7-14.9-6.5-23.9-4.7-11.2 2.3-21.9 12.5-23.9 24.8-1.6 10 2 21.2 9.3 28.9 6.5 6.5 16 10.1 27.5 7.3 3.8-.8 6.7-4.4 12.7-3.4 2.2.3 4 1.4 5.3 2.8 4.9 4.6 4.1 14.2-2.3 16.5-3.3 1.1-9.3.2-11.9-2.6l-.1-.1c-.3-.1-.6-.5-.9-.8-1-.8-1.7-2.5-1.6-4.4.1-2.6 1.8-4.7 3.8-4.5.8.1 1.5.5 2 1 .7.9 1.3 1.7 1.5 2.8m112.9-35.5c.7-.9 1-2 1.4-3.1.5-2.1.5-4.4-.1-6.4-.2-1.1-.7-2.3-1.4-3.1-.7-1-1.7-1.7-2.9-2.2-1.1-.6-2.5-.8-4.2-.8h-3.1c-.6 0-1 .5-1 1v16.9c0 .6.5 1 1 1h2c2.2 0 4-.3 5.3-1 1.1-.2 2.3-1.1 3-2.3m9.2-7.3c0 2.3-.5 4.2-1.4 6-.8 1.7-2.1 3.1-3.7 4.2-1.6 1-3.1 2-5.1 2.5-2 .6-3.9.8-5.9.8h-3.7c-.6 0-1 .5-1 1v11.9c0 .7.1 1.4.5 1.8.2.6.7.9 1.5 1.3.5.1 1 .2 2 .5.6.1 1 .1 1.6.2.6 0 1 .5 1 1s-.5 1-1 1h-16.3c-.6 0-1-.5-1-1v-.1c0-.6.5-1 .9-1 .3 0 .7-.1 1.1-.1.9-.1 1.6-.2 2-.5.6-.2 1-.6 1.4-1.1.2-.6.5-1.1.5-2v-31c0-.7-.1-1.4-.3-2-.2-.6-.7-1-1.4-1.3-.8-.2-1.6-.5-2.3-.6-.3 0-.7-.1-.9-.1-.6-.1-.9-.6-.9-1v-.1c0-.6.5-1 1-1H186c3.9 0 7.1.9 9.6 2.9l.1.1c2 2 3.3 4.6 3.3 7.7zm-36.8-8.4c-.6 0-1 .1-1.7.5-.7.2-1.1.5-1.7.8l-.1.1c-.7.5-1.1.9-1.7 1.5-.5.6-.7 1.4-1.1 2.4v.1c-1.4 4.7-3.1 10.1-4.9 16.4-1.7 6.1-3.8 12.4-5.9 19.3-.1.5-.6.8-1 .8h-1.3c-.5 0-.9-.3-1-.8l-9.5-29.4c-.1-.6-.8-.9-1.4-.7-.3.1-.6.3-.7.7l-10 29.4c-.1.5-.6.7-1 .7h-1c-.5 0-.9-.3-1-.8-2-6.9-3.9-13.9-6-21.3-2.2-7.7-3.6-12.7-4.2-15.4-.1-.6-.5-1-.7-1.6 0-.1-.1-.2-.1-.2-.8-1-2-1.7-3.2-2-.3-.1-.7-.1-.9-.2-.5-.1-.9-.6-.9-1v-.2c0-.6.5-1 1-1h15.4c.6 0 1 .5 1 1v.1c0 .6-.5 1-1 1-1.1.1-2.1.2-2.9.5-1 .2-1.6.6-1.6 1 0 .1 0 .5.1.8.1.2.1.6.1.8.5 1.8 1.4 4.7 2.5 8.8 1 3.6 2.4 8.6 4.2 15 .3 1 1.7 1 2.1 0l9.3-27.9c.1-.5.6-.7 1-.7h1.4c.5 0 .9.3 1 .8l9.4 28.6c.3 1 1.8 1 2.1 0l2.8-9.9c1-3.8 2-6.9 2.5-9.6.5-1.8.8-3.2.9-3.9.1-.7.1-1.3.1-1.8 0-.7-.5-1.3-1.4-1.7-.8-.5-2-.7-3.6-.8-.6-.1-1-.6-1-1 0-.6.5-1 1-1H161c.6 0 1 .5 1 1l.2.8zM292 184l-.8 11.8c0 .6-.5 1-1 1h-31.4c-.6 0-1-.5-1-1v-.1c0-.6.5-1 .9-1 .3 0 .7-.1 1.1-.1.9-.1 1.6-.2 2-.5.6-.2 1-.6 1.4-1.1.2-.6.5-1.1.5-2v-30.8c0-.7-.1-1.3-.5-1.8-.3-.6-.7-.9-1.4-1.3-.5-.2-1-.5-2-.7l-1.3-.3c-.5-.1-.9-.6-.9-1v-.2c0-.6.5-1 1-1h16c.6 0 1 .5 1 1v.1c0 .6-.3 1-.9 1-.3.1-.8.1-1.3.2-.9.1-1.6.5-2 .5-.7.2-1.1.6-1.4 1.3-.2.6-.5 1.3-.5 1.8v28.9c0 1.4.1 2.3.1 3.1.1.7.5 1.4.9 1.7.5.5 1.1.6 2.1.7s2.2.1 3.8.1c.8 0 1.6 0 2.3-.1.7 0 1.5-.1 2.3-.2h.1c.7-.1 1.3-.3 1.8-.5.6-.2.9-.5 1.3-.7.1 0 .1-.1.2-.2.8-.9 1.7-2.3 2.9-4.1.9-1.5 1.5-2.9 2-3.9.1-.5.6-.7 1-.7h1.6l.1.1zm-38.2 12.9H236c-.6 0-1-.5-1-1 0-.6.5-1 1-1s1-.1 1.7-.2c1-.1 1.8-.3 2.2-.6.6-.5 1-.8 1.4-1.4.3-.5.5-1 .5-1.8v-31.3h-.5l-14.6 35.9c-.1.5-.6.7-1 .7-.5 0-.9-.2-1-.7L211 158.6h-.5v25.7c0 2.5.1 4.4.5 5.6.3 1.3.8 2.2 1.5 2.9.5.5 1.4.8 2.8 1.3.8.2 1.4.3 1.8.5.5.1.9.6.9 1v.1c0 .6-.5 1-1 1h-14.8c-.7 0-1.3-.7-1-1.4v-.1c.1-.3.5-.7.8-.7.5-.1.8-.2 1.5-.5 1-.2 1.8-.6 2.3-1 .7-.6 1.1-1.4 1.5-2.6.2-1.1.5-3.1.5-5.9v-22.2c0-1.3-.1-2.3-.5-3.1-.3-.8-.7-1.5-1.4-2-.6-.6-1.4-.9-2.2-1.3h-.1l-1.7-.3c-.6-.1-.9-.6-.9-1.1v-.1c0-.6.5-1 1-1h12.7c.5 0 .8.2 1 .7l11 28.9c.3.9 1.7.9 2.1 0l9.4-24.3c.5-1 .7-2 1-3.1v-.1l.3-1.3c.1-.5.6-.8 1-.8h12.1c.6 0 1 .5 1 1v.1c0 .6-.5 1-.9 1-.3 0-.8.1-1.1.2-.8.1-1.5.3-2 .5-.7.2-1.1.6-1.4 1.3-.2.6-.5 1.1-.5 1.8v31.1c0 .7.1 1.4.5 1.8.2.5.7.9 1.4 1.3.5.2 1 .5 2 .6.5.1.9.1 1.3.2.6.1.9.6.9 1v1.6z" class="st5"/>
33
+ </g>
34
+ <g class="st0">
35
+ <path d="M146.2 2.5h-.1l171.4 171.4.5-.5V2.5z" class="st6"/>
36
+ </g>
37
+ <path d="M259.5 63.9c1.1.5 2.4-.1 2.8-1.2l2.9-6.9H276l2.9 6.9c.4 1.1 1.7 1.7 2.8 1.2 1.1-.4 1.7-1.7 1.2-2.8 0 0 0-.1-.1-.1l-3.5-8.2-6.9-16.2c-.3-.8-1.1-1.3-2-1.3-.9 0-1.6.5-2 1.3l-6.7 16.2-3.4 8.2c-.4 1.1.1 2.4 1.2 2.9zm11-20.9l3.6 8.5H267l3.5-8.5z" class="st5"/>
38
+ <path d="M270.6 17.9c-1.2 0-2.2 1-2.1 2.2s1 2.2 2.2 2.1c7.3-.1 14.3 2.8 19.4 8 5 5 7.7 11.9 7.5 18.9-.2 8.9-4.3 16.9-11.3 21.9l-.2.2-.3.2c-.1.1-.2.1-.3.2l-20.3 13.9v-8.2c0-1-.7-1.8-1.6-2.1-14.4-3.8-22.9-18.6-19.1-32.9 1.8-6.7 6.1-12.5 12.1-16.1 1-.6 1.3-1.9.7-3s-1.9-1.3-3-.7c-14.7 8.9-19.4 28.1-10.5 42.9 3.9 6.4 9.9 11.2 17 13.5v10.7c0 1.2 1 2.2 2.2 2.2.4 0 .9-.1 1.2-.4l23.6-16.2c.1-.1.2-.1.3-.2l.6-.4.3-.3c7.9-5.8 12.6-15 12.8-25.1.2-8.2-3-16.2-8.7-22-5.9-6.1-14-9.4-22.5-9.3z" class="st5"/>
39
+ </svg>
vendor/otgs/icons/plugin-icons/wpml/wpml-tm/icon-128x128.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/wpml/wpml-tm/icon-256x256.png ADDED
Binary file
vendor/otgs/icons/plugin-icons/wpml/wpml-tm/icon.svg ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="icon" viewBox="0 0 320 320">
2
+ <style>
3
+ .st0{clip-path:url(#SVGID_2_)}.st1{fill:url(#bg_2_)}.st2{opacity:.15}.st3{fill:none}.st4,.st5{fill:#fff}.st5{stroke:#fff;stroke-width:.75;stroke-miterlimit:10}.st6{fill:#f2bd2e}.st7{fill:#fff;stroke:#fff;stroke-miterlimit:10}
4
+ </style>
5
+ <defs>
6
+ <path id="SVGID_1_" d="M312.5 317.5H7.5c-2.8 0-5-2.2-5-5V7.5c0-2.8 2.2-5 5-5h305c2.8 0 5 2.2 5 5v305c0 2.8-2.2 5-5 5z"/>
7
+ </defs>
8
+ <clipPath id="SVGID_2_">
9
+ <use overflow="visible" xlink:href="#SVGID_1_"/>
10
+ </clipPath>
11
+ <g class="st0">
12
+ <g id="bg_1_">
13
+ <g id="mask">
14
+ <linearGradient id="bg_2_" x1="321" x2="-1" y1="161.097" y2="161.097" gradientTransform="matrix(1 0 0 -1 0 321)" gradientUnits="userSpaceOnUse">
15
+ <stop offset="0" stop-color="#33879e"/>
16
+ <stop offset=".295" stop-color="#3389a1" stop-opacity=".823"/>
17
+ <stop offset=".52" stop-color="#318dab" stop-opacity=".688"/>
18
+ <stop offset=".722" stop-color="#2f96bb" stop-opacity=".567"/>
19
+ <stop offset=".909" stop-color="#2ba1d2" stop-opacity=".455"/>
20
+ <stop offset="1" stop-color="#29a8e0" stop-opacity=".4"/>
21
+ </linearGradient>
22
+ <path id="bg" d="M-1-.3h322v320.5H-1V-.3z" class="st1"/>
23
+ <g id="earth" class="st2">
24
+ <path d="M18 299.1c-9.1 10.7-9.1 10.7 3.7 20.9v.1h84.5l39.6-16.1-73.4-52.6c0 .6-.3 1.5-1 2.7.3.9 1 1.7 1.1 2.7 0 .2-.1.5-.2.6-.7 1.2-1.7 2.2-2.4 3.4-.3.5-.2 1.1-.5 1.7-.1.1-.1.2-.2.2-1.1 1.1-2.2 1-3.7.8-.7-.1-1.9-.2-2.8.1.3 0 .7 0 1.1.3.4.3.6.8.9 1.5.5 1.4.4 3.1-.8 3.3-1.3.2-4.3-3.5-4.6-4.6v-.1c-.5-1.6.3-2.9 1-4.1.6-1.1.8-1.8.3-3.6-.4-1.5-1.2-3.1-1.6-3.9-.5-1-.9-1.6-.9-2 0-.1.1-.2.1-.4.4-.2.9-.2 3.7 1.1 2.7 1.1 9 3.8 9.6 2.9-.2-.7-.7-2.8.2-3.3L57 240.4c.7.7 1.4 1.3 2 2 1.1 1.2.9 1.8.9 2-.2.8-.8.4-1.9-.2-.7-.4-.9-.3-1.1 0-.3.7.3 1.4 0 2-1.6-1.2-5.4-7.3-8.2-11.9l-3.3-2.4-.2-.1-2.4 1.7c.7 1.6 1.4 3.2 1.6 4.7.4 1.9 1.9 10.9-.8 21.9-.2 1.1-.6 2.3-1 3.4-1.5 4.7-7.8 2.2-9.6 6.4-.7 1.6-1 3.3-1.1 5.1-.2 2-.3 4.2-.9 6.1l5.5 10.7c2.5 2 4.9 4.2 5.5 7.8.2 1.3.3 2.3.1 3-.6 1.9-2.8 2.8-8 5-2.8-4.2-1.6-10.2-5.9-13.7-.7.1-1.5.2-2.2.4-.1 0-.2 0-.2.1-3-2-1.5-7.3-5.9-8.3-1.5-.3-1.5-.3-8.5 5.1l-1.1-.6c-.5-2.4-.3-4.9-.6-7.3l-.3 13.1c2.9-.4 7.1-.7 8.6 2.7zm31.1 7.8c1.4-2.4 1.9-3.3 3.8-5.9 2-2.7 5.6-1.6 8-3.3 3.4-2.4-.7-6.1 1.5-8.6 3.3 1.6 3.3 1.6 4.2-.2 0-.1 2.1-4.7-.5-11.4-1-2.4-1.5-3.9-1.8-5.1-.3-1.4-.2-2.2.2-3.3 2.2-1.1 4.1.6 5.6 2.8 2.2 3.3 3.5 7.9 3.5 8 1.9 10.4 2.6 14.5 2.8 16.2.1 1.1 0 1.2-.2 1.4-.1 0-.2 0-.2-.1-.5-.2-.9-.4-1.6-1.2-.6 1.1-.4 2.7-1.7 3.4-1.6 1-4 .5-5 2.5-.7 1.5-.7 3.3-2 4.5-.1.1-1.2.7-2.3-.3-1.2-1.1-1.1-5.2-3.1-3.9-.2 1.7 1.1 2.9 1.4 4.6-1.3 1.4-3.2 2.1-4 3.9-5.2-1.1-.8-4.9.6-6.1-6.1 2-6.7 2.8-6.9 3.3 1 2.5 3 4.5 4 7.1.3 1 .3 2.5-.2 3.4-1.5 2.5-3.1 1.9-4.3.6-.8-.9-1.3-2-1.6-3.1l-1.1-2v.2c-.4-.4-.8-1-.9-2 0-1.3.3-2.8 1.8-5.4zm16.5-21.7c.2 0 .5.2.5.5s-.2.5-.3.6c-.5-.4-.6-.7-.2-1.1zM52.2 184.4c-1-2.1-1.9-4.2-2.7-6.4-1.1-2.9-2.3-5.8-3.4-8.6-3.2-7.9-6.7-15.7-12.3-22.1-.4.1-.9.2-1.2.2 1.9 3.2 3.7 4.2 4.4 4.7 1.3 5.6 1.3 5.6.5 7.2-2-.8-2.4-3.7-4.7-4.2-.9-.2-2.8 1.1-3.5 3.7-.8 2.9.1 7.2 6.2 12.5 0 .1-.7 2.4-3.2 5-6.4-2.9-6.4-2.9-7-2.8-.4.7-.6 1.8-.5 2.6-.2.2-.5.2-.7.4-10 5.3-10.1 5.4-10.3 6-1.3 3.7-1.2 7.3-.9 11l39.3-9.2z" class="st3"/>
25
+ <path d="M62.8 263.8c-.1 0-.2.1-.2.1 0-.1.1-.1.2-.1zM18.1 103.7c.1 0 .2 0 .2.1l-.2-.2v.1zm145.7 214.4l-9.3-24.8c-1.2.3-2.4.3-3.6 0l-1.2 3.4-2.5 7.1 9.5 8.1 7.1 6.2zm-72.5-240L37 52.1l103.4 64.7zM84 121.3L43.8 67 33.6 53.2c-.3.3-.6.6-1.1.8l33.3 126.2L84 121.3zm41.7 51.1c.5 1 .7 2 .6 3.1l2.3.3 62.5 8.6-41-57.8c-.2.2-.5.2-.7.4-1.7.7-3.5.7-5.1.1L123 169.6c1.2.6 2.2 1.5 2.7 2.8zm-59.4 8.9l47.3-5.9c-.1-2.1.8-4.2 2.5-5.5l-31.5-47.7-18.3 59.1zm47.4-5.1l-47.2 5.9L149 282c.3-.2.7-.5 1.1-.7.2-.1.3-.2.5-.2l-29.3-100c-2.8.7-5.9-.7-7.2-3.5-.2-.4-.3-.9-.4-1.4zm-62.2 51.7c.2.2.4.5.6.7.1.4.2.6 0 1.2l95.3 54c.2-.4.6-.8 1-1.1L129.8 260l-61-74.1c.5.9 1 1.9 1.3 2.9-.2.3-.4.7-.6 1-.1.1-.1.2-.2.2 4.4 14.4 5.5 18.4 5.7 19.7.1.5 0 .7-.1.9-6.1-3-10.6-7.1-14.3-11.8-2.7-3.4-4.9-7.2-6.7-11L17.5 205c.7 1.6.6 3.3-.1 4.9.9.4 1.9.8 2.7 1.4.2-.3.6-.7.8-1l1.3 2.1c2.2-.6 2.9-3.8 5.9-3 1.9.6 3.2 1.8 4.3 3.1l.7-1.8c-.4-1.3-.8-2.6-1.3-3.8.7.3 1.2.7 2.3 1.6 2.2 1.9 6.6 6.5 17.4 19.4zM77 239.2c.2-.1.6 0 .7.5.1.5-.4 2.5-.8 2.3-.5-.2-.7-2.4.1-2.8zm65 61l4.6 3.3 3.7-10.3c-1.4-.6-2.5-1.7-3.3-3.2-.8-1.8-.7-3.8.1-5.4l-3-1.7L75.6 244v.1c.1.3-.1 1-.3 1.8-.4 1.1-1 2.3-1.4 3.4 0-.2-.1-.2-.1-.4-.3-1.6-.5-2.5-.3-3.4.2-1.3.9-1.6 1.2-1.7.2 0 .2-.1.4-.1l-23.2-13.1c-.6 3-.2 4.2 1.3 6l88.8 63.6zm-6.3 19.9l9.9-15.2-37.4 15.2zm76.7-70l-54.2 34.1c.1.1.2.2.2.4 1.5 3.2.1 6.9-3.1 8.4l9.6 25.6 48.7-67.3c-.5-.3-.9-.7-1.2-1.2zM9.1 296.9l.3-14.4c-.2 0-.6.1-.7.2-2.4 1.3-5.3 4.9-6.6 8.3l1.6 6.9c1 .5 2.4.7 4.2.7-.1-.3-.2-.8-.2-1.2.2-.1.7-.3 1.4-.5zm9.8-196.7c6.3 2.8 14.3 11.2 14.4 11.3.1.2-.1.5 0 .7-.3.1-.8.2-1.2.3l-.7.8c-.8-.1-2-.6-2.7-1-.1.8-.6 1.8-1.1 2.4-.8-.4-1.9-.8-2.7-1.1 3.3 4 8.8 6.1 10 11.8 12.8 5.1 13.7 6.9 15 9.5-4.1 3.1-2.1 6.7.2 10.4 1.8 2.8 3.8 5.5 3.7 8.4-1.4.1-2.8-.2-4.2-.1-.4 1.4 0 2.9-.6 4.2-.3-.1-.8-.1-1.1-.2l-.1.6c.7 5.5 3.5 9.5 7 13.1 3.3 3.3 7.2 6.3 10.2 9.8L31.7 54.5c-.7.3-1.5.5-2.2.5l-3.4 14.5-7.2 30.7zm34.9 67.4c-2-1-2.4-4.3-1.5-4.5.1 0 .3 0 .6.7.6 1.2 1.1 3.7 1.1 4 0-.1-.1-.2-.2-.2zm109.7 152.5l.7-.6-17.4-14.8-10.1 15.4zM17.3 103.5l.2-.7c-.8-.8-1.6-1.6-2.2-2.4.3-.2.7-.7 1.1-.9.6.1 1.2.2 1.8.5L22 83.3 28.7 55c-3.5-.3-6.1-3.4-5.8-6.9 0-.3.1-.6.2-1m101.7 132c-.6.7-1.3 1.3-2.2 1.7-.2.1-.3.2-.5.2l29.3 100c2.4-.6 5 .4 6.5 2.4l54.2-34.1c-.1-.1-.2-.2-.2-.4-.9-2-.7-4.3.4-6l-87.5-63.8zm66.8 6.2l-65.5-9.1c-.2.7-.4 1.5-.8 2.1l73.5 53.7 14 10.2c.6-.7 1.2-1.2 2-1.6l-23.2-55.3zM17 204.2l36.3-17.1c-.3-.7-.6-1.2-.9-1.9l-39.5 9.1c.2 2.4.6 4.7.6 7 1.6.5 2.8 1.5 3.5 2.9zm123.3-82.6H85.2l31.6 47.8.5-.2c1.7-.7 3.5-.7 5.1-.1l21.1-42.4c-1.1-.7-2-1.6-2.6-2.9-.3-.6-.5-1.4-.6-2.2zm-55.6-.8h55.7c.1-.9.3-1.8.7-2.6L34.8 51.7c-.2.3-.4.7-.6 1l18.3 24.6 32.2 43.5zm140.5 199.3l-7.4-67.4c-1.3.1-2.6-.3-3.7-1l-17.6 24.4-31.2 43.2 2 .8h57.9z" class="st3"/>
26
+ <path d="M18.3 299c-1.5-3.4-5.7-3.1-8.4-2.4l.3-13.1c.2 2.4.1 4.9.6 7.3l1.1.6c7-5.5 7-5.5 8.5-5.1 4.5 1 2.9 6.3 5.9 8.3.1 0 .2 0 .2-.1.6-.2 1.5-.3 2.2-.4 4.3 3.5 3.2 9.5 5.9 13.7 5.2-2.2 7.4-3.1 8-5 .2-.8.2-1.7-.1-3-.7-3.5-3-5.7-5.5-7.8l-5.5-10.7c.5-2 .6-4.1.9-6.1.2-1.8.5-3.5 1.1-5.1 1.8-4.2 8.1-1.7 9.6-6.4.4-1.1.6-2.3 1-3.4 2.7-11 1.1-20.1.8-21.9-.3-1.6-.9-3.1-1.6-4.7l2.4-1.7.2.1 3.3 2.4c2.8 4.6 6.6 10.7 8.2 11.9.2-.7-.4-1.4 0-2 .2-.3.3-.4 1.1 0 1.1.6 1.7 1 1.9.2.1-.2.2-.8-.9-2-.6-.7-1.3-1.4-2-2L72.1 251c-.8.5-.4 2.5-.2 3.3.6-1.2.9-2.1 1-2.7l73.4 52.6-39.8 16.2h1.9l37.4-15.2-9.9 15.2h1l10.1-15.5 17.4 14.9-.6.6h3.9l-2-.8 31.2-43.2 17.6-24.4c1.1.7 2.4 1.1 3.7 1l7.4 67.4h.9l-7.4-67.5c3.4-.6 5.7-3.9 5.1-7.3-.1-.5-.3-1.1-.5-1.6-1.4-3-4.7-4.4-7.8-3.3l-23.2-55.6v-.1l-41.6-58.6c2.7-2.2 3.2-6.1 1.1-8.9-1.8-2.3-5-3.1-7.6-1.8-.8.4-1.5.9-2.1 1.6L91.7 77.5l-56.3-27c.4-1.5.3-3-.3-4.5 1.3-3.3-.3-7-3.5-8.3-3.2-1.3-6.9.3-8.2 3.5-.7 1.6-.6 3.5.1 5.1l-24-6.5v.7L23.1 47c-.8 3.4 1.2 6.9 4.6 7.8.3.1.6.1 1 .2L22 83.3l-3.9 16.6c-.7-.2-1.2-.4-1.8-.5-.3.2-.7.7-1.1.9.7.9 1.5 1.6 2.2 2.4l-.2.7c-10.8-2.3-13.6-2.8-17.8-1.7v-.1c.2 72.8.6 145.6.8 218.4m8.9-23.1c-.7.2-1.2.4-1.4.5.1.3.2.8.2 1.2-1.9.1-3.3-.2-4.2-.7L2.1 291c1.3-3.4 4.2-7 6.5-8.3.2-.1.5-.2.7-.2l-.2 14.4zm4.5-114.4c.4-.7.5-.8 10.3-6 .2-.2.5-.2.7-.4-.1-.8.1-2 .5-2.6.7-.1.7-.1 7 2.8 2.4-2.5 3.2-4.9 3.2-5-6.1-5.2-7-9.6-6.2-12.5.7-2.5 2.7-3.8 3.5-3.7 2.4.6 2.6 3.3 4.7 4.2.8-1.6.8-1.6-.5-7.2-.7-.4-2.5-1.5-4.4-4.7.4-.1.9-.2 1.2-.2 5.6 6.4 9.1 14.1 12.3 22.1 1.1 2.9 2.3 5.8 3.4 8.6.9 2.2 1.8 4.3 2.7 6.4l-39.3 9.1c-.3-3.6-.4-7.3.9-10.9zm.1 18.8c-.2-2.4-.4-4.7-.7-7l39.6-9.1c.3.7.6 1.3.9 1.9l-36.4 17.1c-.8-1.4-2-2.4-3.4-2.9zm32.5 30.2l.6-.5c.3.5.7 1.1 1 1.7l-1.6-1.2zM34 208.3c-1.1-.9-1.6-1.2-2.3-1.6.5 1.2.9 2.5 1.3 3.8l-.7 1.8c-1.1-1.4-2.4-2.6-4.3-3.1-2.9-.8-3.7 2.4-5.9 3l-1.3-2.1c-.2.3-.6.7-.8 1-.8-.6-1.7-1-2.7-1.4.6-1.5.7-3.3.1-4.9l36.3-17.1c2 3.9 4.1 7.7 6.7 11 3.7 4.8 8.3 8.9 14.4 11.9.1-.2.2-.4.1-.9-.2-1.4-1.4-5.3-5.7-19.7.1-.1.1-.2.2-.2.2-.3.4-.7.6-1-.3-1-.8-2-1.3-2.9l61 74.1 18.6 22.6c-.4.3-.6.7-1 1.1l-95.3-54c.2-.7.1-.8 0-1.2-.2-.2-.4-.5-.7-.7-10.7-13-15.1-17.6-17.3-19.5zM211.8 249c.1.2.2.2.2.4l-54.2 34.1c-1.5-2-4.1-3-6.5-2.4l-29.3-100c.2-.1.3-.1.5-.2.9-.4 1.6-1 2.2-1.7l87.4 63.9c-1 1.7-1.2 4-.3 5.9zm-61.2 32.2c-.2.1-.3.1-.5.2-.4.2-.7.4-1.1.7L66.5 182l47.2-5.9c.1.5.2 1 .5 1.5 1.3 2.8 4.3 4.2 7.2 3.6l29.2 100zm-37-105.8l-47.3 5.9 18.3-59.1 31.5 47.7c-1.7 1.3-2.6 3.4-2.5 5.5zm32.8 127.9l-4.6-3.3-88.7-63.5c-1.5-1.8-2-3-1.3-6L75 243.7c-.1 0-.2.1-.4.1-.3.1-1.1.4-1.3 1.6-.1.9 0 1.9.4 3.4 0 .2.1.2.1.4.4-1.1 1-2.3 1.4-3.4.2-.8.4-1.5.3-1.8v-.1l68.5 38.8 3 1.7c-.8 1.6-.9 3.6-.1 5.4.6 1.5 1.9 2.6 3.3 3.2l-3.8 10.3zm10.2 8.8l-9.5-8.1 2.6-7.2 1.2-3.4c1.1.3 2.4.3 3.6 0l9.3 24.8-7.2-6.1zm8.3 6.5l-9.6-25.5c3.2-1.5 4.6-5.2 3.1-8.4-.1-.2-.2-.2-.2-.4l54.2-34.1c.3.4.6.8 1.1 1.1l-48.6 67.3zm49.9-77.9c-.8.4-1.5 1-2 1.6l-14-10.2-73.5-53.7c.4-.7.7-1.4.8-2.1l65.5 9.1 23.2 55.3zm-70.6-113.6c1.5.7 3.4.7 5.1-.1.2-.1.5-.2.7-.4l41 57.8-62.5-8.6-2.3-.3c.1-1.1-.1-2.1-.6-3.1-.6-1.2-1.5-2.2-2.6-2.9l21.2-42.4zm-.7-.3l-21.1 42.4c-1.6-.7-3.5-.7-5.1.1l-.5.2-31.5-47.8h55.2c.1.7.2 1.6.6 2.2.4 1.2 1.3 2.2 2.4 2.9zM91.3 78.1l49.2 38.8L37 52.1l54.3 26zM34.8 51.7l106.4 66.6c-.4.8-.7 1.7-.7 2.6H84.7L52.4 77.4 34.2 52.7c.2-.4.4-.7.6-1zm-1.2 1.5L43.8 67 84 121.3l-18.3 58.9L32.4 54.1c.5-.3.9-.5 1.2-.9zm-4.1 1.7c.7 0 1.5-.2 2.2-.5L65.1 181c-3.1-3.4-7-6.4-10.2-9.8-3.4-3.5-6.3-7.5-7-13.1l.1-.6c.4.1.8.1 1.1.2.6-1.4.2-2.9.6-4.2 1.4-.2 2.8.2 4.2.1.1-2.8-2-5.6-3.7-8.4-2.4-3.7-4.4-7.3-.2-10.4-1.3-2.5-2.3-4.3-15-9.5-1.1-5.8-6.7-7.9-10-11.8.8.3 1.9.7 2.7 1.1.5-.6 1-1.6 1.1-2.4.7.4 1.8.8 2.7 1l.7-.8c.3-.1.8-.2 1.2-.3 0-.2.1-.5 0-.7-.1-.1-8-8.6-14.4-11.3l7-30.5 3.5-14.7z" class="st4"/>
27
+ <path d="M18.1 103.7v-.2l.2.2h-.2zM48.3 314v-.2l1.1 2c.2.9.8 2.2 1.6 3.1 1.2 1.4 2.8 2 4.3-.6.5-.9.5-2.4.2-3.4-.9-2.6-2.9-4.6-4-7.1.3-.5.8-1.3 6.9-3.3-1.5 1.1-5.9 5-.7 6.1.8-1.8 2.7-2.5 4-3.9-.2-1.6-1.6-2.8-1.4-4.6 2-1.3 1.9 2.8 3.1 3.9 1.1 1 2.1.5 2.3.3 1.2-1.2 1.2-3 2-4.5 1.1-2 3.4-1.6 5-2.5 1.3-.7 1.1-2.3 1.7-3.4.7.8 1.1 1.1 1.6 1.2.1 0 .2.1.2.1.2-.2.3-.3.2-1.4-.2-1.7-.9-5.8-2.8-16.2 0-.1-1.3-4.7-3.5-8-1.5-2.2-3.4-3.8-5.6-2.8-.4 1.1-.5 2.2-.2 3.3.2 1.1.8 2.7 1.8 5.1 2.6 6.7.5 11.3.5 11.4-.9 1.7-.9 1.7-4.2.2-2.2 2.6 1.9 6.4-1.5 8.6-2.4 1.7-6 .6-8 3.3-2 2.5-2.4 3.5-3.8 5.9-1.5 2.5-1.8 4.2-1.7 5.2.1 1.3.6 1.8.9 2.2zm5.5-146.4c.1 0 .1.1.2.1 0-.3-.5-2.8-1.1-4-.2-.6-.5-.6-.6-.6-.8.3-.5 3.6 1.5 4.5zm5.2 84.9c.4.7 1.2 2.4 1.6 3.9.5 1.8.2 2.6-.3 3.6-.6 1.1-1.4 2.4-1 4.1v.1c.3 1.1 3.3 4.8 4.6 4.6 1.2-.2 1.3-2 .8-3.3-.2-.6-.5-1.1-.9-1.5s-.7-.3-1.1-.3c1-.3 2.2-.2 2.8-.1 1.5.2 2.5.3 3.7-.8.1-.1.1-.2.2-.2.3-.5.2-1.1.5-1.7.7-1.2 1.8-2.2 2.4-3.4.1-.1.2-.3.2-.6-.1-1-.7-1.8-1.1-2.7-.7.8-6.9-1.7-9.6-2.9-2.8-1.2-3.3-1.2-3.7-1.1-.1.1-.2.2-.1.4.1.3.5.9 1 1.9z" class="st4"/>
28
+ <path d="M62.6 263.9c.1 0 .2-.1.2-.1-.1 0-.2 0-.2.1z" class="st4"/>
29
+ </g>
30
+ </g>
31
+ </g>
32
+ <path id="logo" d="M76.9 207.1c.9 1.8.8 4.6 1.7 6.4.6.3 1.3.6 1.8.9 7.6-1.1 7.8-10.2 3.9-14.6-1.8-1.7-4.5-2.5-7.8-1-16.8 7.2-32.9 2.6-42.6-7.5-5.3-5.3-8.8-12.1-9.8-19.5-2.6-23.5 16.6-38.4 29.8-40.1 11.8-1.4 23 2.8 30.5 10.4 8.1 8.1 12.5 20.3 9.9 34.4-1.1 6.4-4.9 14.5-13.5 14.5-3.4 0-6.8-1.5-9.2-4.1-2.3-2.2-3.7-5.2-3.9-8.4-.8-12.7 15.5-16.3 14.5-29-.1-2.3-1.1-4.2-2.8-6-4.9-4.7-14.9-6.5-23.9-4.7-11.2 2.3-21.9 12.5-23.9 24.8-1.6 10 2 21.2 9.3 28.9 6.5 6.5 16 10.1 27.5 7.3 3.8-.8 6.7-4.4 12.7-3.4 2.2.3 4 1.4 5.3 2.8 4.9 4.6 4.1 14.2-2.3 16.5-3.3 1.1-9.3.2-11.9-2.6l-.1-.1c-.3-.1-.6-.5-.9-.8-1-.8-1.7-2.5-1.6-4.4.1-2.6 1.8-4.7 3.8-4.5.8.1 1.5.5 2 1 .7.9 1.3 1.7 1.5 2.8m112.9-35.5c.7-.9 1-2 1.4-3.1.5-2.1.5-4.4-.1-6.4-.2-1.1-.7-2.3-1.4-3.1-.7-1-1.7-1.7-2.9-2.2-1.1-.6-2.5-.8-4.2-.8h-3.1c-.6 0-1 .5-1 1v16.9c0 .6.5 1 1 1h2c2.2 0 4-.3 5.3-1 1.1-.2 2.3-1.1 3-2.3m9.2-7.3c0 2.3-.5 4.2-1.4 6-.8 1.7-2.1 3.1-3.7 4.2-1.6 1-3.1 2-5.1 2.5-2 .6-3.9.8-5.9.8h-3.7c-.6 0-1 .5-1 1v11.9c0 .7.1 1.4.5 1.8.2.6.7.9 1.5 1.3.5.1 1 .2 2 .5.6.1 1 .1 1.6.2.6 0 1 .5 1 1s-.5 1-1 1h-16.3c-.6 0-1-.5-1-1v-.1c0-.6.5-1 .9-1 .3 0 .7-.1 1.1-.1.9-.1 1.6-.2 2-.5.6-.2 1-.6 1.4-1.1.2-.6.5-1.1.5-2v-31c0-.7-.1-1.4-.3-2-.2-.6-.7-1-1.4-1.3-.8-.2-1.6-.5-2.3-.6-.3 0-.7-.1-.9-.1-.6-.1-.9-.6-.9-1v-.1c0-.6.5-1 1-1H186c3.9 0 7.1.9 9.6 2.9l.1.1c2 2 3.3 4.6 3.3 7.7zm-36.8-8.4c-.6 0-1 .1-1.7.5-.7.2-1.1.5-1.7.8l-.1.1c-.7.5-1.1.9-1.7 1.5-.5.6-.7 1.4-1.1 2.4v.1c-1.4 4.7-3.1 10.1-4.9 16.4-1.7 6.1-3.8 12.4-5.9 19.3-.1.5-.6.8-1 .8h-1.3c-.5 0-.9-.3-1-.8l-9.5-29.4c-.1-.6-.8-.9-1.4-.7-.3.1-.6.3-.7.7l-10 29.4c-.1.5-.6.7-1 .7h-1c-.5 0-.9-.3-1-.8-2-6.9-3.9-13.9-6-21.3-2.2-7.7-3.6-12.7-4.2-15.4-.1-.6-.5-1-.7-1.6 0-.1-.1-.2-.1-.2-.8-1-2-1.7-3.2-2-.3-.1-.7-.1-.9-.2-.5-.1-.9-.6-.9-1v-.2c0-.6.5-1 1-1h15.4c.6 0 1 .5 1 1v.1c0 .6-.5 1-1 1-1.1.1-2.1.2-2.9.5-1 .2-1.6.6-1.6 1 0 .1 0 .5.1.8.1.2.1.6.1.8.5 1.8 1.4 4.7 2.5 8.8 1 3.6 2.4 8.6 4.2 15 .3 1 1.7 1 2.1 0l9.3-27.9c.1-.5.6-.7 1-.7h1.4c.5 0 .9.3 1 .8l9.4 28.6c.3 1 1.8 1 2.1 0l2.8-9.9c1-3.8 2-6.9 2.5-9.6.5-1.8.8-3.2.9-3.9.1-.7.1-1.3.1-1.8 0-.7-.5-1.3-1.4-1.7-.8-.5-2-.7-3.6-.8-.6-.1-1-.6-1-1 0-.6.5-1 1-1H161c.6 0 1 .5 1 1l.2.8zM292 184l-.8 11.8c0 .6-.5 1-1 1h-31.4c-.6 0-1-.5-1-1v-.1c0-.6.5-1 .9-1 .3 0 .7-.1 1.1-.1.9-.1 1.6-.2 2-.5.6-.2 1-.6 1.4-1.1.2-.6.5-1.1.5-2v-30.8c0-.7-.1-1.3-.5-1.8-.3-.6-.7-.9-1.4-1.3-.5-.2-1-.5-2-.7l-1.3-.3c-.5-.1-.9-.6-.9-1v-.2c0-.6.5-1 1-1h16c.6 0 1 .5 1 1v.1c0 .6-.3 1-.9 1-.3.1-.8.1-1.3.2-.9.1-1.6.5-2 .5-.7.2-1.1.6-1.4 1.3-.2.6-.5 1.3-.5 1.8v28.9c0 1.4.1 2.3.1 3.1.1.7.5 1.4.9 1.7.5.5 1.1.6 2.1.7s2.2.1 3.8.1c.8 0 1.6 0 2.3-.1.7 0 1.5-.1 2.3-.2h.1c.7-.1 1.3-.3 1.8-.5.6-.2.9-.5 1.3-.7.1 0 .1-.1.2-.2.8-.9 1.7-2.3 2.9-4.1.9-1.5 1.5-2.9 2-3.9.1-.5.6-.7 1-.7h1.6l.1.1zm-38.2 12.9H236c-.6 0-1-.5-1-1 0-.6.5-1 1-1s1-.1 1.7-.2c1-.1 1.8-.3 2.2-.6.6-.5 1-.8 1.4-1.4.3-.5.5-1 .5-1.8v-31.3h-.5l-14.6 35.9c-.1.5-.6.7-1 .7-.5 0-.9-.2-1-.7L211 158.6h-.5v25.7c0 2.5.1 4.4.5 5.6.3 1.3.8 2.2 1.5 2.9.5.5 1.4.8 2.8 1.3.8.2 1.4.3 1.8.5.5.1.9.6.9 1v.1c0 .6-.5 1-1 1h-14.8c-.7 0-1.3-.7-1-1.4v-.1c.1-.3.5-.7.8-.7.5-.1.8-.2 1.5-.5 1-.2 1.8-.6 2.3-1 .7-.6 1.1-1.4 1.5-2.6.2-1.1.5-3.1.5-5.9v-22.2c0-1.3-.1-2.3-.5-3.1-.3-.8-.7-1.5-1.4-2-.6-.6-1.4-.9-2.2-1.3h-.1l-1.7-.3c-.6-.1-.9-.6-.9-1.1v-.1c0-.6.5-1 1-1h12.7c.5 0 .8.2 1 .7l11 28.9c.3.9 1.7.9 2.1 0l9.4-24.3c.5-1 .7-2 1-3.1v-.1l.3-1.3c.1-.5.6-.8 1-.8h12.1c.6 0 1 .5 1 1v.1c0 .6-.5 1-.9 1-.3 0-.8.1-1.1.2-.8.1-1.5.3-2 .5-.7.2-1.1.6-1.4 1.3-.2.6-.5 1.1-.5 1.8v31.1c0 .7.1 1.4.5 1.8.2.5.7.9 1.4 1.3.5.2 1 .5 2 .6.5.1.9.1 1.3.2.6.1.9.6.9 1v1.6z" class="st5"/>
33
+ </g>
34
+ <g class="st0">
35
+ <path d="M146.2 2.5h-.1l171.4 171.4.5-.5V2.5z" class="st6"/>
36
+ </g>
37
+ <path d="M303.6 34.3c0-.4-.2-.9-.6-1.1-.2-.1-.4-.2-.6-.2L281 25.1c-.7-.3-1.5.1-1.7.8l-.1.2c-.3.7.1 1.5.8 1.7l14.5 5.3c.7.3 1.1 1 .8 1.7-.1.4-.4.7-.8.8l-23.6 8.6c-.3.1-.6.1-.9 0l-23.7-8.7c-.7-.3-1.1-1-.8-1.7.1-.4.4-.7.8-.8l14.6-5.2c.7-.2 1.1-1 .8-1.7-.2-.7-1-1.1-1.7-.8l-21.5 7.6c-.2 0-.5.1-.6.2-.1.1-.2.2-.2.3-.2.2-.3.5-.3.9v35.1c0 .6.4 1.1 1 1.3L269.6 82c.2.1.4.2.6.2h.6c.2-.1.4-.1.6-.2l31.3-11.4c.6-.2 1-.7 1-1.3V34.4c-.1 0-.1-.1-.1-.1zm-61.7 2.6l26.2 9.6c.5.2.9.7.9 1.3V77c0 .7-.6 1.3-1.3 1.3-.2 0-.3 0-.5-.1L241 68.7c-.5-.2-.9-.7-.9-1.3V38.2c0-.7.6-1.3 1.3-1.3.2-.1.4-.1.5 0zm58 31.8l-26.2 9.6c-.7.3-1.5-.1-1.7-.8-.1-.1-.1-.3-.1-.5V47.8c0-.6.4-1.1.9-1.3l26.2-9.6c.7-.3 1.5.1 1.7.8.1.1.1.3.1.5v29.3c0 .5-.4 1-.9 1.2z" class="st7"/>
38
+ <path d="M259.9 32c-.3.7 0 1.5.7 1.8l9.3 4.4c.2.1.4.2.6.1.1 0 .4-.1.6-.1l9.3-4.4c.7-.3 1-1.1.7-1.8-.3-.7-1.1-1-1.8-.7l-5.3 2.5c-.7.3-1.5 0-1.8-.7-.1-.2-.1-.4-.1-.6V18.9c0-.8-.6-1.4-1.4-1.4-.8 0-1.4.6-1.4 1.4v13.7c0 .8-.6 1.4-1.4 1.4-.2 0-.4 0-.6-.1l-5.3-2.5c-1-.4-1.8-.1-2.1.6z" class="st7"/>
39
+ </svg>
vendor/otgs/installer/changelog.txt CHANGED
@@ -1,5 +1,8 @@
 
 
 
1
  = 1.8.8 =
2
- * Fixed some conficts
3
 
4
  = 1.8.7 =
5
  * Updated version numbers to all files
1
+ = 1.8.10 =
2
+ * Removed wrongly added dependencies and repositories
3
+
4
  = 1.8.8 =
5
+ * Fixed some conflicts
6
 
7
  = 1.8.7 =
8
  * Updated version numbers to all files
vendor/otgs/installer/includes/class-otgs-installer-icons.php ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class OTGS_Installer_Icons {
4
+
5
+ /**
6
+ * @var WP_Installer
7
+ */
8
+ private $installer;
9
+
10
+ /**
11
+ * @var array
12
+ */
13
+ private $products_map;
14
+
15
+ public function __construct( WP_Installer $installer ) {
16
+ $this->installer = $installer;
17
+ }
18
+
19
+ public function add_hooks() {
20
+ add_filter( 'otgs_installer_upgrade_check_response', array( $this, 'add_icons_on_response' ), 10, 3 );
21
+ }
22
+
23
+ /**
24
+ * @param stdClass $response
25
+ * @param string $plugin_id
26
+ *
27
+ * @return stdClass
28
+ */
29
+ public function add_icons_on_response( $response, $plugin_id, $repository ) {
30
+ $product = isset( $this->installer->settings['repositories'][ $repository ]['data']['products-map'][ $plugin_id ] )
31
+ ? $this->installer->settings['repositories'][ $repository ]['data']['products-map'][ $plugin_id ]
32
+ : '';
33
+
34
+ if ( $product ) {
35
+ $base = $this->installer->plugin_url() . '/vendor/otgs/icons/plugin-icons/' . $repository . '/' . $product . '/icon';
36
+ $response->icons = array(
37
+ 'svg' => $base . '.svg',
38
+ '1x' => $base . '.png',
39
+ '2x' => $base . '.png',
40
+ );
41
+ }
42
+
43
+ return $response;
44
+ }
45
+ }
vendor/otgs/installer/includes/class-otgs-installer-plugins-page-notice.php ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class OTGS_Installer_Plugins_Page_Notice {
4
+
5
+ const TEMPLATE = 'plugins-page';
6
+ const DISPLAY_SUBSCRIPTION_NOTICE_KEY = 'display_subscription_notice';
7
+ const DISPLAY_SETTING_NOTICE_KEY = 'display_setting_notice';
8
+
9
+ private $plugins = array();
10
+
11
+ /**
12
+ * @var OTGS_Installer_Twig_Template_Service
13
+ */
14
+ private $template_service;
15
+
16
+ /**
17
+ * @var OTGS_Installer_WP_Share_Local_Components_Setting
18
+ */
19
+ private $setting;
20
+
21
+ public function __construct( OTGS_Installer_Twig_Template_Service $template_service, OTGS_Installer_WP_Share_Local_Components_Setting $setting ) {
22
+ $this->template_service = $template_service;
23
+ $this->setting = $setting;
24
+ }
25
+
26
+ public function add_hooks() {
27
+ foreach ( $this->get_plugins() as $plugin_id => $plugin_data ) {
28
+ add_action( 'after_plugin_row_' . $plugin_id, array(
29
+ $this,
30
+ 'show_purchase_notice_under_plugin'
31
+ ), 10, 3 );
32
+ }
33
+ }
34
+
35
+ /**
36
+ * @return array
37
+ */
38
+ public function get_plugins() {
39
+ return $this->plugins;
40
+ }
41
+
42
+ public function add_plugin( $plugin_id, $plugin_data ) {
43
+ $this->plugins[ $plugin_id ] = $plugin_data;
44
+ }
45
+
46
+ /**
47
+ * @param string $plugin_file
48
+ * @param array $plugin_data
49
+ * @param string $status
50
+ */
51
+ public function show_purchase_notice_under_plugin( $plugin_file, $plugin_data, $status ) {
52
+ echo $this->template_service->show( $this->get_model( $plugin_data, $plugin_file ), self::TEMPLATE );
53
+ }
54
+
55
+ /**
56
+ * @param array $plugin_data
57
+ *
58
+ * @return array
59
+ */
60
+ private function get_model( $plugin_data, $plugin_file ) {
61
+ $wp_list_table = _get_list_table( 'WP_Plugins_List_Table' );
62
+
63
+ $tr_classes = 'plugin-update-tr';
64
+ $notice_classes = 'update-message installer-q-icon';
65
+
66
+ if ( version_compare( get_bloginfo( 'version' ), '4.6', '>=' ) ) {
67
+ $tr_classes = 'plugin-update-tr installer-plugin-update-tr';
68
+ $notice_classes = 'notice inline notice-warning notice-alt';
69
+ }
70
+
71
+ if ( is_multisite() ) {
72
+ if ( is_network_admin() ) {
73
+ $menu_url = network_admin_url( 'plugin-install.php?tab=commercial' );
74
+ } else {
75
+ $menu_url = admin_url( 'options-general.php?page=installer' );
76
+ }
77
+ } else {
78
+ $menu_url = admin_url( 'plugin-install.php?tab=commercial' );
79
+ }
80
+
81
+ $plugin_name = false !== strpos( $plugin_data['Name'], 'WPML' ) ? 'WPML' : 'Toolset';
82
+ $plugin_site = 'wpml.org';
83
+
84
+ if ( 'Toolset' === $plugin_name ) {
85
+ $plugin_site = 'wp-types.com';
86
+ }
87
+
88
+ $repo = strtolower( $plugin_name );
89
+
90
+ return array(
91
+ 'strings' => array(
92
+ 'valid_subscription' => sprintf( __( 'You must have a valid subscription in order to get upgrades or support for this plugin. %sPurchase a subscription or enter an existing site key%s.', 'installer' ),
93
+ '<a href="' . $menu_url . '">', '</a>' ),
94
+ 'send_report' => sprintf( __( '%1$s can report to your %2$s account which theme and plugins you are using. This information allows us to give you more accurate and faster support.', 'installer' ),
95
+ $plugin_name,
96
+ '<a target="_blank" href="' . $plugin_data['PluginURI'] . '">' . $plugin_site . '</a>'
97
+ ),
98
+ ),
99
+ 'css' => array(
100
+ 'tr_classes' => $tr_classes,
101
+ 'notice_classes' => $notice_classes,
102
+ ),
103
+ 'col_count' => $wp_list_table->get_column_count(),
104
+ 'nonce' => array(
105
+ 'action' => OTGS_Installer_WP_Components_Setting_Ajax::AJAX_ACTION,
106
+ 'value' => wp_create_nonce( OTGS_Installer_WP_Components_Setting_Ajax::AJAX_ACTION ),
107
+ ),
108
+ 'repo' => $repo,
109
+ 'repo_checked' => checked( $this->setting->is_repo_allowed( $repo ), true, false ),
110
+ 'should_display_subscription_notice' => isset( $this->plugins[ $plugin_file ][ self::DISPLAY_SUBSCRIPTION_NOTICE_KEY ] )
111
+ ? $this->plugins[ $plugin_file ][ self::DISPLAY_SUBSCRIPTION_NOTICE_KEY ]
112
+ : false,
113
+ 'should_display_setting_notice' => isset( $this->plugins[ $plugin_file ][ self::DISPLAY_SETTING_NOTICE_KEY ] )
114
+ ? $this->plugins[ $plugin_file ][ self::DISPLAY_SETTING_NOTICE_KEY ]
115
+ : false,
116
+ );
117
+ }
118
+ }
vendor/otgs/installer/includes/class-otgs-installer-wp-components-hooks.php ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class OTGS_Installer_WP_Components_Hooks {
4
+
5
+ const EVENT_HOOK = 'otgs_send_components_data';
6
+
7
+ /**
8
+ * @var OTGS_Installer_WP_Components_Storage
9
+ */
10
+ private $storage;
11
+
12
+ /**
13
+ * @var OTGS_Installer_WP_Components_Sender
14
+ */
15
+ private $sender;
16
+
17
+ /**
18
+ * @var OTGS_Installer_WP_Share_Local_Components_Setting
19
+ */
20
+ private $setting;
21
+
22
+ public function __construct(
23
+ OTGS_Installer_WP_Components_Storage $storage,
24
+ OTGS_Installer_WP_Components_Sender $sender,
25
+ OTGS_Installer_WP_Share_Local_Components_Setting $setting
26
+ ) {
27
+ $this->storage = $storage;
28
+ $this->sender = $sender;
29
+ $this->setting = $setting;
30
+ }
31
+
32
+ public function add_hooks() {
33
+ add_action( self::EVENT_HOOK, array( $this, 'send_components_data' ) );
34
+ add_action( 'init', array( $this, 'schedule_components_report' ) );
35
+ add_filter( 'installer_fetch_subscription_data_request', array( $this, 'add_components_into_subscription_request' ) );
36
+ }
37
+
38
+ public function schedule_components_report() {
39
+ if ( ! wp_next_scheduled( self::EVENT_HOOK ) ) {
40
+ wp_schedule_single_event( strtotime( '+1 week' ), self::EVENT_HOOK );
41
+ }
42
+ }
43
+
44
+ public function send_components_data() {
45
+ if ( $this->storage->is_outdated() ) {
46
+ $this->storage->refresh_cache();
47
+ $this->sender->send( $this->storage->get() );
48
+ }
49
+ }
50
+
51
+ /**
52
+ * @param array $args
53
+ *
54
+ * @return array
55
+ */
56
+ public function add_components_into_subscription_request( $args ) {
57
+ if ( isset( $args['body']['repository_id'] ) && $this->setting->is_repo_allowed( $args['body']['repository_id'] ) ) {
58
+ $this->storage->refresh_cache();
59
+ $args['body']['components'] = $this->storage->get();
60
+ $args['body']['phpversion'] = phpversion();
61
+ }
62
+
63
+ return $args;
64
+ }
65
+ }
vendor/otgs/installer/includes/class-otgs-installer-wp-components-sender.php ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class OTGS_Installer_WP_Components_Sender {
4
+
5
+ /**
6
+ * @var WP_Installer
7
+ */
8
+ private $installer;
9
+
10
+ /**
11
+ * @var OTGS_Installer_WP_Share_Local_Components_Setting
12
+ */
13
+ private $settings;
14
+
15
+ public function __construct( WP_Installer $installer, OTGS_Installer_WP_Share_Local_Components_Setting $settings ) {
16
+ $this->installer = $installer;
17
+ $this->settings = $settings;
18
+ }
19
+
20
+ public function send( array $components ) {
21
+
22
+ if ( ! $this->installer->get_repositories() ) {
23
+ $this->installer->load_repositories_list();
24
+ }
25
+
26
+ if ( ! $this->installer->get_settings() ) {
27
+ $this->installer->save_settings();
28
+ }
29
+
30
+ foreach ( $this->installer->get_repositories() as $key => $repository ) {
31
+ if ( $this->settings->is_repo_allowed( $key ) ) {
32
+ wp_remote_post(
33
+ $repository['api-url'] . '?action=update_site_components',
34
+ apply_filters( 'installer_fetch_components_data_request', array(
35
+ 'body' => array(
36
+ 'action' => 'update_site_components',
37
+ 'site_key' => $this->installer->get_site_key( $key ),
38
+ 'site_url' => get_site_url(),
39
+ 'components' => $components,
40
+ 'phpversion' => phpversion(),
41
+ ),
42
+ ) )
43
+ );
44
+ }
45
+ }
46
+ }
47
+ }
vendor/otgs/installer/includes/class-otgs-installer-wp-components-setting-ajax.php ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class OTGS_Installer_WP_Components_Setting_Ajax {
4
+
5
+ const AJAX_ACTION = 'otgs_save_setting_share_local_components';
6
+
7
+ /**
8
+ * @var OTGS_Installer_WP_Share_Local_Components_Setting
9
+ */
10
+ private $setting;
11
+
12
+ /**
13
+ * @var WP_Installer
14
+ */
15
+ private $installer;
16
+
17
+ public function __construct( OTGS_Installer_WP_Share_Local_Components_Setting $setting, WP_Installer $installer ) {
18
+ $this->setting = $setting;
19
+ $this->installer = $installer;
20
+ }
21
+
22
+ public function add_hooks() {
23
+ add_action( 'wp_ajax_' . self::AJAX_ACTION, array( $this, 'save' ) );
24
+ }
25
+
26
+ public function save() {
27
+ if ( $this->is_valid_request() ) {
28
+ $user_agree = (int) filter_var( $_POST['agree'], FILTER_SANITIZE_FULL_SPECIAL_CHARS );
29
+ $repo_request = filter_var( $_POST['repo'], FILTER_SANITIZE_FULL_SPECIAL_CHARS );
30
+ $repos = array();
31
+ foreach ( $this->installer->get_repositories() as $repo_id => $repository ) {
32
+ if ( $repo_id === $repo_request ) {
33
+ $repos[ $repo_id ] = $user_agree;
34
+ }
35
+ }
36
+ $this->setting->save( $repos );
37
+ }
38
+ }
39
+
40
+ /**
41
+ * @return bool
42
+ */
43
+ private function is_valid_request() {
44
+ return isset( $_POST['nonce'] ) && wp_verify_nonce( $_POST['nonce'], self::AJAX_ACTION );
45
+ }
46
+ }
vendor/otgs/installer/includes/class-otgs-installer-wp-components-setting-resources.php ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class OTGS_Installer_WP_Components_Setting_Resources {
4
+
5
+ /**
6
+ * @var WP_Installer
7
+ */
8
+ private $installer;
9
+
10
+ public function __construct( WP_Installer $installer ) {
11
+ $this->installer = $installer;
12
+ }
13
+
14
+ public function add_hooks() {
15
+ add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_resources' ) );
16
+ }
17
+
18
+ public function enqueue_resources() {
19
+ wp_enqueue_style( 'otgs-installer-tooltip', $this->installer->res_url() . '/res/css/tooltip/tooltip.css', array( 'wp-pointer' ), WP_INSTALLER_VERSION );
20
+ wp_enqueue_script( 'otgs-installer-tooltip', $this->installer->res_url() . '/res/js/tooltip/tooltip.js', array(
21
+ 'wp-pointer',
22
+ 'jquery'
23
+ ), WP_INSTALLER_VERSION );
24
+ wp_enqueue_script(
25
+ 'otgs-installer-components-save-setting',
26
+ $this->installer->res_url() . '/res/js/save-components-setting.js',
27
+ array(),
28
+ WP_INSTALLER_VERSION
29
+ );
30
+ }
31
+ }
vendor/otgs/installer/includes/class-otgs-installer-wp-components-setting-templates.php ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class OTGS_Installer_WP_Components_Setting_Templates {
4
+
5
+ const COMMERCIAL_TAB_TEMPLATE = 'commercial-tab';
6
+ const NOTICE_TEMPLATE = 'notice';
7
+
8
+ /**
9
+ * @var IOTGS_Installer_Template_Service
10
+ */
11
+ private $template_service;
12
+
13
+ public function __construct( IOTGS_Installer_Template_Service $template_service ) {
14
+ $this->template_service = $template_service;
15
+ }
16
+
17
+ /**
18
+ * @param string $site_url
19
+ * @param string $site_name
20
+ */
21
+ public function render_commercial( $site_url, $site_name, $repo_id ) {
22
+ echo $this->template_service->show( $this->get_commercial_tab_model( $site_url, $site_name, $repo_id ), self::COMMERCIAL_TAB_TEMPLATE );
23
+ }
24
+
25
+ /**
26
+ * @param array $sites
27
+ */
28
+ public function render_notice( $sites ) {
29
+ echo $this->template_service->show( $this->get_notice_model( $sites ), self::NOTICE_TEMPLATE );
30
+ }
31
+
32
+ /**
33
+ * @param string $site_url
34
+ * @param string $site_name
35
+ * @param string $repo_id
36
+ *
37
+ * @return array
38
+ */
39
+ private function get_commercial_tab_model( $site_url, $site_name, $repo_id ) {
40
+ return array(
41
+ 'strings' => array(
42
+ 'message' => sprintf( __( 'Keep %s up-to-date about which theme and plugins I use', 'installer' ), $site_url ),
43
+ 'stop_sending' => sprintf(
44
+ __( 'If you ever want to stop sending the information about active plugins and theme to %1$s, please visit the Plugins admin screen. You will see a checkbox to control this in %2$s plugin section.', 'installer' ),
45
+ $site_url,
46
+ $site_name
47
+ ),
48
+ 'tooltip' => sprintf(
49
+ __( 'Almost always, %s support team can help you resolve issues faster and better when we know which theme and plugin you use. When this option is selected, we will include this information in your %s account profile (which only you and %s support can access) and update it as needed.', 'installer' ),
50
+ $site_name,
51
+ $site_url,
52
+ $site_name
53
+ ),
54
+ ),
55
+ 'repo_id' => $repo_id,
56
+ );
57
+ }
58
+
59
+ /**
60
+ * @param array $site_names
61
+ *
62
+ * @return array
63
+ */
64
+ private function get_notice_model( array $site_names ) {
65
+ $model = array(
66
+ 'strings' => array(
67
+ 'title' => sprintf( __( 'Want faster support for %s?', 'installer' ), implode( $site_names, '' ) ),
68
+ 'message' => sprintf( __( '%s plugin can report to your wpml.org account which theme and plugins you are using. This information allows us to give you more accurate and faster support.', 'installer' ), implode( $site_names, '' ) ),
69
+ ),
70
+ );
71
+
72
+ if ( 2 === count( $site_names ) ) {
73
+ $model['strings']['title'] = __( 'Want faster support for WPML and Toolset?', 'installer' );
74
+ $model['strings']['message'] = __( 'WPML and Toolset plugins can report to your wpml.org and wp-types.com accounts which theme and plugins you are using. This information allows us to give you more accurate and faster support.', 'installer' );
75
+ }
76
+
77
+ $model['strings']['agree'] = __( "I'm in", 'installer' );
78
+ $model['strings']['disagree'] = __( 'No thanks', 'installer' );
79
+ $model['strings']['tell_me_more'] = __( 'Tell me more', 'installer' );
80
+
81
+ return $model;
82
+ }
83
+ }
vendor/otgs/installer/includes/class-otgs-installer-wp-components-storage.php ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class OTGS_Installer_WP_Components_Storage {
4
+
5
+ const COMPONENTS_CACHE_OPTION_KEY = 'otgs_active_components';
6
+
7
+ public function refresh_cache() {
8
+ $active_theme = wp_get_theme();
9
+ $installed_plugins = get_plugins();
10
+ $components = array();
11
+
12
+ foreach ( $installed_plugins as $file => $plugin ) {
13
+ if ( is_plugin_active( $file ) ) {
14
+ $components['plugin'][] = array(
15
+ 'File' => $file,
16
+ 'Name' => $plugin['Name'],
17
+ 'Version' => $plugin['Version'],
18
+ );
19
+ }
20
+ }
21
+
22
+ $components['theme'][] = array(
23
+ 'Template' => $active_theme->get_template(),
24
+ 'Name' => $active_theme->get( 'Name' ),
25
+ 'Version' => $active_theme->get( 'Version' ),
26
+ );
27
+
28
+ update_option( self::COMPONENTS_CACHE_OPTION_KEY, $components );
29
+ }
30
+
31
+ public function is_outdated() {
32
+ $components = $this->get();
33
+ $current_theme = wp_get_theme();
34
+ $active_plugins = get_option( 'active_plugins' );
35
+
36
+ if ( ! function_exists( 'get_plugins' ) ) {
37
+ require_once ABSPATH . 'wp-admin/includes/plugin.php';
38
+ }
39
+
40
+ $installed_plugins = get_plugins();
41
+
42
+ if ( isset( $components['theme'] ) ) {
43
+ if ( $components['theme'][0]['Template'] !== $current_theme->get_template() ||
44
+ $components['theme'][0]['Version'] !== $current_theme->get( 'Version' )
45
+ ) {
46
+ return true;
47
+ }
48
+ }
49
+
50
+ $cached_activated_plugins = wp_list_pluck( $components['plugin'], 'File' );
51
+ sort( $cached_activated_plugins );
52
+ sort( $active_plugins );
53
+
54
+ if ( $cached_activated_plugins !== $active_plugins ) {
55
+ return true;
56
+ }
57
+
58
+ if ( isset( $components['plugin'] ) ) {
59
+ foreach ( $components['plugin'] as $plugin ) {
60
+ if ( $plugin['Version'] !== $installed_plugins[ $plugin['File'] ]['Version'] ||
61
+ ! is_plugin_active( $plugin['File'] )
62
+ ) {
63
+ return true;
64
+ }
65
+ }
66
+ }
67
+
68
+ return false;
69
+ }
70
+
71
+ public function get() {
72
+ return get_option( self::COMPONENTS_CACHE_OPTION_KEY );
73
+ }
74
+ }
vendor/otgs/installer/includes/class-otgs-installer-wp-share-local-components-setting.php ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class OTGS_Installer_WP_Share_Local_Components_Setting {
4
+
5
+ const OPTION_KEY = 'otgs_share_local_components';
6
+
7
+ public function save( array $repos ) {
8
+ $settings = array_merge( $this->get(), $repos );
9
+ update_option( self::OPTION_KEY, $settings );
10
+ }
11
+
12
+ /**
13
+ * @param string $repo
14
+ *
15
+ * @return bool
16
+ */
17
+ public function is_repo_allowed( $repo ) {
18
+ $allowed_repos = $this->get();
19
+
20
+ return isset( $allowed_repos[ $repo ] ) && $allowed_repos[ $repo ];
21
+ }
22
+
23
+ private function get() {
24
+ $setting = get_option( self::OPTION_KEY );
25
+ return $setting ? $setting : array();
26
+ }
27
+ }
vendor/otgs/installer/includes/class-wp-installer-channels.php CHANGED
@@ -102,6 +102,17 @@ class WP_Installer_Channels{
102
  return $channel;
103
  }
104
 
 
 
 
 
 
 
 
 
 
 
 
105
  /**
106
  * @param string $repository_id
107
  * @param array $downloads
@@ -116,7 +127,7 @@ class WP_Installer_Channels{
116
  'channels' => $available_channels,
117
  'repository_id' => $repository_id,
118
  'current_channel' => $this->get_channel( $repository_id ),
119
- 'no_prompt' => !empty( WP_Installer()->settings['repositories'][ $repository_id ]['no-prompt'] ),
120
  'nonce' => wp_create_nonce( 'installer_set_channel:' . $repository_id )
121
  );
122
  extract( $args );
102
  return $channel;
103
  }
104
 
105
+ /**
106
+ * @param $repository_id
107
+ *
108
+ * @return bool
109
+ */
110
+ private function get_no_prompt( $repository_id ) {
111
+ $settings = WP_Installer()->settings;
112
+
113
+ return ! empty( $settings['repositories'][ $repository_id ]['no-prompt'] );
114
+ }
115
+
116
  /**
117
  * @param string $repository_id
118
  * @param array $downloads
127
  'channels' => $available_channels,
128
  'repository_id' => $repository_id,
129
  'current_channel' => $this->get_channel( $repository_id ),
130
+ 'no_prompt' => $this->get_no_prompt( $repository_id ),
131
  'nonce' => wp_create_nonce( 'installer_set_channel:' . $repository_id )
132
  );
133
  extract( $args );
vendor/otgs/installer/includes/class-wp-installer.php CHANGED
@@ -13,8 +13,6 @@ final class WP_Installer {
13
 
14
  protected $_plugins_renew_warnings = array();
15
 
16
- protected $_gz_on = false;
17
-
18
  private $admin_messages = array();
19
 
20
  private $_using_icl = false;
@@ -46,7 +44,6 @@ final class WP_Installer {
46
  return;
47
  } //Only for admin
48
 
49
- $this->_gz_on = function_exists( 'gzuncompress' ) && function_exists( 'gzcompress' );
50
  $this->settings = $this->get_settings();
51
 
52
  add_action( 'admin_notices', array( $this, 'show_site_key_nags' ) );
@@ -302,19 +299,24 @@ final class WP_Installer {
302
  foreach ( $this->settings['repositories'] as $repository_id => $repository ) {
303
 
304
  foreach ( $repository['data']['packages'] as $package ) {
 
305
  foreach ( $package['products'] as $product ) {
306
- if ( $this->has_plugins( $product ) ) {
307
- foreach ( $product['plugins'] as $plugin_slug ) {
308
- $download = $this->settings['repositories'][ $repository_id ]['data']['downloads']['plugins'][ $plugin_slug ];
309
- if ( ! isset( $repositories_plugins[ $repository_id ][ $download['slug'] ] ) ) {
310
- $repositories_plugins[ $repository_id ][ $download['slug'] ] = array(
311
- 'name' => $download['name'],
312
- 'registered' => $this->plugin_is_registered( $repository_id, $download['slug'] ) ? 1 : 0
313
- );
314
- }
 
315
  }
 
316
  }
 
317
  }
 
318
  }
319
 
320
  foreach ( $plugins as $plugin_id => $plugin ) {
@@ -381,7 +383,12 @@ final class WP_Installer {
381
 
382
  foreach ( $package['products'] as $product ) {
383
 
384
- if ( $product['subscription_type'] == $subscription_type || $this->have_superior_subscription( $subscription_type, $product ) ) {
 
 
 
 
 
385
 
386
  foreach ( $product['plugins'] as $plugin_slug ) {
387
 
@@ -445,7 +452,7 @@ final class WP_Installer {
445
  public function save_settings() {
446
 
447
  $_settings = serialize( $this->settings );
448
- if ( $this->_gz_on ) {
449
  $_settings = gzcompress( $_settings );
450
  }
451
  $_settings = base64_encode( $_settings );
@@ -480,7 +487,7 @@ final class WP_Installer {
480
 
481
  } else {
482
  $_settings = base64_decode( $_settings );
483
- if ( $this->_gz_on ) {
484
  $_settings = gzuncompress( $_settings );
485
  }
486
  $this->settings = unserialize( $_settings );
@@ -515,6 +522,10 @@ final class WP_Installer {
515
  return $this->settings;
516
  }
517
 
 
 
 
 
518
  private function load_hardcoded_site_keys() {
519
 
520
  if ( ! empty( $this->settings['repositories'] ) ) {
@@ -546,7 +557,7 @@ final class WP_Installer {
546
 
547
  $this->admin_messages[] = array(
548
  'type' => 'error',
549
- 'text' => sprintf( __( 'You are using an invalid site key defined as the constant %s (most likely in wp-config.php).
550
  Please remove it or use the correct value in order to be able to register correctly.', 'installer' ), 'OTGS_INSTALLER_SITE_KEY_' . strtoupper( $repository_id ) )
551
  );
552
 
@@ -1024,10 +1035,8 @@ final class WP_Installer {
1024
  // downloads
1025
  if ( isset( $subscription_type ) && ! $expired && ( $product['subscription_type'] == $subscription_type || $product['subscription_type_equivalent'] == $subscription_type ) ) {
1026
 
1027
- if ( $this->has_plugins( $product ) ) {
1028
- foreach ( $product['plugins'] as $plugin_slug ) {
1029
- $row['downloads'][ $plugin_slug ] = $this->settings['repositories'][ $repository_id ]['data']['downloads']['plugins'][ $plugin_slug ];
1030
- }
1031
  }
1032
 
1033
  }
@@ -1166,6 +1175,10 @@ final class WP_Installer {
1166
  if ( $repository_id && $nonce && wp_create_nonce( 'save_site_key_' . $repository_id ) == $nonce ) {
1167
 
1168
  try {
 
 
 
 
1169
  $subscription_data = $this->fetch_subscription_data( $repository_id, $site_key, self::SITE_KEY_VALIDATION_SOURCE_REGISTRATION );
1170
 
1171
  if ( $subscription_data ) {
@@ -1341,6 +1354,7 @@ final class WP_Installer {
1341
  $args['body']['installer_version'] = WP_INSTALLER_VERSION;
1342
  $args['body']['theme'] = wp_get_theme()->get( 'Name' );
1343
  $args['body']['site_name'] = get_bloginfo( 'name' );
 
1344
 
1345
  $args['body']['versions'] = $this->get_local_product_versions( $repository_id );
1346
 
@@ -1357,7 +1371,10 @@ final class WP_Installer {
1357
  }
1358
  }
1359
 
1360
- $response = wp_remote_post( $this->repositories[ $repository_id ]['api-url'], $args );
 
 
 
1361
 
1362
  $this->api_debug_log( "POST {$this->repositories[$repository_id]['api-url']}" );
1363
  $this->api_debug_log( $args );
@@ -1578,22 +1595,20 @@ final class WP_Installer {
1578
 
1579
  foreach ( $package['products'] as $product ) {
1580
 
1581
- if ( $this->has_plugins( $product ) ) {
1582
- foreach ( $product['plugins'] as $plugin_slug ) {
1583
-
1584
- $download = $this->settings['repositories'][ $repository_id ]['data']['downloads']['plugins'][ $plugin_slug ];
1585
 
1586
- if ( $download['slug'] == $slug || $download['name'] == $plugin['Name'] || $download['name'] == $plugin['Title'] ) { //match order: slug, name, title
1587
 
1588
- if ( isset( $subscriptions_with_warnings[ $product['subscription_type'] ] ) ) {
1589
 
1590
- $this->_plugins_renew_warnings[ $plugin_id ] = $subscriptions_with_warnings[ $product['subscription_type'] ];
1591
 
1592
- }
1593
 
1594
  }
1595
 
1596
  }
 
1597
  }
1598
 
1599
  }
@@ -2210,7 +2225,6 @@ final class WP_Installer {
2210
  ( $download['slug'] == $slug || $download['name'] == $name ) &&
2211
  $needs_version_update
2212
  ) {
2213
-
2214
  $response = new stdClass();
2215
  $response->id = 0;
2216
  $response->slug = $slug;
@@ -2221,6 +2235,9 @@ final class WP_Installer {
2221
  if ( $site_key ) {
2222
  $response->package = $this->append_site_key_to_download_url( $download['url'], $site_key, $repository_id );
2223
  }
 
 
 
2224
  $update_plugins->checked[ $plugin_id ] = $version;
2225
  $update_plugins->response[ $plugin_id ] = $response;
2226
 
@@ -2243,8 +2260,12 @@ final class WP_Installer {
2243
  }
2244
 
2245
  public function setup_plugins_page_notices() {
2246
-
2247
- $plugins = get_plugins();
 
 
 
 
2248
 
2249
  foreach ( $plugins as $plugin_id => $plugin ) {
2250
 
@@ -2264,71 +2285,46 @@ final class WP_Installer {
2264
  }
2265
 
2266
  foreach ( $repository['data']['packages'] as $package ) {
 
2267
  foreach ( $package['products'] as $product ) {
2268
- if ( $this->has_plugins( $product ) ) {
2269
- foreach ( $product['plugins'] as $plugin_slug ) {
2270
 
2271
- $download = $this->settings['repositories'][ $repository_id ]['data']['downloads']['plugins'][ $plugin_slug ];
2272
- if ( ! empty( $download['free-on-wporg'] ) && $download['channel'] == WP_Installer_Channels::CHANNEL_PRODUCTION ) {
2273
- continue;
 
 
 
 
 
 
 
2274
  }
2275
 
2276
- if ( $download['slug'] == $slug || $download['name'] == $name ) {
 
2277
 
2278
- if ( ! $site_key || ! $this->plugin_is_registered( $repository_id, $download['slug'] ) ) {
2279
- add_action( "after_plugin_row_" . $plugin_id, array(
2280
- $this,
2281
- 'show_purchase_notice_under_plugin'
2282
- ), 10, 3 );
2283
  }
2284
-
2285
  }
 
2286
 
 
 
 
 
 
 
 
 
2287
  }
2288
  }
2289
  }
2290
  }
2291
  }
2292
-
2293
- }
2294
-
2295
- }
2296
-
2297
- public function show_purchase_notice_under_plugin( $plugin_file, $plugin_data, $status ) {
2298
-
2299
- $wp_list_table = _get_list_table( 'WP_Plugins_List_Table' );
2300
- $wp_version = preg_replace( '/-(.+)$/', '', $GLOBALS['wp_version'] );
2301
-
2302
- if ( version_compare( $wp_version, '4.6', '>=' ) ) {
2303
-
2304
- ?>
2305
- <tr class="plugin-update-tr installer-plugin-update-tr">
2306
- <td colspan="<?php echo $wp_list_table->get_column_count(); ?>" class="plugin-update colspanchange">
2307
- <div class="notice inline notice-warning notice-alt">
2308
- <p class="installer-q-icon">
2309
- <?php printf( __( 'You must have a valid subscription in order to get upgrades or support for this plugin. %sPurchase a subscription or enter an existing site key%s.', 'installer' ),
2310
- '<a href="' . $this->menu_url() . '">', '</a>' ); ?>
2311
- </p>
2312
- </div>
2313
- </td>
2314
- </tr>
2315
- <?php
2316
-
2317
- } else {
2318
-
2319
- ?>
2320
- <tr class="plugin-update-tr">
2321
- <td colspan="<?php echo $wp_list_table->get_column_count(); ?>" class="plugin-update colspanchange">
2322
- <div class="update-message installer-q-icon">
2323
- <?php printf( __( 'You must have a valid subscription in order to get upgrades or support for this plugin. %sPurchase a subscription or enter an existing site key%s.', 'installer' ),
2324
- '<a href="' . $this->menu_url() . '">', '</a>' ); ?>
2325
- </div>
2326
- </td>
2327
- </tr>
2328
- <?php
2329
-
2330
  }
2331
 
 
2332
  }
2333
 
2334
  public function localize_strings() {
@@ -2777,13 +2773,4 @@ final class WP_Installer {
2777
 
2778
  }
2779
 
2780
- /**
2781
- * @param array $product
2782
- *
2783
- * @return bool
2784
- */
2785
- private function has_plugins( $product ) {
2786
- return isset( $product['plugins'] ) && is_array( $product['plugins'] );
2787
- }
2788
-
2789
  }
13
 
14
  protected $_plugins_renew_warnings = array();
15
 
 
 
16
  private $admin_messages = array();
17
 
18
  private $_using_icl = false;
44
  return;
45
  } //Only for admin
46
 
 
47
  $this->settings = $this->get_settings();
48
 
49
  add_action( 'admin_notices', array( $this, 'show_site_key_nags' ) );
299
  foreach ( $this->settings['repositories'] as $repository_id => $repository ) {
300
 
301
  foreach ( $repository['data']['packages'] as $package ) {
302
+
303
  foreach ( $package['products'] as $product ) {
304
+
305
+ foreach ( $product['plugins'] as $plugin_slug ) {
306
+
307
+ $download = $this->settings['repositories'][ $repository_id ]['data']['downloads']['plugins'][ $plugin_slug ];
308
+
309
+ if ( ! isset( $repositories_plugins[ $repository_id ][ $download['slug'] ] ) ) {
310
+ $repositories_plugins[ $repository_id ][ $download['slug'] ] = array(
311
+ 'name' => $download['name'],
312
+ 'registered' => $this->plugin_is_registered( $repository_id, $download['slug'] ) ? 1 : 0
313
+ );
314
  }
315
+
316
  }
317
+
318
  }
319
+
320
  }
321
 
322
  foreach ( $plugins as $plugin_id => $plugin ) {
383
 
384
  foreach ( $package['products'] as $product ) {
385
 
386
+ //consider equivalent subscriptions
387
+ if( !array_key_exists('subscription_type_equivalent', $product) ) {
388
+ $product['subscription_type_equivalent'] = '';
389
+ }
390
+
391
+ if ( $product['subscription_type'] == $subscription_type || $product['subscription_type_equivalent'] == $subscription_type || $this->have_superior_subscription( $subscription_type, $product ) ) {
392
 
393
  foreach ( $product['plugins'] as $plugin_slug ) {
394
 
452
  public function save_settings() {
453
 
454
  $_settings = serialize( $this->settings );
455
+ if ( $this->is_gz_on() ) {
456
  $_settings = gzcompress( $_settings );
457
  }
458
  $_settings = base64_encode( $_settings );
487
 
488
  } else {
489
  $_settings = base64_decode( $_settings );
490
+ if ( $this->is_gz_on() ) {
491
  $_settings = gzuncompress( $_settings );
492
  }
493
  $this->settings = unserialize( $_settings );
522
  return $this->settings;
523
  }
524
 
525
+ private function is_gz_on() {
526
+ return function_exists( 'gzuncompress' ) && function_exists( 'gzcompress' );
527
+ }
528
+
529
  private function load_hardcoded_site_keys() {
530
 
531
  if ( ! empty( $this->settings['repositories'] ) ) {
557
 
558
  $this->admin_messages[] = array(
559
  'type' => 'error',
560
+ 'text' => sprintf( __( 'You are using an invalid site key defined as the constant %s (most likely in wp-config.php).
561
  Please remove it or use the correct value in order to be able to register correctly.', 'installer' ), 'OTGS_INSTALLER_SITE_KEY_' . strtoupper( $repository_id ) )
562
  );
563
 
1035
  // downloads
1036
  if ( isset( $subscription_type ) && ! $expired && ( $product['subscription_type'] == $subscription_type || $product['subscription_type_equivalent'] == $subscription_type ) ) {
1037
 
1038
+ foreach ( $product['plugins'] as $plugin_slug ) {
1039
+ $row['downloads'][ $plugin_slug ] = $this->settings['repositories'][ $repository_id ]['data']['downloads']['plugins'][ $plugin_slug ];
 
 
1040
  }
1041
 
1042
  }
1175
  if ( $repository_id && $nonce && wp_create_nonce( 'save_site_key_' . $repository_id ) == $nonce ) {
1176
 
1177
  try {
1178
+ $should_send_components_data = (int) isset( $_POST['repo_allowed_to_send_data'] );
1179
+ $components_setting = new OTGS_Installer_WP_Share_Local_Components_Setting();
1180
+ $components_setting->save( array( $repository_id => $should_send_components_data ) );
1181
+
1182
  $subscription_data = $this->fetch_subscription_data( $repository_id, $site_key, self::SITE_KEY_VALIDATION_SOURCE_REGISTRATION );
1183
 
1184
  if ( $subscription_data ) {
1354
  $args['body']['installer_version'] = WP_INSTALLER_VERSION;
1355
  $args['body']['theme'] = wp_get_theme()->get( 'Name' );
1356
  $args['body']['site_name'] = get_bloginfo( 'name' );
1357
+ $args['body']['repository_id'] = $repository_id;
1358
 
1359
  $args['body']['versions'] = $this->get_local_product_versions( $repository_id );
1360
 
1371
  }
1372
  }
1373
 
1374
+ $response = wp_remote_post(
1375
+ $this->repositories[ $repository_id ]['api-url'],
1376
+ apply_filters( 'installer_fetch_subscription_data_request', $args )
1377
+ );
1378
 
1379
  $this->api_debug_log( "POST {$this->repositories[$repository_id]['api-url']}" );
1380
  $this->api_debug_log( $args );
1595
 
1596
  foreach ( $package['products'] as $product ) {
1597
 
1598
+ foreach ( $product['plugins'] as $plugin_slug ) {
 
 
 
1599
 
1600
+ $download = $this->settings['repositories'][ $repository_id ]['data']['downloads']['plugins'][ $plugin_slug ];
1601
 
1602
+ if ( $download['slug'] == $slug || $download['name'] == $plugin['Name'] || $download['name'] == $plugin['Title'] ) { //match order: slug, name, title
1603
 
1604
+ if ( isset( $subscriptions_with_warnings[ $product['subscription_type'] ] ) ) {
1605
 
1606
+ $this->_plugins_renew_warnings[ $plugin_id ] = $subscriptions_with_warnings[ $product['subscription_type'] ];
1607
 
1608
  }
1609
 
1610
  }
1611
+
1612
  }
1613
 
1614
  }
2225
  ( $download['slug'] == $slug || $download['name'] == $name ) &&
2226
  $needs_version_update
2227
  ) {
 
2228
  $response = new stdClass();
2229
  $response->id = 0;
2230
  $response->slug = $slug;
2235
  if ( $site_key ) {
2236
  $response->package = $this->append_site_key_to_download_url( $download['url'], $site_key, $repository_id );
2237
  }
2238
+
2239
+ $response = apply_filters( 'otgs_installer_upgrade_check_response', $response, $plugin_id, $repository_id );
2240
+
2241
  $update_plugins->checked[ $plugin_id ] = $version;
2242
  $update_plugins->response[ $plugin_id ] = $response;
2243
 
2260
  }
2261
 
2262
  public function setup_plugins_page_notices() {
2263
+ $plugins = get_plugins();
2264
+ $template_service = new OTGS_Installer_Twig_Template_Service_Loader(
2265
+ array( $this->plugin_path() . '/templates/components-setting/' )
2266
+ );
2267
+ $local_components_setting = new OTGS_Installer_WP_Share_Local_Components_Setting();
2268
+ $plugin_page_notice = new OTGS_Installer_Plugins_Page_Notice( $template_service->get_service(), $local_components_setting );
2269
 
2270
  foreach ( $plugins as $plugin_id => $plugin ) {
2271
 
2285
  }
2286
 
2287
  foreach ( $repository['data']['packages'] as $package ) {
2288
+
2289
  foreach ( $package['products'] as $product ) {
 
 
2290
 
2291
+ foreach ( $product['plugins'] as $plugin_slug ) {
2292
+
2293
+ $download = $this->settings['repositories'][ $repository_id ]['data']['downloads']['plugins'][ $plugin_slug ];
2294
+ $display_subscription_notice = false;
2295
+ $display_setting_notice = false;
2296
+ $is_free_and_production = ! empty( $download['free-on-wporg'] ) && $download['channel'] == WP_Installer_Channels::CHANNEL_PRODUCTION;
2297
+
2298
+ if ( $download['slug'] == $slug || $download['name'] == $name ) {
2299
+ if ( in_array( $name, array( 'Toolset Types', 'WPML Multilingual CMS' ), true ) ) {
2300
+ $display_setting_notice = true;
2301
  }
2302
 
2303
+ if ( ! $site_key || ! $this->plugin_is_registered( $repository_id, $download['slug'] ) ) {
2304
+ $display_setting_notice = false;
2305
 
2306
+ if ( ! $is_free_and_production ) {
2307
+ $display_subscription_notice = true;
 
 
 
2308
  }
 
2309
  }
2310
+ }
2311
 
2312
+ if ( $display_setting_notice || $display_subscription_notice ) {
2313
+ $plugin_page_notice->add_plugin(
2314
+ $plugin_id,
2315
+ array(
2316
+ OTGS_Installer_Plugins_Page_Notice::DISPLAY_SUBSCRIPTION_NOTICE_KEY => $display_subscription_notice,
2317
+ OTGS_Installer_Plugins_Page_Notice::DISPLAY_SETTING_NOTICE_KEY => $display_setting_notice,
2318
+ )
2319
+ );
2320
  }
2321
  }
2322
  }
2323
  }
2324
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2325
  }
2326
 
2327
+ $plugin_page_notice->add_hooks();
2328
  }
2329
 
2330
  public function localize_strings() {
2773
 
2774
  }
2775
 
 
 
 
 
 
 
 
 
 
2776
  }
vendor/otgs/installer/installer.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- define( 'WP_INSTALLER_VERSION', '1.8.8' );
3
 
4
  include_once dirname( __FILE__ ) . '/includes/functions-core.php';
5
  include_once dirname( __FILE__ ) . '/includes/class-wp-installer.php';
@@ -9,8 +9,21 @@ include_once WP_Installer()->plugin_path() . '/includes/class-translation-servic
9
  include_once WP_Installer()->plugin_path() . '/includes/class-installer-dependencies.php';
10
  include_once WP_Installer()->plugin_path() . '/includes/class-wp-installer-channels.php';
11
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  include_once WP_Installer()->plugin_path() . '/includes/class-otgs-installer-filename-hooks.php';
13
  include_once WP_Installer()->plugin_path() . '/includes/class-otgs-installer-php-functions.php';
 
14
 
15
  include_once WP_Installer()->plugin_path() . '/includes/functions-templates.php';
16
 
@@ -18,5 +31,27 @@ include_once WP_Installer()->plugin_path() . '/includes/functions-templates.php'
18
  WP_Installer();
19
  WP_Installer_Channels();
20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  $filename_hooks = new OTGS_Installer_Filename_Hooks( new OTGS_Installer_PHP_Functions() );
22
- $filename_hooks->add_hooks();
 
 
 
1
  <?php
2
+ define( 'WP_INSTALLER_VERSION', '1.8.10' );
3
 
4
  include_once dirname( __FILE__ ) . '/includes/functions-core.php';
5
  include_once dirname( __FILE__ ) . '/includes/class-wp-installer.php';
9
  include_once WP_Installer()->plugin_path() . '/includes/class-installer-dependencies.php';
10
  include_once WP_Installer()->plugin_path() . '/includes/class-wp-installer-channels.php';
11
 
12
+ include_once WP_Installer()->plugin_path() . '/includes/class-otgs-installer-wp-components-sender.php';
13
+ include_once WP_Installer()->plugin_path() . '/includes/class-otgs-installer-wp-components-storage.php';
14
+ include_once WP_Installer()->plugin_path() . '/includes/class-otgs-installer-wp-components-hooks.php';
15
+ include_once WP_Installer()->plugin_path() . '/includes/class-otgs-installer-wp-share-local-components-setting.php';
16
+
17
+ include_once WP_Installer()->plugin_path() . '/templates/template-service/interface-iotgs-installer-template-service.php';
18
+ include_once WP_Installer()->plugin_path() . '/templates/template-service/class-otgs-installer-twig-template-service.php';
19
+ include_once WP_Installer()->plugin_path() . '/templates/template-service/class-otgs-installer-twig-template-service-loader.php';
20
+ include_once WP_Installer()->plugin_path() . '/includes/class-otgs-installer-wp-components-setting-templates.php';
21
+ include_once WP_Installer()->plugin_path() . '/includes/class-otgs-installer-wp-components-setting-resources.php';
22
+ include_once WP_Installer()->plugin_path() . '/includes/class-otgs-installer-plugins-page-notice.php';
23
+ include_once WP_Installer()->plugin_path() . '/includes/class-otgs-installer-wp-components-setting-ajax.php';
24
  include_once WP_Installer()->plugin_path() . '/includes/class-otgs-installer-filename-hooks.php';
25
  include_once WP_Installer()->plugin_path() . '/includes/class-otgs-installer-php-functions.php';
26
+ include_once WP_Installer()->plugin_path() . '/includes/class-otgs-installer-icons.php';
27
 
28
  include_once WP_Installer()->plugin_path() . '/includes/functions-templates.php';
29
 
31
  WP_Installer();
32
  WP_Installer_Channels();
33
 
34
+ $local_components_resources = new OTGS_Installer_WP_Components_Setting_Resources( WP_Installer() );
35
+ $local_components_resources->add_hooks();
36
+
37
+ $local_components_setting = new OTGS_Installer_WP_Share_Local_Components_Setting();
38
+ $local_components_sender = new OTGS_Installer_WP_Components_Sender(
39
+ WP_Installer(),
40
+ $local_components_setting
41
+ );
42
+
43
+ $local_components_storage = new OTGS_Installer_WP_Components_Storage();
44
+ $local_components_hooks = new OTGS_Installer_WP_Components_Hooks( $local_components_storage, $local_components_sender, $local_components_setting );
45
+ $local_components_hooks->add_hooks();
46
+
47
+ $local_components_ajax_setting = new OTGS_Installer_WP_Components_Setting_Ajax(
48
+ $local_components_setting,
49
+ WP_Installer()
50
+ );
51
+ $local_components_ajax_setting->add_hooks();
52
+
53
  $filename_hooks = new OTGS_Installer_Filename_Hooks( new OTGS_Installer_PHP_Functions() );
54
+ $filename_hooks->add_hooks();
55
+
56
+ $icons = new OTGS_Installer_Icons( WP_Installer() );
57
+ $icons->add_hooks();
vendor/otgs/installer/loader.php CHANGED
@@ -5,13 +5,16 @@ if ( ! defined( 'ABSPATH' ) ) {
5
  }
6
 
7
  //It should only be loaded on the admin side
8
- if( !is_admin() ){
9
- if(!function_exists('WP_Installer_Setup')){ function WP_Installer_Setup(){} }
10
- $wp_installer_instance = null;
11
- return;
 
 
 
 
12
  }
13
 
14
-
15
  $wp_installer_instance = dirname(__FILE__) . '/installer.php';
16
 
17
 
@@ -19,7 +22,7 @@ $wp_installer_instance = dirname(__FILE__) . '/installer.php';
19
  global $wp_installer_instances;
20
  $wp_installer_instances[$wp_installer_instance] = array(
21
  'bootfile' => $wp_installer_instance,
22
- 'version' => '1.8.8'
23
  );
24
 
25
 
5
  }
6
 
7
  //It should only be loaded on the admin side
8
+ if ( ! ( defined( 'DOING_CRON' ) && DOING_CRON ) && ! is_admin() ) {
9
+ if ( ! function_exists( 'WP_Installer_Setup' ) ) {
10
+ function WP_Installer_Setup() {
11
+ }
12
+ }
13
+ $wp_installer_instance = null;
14
+
15
+ return;
16
  }
17
 
 
18
  $wp_installer_instance = dirname(__FILE__) . '/installer.php';
19
 
20
 
22
  global $wp_installer_instances;
23
  $wp_installer_instances[$wp_installer_instance] = array(
24
  'bootfile' => $wp_installer_instance,
25
+ 'version' => '1.8.10'
26
  );
27
 
28
 
vendor/otgs/installer/phpcs.compatibility.xml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <ruleset name="WPML">
3
+ <description>WPML Coding Standards</description>
4
+
5
+ <config name="testVersion" value="5.2"/>
6
+
7
+ <rule ref="PHPCompatibility" />
8
+
9
+ <exclude-pattern>*/vendor/*</exclude-pattern>
10
+ <exclude-pattern>*/tests/*</exclude-pattern>
11
+ <exclude-pattern>*.js</exclude-pattern>
12
+ <exclude-pattern>*.mo</exclude-pattern>
13
+ <exclude-pattern>*.po</exclude-pattern>
14
+ <exclude-pattern>*.twig</exclude-pattern>
15
+ <exclude-pattern>*.css</exclude-pattern>
16
+ <exclude-pattern>*.scss</exclude-pattern>
17
+
18
+
19
+ </ruleset>
vendor/otgs/installer/phpcs.xml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <ruleset name="WPML">
3
+ <description>WPML Coding Standards</description>
4
+
5
+ <rule ref="WordPress-Core"/>
6
+ <rule ref="WordPress-Docs"/>
7
+ <rule ref="WordPress-Extra"/>
8
+
9
+ <exclude-pattern>*/vendor/*</exclude-pattern>
10
+ <exclude-pattern>*/tests/*</exclude-pattern>
11
+ <exclude-pattern>*.js</exclude-pattern>
12
+ <exclude-pattern>*.mo</exclude-pattern>
13
+ <exclude-pattern>*.po</exclude-pattern>
14
+ <exclude-pattern>*.twig</exclude-pattern>
15
+ <exclude-pattern>*.css</exclude-pattern>
16
+ <exclude-pattern>*.scss</exclude-pattern>
17
+ </ruleset>
vendor/otgs/installer/phpunit.xml ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <phpunit
2
+ bootstrap="./tests/phpunit/bootstrap.php"
3
+ backupGlobals="false"
4
+ colors="true"
5
+ convertErrorsToExceptions="true"
6
+ convertNoticesToExceptions="true"
7
+ convertWarningsToExceptions="true"
8
+ >
9
+ <testsuites>
10
+ <testsuite name="installer-tests">
11
+ <directory suffix=".php">./tests/phpunit/tests/</directory>
12
+ </testsuite>
13
+ </testsuites>
14
+ <filter>
15
+ <whitelist>
16
+ <directory suffix=".php">./</directory>
17
+ <exclude>
18
+ <directory>./locale</directory>
19
+ <directory>./tests</directory>
20
+ <directory>./vendor</directory>
21
+ </exclude>
22
+ </whitelist>
23
+ </filter>
24
+ </phpunit>
vendor/otgs/installer/res/css/admin.css CHANGED
@@ -2,6 +2,22 @@
2
  display:none;
3
  /*display:inline;*/
4
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
 
6
  .installer-status-installing, .installer-status-installed, .installer-status-updating, .installer-status-updated, .installer-status-activating, .installer-status-activated, .installer-status-success{
7
  display: none;
@@ -108,8 +124,9 @@
108
  .installer-q-icon:before{
109
  content: '\f223' !important;
110
  font-family: dashicons !important;
 
 
111
  color: #f56e28;
112
- font: 20px/1 "dashicons";
113
  }
114
 
115
  .installer-plugin-update-tr td{
@@ -216,8 +233,6 @@
216
  .installer-table-wrap a.handle:focus{
217
  outline:0;
218
  border:none;
219
- -moz-outline-style: none;
220
- -webkit-box-shadow: none;
221
  box-shadow: none;
222
  }
223
 
@@ -291,3 +306,34 @@
291
  .otgs_wp_installer_table .installer-repository-image {
292
  padding: 8px 20px;
293
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  display:none;
3
  /*display:inline;*/
4
  }
5
+ .otgs-installer-register-inputs {
6
+ display: block;
7
+ }
8
+ @media (min-width: 1100px) {
9
+ .otgs-installer-register-inputs {
10
+ display: inline;
11
+ white-space: nowrap;
12
+ }
13
+ }
14
+ .otgsi_site_key_form .otgs-installer-register-inputs input {
15
+ vertical-align: middle;
16
+ margin: 3px 1px;
17
+ height: 28px;
18
+ line-height: 26px;
19
+ }
20
+
21
 
22
  .installer-status-installing, .installer-status-installed, .installer-status-updating, .installer-status-updated, .installer-status-activating, .installer-status-activated, .installer-status-success{
23
  display: none;
124
  .installer-q-icon:before{
125
  content: '\f223' !important;
126
  font-family: dashicons !important;
127
+ font-size: 20px;
128
+ line-height: 1;
129
  color: #f56e28;
 
130
  }
131
 
132
  .installer-plugin-update-tr td{
233
  .installer-table-wrap a.handle:focus{
234
  outline:0;
235
  border:none;
 
 
236
  box-shadow: none;
237
  }
238
 
306
  .otgs_wp_installer_table .installer-repository-image {
307
  padding: 8px 20px;
308
  }
309
+
310
+ .remove_site_key_js:disabled,
311
+ .enter_site_key_js:disabled {
312
+ cursor: help;
313
+ }
314
+
315
+ .otgs-installer-registered span {
316
+ display: inline-block;
317
+ vertical-align: middle;
318
+ margin-bottom: .5em;
319
+ }
320
+
321
+ @media (min-width: 1400px) {
322
+ .otgs-installer-registered-buttons {
323
+ float: right;
324
+ }
325
+ }
326
+
327
+ .otgs-installer-keepuptodate small {
328
+ display: block;
329
+ margin-top: 3px;
330
+ line-height: 1.3;
331
+ }
332
+
333
+ @media (min-width: 783px) {
334
+ .otgs-installer-keepuptodate small {
335
+ -webkit-margin-start: 25px;
336
+ -moz-margin-start: 25px;
337
+ margin-start: 25px;
338
+ }
339
+ }
vendor/otgs/installer/res/css/tooltip/tooltip.css ADDED
@@ -0,0 +1 @@
 
1
+ .otgs-installer-tooltip-open{text-decoration:none}.js-otgs-installer-tooltip{z-index:110000 !important}.js-otgs-installer-tooltip .wp-pointer-content{padding:10px 25px 10px 10px}.js-otgs-installer-tooltip .wp-pointer-buttons{padding:0;position:absolute;overflow:hidden;top:4px;right:5px}.js-otgs-installer-tooltip a.close{width:18px;height:18px;padding:0}.js-otgs-installer-tooltip a.close:before{left:1px;top:0}
vendor/otgs/installer/res/js/admin.js CHANGED
@@ -56,39 +56,41 @@
56
  show_error: function(repo, text){
57
  jQuery('#installer_repo_' + repo).find('.installer-error-box').html(text).show();
58
  },
59
-
60
- show_site_key_form: function(){
61
 
62
- if( jQuery(this).hasClass('disabled') ) {
63
- alert( jQuery(this).attr('title') );
 
 
 
 
64
  return false;
65
  }
66
 
67
  otgs_wp_installer.reset_errors();
68
-
69
- var form = jQuery(this).parent().find('form.otgsi_site_key_form');
70
- jQuery(this).prev().hide();
71
- jQuery(this).hide();
72
- form.css('display', 'inline');
73
  form.find('input[name^=site_key_]').focus().val('');
74
- form.find('input').removeAttr('disabled');
75
-
76
  form.closest('.otgsi_register_product_wrap').addClass('otgsi_yellow_bg');
77
-
78
  return false;
 
79
  },
80
-
81
- hide_site_key_form: function(){
82
- var form = jQuery(this).closest('form');
 
83
  form.hide();
84
- form.parent().find('.enter_site_key_js').show();
85
- form.parent().find('.enter_site_key_js').prev().show();
86
-
87
- form.closest('.otgsi_register_product_wrap').removeClass('otgsi_yellow_bg');
88
  otgs_wp_installer.reset_errors();
89
  return false;
90
  },
91
-
92
  save_site_key: function(){
93
 
94
  var thisf = jQuery(this);
@@ -96,7 +98,7 @@
96
  jQuery(this).find('input').attr('disabled', 'disabled');
97
 
98
  var spinner = jQuery('<span class="spinner"></span>');
99
- spinner.css({display: 'inline-block', float: 'none'}).prependTo(jQuery(this));
100
 
101
  otgs_wp_installer.reset_errors();
102
 
56
  show_error: function(repo, text){
57
  jQuery('#installer_repo_' + repo).find('.installer-error-box').html(text).show();
58
  },
 
 
59
 
60
+ show_site_key_form: function () {
61
+
62
+ var button = jQuery(this);
63
+
64
+ if (button.attr('disabled')) {
65
+ alert(button.attr('title'));
66
  return false;
67
  }
68
 
69
  otgs_wp_installer.reset_errors();
70
+
71
+ var form = button.closest('td').find('form.otgsi_site_key_form');
72
+ button.parent('p').hide();
73
+
74
+ form.show();
75
  form.find('input[name^=site_key_]').focus().val('');
76
+ form.find('input').removeAttr('disabled');
77
+
78
  form.closest('.otgsi_register_product_wrap').addClass('otgsi_yellow_bg');
79
+
80
  return false;
81
+
82
  },
83
+
84
+ hide_site_key_form: function () {
85
+ var button = jQuery(this);
86
+ var form = button.closest('td').find('form');
87
  form.hide();
88
+
89
+ form.closest('.otgsi_register_product_wrap').removeClass('otgsi_yellow_bg').find('.enter_site_key_wrap_js').show();
 
 
90
  otgs_wp_installer.reset_errors();
91
  return false;
92
  },
93
+
94
  save_site_key: function(){
95
 
96
  var thisf = jQuery(this);
98
  jQuery(this).find('input').attr('disabled', 'disabled');
99
 
100
  var spinner = jQuery('<span class="spinner"></span>');
101
+ spinner.css({display: 'inline-block', float: 'right', visibility: 'visible'}).prependTo(jQuery(this));
102
 
103
  otgs_wp_installer.reset_errors();
104
 
vendor/otgs/installer/res/js/save-components-setting.js ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery(document).ready(function () {
2
+ jQuery( '.js-otgs-components-report-user-choice' ).click(function () {
3
+ var spinner = jQuery(this).parent().prev();
4
+
5
+ spinner.addClass('is-active');
6
+
7
+ jQuery.ajax({
8
+ url: ajaxurl,
9
+ type: 'POST',
10
+ data: {
11
+ action: jQuery(this).data('nonce-action'),
12
+ nonce: jQuery(this).data('nonce-value'),
13
+ agree: jQuery(this).is(':checked') ? 1 : 0,
14
+ repo: jQuery(this).data('repo')
15
+ },
16
+ success: function () {
17
+ spinner.removeClass('is-active');
18
+ }
19
+ });
20
+ });
21
+ });
vendor/otgs/installer/res/js/tooltip/tooltip.js ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (function () {
2
+ 'use strict';
3
+
4
+ var OTGS_Installer_Tooltip = function( element ) {
5
+ this.trigger = element;
6
+ this.content = this.trigger.html(this.trigger.html()).text();
7
+ this.edge = 'bottom';
8
+ this.align = 'left';
9
+ this.margin_left = '-54px';
10
+
11
+ if ( !this.content ) {
12
+ this.content = this.decodeEntities(this.trigger.data('content'));
13
+ }
14
+
15
+ if ( this.trigger.data( 'edge' ) ) {
16
+ this.edge = this.trigger.data( 'edge' );
17
+ }
18
+
19
+ if ( this.trigger.data( 'align' ) ) {
20
+ this.align = this.trigger.data( 'align' );
21
+ }
22
+
23
+ if ( this.trigger.data( 'margin_left' ) ) {
24
+ this.margin_left = this.trigger.data( 'margin_left' );
25
+ }
26
+
27
+ this.trigger.empty();
28
+ this.trigger.click( jQuery.proxy( this.onTriggerClick,this ) );
29
+ };
30
+
31
+ OTGS_Installer_Tooltip.prototype = {
32
+ open: function () {
33
+ if (this.trigger.length && this.content) {
34
+ this.trigger.addClass('js-otgs-installer-active-tooltip');
35
+ this.trigger.pointer({
36
+ pointerClass: 'js-otgs-installer-tooltip',
37
+ content: this.content,
38
+ position: {
39
+ edge: this.edge,
40
+ align: this.align
41
+ },
42
+ show: jQuery.proxy( this.onShow, this ),
43
+ close: this.onClose,
44
+ buttons: this.buttons
45
+
46
+ }).pointer('open');
47
+ }
48
+ },
49
+ onShow: function(event, t) {
50
+ t.pointer.css('marginLeft', this.margin_left);
51
+ },
52
+ onClose: function (event, t) {
53
+ t.pointer.css('marginLeft', '0');
54
+ },
55
+ onTriggerClick: function(e) {
56
+ e.preventDefault();
57
+ this.open();
58
+ },
59
+ buttons: function (event, t) {
60
+ var button = jQuery('<a class="close" href="#">&nbsp;</a>');
61
+
62
+ return button.bind('click.pointer', function (e) {
63
+ e.preventDefault();
64
+ t.element.pointer('close');
65
+ });
66
+ },
67
+ decodeEntities: function(encodedString) {
68
+ var textArea = document.createElement('textarea');
69
+ textArea.innerHTML = encodedString;
70
+ return textArea.value;
71
+ }
72
+ };
73
+
74
+ jQuery(document).ready(function () {
75
+ var tooltips = jQuery('.js-otgs-installer-tooltip-open'),
76
+ tooltip = {};
77
+
78
+ tooltips.each(function (index, element) {
79
+ tooltip = new OTGS_Installer_Tooltip(jQuery(element));
80
+ });
81
+ });
82
+ }());
vendor/otgs/installer/templates/components-setting/commercial-tab.twig ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <p class="otgs-installer-keepuptodate">
2
+ <input checked name="repo_allowed_to_send_data" value="{{ repo_id }}" type="checkbox"> {{ strings.message }}
3
+ <a class="js-otgs-installer-tooltip-open otgs-ico-help">
4
+ {{ strings.tooltip }}
5
+ </a>
6
+ <small>{{ strings.stop_sending }}</small>
7
+ </p>
vendor/otgs/installer/templates/components-setting/plugins-page.twig ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {% if should_display_subscription_notice or should_display_setting_notice %}
2
+ <tr class="{{ css.tr_classes }}">
3
+ <td colspan="{{ col_count }}" class="plugin-update colspanchange">
4
+ <div class="{{ css.notice_classes }}">
5
+
6
+ {% if should_display_subscription_notice %}
7
+
8
+ <p class="installer-q-icon">
9
+ {{ strings.valid_subscription|raw }}
10
+ </p>
11
+
12
+ {% endif %}
13
+
14
+ {% if should_display_setting_notice %}
15
+ <div class="spinner otgs-components-report-setting-spinner"></div>
16
+ <p>
17
+ <input type="checkbox" {{ repo_checked }} class="js-otgs-components-report-user-choice" value="1" data-nonce-action="{{ nonce.action }}" data-nonce-value="{{ nonce.value }}" data-repo="{{ repo }}" />
18
+ {{ strings.send_report|raw }}
19
+ </p>
20
+ {% endif %}
21
+ </div>
22
+ </td>
23
+ </tr>
24
+ {% endif %}
vendor/otgs/installer/templates/repository-listing.php CHANGED
@@ -10,37 +10,75 @@
10
 
11
  <tr>
12
  <td>&nbsp;</td>
13
- <td class="otgsi_register_product_wrap" align="center" valign="top">
14
  <?php // IF NO SUBSCRIPTION ?>
15
  <?php if(!$this->repository_has_subscription($repository_id)): ?>
16
 
17
- <div style="text-align: right;">
18
- <span><?php _e('Already bought?', 'installer'); ?>&nbsp;</span>
19
- <a class="enter_site_key_js button-primary<?php if( WP_Installer::get_repository_hardcoded_site_key( $repository_id ) ): ?> disabled<?php endif ?>" href="#"
20
- <?php if( WP_Installer::get_repository_hardcoded_site_key( $repository_id ) ): ?>
21
- style="cursor: help"
22
- disabled="disabled"
23
- title="<?php printf( esc_attr__("Site-key was set by %s, most likely in wp-config.php. Please remove the constant before attempting to register.", 'installer'), 'OTGS_INSTALLER_SITE_KEY_' . strtoupper($repository_id) ) ?>"
24
- <?php endif; ?>
25
- >
26
- <?php printf(__('Register %s', 'installer'), $generic_product_name); ?>
27
- </a>&nbsp;&nbsp;
 
 
 
28
  <form class="otgsi_site_key_form" method="post">
29
  <input type="hidden" name="action" value="save_site_key" />
30
  <input type="hidden" name="nonce" value="<?php echo wp_create_nonce('save_site_key_' . $repository_id) ?>" />
31
  <input type="hidden" name="repository_id" value="<?php echo $repository_id ?>">
32
- <?php _e('2. Enter your site key', 'installer'); ?>
33
- <input type="text" size="10" name="site_key_<?php echo $repository_id ?>" placeholder="<?php echo esc_attr('site key') ?>" />
34
- <input class="button-primary" type="submit" value="<?php esc_attr_e('OK', 'installer') ?>" />
35
- <input class="button-secondary cancel_site_key_js" type="button" value="<?php esc_attr_e('Cancel', 'installer') ?>" />
36
-
37
- <div class="alignleft" style="margin-top:6px;"><?php printf(__('1. Go to your %s%s account%s and add this site URL: %s', 'installer'),
38
- '<a href="' . $this->settings['repositories'][$repository_id]['data']['site_keys_management_url'] . '?add='.urlencode($this->get_installer_site_url( $repository_id )).'">',
39
- $generic_product_name, '</a>', $this->get_installer_site_url( $repository_id )); ?></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  </form>
41
 
42
 
43
- </div>
44
 
45
  <?php
46
  $site_key = false;
@@ -72,35 +110,41 @@
72
  <?php $this->show_subscription_renew_warning($repository_id, $subscription_type); ?>
73
  <?php endif; ?>
74
 
75
- <div class="alignright">
76
- <a class="remove_site_key_js button-secondary" href="#" data-repository=<?php echo $repository_id ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
  data-confirmation="<?php esc_attr_e('Are you sure you want to unregister?', 'installer') ?>"
78
  data-nonce="<?php echo wp_create_nonce('remove_site_key_' . $repository_id) ?>"
79
  <?php if( WP_Installer::get_repository_hardcoded_site_key( $repository_id ) ): ?>
80
- style="cursor: help"
81
- disabled="disabled"
82
  title="<?php printf( esc_attr__("Site-key was set by %s, most likely in wp-config.php. Please remove the constant before attempting to unregister.", 'installer'), 'OTGS_INSTALLER_SITE_KEY_' . strtoupper($repository_id) ) ?>"
83
  <?php endif; ?>
84
  >
85
  <?php printf(__("Unregister %s from this site", 'installer'), $generic_product_name) ?></a>&nbsp;
86
- <a class="update_site_key_js button-secondary" href="#" data-repository=<?php echo $repository_id ?>
 
87
  data-nonce="<?php echo wp_create_nonce('update_site_key_' . $repository_id) ?>">
88
  <?php _e('Check for updates', 'installer'); ?>
89
  </a>
90
- </div>
91
-
92
- <?php if(empty($expired)): ?>
93
- <div class="alignleft">
94
- <?php if($expires = $this->settings['repositories'][$repository_id]['subscription']['data']->expires): ?>
95
- <?php printf(__('%s is registered on this site. You will receive automatic updates until %s', 'installer'), $generic_product_name, date_i18n('F j, Y', strtotime($expires))); ?>
96
- <?php else: ?>
97
- <?php printf(__('%s is registered on this site. Your Lifetime account gives you updates for life.', 'installer'), $generic_product_name); ?>
98
- <?php endif; ?>
99
- </div>
100
- <?php endif; //if(empty($expired)) ?>
101
 
102
  <?php endif; // if(!repository_has_subscription) ?>
103
- <br clear="all" />
104
  <div class="installer-error-box hidden"></div>
105
 
106
  </td>
10
 
11
  <tr>
12
  <td>&nbsp;</td>
13
+ <td class="otgsi_register_product_wrap">
14
  <?php // IF NO SUBSCRIPTION ?>
15
  <?php if(!$this->repository_has_subscription($repository_id)): ?>
16
 
17
+
18
+
19
+ <p class="alignright enter_site_key_wrap_js">
20
+ <span><?php _e('Already bought?', 'installer'); ?></span>
21
+ <a class="enter_site_key_js button-primary"
22
+ <?php if( WP_Installer::get_repository_hardcoded_site_key( $repository_id ) ): ?>
23
+ disabled
24
+ title="<?php printf( esc_attr__("Site-key was set by %s, most likely in wp-config.php. Please remove the constant before attempting to register.", 'installer'), 'OTGS_INSTALLER_SITE_KEY_' . strtoupper($repository_id) ) ?>"
25
+ <?php endif; ?>
26
+ >
27
+ <?php printf(__('Register %s', 'installer'), $generic_product_name); ?>
28
+ </a>
29
+ </p>
30
+
31
  <form class="otgsi_site_key_form" method="post">
32
  <input type="hidden" name="action" value="save_site_key" />
33
  <input type="hidden" name="nonce" value="<?php echo wp_create_nonce('save_site_key_' . $repository_id) ?>" />
34
  <input type="hidden" name="repository_id" value="<?php echo $repository_id ?>">
35
+
36
+ <p >
37
+ <?php
38
+ $repo_site = str_replace( array(
39
+ 'https://',
40
+ 'http://'
41
+ ), '', $this->settings['repositories'][ $repository_id ]['data']['url'] );
42
+
43
+ printf(
44
+ __( '1. Get your site-key for %1$s. If you already have a key, get it from %2$s. Otherwise', 'installer' ),
45
+ str_replace( array(
46
+ 'https://',
47
+ 'http://'
48
+ ), '', $this->get_installer_site_url( $repository_id ) ),
49
+ '<a target="_blank" href="'. $this->settings['repositories'][ $repository_id ]['data']['site_keys_management_url'] . '?add=' . urlencode( $this->get_installer_site_url( $repository_id ) ) . '">' . __( 'your account', 'installer' ) . '</a>'
50
+ );
51
+ ?>
52
+ <a target="_blank"
53
+ href="<?php echo $this->settings['repositories'][ $repository_id ]['data']['url'] ?>"> <?php printf( esc_attr( 'register on %s.', 'installer' ), $repo_site ) ?> </a>
54
+ </p>
55
+
56
+ <p>
57
+ <?php
58
+ printf(
59
+ __( '2. Insert your key and activate automatic updates:', 'installer' ),
60
+ '<a href="' . $this->settings['repositories'][ $repository_id ]['data']['site_keys_management_url'] . '?add=' . urlencode( $this->get_installer_site_url( $repository_id ) ) . '">',
61
+ $generic_product_name, '</a>', $this->get_installer_site_url( $repository_id )
62
+ );
63
+ ?>
64
+ <span class="otgs-installer-register-inputs">
65
+ <input type="text" size="20" name="site_key_<?php echo $repository_id ?>" placeholder="<?php echo esc_attr('site key') ?>" />
66
+ <input class="button-primary" type="submit" value="<?php esc_attr_e('OK', 'installer') ?>" />
67
+ <input class="button-secondary cancel_site_key_js" type="button" value="<?php esc_attr_e('Cancel registration', 'installer') ?>" />
68
+ </span>
69
+ </p>
70
+
71
+ <?php
72
+ $template_service = new OTGS_Installer_Twig_Template_Service_Loader(
73
+ array( WP_Installer()->plugin_path() . '/templates/components-setting/' )
74
+ );
75
+ $components_setting_template = new OTGS_Installer_WP_Components_Setting_Templates( $template_service->get_service() );
76
+ $components_setting_template->render_commercial( $repo_site, $generic_product_name, $repository_id );
77
+ ?>
78
  </form>
79
 
80
 
81
+
82
 
83
  <?php
84
  $site_key = false;
110
  <?php $this->show_subscription_renew_warning($repository_id, $subscription_type); ?>
111
  <?php endif; ?>
112
 
113
+
114
+ <?php if(empty($expired)): ?>
115
+
116
+ <div class="otgs-installer-registered clearfix">
117
+ <span>
118
+ <?php if($expires = $this->settings['repositories'][$repository_id]['subscription']['data']->expires): ?>
119
+ <?php printf(__('%s is registered on this site. You will receive automatic updates until %s', 'installer'), $generic_product_name, date_i18n('F j, Y', strtotime($expires))); ?>
120
+ <?php else: ?>
121
+ <?php printf(__('%s is registered on this site. Your Lifetime account gives you updates for life.', 'installer'), $generic_product_name); ?>
122
+ <?php endif; ?>
123
+ </span>
124
+ <?php endif; //if(empty($expired)) ?>
125
+
126
+ <span class="otgs-installer-registered-buttons">
127
+
128
+ <a class="remove_site_key_js button-secondary" data-repository=<?php echo $repository_id ?>
129
  data-confirmation="<?php esc_attr_e('Are you sure you want to unregister?', 'installer') ?>"
130
  data-nonce="<?php echo wp_create_nonce('remove_site_key_' . $repository_id) ?>"
131
  <?php if( WP_Installer::get_repository_hardcoded_site_key( $repository_id ) ): ?>
132
+ disabled
 
133
  title="<?php printf( esc_attr__("Site-key was set by %s, most likely in wp-config.php. Please remove the constant before attempting to unregister.", 'installer'), 'OTGS_INSTALLER_SITE_KEY_' . strtoupper($repository_id) ) ?>"
134
  <?php endif; ?>
135
  >
136
  <?php printf(__("Unregister %s from this site", 'installer'), $generic_product_name) ?></a>&nbsp;
137
+
138
+ <a class="update_site_key_js button-secondary" data-repository=<?php echo $repository_id ?>
139
  data-nonce="<?php echo wp_create_nonce('update_site_key_' . $repository_id) ?>">
140
  <?php _e('Check for updates', 'installer'); ?>
141
  </a>
142
+ </span>
143
+ </div>
144
+
 
 
 
 
 
 
 
 
145
 
146
  <?php endif; // if(!repository_has_subscription) ?>
147
+
148
  <div class="installer-error-box hidden"></div>
149
 
150
  </td>
vendor/otgs/installer/templates/template-service/class-otgs-installer-twig-template-service-loader.php ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class OTGS_Installer_Twig_Template_Service_Loader {
4
+
5
+ /**
6
+ * @var array
7
+ */
8
+ private $paths;
9
+
10
+ /**
11
+ * OTGS_Installer_Twig_Template_Service_Loader constructor.
12
+ *
13
+ * @param array $paths
14
+ */
15
+ public function __construct( array $paths ) {
16
+ $this->paths = $paths;
17
+ }
18
+
19
+ /**
20
+ * @return OTGS_Installer_Twig_Template_Service
21
+ */
22
+ public function get_service() {
23
+ $twig_loader = new Twig_Loader_Filesystem( $this->paths );
24
+ $environment_args = array();
25
+ if ( defined( 'WP_DEBUG' ) && WP_DEBUG ) {
26
+ $environment_args['debug'] = true;
27
+ }
28
+ $twig = new Twig_Environment( $twig_loader, $environment_args );
29
+
30
+ return new OTGS_Installer_Twig_Template_Service( $twig );
31
+ }
32
+ }
vendor/otgs/installer/templates/template-service/class-otgs-installer-twig-template-service.php ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class OTGS_Installer_Twig_Template_Service implements IOTGS_Installer_Template_Service {
4
+
5
+ const FILE_EXTENSION = '.twig';
6
+
7
+ private $twig;
8
+
9
+ /**
10
+ * OTGS_Installer_Twig_Template_Service constructor.
11
+ *
12
+ * @param Twig_Environment $twig
13
+ */
14
+ public function __construct( Twig_Environment $twig ) {
15
+ $this->twig = $twig;
16
+ }
17
+
18
+ /**
19
+ * @param array $model
20
+ * @param string $template
21
+ *
22
+ * @return string
23
+ */
24
+ public function show( $model, $template ) {
25
+ return $this->twig->render( $template . self::FILE_EXTENSION, $model );
26
+ }
27
+ }
vendor/otgs/installer/templates/template-service/interface-iotgs-installer-template-service.php ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ <?php
2
+
3
+ interface IOTGS_Installer_Template_Service {
4
+ public function show( $model, $template );
5
+ }
wpcf.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://wordpress.org/extend/plugins/types/
5
  Description: Toolset Types defines custom content in WordPress. Easily create custom post types, fields and taxonomy and connect everything together.
6
  Author: OnTheGoSystems
7
  Author URI: http://www.onthegosystems.com
8
- Version: 2.2.22
9
  License: GPLv2 or later
10
 
11
  Types is free software: you can redistribute it and/or modify
@@ -29,7 +29,7 @@ if ( ! function_exists( 'add_action' ) ) {
29
 
30
  // version
31
  if ( ! defined( 'TYPES_VERSION' ) ) {
32
- define( 'TYPES_VERSION', '2.2.22' );
33
  }
34
 
35
  // backward compatibility
5
  Description: Toolset Types defines custom content in WordPress. Easily create custom post types, fields and taxonomy and connect everything together.
6
  Author: OnTheGoSystems
7
  Author URI: http://www.onthegosystems.com
8
+ Version: 2.2.23
9
  License: GPLv2 or later
10
 
11
  Types is free software: you can redistribute it and/or modify
29
 
30
  // version
31
  if ( ! defined( 'TYPES_VERSION' ) ) {
32
+ define( 'TYPES_VERSION', '2.2.23' );
33
  }
34
 
35
  // backward compatibility