@configuratorware/configurator-frontendgui 1.28.0-beta.3 → 1.28.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (452) hide show
  1. package/README.md +26 -5
  2. package/babel.config.js +46 -0
  3. package/package.json +102 -20
  4. package/public/ConfigurationMessagingDemo.html +55 -0
  5. package/scripts/cpPath.js +135 -0
  6. package/scripts/cpPublic.js +3 -3
  7. package/scripts/getDefaultWebpackConfig.js +10 -11
  8. package/scripts/moveLibToPackageRoot.js +40 -0
  9. package/scripts/rmDir.js +29 -0
  10. package/scripts/updateLocalPackages.js +68 -0
  11. package/scripts/utils/process.js +19 -0
  12. package/src/App/Error/ProductionErrorPage/Style.scss +1 -1
  13. package/src/App/Modules/Creator/Components/Option/index.test.js +1 -1
  14. package/src/App/Modules/Creator/Components/OptionAmount/index.test.js +1 -1
  15. package/src/App/Modules/Creator/Components/Optiondetail/index.js +7 -3
  16. package/src/App/Modules/Creator/Components/ProductPart/index.test.js +1 -1
  17. package/src/App/Modules/Designer/Components/AddGalleryImage/index.story.js +1 -1
  18. package/src/App/Modules/Designer/Components/ColorPalettes/index.test.jsx +1 -1
  19. package/src/App/Modules/Designer/Components/DesignAreaControlbox/index.test.jsx +1 -1
  20. package/src/App/Modules/Designer/Components/TextControlbox/index.test.jsx +1 -1
  21. package/src/App/Reducers/DesignView/Actions.js +2 -1
  22. package/src/App/Reducers/DesignView/Reducer.js +10 -2
  23. package/src/App/Reducers/DesignView/__mocks__/designerViewData.js +1 -0
  24. package/src/App/Reducers/DesignView/__tests__/Reducer.test.js +22 -0
  25. package/src/App/Reducers/ImageGallery/Actions.js +1 -1
  26. package/src/App/Screens/Configurator/Components/CalculationWidget/index.test.jsx +1 -1
  27. package/src/App/Screens/Configurator/Components/DesignApproval/index.test.jsx +1 -1
  28. package/src/App/Screens/Configurator/Components/FullScreenView/index.test.jsx +1 -1
  29. package/src/App/Screens/Configurator/Containers/AmountPrice.js +1 -1
  30. package/src/App/Screens/Configurator/Containers/Confirm.js +1 -1
  31. package/src/App/Screens/Configurator/Screen.js +1 -1
  32. package/src/App/Services/__tests__/DesignDataService.selectViewForComponent.test.js +53 -0
  33. package/src/App/Shared/Containers/AlertMessages.js +1 -1
  34. package/src/App/Shared/Containers/AmountPrice/index.test.js +1 -1
  35. package/src/App/Shared/Containers/Error.js +1 -1
  36. package/src/App/Shared/Containers/SaveConfiguration.js +1 -1
  37. package/src/App/Translations.js +1 -1
  38. package/src/Framework/i18n.js +3 -2
  39. package/src/Shared/Components/CustomDialog.js +1 -0
  40. package/tsconfig.json +22 -0
  41. package/App/Constant.js +0 -73
  42. package/App/Error/DevelopmentErrorPage/index.js +0 -74
  43. package/App/Error/ErrorBoundary.js +0 -98
  44. package/App/Error/ProductionErrorPage/Style.scss +0 -47
  45. package/App/Error/ProductionErrorPage/index.js +0 -43
  46. package/App/Error/ProductionErrorPage/index.story.js +0 -13
  47. package/App/Error/ProductionErrorPage/res/error_gears.png +0 -0
  48. package/App/Frame.js +0 -95
  49. package/App/Modules/Creator/Components/ConfigurationvariantItem/Styles.scss +0 -33
  50. package/App/Modules/Creator/Components/ConfigurationvariantItem/index.js +0 -118
  51. package/App/Modules/Creator/Components/ConfigurationvariantSelection/Styles.scss +0 -47
  52. package/App/Modules/Creator/Components/ConfigurationvariantSelection/index.js +0 -130
  53. package/App/Modules/Creator/Components/CustomTitleEditor/Styles.scss +0 -43
  54. package/App/Modules/Creator/Components/CustomTitleEditor/index.js +0 -144
  55. package/App/Modules/Creator/Components/ExternalVisualization/index.js +0 -140
  56. package/App/Modules/Creator/Components/FastConfiguration/SelectableRow.js +0 -128
  57. package/App/Modules/Creator/Components/FastConfiguration/Styles.scss +0 -53
  58. package/App/Modules/Creator/Components/FastConfiguration/index.js +0 -280
  59. package/App/Modules/Creator/Components/FastConfigurationRow/Styles.scss +0 -45
  60. package/App/Modules/Creator/Components/FastConfigurationRow/index.js +0 -78
  61. package/App/Modules/Creator/Components/FastConfigurationSelect/Styles.scss +0 -35
  62. package/App/Modules/Creator/Components/FastConfigurationSelect/index.js +0 -251
  63. package/App/Modules/Creator/Components/FormattedNumber/index.js +0 -45
  64. package/App/Modules/Creator/Components/FormattedPrice/index.js +0 -57
  65. package/App/Modules/Creator/Components/FullScreenView/FullScreenView.js +0 -104
  66. package/App/Modules/Creator/Components/Incompatibility/OptionRule/index.js +0 -182
  67. package/App/Modules/Creator/Components/Incompatibility/RuleComponent.js +0 -88
  68. package/App/Modules/Creator/Components/Incompatibility/index.js +0 -251
  69. package/App/Modules/Creator/Components/InvalidConfigurationNotice/index.js +0 -164
  70. package/App/Modules/Creator/Components/LoginForm/Styles.scss +0 -9
  71. package/App/Modules/Creator/Components/LoginForm/index.js +0 -129
  72. package/App/Modules/Creator/Components/Option/index.js +0 -545
  73. package/App/Modules/Creator/Components/Option/index.story.js +0 -154
  74. package/App/Modules/Creator/Components/OptionAmount/index.js +0 -236
  75. package/App/Modules/Creator/Components/OptionGroup/index.js +0 -55
  76. package/App/Modules/Creator/Components/Optiondetail/ZoomImage/index.js +0 -173
  77. package/App/Modules/Creator/Components/Optiondetail/index.js +0 -497
  78. package/App/Modules/Creator/Components/Optiondetail/index.story.js +0 -117
  79. package/App/Modules/Creator/Components/OptionsList/index.js +0 -193
  80. package/App/Modules/Creator/Components/Price/Styles.scss +0 -3
  81. package/App/Modules/Creator/Components/Price/index.js +0 -79
  82. package/App/Modules/Creator/Components/ProductPart/index.js +0 -185
  83. package/App/Modules/Creator/Components/ProductPart/index.story.js +0 -88
  84. package/App/Modules/Creator/Components/ProductPartsList/index.js +0 -150
  85. package/App/Modules/Creator/Components/ProductPartsList/index.story.js +0 -101
  86. package/App/Modules/Creator/Components/SavedConfiguration/Styles.scss +0 -19
  87. package/App/Modules/Creator/Components/SavedConfiguration/index.js +0 -82
  88. package/App/Modules/Creator/Components/ShareConfiguration/Styles.scss +0 -23
  89. package/App/Modules/Creator/Components/ShareConfiguration/index.js +0 -224
  90. package/App/Modules/Creator/Components/StockInformation/index.js +0 -93
  91. package/App/Modules/Creator/Components/StoreConfigurationForm/Styles.scss +0 -5
  92. package/App/Modules/Creator/Components/StoreConfigurationForm/index.js +0 -123
  93. package/App/Modules/Creator/Components/Tools/Styles.scss +0 -44
  94. package/App/Modules/Creator/Components/Tools/index.js +0 -102
  95. package/App/Modules/Creator/Components/ValidationResult/Styles.scss +0 -45
  96. package/App/Modules/Creator/Components/ValidationResult/index.js +0 -165
  97. package/App/Modules/Creator/Components/index.js +0 -84
  98. package/App/Modules/Creator/Containers/AmountPrice/index.js +0 -26
  99. package/App/Modules/Creator/Containers/ConfigurationvariantSelection/index.js +0 -60
  100. package/App/Modules/Creator/Containers/CustomTitleEditor/index.js +0 -52
  101. package/App/Modules/Creator/Containers/FastConfiguration/index.js +0 -62
  102. package/App/Modules/Creator/Containers/FormattedPrice/index.js +0 -31
  103. package/App/Modules/Creator/Containers/Incompatibility/index.js +0 -40
  104. package/App/Modules/Creator/Containers/InvalidConfigurationNotice/index.js +0 -89
  105. package/App/Modules/Creator/Containers/LoadingOverlay/index.js +0 -26
  106. package/App/Modules/Creator/Containers/Optiondetail/index.js +0 -48
  107. package/App/Modules/Creator/Containers/OptionsList/index.js +0 -49
  108. package/App/Modules/Creator/Containers/ProductPart/index.js +0 -26
  109. package/App/Modules/Creator/Containers/ProductPartsList/index.js +0 -49
  110. package/App/Modules/Creator/Containers/SavedConfigurationContainer/index.js +0 -25
  111. package/App/Modules/Creator/Containers/ShareConfiguration/index.js +0 -42
  112. package/App/Modules/Creator/Containers/StockInformation/index.js +0 -33
  113. package/App/Modules/Creator/Containers/Tools/index.js +0 -44
  114. package/App/Modules/Creator/Containers/ValidationResult/index.js +0 -34
  115. package/App/Modules/Creator/Containers/index.js +0 -175
  116. package/App/Modules/Creator/CreatorScreen.js +0 -307
  117. package/App/Modules/Creator/Layouts/DefaultLayout.js +0 -260
  118. package/App/Modules/Creator/Styles.scss +0 -216
  119. package/App/Modules/Designer/Components/AddGalleryImage/index.js +0 -234
  120. package/App/Modules/Designer/Components/AddGalleryImage/index.story.js +0 -94
  121. package/App/Modules/Designer/Components/AddGalleryImage/index.test.js +0 -151
  122. package/App/Modules/Designer/Components/AddVisualElement/Styles.scss +0 -0
  123. package/App/Modules/Designer/Components/AddVisualElement/index.js +0 -278
  124. package/App/Modules/Designer/Components/AddVisualElement/index.story.js +0 -24
  125. package/App/Modules/Designer/Components/AddVisualElement/index.test.js +0 -47
  126. package/App/Modules/Designer/Components/CloseDesignEditor/index.js +0 -130
  127. package/App/Modules/Designer/Components/CloseGraphicsEditorButton/index.js +0 -54
  128. package/App/Modules/Designer/Components/ColorPalettes/ColorPalettesSearch.js +0 -175
  129. package/App/Modules/Designer/Components/ColorPalettes/index.js +0 -814
  130. package/App/Modules/Designer/Components/ColorPalettes/index.story.js +0 -158
  131. package/App/Modules/Designer/Components/ColorPalettes/index.test.js +0 -150
  132. package/App/Modules/Designer/Components/DesignAreaControlbox/Styles.scss +0 -0
  133. package/App/Modules/Designer/Components/DesignAreaControlbox/index.js +0 -460
  134. package/App/Modules/Designer/Components/DesignAreaControlbox/index.story.js +0 -272
  135. package/App/Modules/Designer/Components/DesignAreaControlbox/index.test.js +0 -164
  136. package/App/Modules/Designer/Components/DesignerSelectionToolbox/CustomFontOverlay.js +0 -162
  137. package/App/Modules/Designer/Components/DesignerSelectionToolbox/DesignerSelectionToolbox.js +0 -425
  138. package/App/Modules/Designer/Components/DesignerSelectionToolbox/fontItemUtils.js +0 -48
  139. package/App/Modules/Designer/Components/Dialog/index.js +0 -125
  140. package/App/Modules/Designer/Components/EditDesignButton/index.js +0 -128
  141. package/App/Modules/Designer/Components/FeedbackNotice/index.js +0 -110
  142. package/App/Modules/Designer/Components/FeedbackNotice/index.test.js +0 -16
  143. package/App/Modules/Designer/Components/FullScreenView/FullScreenView.js +0 -63
  144. package/App/Modules/Designer/Components/ImageColorPicker/ImageColorPicker.dev.js +0 -32
  145. package/App/Modules/Designer/Components/ImageColorPicker/ImageColorPicker.js +0 -430
  146. package/App/Modules/Designer/Components/ImageColorize/index.js +0 -636
  147. package/App/Modules/Designer/Components/ImageColorize/index.story.js +0 -73
  148. package/App/Modules/Designer/Components/ImageControlbox/index.js +0 -302
  149. package/App/Modules/Designer/Components/ImageEditDialog/ImageThumbnail.js +0 -171
  150. package/App/Modules/Designer/Components/ImageEditDialog/ImageUpload.js +0 -478
  151. package/App/Modules/Designer/Components/ImageEditDialog/index.js +0 -716
  152. package/App/Modules/Designer/Components/ImageEditDialog/res/baseline_colorize_black_24dp.png +0 -0
  153. package/App/Modules/Designer/Components/ImageEditDialog/res/checkers_tile.png +0 -0
  154. package/App/Modules/Designer/Components/ImageLibraryFilter/index.js +0 -179
  155. package/App/Modules/Designer/Components/ImageLibraryThumbnail/Styles.scss +0 -14
  156. package/App/Modules/Designer/Components/ImageLibraryThumbnail/index.js +0 -165
  157. package/App/Modules/Designer/Components/ObjectTools/index.js +0 -146
  158. package/App/Modules/Designer/Components/Select/index.js +0 -171
  159. package/App/Modules/Designer/Components/TextControlbox/TextFormatIcon.js +0 -48
  160. package/App/Modules/Designer/Components/TextControlbox/index.js +0 -656
  161. package/App/Modules/Designer/Components/TextControlbox/index.story.js +0 -109
  162. package/App/Modules/Designer/Components/TextControlbox/index.test.js +0 -172
  163. package/App/Modules/Designer/Containers/AddGalleryImage.js +0 -90
  164. package/App/Modules/Designer/Containers/AddVisualElement.js +0 -166
  165. package/App/Modules/Designer/Containers/CloseDesignEditor.js +0 -32
  166. package/App/Modules/Designer/Containers/CloseGraphicsEditorButton.js +0 -32
  167. package/App/Modules/Designer/Containers/ColorPalettes.js +0 -145
  168. package/App/Modules/Designer/Containers/DesignAreaControlbox.js +0 -54
  169. package/App/Modules/Designer/Containers/Designer.js +0 -37
  170. package/App/Modules/Designer/Containers/DesignerSelectionToolbox.js +0 -116
  171. package/App/Modules/Designer/Containers/EditDesignButton.js +0 -35
  172. package/App/Modules/Designer/Containers/ImageEditDialog.js +0 -1130
  173. package/App/Modules/Designer/Designer.js +0 -231
  174. package/App/Modules/Designer/DesignerScreen.js +0 -233
  175. package/App/Modules/Designer/Layouts/DefaultLayout.js +0 -196
  176. package/App/Modules/Designer/Layouts/Mobile/TwoSideBottomBar.js +0 -50
  177. package/App/Modules/Designer/Layouts/PopupAreaProvider.js +0 -186
  178. package/App/Modules/Designer/Utils/FontFaceRepository.js +0 -82
  179. package/App/Modules/Designer/Utils/ImageEditUtils.js +0 -104
  180. package/App/Modules/Designer/Utils/Transformers.js +0 -164
  181. package/App/Modules/Designer/setupDesigner.js +0 -182
  182. package/App/Modules/Designer/withActiveCanvas.js +0 -136
  183. package/App/Modules/Visualization/AlignTargetContainer.js +0 -55
  184. package/App/Modules/Visualization/CreatorAlignTarget.js +0 -41
  185. package/App/Modules/Visualization/DefaultVisualizationProvider.js +0 -105
  186. package/App/Modules/Visualization/DesignerAlignTarget.js +0 -45
  187. package/App/Modules/Visualization/Utils/getFirstDataURLFromScreenshotsObj.js +0 -20
  188. package/App/Reducers/Actions.js +0 -297
  189. package/App/Reducers/ConfigurationMode/Actions.js +0 -21
  190. package/App/Reducers/ConfigurationMode/Reducer.js +0 -80
  191. package/App/Reducers/ConfigurationMode/Selectors.js +0 -84
  192. package/App/Reducers/Configurator/Actions.js +0 -1417
  193. package/App/Reducers/Configurator/AttributeSelectors.js +0 -32
  194. package/App/Reducers/Configurator/Modifiers.js +0 -35
  195. package/App/Reducers/Configurator/Reducer.js +0 -639
  196. package/App/Reducers/Configurator/Selectors.js +0 -242
  197. package/App/Reducers/Confirm/Actions.js +0 -84
  198. package/App/Reducers/Confirm/Reducer.js +0 -30
  199. package/App/Reducers/DesignArea/Actions.js +0 -76
  200. package/App/Reducers/DesignArea/DesignElementSelectors.js +0 -114
  201. package/App/Reducers/DesignArea/MaskSelectors.js +0 -101
  202. package/App/Reducers/DesignArea/Reducer.js +0 -150
  203. package/App/Reducers/DesignArea/Selectors.js +0 -1304
  204. package/App/Reducers/DesignArea/Transformers.js +0 -333
  205. package/App/Reducers/DesignData/Actions.js +0 -232
  206. package/App/Reducers/DesignData/Modifiers.js +0 -328
  207. package/App/Reducers/DesignData/Reducer.js +0 -189
  208. package/App/Reducers/DesignData/Selectors.js +0 -94
  209. package/App/Reducers/DesignData/Transformers.js +0 -27
  210. package/App/Reducers/DesignView/Actions.js +0 -19
  211. package/App/Reducers/DesignView/Reducer.js +0 -165
  212. package/App/Reducers/DesignView/Selectors.js +0 -130
  213. package/App/Reducers/DesignView/Transformers.js +0 -32
  214. package/App/Reducers/Device/Actions.js +0 -16
  215. package/App/Reducers/Device/Reducer.js +0 -51
  216. package/App/Reducers/Fonts/Actions.js +0 -137
  217. package/App/Reducers/Fonts/Reducer.js +0 -39
  218. package/App/Reducers/Fonts/Selectors.js +0 -98
  219. package/App/Reducers/GeneralActions.js +0 -16
  220. package/App/Reducers/ImageGallery/Actions.js +0 -336
  221. package/App/Reducers/ImageGallery/Modifiers.js +0 -67
  222. package/App/Reducers/ImageGallery/Reducer.js +0 -320
  223. package/App/Reducers/ImageGallery/Selectors.js +0 -206
  224. package/App/Reducers/Reducer.js +0 -107
  225. package/App/Reducers/UI/Actions.js +0 -191
  226. package/App/Reducers/UI/Reducer.js +0 -98
  227. package/App/Reducers/UI/Selectors.js +0 -32
  228. package/App/Reducers.js +0 -48
  229. package/App/Routing.js +0 -168
  230. package/App/Screens/Configurator/CalculationWidgetScreen.js +0 -84
  231. package/App/Screens/Configurator/Components/AmountSelection/Styles.scss +0 -17
  232. package/App/Screens/Configurator/Components/AmountSelection/index.js +0 -170
  233. package/App/Screens/Configurator/Components/AmountSelection/index.story.js +0 -36
  234. package/App/Screens/Configurator/Components/CalculationWidget/index.js +0 -652
  235. package/App/Screens/Configurator/Components/CalculationWidget/index.story.js +0 -154
  236. package/App/Screens/Configurator/Components/CalculationWidget/index.test.js +0 -142
  237. package/App/Screens/Configurator/Components/ConfigurationModeSwitch/ConfigurationModeSwitch.js +0 -82
  238. package/App/Screens/Configurator/Components/ConfigurationModeSwitch/index.js +0 -15
  239. package/App/Screens/Configurator/Components/Confirm/Styles.scss +0 -0
  240. package/App/Screens/Configurator/Components/Confirm/index.js +0 -105
  241. package/App/Screens/Configurator/Components/DesignApproval/index.js +0 -76
  242. package/App/Screens/Configurator/Components/DesignApproval/index.story.js +0 -27
  243. package/App/Screens/Configurator/Components/DesignApproval/index.test.js +0 -31
  244. package/App/Screens/Configurator/Components/Error/index.js +0 -106
  245. package/App/Screens/Configurator/Components/FallbackVisualization/FallbackVisualization.js +0 -96
  246. package/App/Screens/Configurator/Components/FileUpload/FileUploadBase.js +0 -1
  247. package/App/Screens/Configurator/Components/FullScreenView/index.js +0 -303
  248. package/App/Screens/Configurator/Components/FullScreenView/index.test.js +0 -28
  249. package/App/Screens/Configurator/Components/ImageLoader/ImageLoader.js +0 -96
  250. package/App/Screens/Configurator/Components/LandscapeInformation/index.js +0 -75
  251. package/App/Screens/Configurator/Components/NoVisualization/NoVisualization.js +0 -35
  252. package/App/Screens/Configurator/Components/PreviewPortal/index.js +0 -246
  253. package/App/Screens/Configurator/Components/Styles.scss +0 -1
  254. package/App/Screens/Configurator/Components/Thumbnail/index.js +0 -394
  255. package/App/Screens/Configurator/Components/Thumbnail/index.test.js +0 -50
  256. package/App/Screens/Configurator/Components/TotalPrice/TotalPrice.js +0 -57
  257. package/App/Screens/Configurator/Containers/AmountPrice.js +0 -84
  258. package/App/Screens/Configurator/Containers/CalculationWidget.js +0 -278
  259. package/App/Screens/Configurator/Containers/ConfigurationModeSwitch.js +0 -81
  260. package/App/Screens/Configurator/Containers/Confirm.js +0 -37
  261. package/App/Screens/Configurator/Containers/DesignApproval.js +0 -129
  262. package/App/Screens/Configurator/Containers/FallbackVisualization.js +0 -32
  263. package/App/Screens/Configurator/Containers/FullScreenView.js +0 -46
  264. package/App/Screens/Configurator/Containers/Thumbnail.js +0 -41
  265. package/App/Screens/Configurator/Containers/Visualization.js +0 -13
  266. package/App/Screens/Configurator/DesignerUI.js +0 -215
  267. package/App/Screens/Configurator/DynamicComponents.js +0 -40
  268. package/App/Screens/Configurator/Screen.js +0 -236
  269. package/App/Screens/Configurator/ScreenPropTypes.js +0 -45
  270. package/App/Screens/Configurator/ThemeProvider.js +0 -298
  271. package/App/Screens/DesignerProductPreview/Constants.js +0 -12
  272. package/App/Screens/DesignerProductPreview/DesignerProductPreviewManager.js +0 -554
  273. package/App/Screens/DesignerProductPreview/Screen.js +0 -407
  274. package/App/Screens.js +0 -42
  275. package/App/ServiceLocator.js +0 -309
  276. package/App/Services/AdminareaCommunicationService.js +0 -149
  277. package/App/Services/AnalyticsService.js +0 -403
  278. package/App/Services/ConfiguratorService.js +0 -1122
  279. package/App/Services/DesignDataService.js +0 -3249
  280. package/App/Services/DesignerService.js +0 -496
  281. package/App/Services/InteractionService.js +0 -782
  282. package/App/Services/UIService.js +0 -129
  283. package/App/Services/VisualizationService.js +0 -842
  284. package/App/Shared/Components/AcceptDesign/index.js +0 -166
  285. package/App/Shared/Components/AddToBasket/index.js +0 -194
  286. package/App/Shared/Components/AddToBasket/index.story.js +0 -47
  287. package/App/Shared/Components/AlertDialog/index.js +0 -138
  288. package/App/Shared/Components/AmountInput/Styles.scss +0 -6
  289. package/App/Shared/Components/AmountInput/index.js +0 -296
  290. package/App/Shared/Components/AmountInput/index.story.js +0 -29
  291. package/App/Shared/Components/AmountPrice/index.js +0 -925
  292. package/App/Shared/Components/AmountPrice/index.story.js +0 -112
  293. package/App/Shared/Components/AmountPrice/index.test.js +0 -125
  294. package/App/Shared/Components/Analytics/AnalyticsWrapper.js +0 -49
  295. package/App/Shared/Components/BulkNames/index.js +0 -319
  296. package/App/Shared/Components/CallToAction/index.js +0 -220
  297. package/App/Shared/Components/Header/Header.js +0 -150
  298. package/App/Shared/Components/Header/index.js +0 -15
  299. package/App/Shared/Components/Header/index.story.js +0 -143
  300. package/App/Shared/Components/InformationTag/InformationTag.js +0 -155
  301. package/App/Shared/Components/LicenseNotice/LicenseNotice.js +0 -148
  302. package/App/Shared/Components/LicenseNotice/index.js +0 -15
  303. package/App/Shared/Components/LoadConfiguration/index.js +0 -218
  304. package/App/Shared/Components/MessageBox/index.js +0 -84
  305. package/App/Shared/Components/MessageBox/index.story.js +0 -49
  306. package/App/Shared/Components/Notification/index.js +0 -105
  307. package/App/Shared/Components/Notification/index.story.js +0 -55
  308. package/App/Shared/Components/PdfDownload/index.js +0 -150
  309. package/App/Shared/Components/PlusMinusInput/index.js +0 -118
  310. package/App/Shared/Components/PriceList/index.js +0 -237
  311. package/App/Shared/Components/PriceList/index.story.js +0 -114
  312. package/App/Shared/Components/PriceOverview/index.js +0 -177
  313. package/App/Shared/Components/PriceOverview/index.story.js +0 -215
  314. package/App/Shared/Components/ProductVariant/Image.js +0 -75
  315. package/App/Shared/Components/ProductVariant/Styles.scss +0 -11
  316. package/App/Shared/Components/ProductVariant/index.js +0 -477
  317. package/App/Shared/Components/ProductVariant/index.story.js +0 -283
  318. package/App/Shared/Components/Progress/Progress.js +0 -59
  319. package/App/Shared/Components/ReceiveOfferForm/index.js +0 -432
  320. package/App/Shared/Components/ReceiveOfferForm/index.story.js +0 -32
  321. package/App/Shared/Components/ReceiveOfferForm/index.test.js +0 -36
  322. package/App/Shared/Components/SaveConfiguration/index.js +0 -286
  323. package/App/Shared/Components/SendEmail/index.js +0 -103
  324. package/App/Shared/Components/Stepper/index.js +0 -136
  325. package/App/Shared/Components/Stepper/index.story.js +0 -38
  326. package/App/Shared/Components/ToolbarList/index.js +0 -231
  327. package/App/Shared/Components/ToolbarList/index.story.js +0 -33
  328. package/App/Shared/Components/VariantChooser/index.js +0 -270
  329. package/App/Shared/Components/VariantChooser/index.story.js +0 -100
  330. package/App/Shared/Containers/AlertMessages.js +0 -37
  331. package/App/Shared/Containers/AmountPrice/AmountPriceAdminareaWrapper.js +0 -40
  332. package/App/Shared/Containers/AmountPrice/index.js +0 -284
  333. package/App/Shared/Containers/BulkNames.js +0 -310
  334. package/App/Shared/Containers/Error.js +0 -37
  335. package/App/Shared/Containers/GlobalLoader.js +0 -25
  336. package/App/Shared/Containers/Header/index.js +0 -178
  337. package/App/Shared/Containers/LicenseNotice/LicenseNotice.js +0 -26
  338. package/App/Shared/Containers/LicenseNotice/index.js +0 -15
  339. package/App/Shared/Containers/LoadConfiguration/LoadConfiguration.js +0 -146
  340. package/App/Shared/Containers/LoadConfiguration/index.js +0 -15
  341. package/App/Shared/Containers/PdfDownload/index.js +0 -39
  342. package/App/Shared/Containers/ProductVariant/ProductVariant.js +0 -339
  343. package/App/Shared/Containers/ProductVariant/index.js +0 -15
  344. package/App/Shared/Containers/SaveConfiguration.js +0 -49
  345. package/App/Shared/Containers/SendEmail/SendEmail.js +0 -45
  346. package/App/Shared/Containers/SendEmail/index.js +0 -15
  347. package/App/Shared/Providers/DefaultCanvasProvider.js +0 -86
  348. package/App/Storage.js +0 -17
  349. package/App/Store.js +0 -87
  350. package/App/Styles.scss +0 -0
  351. package/App/Translations.js +0 -88
  352. package/App/Utils/createMessageInterface.js +0 -52
  353. package/App/Utils/customClassName.js +0 -12
  354. package/App/Utils/getContrastText.js +0 -27
  355. package/App/Utils/getImageUrl.js +0 -32
  356. package/App/Variables.scss +0 -84
  357. package/App/configuration.js +0 -419
  358. package/App/index.js +0 -52
  359. package/App/initServices.js +0 -67
  360. package/App/setup.js +0 -22
  361. package/App/versionInfo.js +0 -8
  362. package/Framework/Api.js +0 -178
  363. package/Framework/ComponentContainer.js +0 -165
  364. package/Framework/Components/Carousel/Styles.scss +0 -85
  365. package/Framework/Components/Carousel/index.js +0 -322
  366. package/Framework/Components/Dialog/Style.scss +0 -79
  367. package/Framework/Components/Dialog/index.js +0 -721
  368. package/Framework/Components/DialogSelect/Styles.scss +0 -53
  369. package/Framework/Components/DialogSelect/index.js +0 -331
  370. package/Framework/Components/Input/index.js +0 -147
  371. package/Framework/Components/LoadingOverlay/Styles.scss +0 -37
  372. package/Framework/Components/LoadingOverlay/index.js +0 -33
  373. package/Framework/Components/Markdown/index.js +0 -62
  374. package/Framework/Components/Mobile/index.js +0 -33
  375. package/Framework/CustomError.js +0 -51
  376. package/Framework/Helpers/TransitionDetect.js +0 -116
  377. package/Framework/Helpers/isLandscapeMobile.js +0 -14
  378. package/Framework/Helpers/isMobileDevice.js +0 -17
  379. package/Framework/Helpers/isMobileSize.js +0 -13
  380. package/Framework/Mixins.scss +0 -235
  381. package/Framework/Services/AbstractAdminareaCommunicationService.js +0 -48
  382. package/Framework/Services/AbstractAsyncService.js +0 -44
  383. package/Framework/Services/AbstractConfiguratorService.js +0 -47
  384. package/Framework/Services/AbstractInteractionService.js +0 -50
  385. package/Framework/Services/AbstractStoreService.js +0 -42
  386. package/Framework/Services/AbstractUIService.js +0 -53
  387. package/Framework/Services/AbstractVisualizationService.js +0 -47
  388. package/Framework/Services/AsyncService.js +0 -93
  389. package/Framework/Services/StoreService.js +0 -237
  390. package/Framework/Variables.scss +0 -22
  391. package/Framework/bindDecorator.js +0 -173
  392. package/Framework/i18n.js +0 -382
  393. package/Resources/Icons/MaterialUI/Icons/AddCircle.js +0 -13
  394. package/Resources/Icons/MaterialUI/Icons/RemoveCircle.js +0 -13
  395. package/Resources/Icons/MaterialUI/fontFace.scss +0 -37
  396. package/Resources/Icons/MaterialUI/fonts/MaterialIcons-Regular.eot +0 -0
  397. package/Resources/Icons/MaterialUI/fonts/MaterialIcons-Regular.svg +0 -2373
  398. package/Resources/Icons/MaterialUI/fonts/MaterialIcons-Regular.ttf +0 -0
  399. package/Resources/Icons/MaterialUI/fonts/MaterialIcons-Regular.woff +0 -0
  400. package/Resources/Icons/MaterialUI/fonts/MaterialIcons-Regular.woff2 +0 -0
  401. package/Resources/Icons/fonts/ionicons.eot +0 -0
  402. package/Resources/Icons/fonts/ionicons.svg +0 -2230
  403. package/Resources/Icons/fonts/ionicons.ttf +0 -0
  404. package/Resources/Icons/fonts/ionicons.woff +0 -0
  405. package/Resources/Icons/ionicons.scss +0 -1489
  406. package/Resources/Icons/ioniconsExtend.scss +0 -1469
  407. package/Resources/Icons/v4/fontFace.scss +0 -11
  408. package/Resources/Icons/v4/fonts/ionicons.eot +0 -0
  409. package/Resources/Icons/v4/fonts/ionicons.svg +0 -2090
  410. package/Resources/Icons/v4/fonts/ionicons.ttf +0 -0
  411. package/Resources/Icons/v4/fonts/ionicons.woff +0 -0
  412. package/Resources/Icons/v4/fonts/ionicons.woff2 +0 -0
  413. package/Resources/Icons/v4/icons.scss +0 -15
  414. package/Resources/Icons/v4/iconsExtend.scss +0 -7
  415. package/Resources/Images/designer_placeholder_logo.svg +0 -1
  416. package/Resources/Masks/circle.svg +0 -4
  417. package/Shared/Components/CustomDialog.js +0 -132
  418. package/Shared/Components/CustomDialogSelect.js +0 -161
  419. package/Shared/Components/MainButton.js +0 -81
  420. package/Shared/ErrorTypes/DeferredError.js +0 -51
  421. package/Shared/HOCs/ResizeDetect/ResizeDetect.dev.js +0 -60
  422. package/Shared/HOCs/ResizeDetect/ResizeDetect.js +0 -217
  423. package/Shared/HOCs/getDisplayName.js +0 -10
  424. package/Shared/HOCs/withFixedChangeHandler.js +0 -46
  425. package/Shared/PropTypes/ReactComponent.js +0 -13
  426. package/Shared/Styles/absoluteCenter.js +0 -17
  427. package/Utils/Array/isIdentical.js +0 -38
  428. package/Utils/Async/AsyncManager.js +0 -128
  429. package/Utils/Async/Deferred.js +0 -145
  430. package/Utils/Async/ObjectLock.js +0 -38
  431. package/Utils/Decorators/Observable.js +0 -130
  432. package/Utils/Dev/HOCs/withFilePicker.js +0 -101
  433. package/Utils/Dev/isDev.js +0 -21
  434. package/Utils/Events/pointerEvent.js +0 -199
  435. package/Utils/Events/preventEventDoubling.js +0 -23
  436. package/Utils/Function/cached.js +0 -64
  437. package/Utils/Function/createDebounceManager.js +0 -77
  438. package/Utils/Function/createSelector.js +0 -62
  439. package/Utils/Function/memoize.js +0 -46
  440. package/Utils/Function/sendMessage.js +0 -22
  441. package/Utils/Helper/createSelectionRangeMemo.js +0 -45
  442. package/Utils/Immutable/set.js +0 -81
  443. package/Utils/Math/conversions.js +0 -13
  444. package/Utils/Math/isPositiveNumber.js +0 -12
  445. package/Utils/Redux/createActionWithGlobalState.js +0 -23
  446. package/Utils/Styles/combineMediaQueries.js +0 -24
  447. package/Utils/Styles/createCheckerBoardBackground.js +0 -22
  448. package/Utils/Test/CallOrderChecker.js +0 -29
  449. package/Utils/Test/createStoreProvider.js +0 -33
  450. package/Utils/Test/formDataToJSON.js +0 -20
  451. package/Utils/Test/mountWithState.js +0 -40
  452. package/index.js +0 -8
@@ -1,1489 +0,0 @@
1
- @charset "UTF-8";
2
- /*!
3
- Ionicons, v2.0.1
4
- Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
5
- https://twitter.com/benjsperry https://twitter.com/ionicframework
6
- MIT License: https://github.com/driftyco/ionicons
7
-
8
- Android-style icons originally built by Google’s
9
- Material Design Icons: https://github.com/google/material-design-icons
10
- used under CC BY http://creativecommons.org/licenses/by/4.0/
11
- Modified icons to fit ionicon’s grid from original.
12
- */
13
- @font-face {
14
- font-family: "Ionicons";
15
- src: url("fonts/ionicons.eot?v=2.0.1");
16
- src: url("fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),
17
- url("fonts/ionicons.ttf?v=2.0.1") format("truetype"),
18
- url("fonts/ionicons.woff?v=2.0.1") format("woff"),
19
- url("fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
20
- font-weight: normal;
21
- font-style: normal;
22
- }
23
- .ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
24
-
25
- .ion-alert:before { content: "\f101"; }
26
-
27
- .ion-alert-circled:before { content: "\f100"; }
28
-
29
- .ion-android-add:before { content: "\f2c7"; }
30
-
31
- .ion-android-add-circle:before { content: "\f359"; }
32
-
33
- .ion-android-alarm-clock:before { content: "\f35a"; }
34
-
35
- .ion-android-alert:before { content: "\f35b"; }
36
-
37
- .ion-android-apps:before { content: "\f35c"; }
38
-
39
- .ion-android-archive:before { content: "\f2c9"; }
40
-
41
- .ion-android-arrow-back:before { content: "\f2ca"; }
42
-
43
- .ion-android-arrow-down:before { content: "\f35d"; }
44
-
45
- .ion-android-arrow-dropdown:before { content: "\f35f"; }
46
-
47
- .ion-android-arrow-dropdown-circle:before { content: "\f35e"; }
48
-
49
- .ion-android-arrow-dropleft:before { content: "\f361"; }
50
-
51
- .ion-android-arrow-dropleft-circle:before { content: "\f360"; }
52
-
53
- .ion-android-arrow-dropright:before { content: "\f363"; }
54
-
55
- .ion-android-arrow-dropright-circle:before { content: "\f362"; }
56
-
57
- .ion-android-arrow-dropup:before { content: "\f365"; }
58
-
59
- .ion-android-arrow-dropup-circle:before { content: "\f364"; }
60
-
61
- .ion-android-arrow-forward:before { content: "\f30f"; }
62
-
63
- .ion-android-arrow-up:before { content: "\f366"; }
64
-
65
- .ion-android-attach:before { content: "\f367"; }
66
-
67
- .ion-android-bar:before { content: "\f368"; }
68
-
69
- .ion-android-bicycle:before { content: "\f369"; }
70
-
71
- .ion-android-boat:before { content: "\f36a"; }
72
-
73
- .ion-android-bookmark:before { content: "\f36b"; }
74
-
75
- .ion-android-bulb:before { content: "\f36c"; }
76
-
77
- .ion-android-bus:before { content: "\f36d"; }
78
-
79
- .ion-android-calendar:before { content: "\f2d1"; }
80
-
81
- .ion-android-call:before { content: "\f2d2"; }
82
-
83
- .ion-android-camera:before { content: "\f2d3"; }
84
-
85
- .ion-android-cancel:before { content: "\f36e"; }
86
-
87
- .ion-android-car:before { content: "\f36f"; }
88
-
89
- .ion-android-cart:before { content: "\f370"; }
90
-
91
- .ion-android-chat:before { content: "\f2d4"; }
92
-
93
- .ion-android-checkbox:before { content: "\f374"; }
94
-
95
- .ion-android-checkbox-blank:before { content: "\f371"; }
96
-
97
- .ion-android-checkbox-outline:before { content: "\f373"; }
98
-
99
- .ion-android-checkbox-outline-blank:before { content: "\f372"; }
100
-
101
- .ion-android-checkmark-circle:before { content: "\f375"; }
102
-
103
- .ion-android-clipboard:before { content: "\f376"; }
104
-
105
- .ion-android-close:before { content: "\f2d7"; }
106
-
107
- .ion-android-cloud:before { content: "\f37a"; }
108
-
109
- .ion-android-cloud-circle:before { content: "\f377"; }
110
-
111
- .ion-android-cloud-done:before { content: "\f378"; }
112
-
113
- .ion-android-cloud-outline:before { content: "\f379"; }
114
-
115
- .ion-android-color-palette:before { content: "\f37b"; }
116
-
117
- .ion-android-compass:before { content: "\f37c"; }
118
-
119
- .ion-android-contact:before { content: "\f2d8"; }
120
-
121
- .ion-android-contacts:before { content: "\f2d9"; }
122
-
123
- .ion-android-contract:before { content: "\f37d"; }
124
-
125
- .ion-android-create:before { content: "\f37e"; }
126
-
127
- .ion-android-delete:before { content: "\f37f"; }
128
-
129
- .ion-android-desktop:before { content: "\f380"; }
130
-
131
- .ion-android-document:before { content: "\f381"; }
132
-
133
- .ion-android-done:before { content: "\f383"; }
134
-
135
- .ion-android-done-all:before { content: "\f382"; }
136
-
137
- .ion-android-download:before { content: "\f2dd"; }
138
-
139
- .ion-android-drafts:before { content: "\f384"; }
140
-
141
- .ion-android-exit:before { content: "\f385"; }
142
-
143
- .ion-android-expand:before { content: "\f386"; }
144
-
145
- .ion-android-favorite:before { content: "\f388"; }
146
-
147
- .ion-android-favorite-outline:before { content: "\f387"; }
148
-
149
- .ion-android-film:before { content: "\f389"; }
150
-
151
- .ion-android-folder:before { content: "\f2e0"; }
152
-
153
- .ion-android-folder-open:before { content: "\f38a"; }
154
-
155
- .ion-android-funnel:before { content: "\f38b"; }
156
-
157
- .ion-android-globe:before { content: "\f38c"; }
158
-
159
- .ion-android-hand:before { content: "\f2e3"; }
160
-
161
- .ion-android-hangout:before { content: "\f38d"; }
162
-
163
- .ion-android-happy:before { content: "\f38e"; }
164
-
165
- .ion-android-home:before { content: "\f38f"; }
166
-
167
- .ion-android-image:before { content: "\f2e4"; }
168
-
169
- .ion-android-laptop:before { content: "\f390"; }
170
-
171
- .ion-android-list:before { content: "\f391"; }
172
-
173
- .ion-android-locate:before { content: "\f2e9"; }
174
-
175
- .ion-android-lock:before { content: "\f392"; }
176
-
177
- .ion-android-mail:before { content: "\f2eb"; }
178
-
179
- .ion-android-map:before { content: "\f393"; }
180
-
181
- .ion-android-menu:before { content: "\f394"; }
182
-
183
- .ion-android-microphone:before { content: "\f2ec"; }
184
-
185
- .ion-android-microphone-off:before { content: "\f395"; }
186
-
187
- .ion-android-more-horizontal:before { content: "\f396"; }
188
-
189
- .ion-android-more-vertical:before { content: "\f397"; }
190
-
191
- .ion-android-navigate:before { content: "\f398"; }
192
-
193
- .ion-android-notifications:before { content: "\f39b"; }
194
-
195
- .ion-android-notifications-none:before { content: "\f399"; }
196
-
197
- .ion-android-notifications-off:before { content: "\f39a"; }
198
-
199
- .ion-android-open:before { content: "\f39c"; }
200
-
201
- .ion-android-options:before { content: "\f39d"; }
202
-
203
- .ion-android-people:before { content: "\f39e"; }
204
-
205
- .ion-android-person:before { content: "\f3a0"; }
206
-
207
- .ion-android-person-add:before { content: "\f39f"; }
208
-
209
- .ion-android-phone-landscape:before { content: "\f3a1"; }
210
-
211
- .ion-android-phone-portrait:before { content: "\f3a2"; }
212
-
213
- .ion-android-pin:before { content: "\f3a3"; }
214
-
215
- .ion-android-plane:before { content: "\f3a4"; }
216
-
217
- .ion-android-playstore:before { content: "\f2f0"; }
218
-
219
- .ion-android-print:before { content: "\f3a5"; }
220
-
221
- .ion-android-radio-button-off:before { content: "\f3a6"; }
222
-
223
- .ion-android-radio-button-on:before { content: "\f3a7"; }
224
-
225
- .ion-android-refresh:before { content: "\f3a8"; }
226
-
227
- .ion-android-remove:before { content: "\f2f4"; }
228
-
229
- .ion-android-remove-circle:before { content: "\f3a9"; }
230
-
231
- .ion-android-restaurant:before { content: "\f3aa"; }
232
-
233
- .ion-android-sad:before { content: "\f3ab"; }
234
-
235
- .ion-android-search:before { content: "\f2f5"; }
236
-
237
- .ion-android-send:before { content: "\f2f6"; }
238
-
239
- .ion-android-settings:before { content: "\f2f7"; }
240
-
241
- .ion-android-share:before { content: "\f2f8"; }
242
-
243
- .ion-android-share-alt:before { content: "\f3ac"; }
244
-
245
- .ion-android-star:before { content: "\f2fc"; }
246
-
247
- .ion-android-star-half:before { content: "\f3ad"; }
248
-
249
- .ion-android-star-outline:before { content: "\f3ae"; }
250
-
251
- .ion-android-stopwatch:before { content: "\f2fd"; }
252
-
253
- .ion-android-subway:before { content: "\f3af"; }
254
-
255
- .ion-android-sunny:before { content: "\f3b0"; }
256
-
257
- .ion-android-sync:before { content: "\f3b1"; }
258
-
259
- .ion-android-textsms:before { content: "\f3b2"; }
260
-
261
- .ion-android-time:before { content: "\f3b3"; }
262
-
263
- .ion-android-train:before { content: "\f3b4"; }
264
-
265
- .ion-android-unlock:before { content: "\f3b5"; }
266
-
267
- .ion-android-upload:before { content: "\f3b6"; }
268
-
269
- .ion-android-volume-down:before { content: "\f3b7"; }
270
-
271
- .ion-android-volume-mute:before { content: "\f3b8"; }
272
-
273
- .ion-android-volume-off:before { content: "\f3b9"; }
274
-
275
- .ion-android-volume-up:before { content: "\f3ba"; }
276
-
277
- .ion-android-walk:before { content: "\f3bb"; }
278
-
279
- .ion-android-warning:before { content: "\f3bc"; }
280
-
281
- .ion-android-watch:before { content: "\f3bd"; }
282
-
283
- .ion-android-wifi:before { content: "\f305"; }
284
-
285
- .ion-aperture:before { content: "\f313"; }
286
-
287
- .ion-archive:before { content: "\f102"; }
288
-
289
- .ion-arrow-down-a:before { content: "\f103"; }
290
-
291
- .ion-arrow-down-b:before { content: "\f104"; }
292
-
293
- .ion-arrow-down-c:before { content: "\f105"; }
294
-
295
- .ion-arrow-expand:before { content: "\f25e"; }
296
-
297
- .ion-arrow-graph-down-left:before { content: "\f25f"; }
298
-
299
- .ion-arrow-graph-down-right:before { content: "\f260"; }
300
-
301
- .ion-arrow-graph-up-left:before { content: "\f261"; }
302
-
303
- .ion-arrow-graph-up-right:before { content: "\f262"; }
304
-
305
- .ion-arrow-left-a:before { content: "\f106"; }
306
-
307
- .ion-arrow-left-b:before { content: "\f107"; }
308
-
309
- .ion-arrow-left-c:before { content: "\f108"; }
310
-
311
- .ion-arrow-move:before { content: "\f263"; }
312
-
313
- .ion-arrow-resize:before { content: "\f264"; }
314
-
315
- .ion-arrow-return-left:before { content: "\f265"; }
316
-
317
- .ion-arrow-return-right:before { content: "\f266"; }
318
-
319
- .ion-arrow-right-a:before { content: "\f109"; }
320
-
321
- .ion-arrow-right-b:before { content: "\f10a"; }
322
-
323
- .ion-arrow-right-c:before { content: "\f10b"; }
324
-
325
- .ion-arrow-shrink:before { content: "\f267"; }
326
-
327
- .ion-arrow-swap:before { content: "\f268"; }
328
-
329
- .ion-arrow-up-a:before { content: "\f10c"; }
330
-
331
- .ion-arrow-up-b:before { content: "\f10d"; }
332
-
333
- .ion-arrow-up-c:before { content: "\f10e"; }
334
-
335
- .ion-asterisk:before { content: "\f314"; }
336
-
337
- .ion-at:before { content: "\f10f"; }
338
-
339
- .ion-backspace:before { content: "\f3bf"; }
340
-
341
- .ion-backspace-outline:before { content: "\f3be"; }
342
-
343
- .ion-bag:before { content: "\f110"; }
344
-
345
- .ion-battery-charging:before { content: "\f111"; }
346
-
347
- .ion-battery-empty:before { content: "\f112"; }
348
-
349
- .ion-battery-full:before { content: "\f113"; }
350
-
351
- .ion-battery-half:before { content: "\f114"; }
352
-
353
- .ion-battery-low:before { content: "\f115"; }
354
-
355
- .ion-beaker:before { content: "\f269"; }
356
-
357
- .ion-beer:before { content: "\f26a"; }
358
-
359
- .ion-bluetooth:before { content: "\f116"; }
360
-
361
- .ion-bonfire:before { content: "\f315"; }
362
-
363
- .ion-bookmark:before { content: "\f26b"; }
364
-
365
- .ion-bowtie:before { content: "\f3c0"; }
366
-
367
- .ion-briefcase:before { content: "\f26c"; }
368
-
369
- .ion-bug:before { content: "\f2be"; }
370
-
371
- .ion-calculator:before { content: "\f26d"; }
372
-
373
- .ion-calendar:before { content: "\f117"; }
374
-
375
- .ion-camera:before { content: "\f118"; }
376
-
377
- .ion-card:before { content: "\f119"; }
378
-
379
- .ion-cash:before { content: "\f316"; }
380
-
381
- .ion-chatbox:before { content: "\f11b"; }
382
-
383
- .ion-chatbox-working:before { content: "\f11a"; }
384
-
385
- .ion-chatboxes:before { content: "\f11c"; }
386
-
387
- .ion-chatbubble:before { content: "\f11e"; }
388
-
389
- .ion-chatbubble-working:before { content: "\f11d"; }
390
-
391
- .ion-chatbubbles:before { content: "\f11f"; }
392
-
393
- .ion-checkmark:before { content: "\f122"; }
394
-
395
- .ion-checkmark-circled:before { content: "\f120"; }
396
-
397
- .ion-checkmark-round:before { content: "\f121"; }
398
-
399
- .ion-chevron-down:before { content: "\f123"; }
400
-
401
- .ion-chevron-left:before { content: "\f124"; }
402
-
403
- .ion-chevron-right:before { content: "\f125"; }
404
-
405
- .ion-chevron-up:before { content: "\f126"; }
406
-
407
- .ion-clipboard:before { content: "\f127"; }
408
-
409
- .ion-clock:before { content: "\f26e"; }
410
-
411
- .ion-close:before { content: "\f12a"; }
412
-
413
- .ion-close-circled:before { content: "\f128"; }
414
-
415
- .ion-close-round:before { content: "\f129"; }
416
-
417
- .ion-closed-captioning:before { content: "\f317"; }
418
-
419
- .ion-cloud:before { content: "\f12b"; }
420
-
421
- .ion-code:before { content: "\f271"; }
422
-
423
- .ion-code-download:before { content: "\f26f"; }
424
-
425
- .ion-code-working:before { content: "\f270"; }
426
-
427
- .ion-coffee:before { content: "\f272"; }
428
-
429
- .ion-compass:before { content: "\f273"; }
430
-
431
- .ion-compose:before { content: "\f12c"; }
432
-
433
- .ion-connection-bars:before { content: "\f274"; }
434
-
435
- .ion-contrast:before { content: "\f275"; }
436
-
437
- .ion-crop:before { content: "\f3c1"; }
438
-
439
- .ion-cube:before { content: "\f318"; }
440
-
441
- .ion-disc:before { content: "\f12d"; }
442
-
443
- .ion-document:before { content: "\f12f"; }
444
-
445
- .ion-document-text:before { content: "\f12e"; }
446
-
447
- .ion-drag:before { content: "\f130"; }
448
-
449
- .ion-earth:before { content: "\f276"; }
450
-
451
- .ion-easel:before { content: "\f3c2"; }
452
-
453
- .ion-edit:before { content: "\f2bf"; }
454
-
455
- .ion-egg:before { content: "\f277"; }
456
-
457
- .ion-eject:before { content: "\f131"; }
458
-
459
- .ion-email:before { content: "\f132"; }
460
-
461
- .ion-email-unread:before { content: "\f3c3"; }
462
-
463
- .ion-erlenmeyer-flask:before { content: "\f3c5"; }
464
-
465
- .ion-erlenmeyer-flask-bubbles:before { content: "\f3c4"; }
466
-
467
- .ion-eye:before { content: "\f133"; }
468
-
469
- .ion-eye-disabled:before { content: "\f306"; }
470
-
471
- .ion-female:before { content: "\f278"; }
472
-
473
- .ion-filing:before { content: "\f134"; }
474
-
475
- .ion-film-marker:before { content: "\f135"; }
476
-
477
- .ion-fireball:before { content: "\f319"; }
478
-
479
- .ion-flag:before { content: "\f279"; }
480
-
481
- .ion-flame:before { content: "\f31a"; }
482
-
483
- .ion-flash:before { content: "\f137"; }
484
-
485
- .ion-flash-off:before { content: "\f136"; }
486
-
487
- .ion-folder:before { content: "\f139"; }
488
-
489
- .ion-fork:before { content: "\f27a"; }
490
-
491
- .ion-fork-repo:before { content: "\f2c0"; }
492
-
493
- .ion-forward:before { content: "\f13a"; }
494
-
495
- .ion-funnel:before { content: "\f31b"; }
496
-
497
- .ion-gear-a:before { content: "\f13d"; }
498
-
499
- .ion-gear-b:before { content: "\f13e"; }
500
-
501
- .ion-grid:before { content: "\f13f"; }
502
-
503
- .ion-hammer:before { content: "\f27b"; }
504
-
505
- .ion-happy:before { content: "\f31c"; }
506
-
507
- .ion-happy-outline:before { content: "\f3c6"; }
508
-
509
- .ion-headphone:before { content: "\f140"; }
510
-
511
- .ion-heart:before { content: "\f141"; }
512
-
513
- .ion-heart-broken:before { content: "\f31d"; }
514
-
515
- .ion-help:before { content: "\f143"; }
516
-
517
- .ion-help-buoy:before { content: "\f27c"; }
518
-
519
- .ion-help-circled:before { content: "\f142"; }
520
-
521
- .ion-home:before { content: "\f144"; }
522
-
523
- .ion-icecream:before { content: "\f27d"; }
524
-
525
- .ion-image:before { content: "\f147"; }
526
-
527
- .ion-images:before { content: "\f148"; }
528
-
529
- .ion-information:before { content: "\f14a"; }
530
-
531
- .ion-information-circled:before { content: "\f149"; }
532
-
533
- .ion-ionic:before { content: "\f14b"; }
534
-
535
- .ion-ios-alarm:before { content: "\f3c8"; }
536
-
537
- .ion-ios-alarm-outline:before { content: "\f3c7"; }
538
-
539
- .ion-ios-albums:before { content: "\f3ca"; }
540
-
541
- .ion-ios-albums-outline:before { content: "\f3c9"; }
542
-
543
- .ion-ios-americanfootball:before { content: "\f3cc"; }
544
-
545
- .ion-ios-americanfootball-outline:before { content: "\f3cb"; }
546
-
547
- .ion-ios-analytics:before { content: "\f3ce"; }
548
-
549
- .ion-ios-analytics-outline:before { content: "\f3cd"; }
550
-
551
- .ion-ios-arrow-back:before { content: "\f3cf"; }
552
-
553
- .ion-ios-arrow-down:before { content: "\f3d0"; }
554
-
555
- .ion-ios-arrow-forward:before { content: "\f3d1"; }
556
-
557
- .ion-ios-arrow-left:before { content: "\f3d2"; }
558
-
559
- .ion-ios-arrow-right:before { content: "\f3d3"; }
560
-
561
- .ion-ios-arrow-thin-down:before { content: "\f3d4"; }
562
-
563
- .ion-ios-arrow-thin-left:before { content: "\f3d5"; }
564
-
565
- .ion-ios-arrow-thin-right:before { content: "\f3d6"; }
566
-
567
- .ion-ios-arrow-thin-up:before { content: "\f3d7"; }
568
-
569
- .ion-ios-arrow-up:before { content: "\f3d8"; }
570
-
571
- .ion-ios-at:before { content: "\f3da"; }
572
-
573
- .ion-ios-at-outline:before { content: "\f3d9"; }
574
-
575
- .ion-ios-barcode:before { content: "\f3dc"; }
576
-
577
- .ion-ios-barcode-outline:before { content: "\f3db"; }
578
-
579
- .ion-ios-baseball:before { content: "\f3de"; }
580
-
581
- .ion-ios-baseball-outline:before { content: "\f3dd"; }
582
-
583
- .ion-ios-basketball:before { content: "\f3e0"; }
584
-
585
- .ion-ios-basketball-outline:before { content: "\f3df"; }
586
-
587
- .ion-ios-bell:before { content: "\f3e2"; }
588
-
589
- .ion-ios-bell-outline:before { content: "\f3e1"; }
590
-
591
- .ion-ios-body:before { content: "\f3e4"; }
592
-
593
- .ion-ios-body-outline:before { content: "\f3e3"; }
594
-
595
- .ion-ios-bolt:before { content: "\f3e6"; }
596
-
597
- .ion-ios-bolt-outline:before { content: "\f3e5"; }
598
-
599
- .ion-ios-book:before { content: "\f3e8"; }
600
-
601
- .ion-ios-book-outline:before { content: "\f3e7"; }
602
-
603
- .ion-ios-bookmarks:before { content: "\f3ea"; }
604
-
605
- .ion-ios-bookmarks-outline:before { content: "\f3e9"; }
606
-
607
- .ion-ios-box:before { content: "\f3ec"; }
608
-
609
- .ion-ios-box-outline:before { content: "\f3eb"; }
610
-
611
- .ion-ios-briefcase:before { content: "\f3ee"; }
612
-
613
- .ion-ios-briefcase-outline:before { content: "\f3ed"; }
614
-
615
- .ion-ios-browsers:before { content: "\f3f0"; }
616
-
617
- .ion-ios-browsers-outline:before { content: "\f3ef"; }
618
-
619
- .ion-ios-calculator:before { content: "\f3f2"; }
620
-
621
- .ion-ios-calculator-outline:before { content: "\f3f1"; }
622
-
623
- .ion-ios-calendar:before { content: "\f3f4"; }
624
-
625
- .ion-ios-calendar-outline:before { content: "\f3f3"; }
626
-
627
- .ion-ios-camera:before { content: "\f3f6"; }
628
-
629
- .ion-ios-camera-outline:before { content: "\f3f5"; }
630
-
631
- .ion-ios-cart:before { content: "\f3f8"; }
632
-
633
- .ion-ios-cart-outline:before { content: "\f3f7"; }
634
-
635
- .ion-ios-chatboxes:before { content: "\f3fa"; }
636
-
637
- .ion-ios-chatboxes-outline:before { content: "\f3f9"; }
638
-
639
- .ion-ios-chatbubble:before { content: "\f3fc"; }
640
-
641
- .ion-ios-chatbubble-outline:before { content: "\f3fb"; }
642
-
643
- .ion-ios-checkmark:before { content: "\f3ff"; }
644
-
645
- .ion-ios-checkmark-empty:before { content: "\f3fd"; }
646
-
647
- .ion-ios-checkmark-outline:before { content: "\f3fe"; }
648
-
649
- .ion-ios-circle-filled:before { content: "\f400"; }
650
-
651
- .ion-ios-circle-outline:before { content: "\f401"; }
652
-
653
- .ion-ios-clock:before { content: "\f403"; }
654
-
655
- .ion-ios-clock-outline:before { content: "\f402"; }
656
-
657
- .ion-ios-close:before { content: "\f406"; }
658
-
659
- .ion-ios-close-empty:before { content: "\f404"; }
660
-
661
- .ion-ios-close-outline:before { content: "\f405"; }
662
-
663
- .ion-ios-cloud:before { content: "\f40c"; }
664
-
665
- .ion-ios-cloud-download:before { content: "\f408"; }
666
-
667
- .ion-ios-cloud-download-outline:before { content: "\f407"; }
668
-
669
- .ion-ios-cloud-outline:before { content: "\f409"; }
670
-
671
- .ion-ios-cloud-upload:before { content: "\f40b"; }
672
-
673
- .ion-ios-cloud-upload-outline:before { content: "\f40a"; }
674
-
675
- .ion-ios-cloudy:before { content: "\f410"; }
676
-
677
- .ion-ios-cloudy-night:before { content: "\f40e"; }
678
-
679
- .ion-ios-cloudy-night-outline:before { content: "\f40d"; }
680
-
681
- .ion-ios-cloudy-outline:before { content: "\f40f"; }
682
-
683
- .ion-ios-cog:before { content: "\f412"; }
684
-
685
- .ion-ios-cog-outline:before { content: "\f411"; }
686
-
687
- .ion-ios-color-filter:before { content: "\f414"; }
688
-
689
- .ion-ios-color-filter-outline:before { content: "\f413"; }
690
-
691
- .ion-ios-color-wand:before { content: "\f416"; }
692
-
693
- .ion-ios-color-wand-outline:before { content: "\f415"; }
694
-
695
- .ion-ios-compose:before { content: "\f418"; }
696
-
697
- .ion-ios-compose-outline:before { content: "\f417"; }
698
-
699
- .ion-ios-contact:before { content: "\f41a"; }
700
-
701
- .ion-ios-contact-outline:before { content: "\f419"; }
702
-
703
- .ion-ios-copy:before { content: "\f41c"; }
704
-
705
- .ion-ios-copy-outline:before { content: "\f41b"; }
706
-
707
- .ion-ios-crop:before { content: "\f41e"; }
708
-
709
- .ion-ios-crop-strong:before { content: "\f41d"; }
710
-
711
- .ion-ios-download:before { content: "\f420"; }
712
-
713
- .ion-ios-download-outline:before { content: "\f41f"; }
714
-
715
- .ion-ios-drag:before { content: "\f421"; }
716
-
717
- .ion-ios-email:before { content: "\f423"; }
718
-
719
- .ion-ios-email-outline:before { content: "\f422"; }
720
-
721
- .ion-ios-eye:before { content: "\f425"; }
722
-
723
- .ion-ios-eye-outline:before { content: "\f424"; }
724
-
725
- .ion-ios-fastforward:before { content: "\f427"; }
726
-
727
- .ion-ios-fastforward-outline:before { content: "\f426"; }
728
-
729
- .ion-ios-filing:before { content: "\f429"; }
730
-
731
- .ion-ios-filing-outline:before { content: "\f428"; }
732
-
733
- .ion-ios-film:before { content: "\f42b"; }
734
-
735
- .ion-ios-film-outline:before { content: "\f42a"; }
736
-
737
- .ion-ios-flag:before { content: "\f42d"; }
738
-
739
- .ion-ios-flag-outline:before { content: "\f42c"; }
740
-
741
- .ion-ios-flame:before { content: "\f42f"; }
742
-
743
- .ion-ios-flame-outline:before { content: "\f42e"; }
744
-
745
- .ion-ios-flask:before { content: "\f431"; }
746
-
747
- .ion-ios-flask-outline:before { content: "\f430"; }
748
-
749
- .ion-ios-flower:before { content: "\f433"; }
750
-
751
- .ion-ios-flower-outline:before { content: "\f432"; }
752
-
753
- .ion-ios-folder:before { content: "\f435"; }
754
-
755
- .ion-ios-folder-outline:before { content: "\f434"; }
756
-
757
- .ion-ios-football:before { content: "\f437"; }
758
-
759
- .ion-ios-football-outline:before { content: "\f436"; }
760
-
761
- .ion-ios-game-controller-a:before { content: "\f439"; }
762
-
763
- .ion-ios-game-controller-a-outline:before { content: "\f438"; }
764
-
765
- .ion-ios-game-controller-b:before { content: "\f43b"; }
766
-
767
- .ion-ios-game-controller-b-outline:before { content: "\f43a"; }
768
-
769
- .ion-ios-gear:before { content: "\f43d"; }
770
-
771
- .ion-ios-gear-outline:before { content: "\f43c"; }
772
-
773
- .ion-ios-glasses:before { content: "\f43f"; }
774
-
775
- .ion-ios-glasses-outline:before { content: "\f43e"; }
776
-
777
- .ion-ios-grid-view:before { content: "\f441"; }
778
-
779
- .ion-ios-grid-view-outline:before { content: "\f440"; }
780
-
781
- .ion-ios-heart:before { content: "\f443"; }
782
-
783
- .ion-ios-heart-outline:before { content: "\f442"; }
784
-
785
- .ion-ios-help:before { content: "\f446"; }
786
-
787
- .ion-ios-help-empty:before { content: "\f444"; }
788
-
789
- .ion-ios-help-outline:before { content: "\f445"; }
790
-
791
- .ion-ios-home:before { content: "\f448"; }
792
-
793
- .ion-ios-home-outline:before { content: "\f447"; }
794
-
795
- .ion-ios-infinite:before { content: "\f44a"; }
796
-
797
- .ion-ios-infinite-outline:before { content: "\f449"; }
798
-
799
- .ion-ios-information:before { content: "\f44d"; }
800
-
801
- .ion-ios-information-empty:before { content: "\f44b"; }
802
-
803
- .ion-ios-information-outline:before { content: "\f44c"; }
804
-
805
- .ion-ios-ionic-outline:before { content: "\f44e"; }
806
-
807
- .ion-ios-keypad:before { content: "\f450"; }
808
-
809
- .ion-ios-keypad-outline:before { content: "\f44f"; }
810
-
811
- .ion-ios-lightbulb:before { content: "\f452"; }
812
-
813
- .ion-ios-lightbulb-outline:before { content: "\f451"; }
814
-
815
- .ion-ios-list:before { content: "\f454"; }
816
-
817
- .ion-ios-list-outline:before { content: "\f453"; }
818
-
819
- .ion-ios-location:before { content: "\f456"; }
820
-
821
- .ion-ios-location-outline:before { content: "\f455"; }
822
-
823
- .ion-ios-locked:before { content: "\f458"; }
824
-
825
- .ion-ios-locked-outline:before { content: "\f457"; }
826
-
827
- .ion-ios-loop:before { content: "\f45a"; }
828
-
829
- .ion-ios-loop-strong:before { content: "\f459"; }
830
-
831
- .ion-ios-medical:before { content: "\f45c"; }
832
-
833
- .ion-ios-medical-outline:before { content: "\f45b"; }
834
-
835
- .ion-ios-medkit:before { content: "\f45e"; }
836
-
837
- .ion-ios-medkit-outline:before { content: "\f45d"; }
838
-
839
- .ion-ios-mic:before { content: "\f461"; }
840
-
841
- .ion-ios-mic-off:before { content: "\f45f"; }
842
-
843
- .ion-ios-mic-outline:before { content: "\f460"; }
844
-
845
- .ion-ios-minus:before { content: "\f464"; }
846
-
847
- .ion-ios-minus-empty:before { content: "\f462"; }
848
-
849
- .ion-ios-minus-outline:before { content: "\f463"; }
850
-
851
- .ion-ios-monitor:before { content: "\f466"; }
852
-
853
- .ion-ios-monitor-outline:before { content: "\f465"; }
854
-
855
- .ion-ios-moon:before { content: "\f468"; }
856
-
857
- .ion-ios-moon-outline:before { content: "\f467"; }
858
-
859
- .ion-ios-more:before { content: "\f46a"; }
860
-
861
- .ion-ios-more-outline:before { content: "\f469"; }
862
-
863
- .ion-ios-musical-note:before { content: "\f46b"; }
864
-
865
- .ion-ios-musical-notes:before { content: "\f46c"; }
866
-
867
- .ion-ios-navigate:before { content: "\f46e"; }
868
-
869
- .ion-ios-navigate-outline:before { content: "\f46d"; }
870
-
871
- .ion-ios-nutrition:before { content: "\f470"; }
872
-
873
- .ion-ios-nutrition-outline:before { content: "\f46f"; }
874
-
875
- .ion-ios-paper:before { content: "\f472"; }
876
-
877
- .ion-ios-paper-outline:before { content: "\f471"; }
878
-
879
- .ion-ios-paperplane:before { content: "\f474"; }
880
-
881
- .ion-ios-paperplane-outline:before { content: "\f473"; }
882
-
883
- .ion-ios-partlysunny:before { content: "\f476"; }
884
-
885
- .ion-ios-partlysunny-outline:before { content: "\f475"; }
886
-
887
- .ion-ios-pause:before { content: "\f478"; }
888
-
889
- .ion-ios-pause-outline:before { content: "\f477"; }
890
-
891
- .ion-ios-paw:before { content: "\f47a"; }
892
-
893
- .ion-ios-paw-outline:before { content: "\f479"; }
894
-
895
- .ion-ios-people:before { content: "\f47c"; }
896
-
897
- .ion-ios-people-outline:before { content: "\f47b"; }
898
-
899
- .ion-ios-person:before { content: "\f47e"; }
900
-
901
- .ion-ios-person-outline:before { content: "\f47d"; }
902
-
903
- .ion-ios-personadd:before { content: "\f480"; }
904
-
905
- .ion-ios-personadd-outline:before { content: "\f47f"; }
906
-
907
- .ion-ios-photos:before { content: "\f482"; }
908
-
909
- .ion-ios-photos-outline:before { content: "\f481"; }
910
-
911
- .ion-ios-pie:before { content: "\f484"; }
912
-
913
- .ion-ios-pie-outline:before { content: "\f483"; }
914
-
915
- .ion-ios-pint:before { content: "\f486"; }
916
-
917
- .ion-ios-pint-outline:before { content: "\f485"; }
918
-
919
- .ion-ios-play:before { content: "\f488"; }
920
-
921
- .ion-ios-play-outline:before { content: "\f487"; }
922
-
923
- .ion-ios-plus:before { content: "\f48b"; }
924
-
925
- .ion-ios-plus-empty:before { content: "\f489"; }
926
-
927
- .ion-ios-plus-outline:before { content: "\f48a"; }
928
-
929
- .ion-ios-pricetag:before { content: "\f48d"; }
930
-
931
- .ion-ios-pricetag-outline:before { content: "\f48c"; }
932
-
933
- .ion-ios-pricetags:before { content: "\f48f"; }
934
-
935
- .ion-ios-pricetags-outline:before { content: "\f48e"; }
936
-
937
- .ion-ios-printer:before { content: "\f491"; }
938
-
939
- .ion-ios-printer-outline:before { content: "\f490"; }
940
-
941
- .ion-ios-pulse:before { content: "\f493"; }
942
-
943
- .ion-ios-pulse-strong:before { content: "\f492"; }
944
-
945
- .ion-ios-rainy:before { content: "\f495"; }
946
-
947
- .ion-ios-rainy-outline:before { content: "\f494"; }
948
-
949
- .ion-ios-recording:before { content: "\f497"; }
950
-
951
- .ion-ios-recording-outline:before { content: "\f496"; }
952
-
953
- .ion-ios-redo:before { content: "\f499"; }
954
-
955
- .ion-ios-redo-outline:before { content: "\f498"; }
956
-
957
- .ion-ios-refresh:before { content: "\f49c"; }
958
-
959
- .ion-ios-refresh-empty:before { content: "\f49a"; }
960
-
961
- .ion-ios-refresh-outline:before { content: "\f49b"; }
962
-
963
- .ion-ios-reload:before { content: "\f49d"; }
964
-
965
- .ion-ios-reverse-camera:before { content: "\f49f"; }
966
-
967
- .ion-ios-reverse-camera-outline:before { content: "\f49e"; }
968
-
969
- .ion-ios-rewind:before { content: "\f4a1"; }
970
-
971
- .ion-ios-rewind-outline:before { content: "\f4a0"; }
972
-
973
- .ion-ios-rose:before { content: "\f4a3"; }
974
-
975
- .ion-ios-rose-outline:before { content: "\f4a2"; }
976
-
977
- .ion-ios-search:before { content: "\f4a5"; }
978
-
979
- .ion-ios-search-strong:before { content: "\f4a4"; }
980
-
981
- .ion-ios-settings:before { content: "\f4a7"; }
982
-
983
- .ion-ios-settings-strong:before { content: "\f4a6"; }
984
-
985
- .ion-ios-shuffle:before { content: "\f4a9"; }
986
-
987
- .ion-ios-shuffle-strong:before { content: "\f4a8"; }
988
-
989
- .ion-ios-skipbackward:before { content: "\f4ab"; }
990
-
991
- .ion-ios-skipbackward-outline:before { content: "\f4aa"; }
992
-
993
- .ion-ios-skipforward:before { content: "\f4ad"; }
994
-
995
- .ion-ios-skipforward-outline:before { content: "\f4ac"; }
996
-
997
- .ion-ios-snowy:before { content: "\f4ae"; }
998
-
999
- .ion-ios-speedometer:before { content: "\f4b0"; }
1000
-
1001
- .ion-ios-speedometer-outline:before { content: "\f4af"; }
1002
-
1003
- .ion-ios-star:before { content: "\f4b3"; }
1004
-
1005
- .ion-ios-star-half:before { content: "\f4b1"; }
1006
-
1007
- .ion-ios-star-outline:before { content: "\f4b2"; }
1008
-
1009
- .ion-ios-stopwatch:before { content: "\f4b5"; }
1010
-
1011
- .ion-ios-stopwatch-outline:before { content: "\f4b4"; }
1012
-
1013
- .ion-ios-sunny:before { content: "\f4b7"; }
1014
-
1015
- .ion-ios-sunny-outline:before { content: "\f4b6"; }
1016
-
1017
- .ion-ios-telephone:before { content: "\f4b9"; }
1018
-
1019
- .ion-ios-telephone-outline:before { content: "\f4b8"; }
1020
-
1021
- .ion-ios-tennisball:before { content: "\f4bb"; }
1022
-
1023
- .ion-ios-tennisball-outline:before { content: "\f4ba"; }
1024
-
1025
- .ion-ios-thunderstorm:before { content: "\f4bd"; }
1026
-
1027
- .ion-ios-thunderstorm-outline:before { content: "\f4bc"; }
1028
-
1029
- .ion-ios-time:before { content: "\f4bf"; }
1030
-
1031
- .ion-ios-time-outline:before { content: "\f4be"; }
1032
-
1033
- .ion-ios-timer:before { content: "\f4c1"; }
1034
-
1035
- .ion-ios-timer-outline:before { content: "\f4c0"; }
1036
-
1037
- .ion-ios-toggle:before { content: "\f4c3"; }
1038
-
1039
- .ion-ios-toggle-outline:before { content: "\f4c2"; }
1040
-
1041
- .ion-ios-trash:before { content: "\f4c5"; }
1042
-
1043
- .ion-ios-trash-outline:before { content: "\f4c4"; }
1044
-
1045
- .ion-ios-undo:before { content: "\f4c7"; }
1046
-
1047
- .ion-ios-undo-outline:before { content: "\f4c6"; }
1048
-
1049
- .ion-ios-unlocked:before { content: "\f4c9"; }
1050
-
1051
- .ion-ios-unlocked-outline:before { content: "\f4c8"; }
1052
-
1053
- .ion-ios-upload:before { content: "\f4cb"; }
1054
-
1055
- .ion-ios-upload-outline:before { content: "\f4ca"; }
1056
-
1057
- .ion-ios-videocam:before { content: "\f4cd"; }
1058
-
1059
- .ion-ios-videocam-outline:before { content: "\f4cc"; }
1060
-
1061
- .ion-ios-volume-high:before { content: "\f4ce"; }
1062
-
1063
- .ion-ios-volume-low:before { content: "\f4cf"; }
1064
-
1065
- .ion-ios-wineglass:before { content: "\f4d1"; }
1066
-
1067
- .ion-ios-wineglass-outline:before { content: "\f4d0"; }
1068
-
1069
- .ion-ios-world:before { content: "\f4d3"; }
1070
-
1071
- .ion-ios-world-outline:before { content: "\f4d2"; }
1072
-
1073
- .ion-ipad:before { content: "\f1f9"; }
1074
-
1075
- .ion-iphone:before { content: "\f1fa"; }
1076
-
1077
- .ion-ipod:before { content: "\f1fb"; }
1078
-
1079
- .ion-jet:before { content: "\f295"; }
1080
-
1081
- .ion-key:before { content: "\f296"; }
1082
-
1083
- .ion-knife:before { content: "\f297"; }
1084
-
1085
- .ion-laptop:before { content: "\f1fc"; }
1086
-
1087
- .ion-leaf:before { content: "\f1fd"; }
1088
-
1089
- .ion-levels:before { content: "\f298"; }
1090
-
1091
- .ion-lightbulb:before { content: "\f299"; }
1092
-
1093
- .ion-link:before { content: "\f1fe"; }
1094
-
1095
- .ion-load-a:before { content: "\f29a"; }
1096
-
1097
- .ion-load-b:before { content: "\f29b"; }
1098
-
1099
- .ion-load-c:before { content: "\f29c"; }
1100
-
1101
- .ion-load-d:before { content: "\f29d"; }
1102
-
1103
- .ion-location:before { content: "\f1ff"; }
1104
-
1105
- .ion-lock-combination:before { content: "\f4d4"; }
1106
-
1107
- .ion-locked:before { content: "\f200"; }
1108
-
1109
- .ion-log-in:before { content: "\f29e"; }
1110
-
1111
- .ion-log-out:before { content: "\f29f"; }
1112
-
1113
- .ion-loop:before { content: "\f201"; }
1114
-
1115
- .ion-magnet:before { content: "\f2a0"; }
1116
-
1117
- .ion-male:before { content: "\f2a1"; }
1118
-
1119
- .ion-man:before { content: "\f202"; }
1120
-
1121
- .ion-map:before { content: "\f203"; }
1122
-
1123
- .ion-medkit:before { content: "\f2a2"; }
1124
-
1125
- .ion-merge:before { content: "\f33f"; }
1126
-
1127
- .ion-mic-a:before { content: "\f204"; }
1128
-
1129
- .ion-mic-b:before { content: "\f205"; }
1130
-
1131
- .ion-mic-c:before { content: "\f206"; }
1132
-
1133
- .ion-minus:before { content: "\f209"; }
1134
-
1135
- .ion-minus-circled:before { content: "\f207"; }
1136
-
1137
- .ion-minus-round:before { content: "\f208"; }
1138
-
1139
- .ion-model-s:before { content: "\f2c1"; }
1140
-
1141
- .ion-monitor:before { content: "\f20a"; }
1142
-
1143
- .ion-more:before { content: "\f20b"; }
1144
-
1145
- .ion-mouse:before { content: "\f340"; }
1146
-
1147
- .ion-music-note:before { content: "\f20c"; }
1148
-
1149
- .ion-navicon:before { content: "\f20e"; }
1150
-
1151
- .ion-navicon-round:before { content: "\f20d"; }
1152
-
1153
- .ion-navigate:before { content: "\f2a3"; }
1154
-
1155
- .ion-network:before { content: "\f341"; }
1156
-
1157
- .ion-no-smoking:before { content: "\f2c2"; }
1158
-
1159
- .ion-nuclear:before { content: "\f2a4"; }
1160
-
1161
- .ion-outlet:before { content: "\f342"; }
1162
-
1163
- .ion-paintbrush:before { content: "\f4d5"; }
1164
-
1165
- .ion-paintbucket:before { content: "\f4d6"; }
1166
-
1167
- .ion-paper-airplane:before { content: "\f2c3"; }
1168
-
1169
- .ion-paperclip:before { content: "\f20f"; }
1170
-
1171
- .ion-pause:before { content: "\f210"; }
1172
-
1173
- .ion-person:before { content: "\f213"; }
1174
-
1175
- .ion-person-add:before { content: "\f211"; }
1176
-
1177
- .ion-person-stalker:before { content: "\f212"; }
1178
-
1179
- .ion-pie-graph:before { content: "\f2a5"; }
1180
-
1181
- .ion-pin:before { content: "\f2a6"; }
1182
-
1183
- .ion-pinpoint:before { content: "\f2a7"; }
1184
-
1185
- .ion-pizza:before { content: "\f2a8"; }
1186
-
1187
- .ion-plane:before { content: "\f214"; }
1188
-
1189
- .ion-planet:before { content: "\f343"; }
1190
-
1191
- .ion-play:before { content: "\f215"; }
1192
-
1193
- .ion-playstation:before { content: "\f30a"; }
1194
-
1195
- .ion-plus:before { content: "\f218"; }
1196
-
1197
- .ion-plus-circled:before { content: "\f216"; }
1198
-
1199
- .ion-plus-round:before { content: "\f217"; }
1200
-
1201
- .ion-podium:before { content: "\f344"; }
1202
-
1203
- .ion-pound:before { content: "\f219"; }
1204
-
1205
- .ion-power:before { content: "\f2a9"; }
1206
-
1207
- .ion-pricetag:before { content: "\f2aa"; }
1208
-
1209
- .ion-pricetags:before { content: "\f2ab"; }
1210
-
1211
- .ion-printer:before { content: "\f21a"; }
1212
-
1213
- .ion-pull-request:before { content: "\f345"; }
1214
-
1215
- .ion-qr-scanner:before { content: "\f346"; }
1216
-
1217
- .ion-quote:before { content: "\f347"; }
1218
-
1219
- .ion-radio-waves:before { content: "\f2ac"; }
1220
-
1221
- .ion-record:before { content: "\f21b"; }
1222
-
1223
- .ion-refresh:before { content: "\f21c"; }
1224
-
1225
- .ion-reply:before { content: "\f21e"; }
1226
-
1227
- .ion-reply-all:before { content: "\f21d"; }
1228
-
1229
- .ion-ribbon-a:before { content: "\f348"; }
1230
-
1231
- .ion-ribbon-b:before { content: "\f349"; }
1232
-
1233
- .ion-sad:before { content: "\f34a"; }
1234
-
1235
- .ion-sad-outline:before { content: "\f4d7"; }
1236
-
1237
- .ion-scissors:before { content: "\f34b"; }
1238
-
1239
- .ion-search:before { content: "\f21f"; }
1240
-
1241
- .ion-settings:before { content: "\f2ad"; }
1242
-
1243
- .ion-share:before { content: "\f220"; }
1244
-
1245
- .ion-shuffle:before { content: "\f221"; }
1246
-
1247
- .ion-skip-backward:before { content: "\f222"; }
1248
-
1249
- .ion-skip-forward:before { content: "\f223"; }
1250
-
1251
- .ion-social-android:before { content: "\f225"; }
1252
-
1253
- .ion-social-android-outline:before { content: "\f224"; }
1254
-
1255
- .ion-social-angular:before { content: "\f4d9"; }
1256
-
1257
- .ion-social-angular-outline:before { content: "\f4d8"; }
1258
-
1259
- .ion-social-apple:before { content: "\f227"; }
1260
-
1261
- .ion-social-apple-outline:before { content: "\f226"; }
1262
-
1263
- .ion-social-bitcoin:before { content: "\f2af"; }
1264
-
1265
- .ion-social-bitcoin-outline:before { content: "\f2ae"; }
1266
-
1267
- .ion-social-buffer:before { content: "\f229"; }
1268
-
1269
- .ion-social-buffer-outline:before { content: "\f228"; }
1270
-
1271
- .ion-social-chrome:before { content: "\f4db"; }
1272
-
1273
- .ion-social-chrome-outline:before { content: "\f4da"; }
1274
-
1275
- .ion-social-codepen:before { content: "\f4dd"; }
1276
-
1277
- .ion-social-codepen-outline:before { content: "\f4dc"; }
1278
-
1279
- .ion-social-css3:before { content: "\f4df"; }
1280
-
1281
- .ion-social-css3-outline:before { content: "\f4de"; }
1282
-
1283
- .ion-social-designernews:before { content: "\f22b"; }
1284
-
1285
- .ion-social-designernews-outline:before { content: "\f22a"; }
1286
-
1287
- .ion-social-dribbble:before { content: "\f22d"; }
1288
-
1289
- .ion-social-dribbble-outline:before { content: "\f22c"; }
1290
-
1291
- .ion-social-dropbox:before { content: "\f22f"; }
1292
-
1293
- .ion-social-dropbox-outline:before { content: "\f22e"; }
1294
-
1295
- .ion-social-euro:before { content: "\f4e1"; }
1296
-
1297
- .ion-social-euro-outline:before { content: "\f4e0"; }
1298
-
1299
- .ion-social-facebook:before { content: "\f231"; }
1300
-
1301
- .ion-social-facebook-outline:before { content: "\f230"; }
1302
-
1303
- .ion-social-foursquare:before { content: "\f34d"; }
1304
-
1305
- .ion-social-foursquare-outline:before { content: "\f34c"; }
1306
-
1307
- .ion-social-freebsd-devil:before { content: "\f2c4"; }
1308
-
1309
- .ion-social-github:before { content: "\f233"; }
1310
-
1311
- .ion-social-github-outline:before { content: "\f232"; }
1312
-
1313
- .ion-social-google:before { content: "\f34f"; }
1314
-
1315
- .ion-social-google-outline:before { content: "\f34e"; }
1316
-
1317
- .ion-social-googleplus:before { content: "\f235"; }
1318
-
1319
- .ion-social-googleplus-outline:before { content: "\f234"; }
1320
-
1321
- .ion-social-hackernews:before { content: "\f237"; }
1322
-
1323
- .ion-social-hackernews-outline:before { content: "\f236"; }
1324
-
1325
- .ion-social-html5:before { content: "\f4e3"; }
1326
-
1327
- .ion-social-html5-outline:before { content: "\f4e2"; }
1328
-
1329
- .ion-social-instagram:before { content: "\f351"; }
1330
-
1331
- .ion-social-instagram-outline:before { content: "\f350"; }
1332
-
1333
- .ion-social-javascript:before { content: "\f4e5"; }
1334
-
1335
- .ion-social-javascript-outline:before { content: "\f4e4"; }
1336
-
1337
- .ion-social-linkedin:before { content: "\f239"; }
1338
-
1339
- .ion-social-linkedin-outline:before { content: "\f238"; }
1340
-
1341
- .ion-social-markdown:before { content: "\f4e6"; }
1342
-
1343
- .ion-social-nodejs:before { content: "\f4e7"; }
1344
-
1345
- .ion-social-octocat:before { content: "\f4e8"; }
1346
-
1347
- .ion-social-pinterest:before { content: "\f2b1"; }
1348
-
1349
- .ion-social-pinterest-outline:before { content: "\f2b0"; }
1350
-
1351
- .ion-social-python:before { content: "\f4e9"; }
1352
-
1353
- .ion-social-reddit:before { content: "\f23b"; }
1354
-
1355
- .ion-social-reddit-outline:before { content: "\f23a"; }
1356
-
1357
- .ion-social-rss:before { content: "\f23d"; }
1358
-
1359
- .ion-social-rss-outline:before { content: "\f23c"; }
1360
-
1361
- .ion-social-sass:before { content: "\f4ea"; }
1362
-
1363
- .ion-social-skype:before { content: "\f23f"; }
1364
-
1365
- .ion-social-skype-outline:before { content: "\f23e"; }
1366
-
1367
- .ion-social-snapchat:before { content: "\f4ec"; }
1368
-
1369
- .ion-social-snapchat-outline:before { content: "\f4eb"; }
1370
-
1371
- .ion-social-tumblr:before { content: "\f241"; }
1372
-
1373
- .ion-social-tumblr-outline:before { content: "\f240"; }
1374
-
1375
- .ion-social-tux:before { content: "\f2c5"; }
1376
-
1377
- .ion-social-twitch:before { content: "\f4ee"; }
1378
-
1379
- .ion-social-twitch-outline:before { content: "\f4ed"; }
1380
-
1381
- .ion-social-twitter:before { content: "\f243"; }
1382
-
1383
- .ion-social-twitter-outline:before { content: "\f242"; }
1384
-
1385
- .ion-social-usd:before { content: "\f353"; }
1386
-
1387
- .ion-social-usd-outline:before { content: "\f352"; }
1388
-
1389
- .ion-social-vimeo:before { content: "\f245"; }
1390
-
1391
- .ion-social-vimeo-outline:before { content: "\f244"; }
1392
-
1393
- .ion-social-whatsapp:before { content: "\f4f0"; }
1394
-
1395
- .ion-social-whatsapp-outline:before { content: "\f4ef"; }
1396
-
1397
- .ion-social-windows:before { content: "\f247"; }
1398
-
1399
- .ion-social-windows-outline:before { content: "\f246"; }
1400
-
1401
- .ion-social-wordpress:before { content: "\f249"; }
1402
-
1403
- .ion-social-wordpress-outline:before { content: "\f248"; }
1404
-
1405
- .ion-social-yahoo:before { content: "\f24b"; }
1406
-
1407
- .ion-social-yahoo-outline:before { content: "\f24a"; }
1408
-
1409
- .ion-social-yen:before { content: "\f4f2"; }
1410
-
1411
- .ion-social-yen-outline:before { content: "\f4f1"; }
1412
-
1413
- .ion-social-youtube:before { content: "\f24d"; }
1414
-
1415
- .ion-social-youtube-outline:before { content: "\f24c"; }
1416
-
1417
- .ion-soup-can:before { content: "\f4f4"; }
1418
-
1419
- .ion-soup-can-outline:before { content: "\f4f3"; }
1420
-
1421
- .ion-speakerphone:before { content: "\f2b2"; }
1422
-
1423
- .ion-speedometer:before { content: "\f2b3"; }
1424
-
1425
- .ion-spoon:before { content: "\f2b4"; }
1426
-
1427
- .ion-star:before { content: "\f24e"; }
1428
-
1429
- .ion-stats-bars:before { content: "\f2b5"; }
1430
-
1431
- .ion-steam:before { content: "\f30b"; }
1432
-
1433
- .ion-stop:before { content: "\f24f"; }
1434
-
1435
- .ion-thermometer:before { content: "\f2b6"; }
1436
-
1437
- .ion-thumbsdown:before { content: "\f250"; }
1438
-
1439
- .ion-thumbsup:before { content: "\f251"; }
1440
-
1441
- .ion-toggle:before { content: "\f355"; }
1442
-
1443
- .ion-toggle-filled:before { content: "\f354"; }
1444
-
1445
- .ion-transgender:before { content: "\f4f5"; }
1446
-
1447
- .ion-trash-a:before { content: "\f252"; }
1448
-
1449
- .ion-trash-b:before { content: "\f253"; }
1450
-
1451
- .ion-trophy:before { content: "\f356"; }
1452
-
1453
- .ion-tshirt:before { content: "\f4f7"; }
1454
-
1455
- .ion-tshirt-outline:before { content: "\f4f6"; }
1456
-
1457
- .ion-umbrella:before { content: "\f2b7"; }
1458
-
1459
- .ion-university:before { content: "\f357"; }
1460
-
1461
- .ion-unlocked:before { content: "\f254"; }
1462
-
1463
- .ion-upload:before { content: "\f255"; }
1464
-
1465
- .ion-usb:before { content: "\f2b8"; }
1466
-
1467
- .ion-videocamera:before { content: "\f256"; }
1468
-
1469
- .ion-volume-high:before { content: "\f257"; }
1470
-
1471
- .ion-volume-low:before { content: "\f258"; }
1472
-
1473
- .ion-volume-medium:before { content: "\f259"; }
1474
-
1475
- .ion-volume-mute:before { content: "\f25a"; }
1476
-
1477
- .ion-wand:before { content: "\f358"; }
1478
-
1479
- .ion-waterdrop:before { content: "\f25b"; }
1480
-
1481
- .ion-wifi:before { content: "\f25c"; }
1482
-
1483
- .ion-wineglass:before { content: "\f2b9"; }
1484
-
1485
- .ion-woman:before { content: "\f25d"; }
1486
-
1487
- .ion-wrench:before { content: "\f2ba"; }
1488
-
1489
- .ion-xbox:before { content: "\f30c"; }