ustyle 1.11.1 → 1.12.0

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 (416) hide show
  1. checksums.yaml +4 -4
  2. data/Gruntfile.js +12 -7
  3. data/README.md +81 -20
  4. data/dist/icons.svg +1 -0
  5. data/dist/ustyle-content.css +1 -1
  6. data/dist/ustyle-latest.css +1 -1
  7. data/dist/ustyle.js +5 -28
  8. data/dist/ustyle.json +1 -1
  9. data/dist/ustyle.min.js +1 -1
  10. data/lib/ustyle/helpers/icon_helper.rb +15 -0
  11. data/lib/ustyle/icons.rb +1 -1
  12. data/lib/ustyle/middleware/icon_middleware.rb +27 -0
  13. data/lib/ustyle/utils.rb +5 -3
  14. data/lib/ustyle/version.rb +1 -1
  15. data/lib/ustyle.rb +7 -1
  16. data/package.json +2 -1
  17. data/styleguide/assets/images/icons.svg +1 -0
  18. data/styleguide/assets/javascripts/app.js +1 -0
  19. data/styleguide/assets/javascripts/vendor/svg4everybody.js +1 -0
  20. data/styleguide/assets/sass/main.scss +0 -96
  21. data/styleguide/assets/sass/modules/_colours.scss +1 -0
  22. data/styleguide/assets/sass/modules/_logo.scss +0 -5
  23. data/styleguide/assets/sass/modules/_styleguide.scss +4 -0
  24. data/styleguide/content/index.tpl +4 -2
  25. data/styleguide/partials/_header.tpl +3 -1
  26. data/styleguide/partials/_sidebar.tpl +6 -1
  27. data/styleguide/partials/colour.tpl +3 -3
  28. data/styleguide/partials/icons.tpl +1 -1
  29. data/styleguide/partials/style_block.tpl +1 -1
  30. data/styleguide/templates/styleguide.tpl +3 -0
  31. data/tasks/publish.rake +2 -2
  32. data/vendor/assets/images/forms/checkbox.svg +1 -0
  33. data/vendor/assets/images/icons/alarm.svg +1 -1
  34. data/vendor/assets/images/icons/android.svg +1 -1
  35. data/vendor/assets/images/icons/arrow-circle.svg +1 -1
  36. data/vendor/assets/images/icons/arrow-down.svg +1 -1
  37. data/vendor/assets/images/icons/arrow-up.svg +1 -1
  38. data/vendor/assets/images/icons/book.svg +1 -1
  39. data/vendor/assets/images/icons/bookmark.svg +1 -1
  40. data/vendor/assets/images/icons/breadcrumb.svg +1 -1
  41. data/vendor/assets/images/icons/calculator.svg +1 -1
  42. data/vendor/assets/images/icons/calendar.svg +1 -1
  43. data/vendor/assets/images/icons/car.svg +1 -1
  44. data/vendor/assets/images/icons/checkbox-tick.svg +1 -1
  45. data/vendor/assets/images/icons/chevron-right.svg +1 -1
  46. data/vendor/assets/images/icons/clock.svg +1 -1
  47. data/vendor/assets/images/icons/close.svg +1 -1
  48. data/vendor/assets/images/icons/cog.svg +1 -1
  49. data/vendor/assets/images/icons/credit-card.svg +1 -1
  50. data/vendor/assets/images/icons/cross.svg +1 -1
  51. data/vendor/assets/images/icons/dual-fuel.svg +1 -1
  52. data/vendor/assets/images/icons/electric-light.svg +1 -1
  53. data/vendor/assets/images/icons/envelope.svg +1 -1
  54. data/vendor/assets/images/icons/exit-noexit.svg +1 -1
  55. data/vendor/assets/images/icons/facebook-brand.svg +1 -1
  56. data/vendor/assets/images/icons/facebook.svg +1 -1
  57. data/vendor/assets/images/icons/filter.svg +1 -1
  58. data/vendor/assets/images/icons/fixed-variable.svg +1 -1
  59. data/vendor/assets/images/icons/gas.svg +1 -1
  60. data/vendor/assets/images/icons/gauge.svg +1 -1
  61. data/vendor/assets/images/icons/github.svg +1 -1
  62. data/vendor/assets/images/icons/google-brand.svg +1 -1
  63. data/vendor/assets/images/icons/google.svg +1 -1
  64. data/vendor/assets/images/icons/graph-up.svg +1 -1
  65. data/vendor/assets/images/icons/home.svg +1 -1
  66. data/vendor/assets/images/icons/hot.svg +1 -1
  67. data/vendor/assets/images/icons/info.svg +1 -1
  68. data/vendor/assets/images/icons/kettle.svg +1 -1
  69. data/vendor/assets/images/icons/key.svg +1 -1
  70. data/vendor/assets/images/icons/lock.svg +1 -1
  71. data/vendor/assets/images/icons/magnify-in.svg +1 -1
  72. data/vendor/assets/images/icons/magnify.svg +1 -1
  73. data/vendor/assets/images/icons/menu.svg +1 -1
  74. data/vendor/assets/images/icons/message.svg +1 -1
  75. data/vendor/assets/images/icons/mobile.svg +1 -1
  76. data/vendor/assets/images/icons/monthly-dd.svg +1 -1
  77. data/vendor/assets/images/icons/network.svg +1 -1
  78. data/vendor/assets/images/icons/no-exit.svg +1 -1
  79. data/vendor/assets/images/icons/pdf.svg +1 -1
  80. data/vendor/assets/images/icons/pencil.svg +1 -1
  81. data/vendor/assets/images/icons/person-add.svg +1 -1
  82. data/vendor/assets/images/icons/person.svg +1 -1
  83. data/vendor/assets/images/icons/phone.svg +1 -1
  84. data/vendor/assets/images/icons/piggy-bank.svg +1 -1
  85. data/vendor/assets/images/icons/pin.svg +1 -1
  86. data/vendor/assets/images/icons/play.svg +1 -1
  87. data/vendor/assets/images/icons/pound-circle.svg +1 -1
  88. data/vendor/assets/images/icons/pound-note.svg +1 -1
  89. data/vendor/assets/images/icons/present.svg +1 -1
  90. data/vendor/assets/images/icons/print.svg +1 -1
  91. data/vendor/assets/images/icons/quarterly-dd.svg +1 -1
  92. data/vendor/assets/images/icons/question-circle.svg +1 -1
  93. data/vendor/assets/images/icons/quote.svg +1 -1
  94. data/vendor/assets/images/icons/recycle.svg +1 -1
  95. data/vendor/assets/images/icons/remove.svg +1 -1
  96. data/vendor/assets/images/icons/renewable.svg +1 -1
  97. data/vendor/assets/images/icons/results.svg +1 -1
  98. data/vendor/assets/images/icons/save.svg +1 -1
  99. data/vendor/assets/images/icons/share.svg +1 -1
  100. data/vendor/assets/images/icons/sim.svg +1 -1
  101. data/vendor/assets/images/icons/smiley.svg +1 -1
  102. data/vendor/assets/images/icons/sort.svg +1 -1
  103. data/vendor/assets/images/icons/speech-circle.svg +1 -1
  104. data/vendor/assets/images/icons/speech.svg +1 -1
  105. data/vendor/assets/images/icons/star-half.svg +1 -1
  106. data/vendor/assets/images/icons/star.svg +1 -1
  107. data/vendor/assets/images/icons/starline-half.svg +1 -1
  108. data/vendor/assets/images/icons/starline.svg +1 -1
  109. data/vendor/assets/images/icons/talk.svg +1 -1
  110. data/vendor/assets/images/icons/tick-circle.svg +1 -1
  111. data/vendor/assets/images/icons/tick.svg +1 -1
  112. data/vendor/assets/images/icons/tv.svg +1 -1
  113. data/vendor/assets/images/icons/twitter-brand.svg +1 -1
  114. data/vendor/assets/images/icons/twitter.svg +1 -1
  115. data/vendor/assets/images/icons/uswitch.svg +1 -1
  116. data/vendor/assets/images/icons/variable.svg +1 -1
  117. data/vendor/assets/images/icons/warning-circle.svg +1 -1
  118. data/vendor/assets/images/icons/wifi.svg +1 -1
  119. data/vendor/assets/images/icons/wiki.svg +1 -1
  120. data/vendor/assets/images/icons/xml.svg +1 -1
  121. data/vendor/assets/images/icons.svg +1 -0
  122. data/vendor/assets/javascripts/ustyle/radioToggle.js +5 -28
  123. data/vendor/assets/stylesheets/ustyle/_all.scss +0 -1
  124. data/vendor/assets/stylesheets/ustyle/articles/_base.scss +1 -1
  125. data/vendor/assets/stylesheets/ustyle/articles/_guide.scss +1 -1
  126. data/vendor/assets/stylesheets/ustyle/articles/_news.scss +1 -1
  127. data/vendor/assets/stylesheets/ustyle/basics/_extends.scss +1 -1
  128. data/vendor/assets/stylesheets/ustyle/basics/variables/_icons.scss +23 -140
  129. data/vendor/assets/stylesheets/ustyle/components/_lists-li.scss +6 -6
  130. data/vendor/assets/stylesheets/ustyle/components/_tabs.scss +34 -20
  131. data/vendor/assets/stylesheets/ustyle/forms/_input-group.scss +1 -1
  132. data/vendor/assets/stylesheets/ustyle/forms/_radio-checkbox.scss +1 -1
  133. data/vendor/assets/stylesheets/ustyle/icons/_base.scss +178 -188
  134. data/vendor/assets/stylesheets/ustyle/utilities/_images.scss +1 -1
  135. metadata +9 -283
  136. data/dist/ustyle-icons.css +0 -1
  137. data/grunt/tasks/svg2png.js +0 -57
  138. data/vendor/assets/images/icons/16px/alarm.png +0 -0
  139. data/vendor/assets/images/icons/16px/android.png +0 -0
  140. data/vendor/assets/images/icons/16px/arrow-circle.png +0 -0
  141. data/vendor/assets/images/icons/16px/arrow-down.png +0 -0
  142. data/vendor/assets/images/icons/16px/arrow-up.png +0 -0
  143. data/vendor/assets/images/icons/16px/book.png +0 -0
  144. data/vendor/assets/images/icons/16px/bookmark.png +0 -0
  145. data/vendor/assets/images/icons/16px/breadcrumb.png +0 -0
  146. data/vendor/assets/images/icons/16px/calculator.png +0 -0
  147. data/vendor/assets/images/icons/16px/calendar.png +0 -0
  148. data/vendor/assets/images/icons/16px/car.png +0 -0
  149. data/vendor/assets/images/icons/16px/checkbox-tick.png +0 -0
  150. data/vendor/assets/images/icons/16px/chevron-right.png +0 -0
  151. data/vendor/assets/images/icons/16px/clock.png +0 -0
  152. data/vendor/assets/images/icons/16px/close.png +0 -0
  153. data/vendor/assets/images/icons/16px/cog.png +0 -0
  154. data/vendor/assets/images/icons/16px/credit-card.png +0 -0
  155. data/vendor/assets/images/icons/16px/cross.png +0 -0
  156. data/vendor/assets/images/icons/16px/dual-fuel.png +0 -0
  157. data/vendor/assets/images/icons/16px/electric-light.png +0 -0
  158. data/vendor/assets/images/icons/16px/envelope.png +0 -0
  159. data/vendor/assets/images/icons/16px/exit-noexit.png +0 -0
  160. data/vendor/assets/images/icons/16px/facebook-brand.png +0 -0
  161. data/vendor/assets/images/icons/16px/facebook.png +0 -0
  162. data/vendor/assets/images/icons/16px/filter.png +0 -0
  163. data/vendor/assets/images/icons/16px/fixed-variable.png +0 -0
  164. data/vendor/assets/images/icons/16px/gas.png +0 -0
  165. data/vendor/assets/images/icons/16px/gauge.png +0 -0
  166. data/vendor/assets/images/icons/16px/github.png +0 -0
  167. data/vendor/assets/images/icons/16px/google-brand.png +0 -0
  168. data/vendor/assets/images/icons/16px/google.png +0 -0
  169. data/vendor/assets/images/icons/16px/graph-up.png +0 -0
  170. data/vendor/assets/images/icons/16px/home.png +0 -0
  171. data/vendor/assets/images/icons/16px/hot.png +0 -0
  172. data/vendor/assets/images/icons/16px/info.png +0 -0
  173. data/vendor/assets/images/icons/16px/kettle.png +0 -0
  174. data/vendor/assets/images/icons/16px/key.png +0 -0
  175. data/vendor/assets/images/icons/16px/lock.png +0 -0
  176. data/vendor/assets/images/icons/16px/magnify-in.png +0 -0
  177. data/vendor/assets/images/icons/16px/magnify.png +0 -0
  178. data/vendor/assets/images/icons/16px/menu.png +0 -0
  179. data/vendor/assets/images/icons/16px/message.png +0 -0
  180. data/vendor/assets/images/icons/16px/mobile.png +0 -0
  181. data/vendor/assets/images/icons/16px/monthly-dd.png +0 -0
  182. data/vendor/assets/images/icons/16px/network.png +0 -0
  183. data/vendor/assets/images/icons/16px/no-exit.png +0 -0
  184. data/vendor/assets/images/icons/16px/pdf.png +0 -0
  185. data/vendor/assets/images/icons/16px/pencil.png +0 -0
  186. data/vendor/assets/images/icons/16px/person-add.png +0 -0
  187. data/vendor/assets/images/icons/16px/person.png +0 -0
  188. data/vendor/assets/images/icons/16px/phone.png +0 -0
  189. data/vendor/assets/images/icons/16px/piggy-bank.png +0 -0
  190. data/vendor/assets/images/icons/16px/pin.png +0 -0
  191. data/vendor/assets/images/icons/16px/play.png +0 -0
  192. data/vendor/assets/images/icons/16px/pound-circle.png +0 -0
  193. data/vendor/assets/images/icons/16px/pound-note.png +0 -0
  194. data/vendor/assets/images/icons/16px/present.png +0 -0
  195. data/vendor/assets/images/icons/16px/print.png +0 -0
  196. data/vendor/assets/images/icons/16px/quarterly-dd.png +0 -0
  197. data/vendor/assets/images/icons/16px/question-circle.png +0 -0
  198. data/vendor/assets/images/icons/16px/quote.png +0 -0
  199. data/vendor/assets/images/icons/16px/recycle.png +0 -0
  200. data/vendor/assets/images/icons/16px/remove.png +0 -0
  201. data/vendor/assets/images/icons/16px/renewable.png +0 -0
  202. data/vendor/assets/images/icons/16px/results.png +0 -0
  203. data/vendor/assets/images/icons/16px/save.png +0 -0
  204. data/vendor/assets/images/icons/16px/share.png +0 -0
  205. data/vendor/assets/images/icons/16px/sim.png +0 -0
  206. data/vendor/assets/images/icons/16px/smiley.png +0 -0
  207. data/vendor/assets/images/icons/16px/sort.png +0 -0
  208. data/vendor/assets/images/icons/16px/speech-circle.png +0 -0
  209. data/vendor/assets/images/icons/16px/speech.png +0 -0
  210. data/vendor/assets/images/icons/16px/spinner 2.png +0 -0
  211. data/vendor/assets/images/icons/16px/spinner.png +0 -0
  212. data/vendor/assets/images/icons/16px/star-half.png +0 -0
  213. data/vendor/assets/images/icons/16px/star.png +0 -0
  214. data/vendor/assets/images/icons/16px/starline-half.png +0 -0
  215. data/vendor/assets/images/icons/16px/starline.png +0 -0
  216. data/vendor/assets/images/icons/16px/talk.png +0 -0
  217. data/vendor/assets/images/icons/16px/tick-circle.png +0 -0
  218. data/vendor/assets/images/icons/16px/tick.png +0 -0
  219. data/vendor/assets/images/icons/16px/tv.png +0 -0
  220. data/vendor/assets/images/icons/16px/twitter-brand.png +0 -0
  221. data/vendor/assets/images/icons/16px/twitter.png +0 -0
  222. data/vendor/assets/images/icons/16px/ustyle.png +0 -0
  223. data/vendor/assets/images/icons/16px/uswitch.png +0 -0
  224. data/vendor/assets/images/icons/16px/variable.png +0 -0
  225. data/vendor/assets/images/icons/16px/warning-circle.png +0 -0
  226. data/vendor/assets/images/icons/16px/wifi.png +0 -0
  227. data/vendor/assets/images/icons/16px/wiki.png +0 -0
  228. data/vendor/assets/images/icons/16px/xml.png +0 -0
  229. data/vendor/assets/images/icons/32px/alarm.png +0 -0
  230. data/vendor/assets/images/icons/32px/android.png +0 -0
  231. data/vendor/assets/images/icons/32px/arrow-circle.png +0 -0
  232. data/vendor/assets/images/icons/32px/arrow-down.png +0 -0
  233. data/vendor/assets/images/icons/32px/arrow-up.png +0 -0
  234. data/vendor/assets/images/icons/32px/book.png +0 -0
  235. data/vendor/assets/images/icons/32px/bookmark.png +0 -0
  236. data/vendor/assets/images/icons/32px/breadcrumb.png +0 -0
  237. data/vendor/assets/images/icons/32px/calculator.png +0 -0
  238. data/vendor/assets/images/icons/32px/calendar.png +0 -0
  239. data/vendor/assets/images/icons/32px/car.png +0 -0
  240. data/vendor/assets/images/icons/32px/checkbox-tick.png +0 -0
  241. data/vendor/assets/images/icons/32px/chevron-right.png +0 -0
  242. data/vendor/assets/images/icons/32px/clock.png +0 -0
  243. data/vendor/assets/images/icons/32px/close.png +0 -0
  244. data/vendor/assets/images/icons/32px/cog.png +0 -0
  245. data/vendor/assets/images/icons/32px/credit-card.png +0 -0
  246. data/vendor/assets/images/icons/32px/cross.png +0 -0
  247. data/vendor/assets/images/icons/32px/dual-fuel.png +0 -0
  248. data/vendor/assets/images/icons/32px/electric-light.png +0 -0
  249. data/vendor/assets/images/icons/32px/envelope.png +0 -0
  250. data/vendor/assets/images/icons/32px/exit-noexit.png +0 -0
  251. data/vendor/assets/images/icons/32px/facebook-brand.png +0 -0
  252. data/vendor/assets/images/icons/32px/facebook.png +0 -0
  253. data/vendor/assets/images/icons/32px/filter.png +0 -0
  254. data/vendor/assets/images/icons/32px/fixed-variable.png +0 -0
  255. data/vendor/assets/images/icons/32px/gas.png +0 -0
  256. data/vendor/assets/images/icons/32px/gauge.png +0 -0
  257. data/vendor/assets/images/icons/32px/github.png +0 -0
  258. data/vendor/assets/images/icons/32px/google-brand.png +0 -0
  259. data/vendor/assets/images/icons/32px/google.png +0 -0
  260. data/vendor/assets/images/icons/32px/graph-up.png +0 -0
  261. data/vendor/assets/images/icons/32px/home.png +0 -0
  262. data/vendor/assets/images/icons/32px/hot.png +0 -0
  263. data/vendor/assets/images/icons/32px/info.png +0 -0
  264. data/vendor/assets/images/icons/32px/kettle.png +0 -0
  265. data/vendor/assets/images/icons/32px/key.png +0 -0
  266. data/vendor/assets/images/icons/32px/lock.png +0 -0
  267. data/vendor/assets/images/icons/32px/magnify-in.png +0 -0
  268. data/vendor/assets/images/icons/32px/magnify.png +0 -0
  269. data/vendor/assets/images/icons/32px/menu.png +0 -0
  270. data/vendor/assets/images/icons/32px/message.png +0 -0
  271. data/vendor/assets/images/icons/32px/mobile.png +0 -0
  272. data/vendor/assets/images/icons/32px/monthly-dd.png +0 -0
  273. data/vendor/assets/images/icons/32px/network.png +0 -0
  274. data/vendor/assets/images/icons/32px/no-exit.png +0 -0
  275. data/vendor/assets/images/icons/32px/pdf.png +0 -0
  276. data/vendor/assets/images/icons/32px/pencil.png +0 -0
  277. data/vendor/assets/images/icons/32px/person-add.png +0 -0
  278. data/vendor/assets/images/icons/32px/person.png +0 -0
  279. data/vendor/assets/images/icons/32px/phone.png +0 -0
  280. data/vendor/assets/images/icons/32px/piggy-bank.png +0 -0
  281. data/vendor/assets/images/icons/32px/pin.png +0 -0
  282. data/vendor/assets/images/icons/32px/play.png +0 -0
  283. data/vendor/assets/images/icons/32px/pound-circle.png +0 -0
  284. data/vendor/assets/images/icons/32px/pound-note.png +0 -0
  285. data/vendor/assets/images/icons/32px/present.png +0 -0
  286. data/vendor/assets/images/icons/32px/print.png +0 -0
  287. data/vendor/assets/images/icons/32px/quarterly-dd.png +0 -0
  288. data/vendor/assets/images/icons/32px/question-circle.png +0 -0
  289. data/vendor/assets/images/icons/32px/quote.png +0 -0
  290. data/vendor/assets/images/icons/32px/recycle.png +0 -0
  291. data/vendor/assets/images/icons/32px/remove.png +0 -0
  292. data/vendor/assets/images/icons/32px/renewable.png +0 -0
  293. data/vendor/assets/images/icons/32px/results.png +0 -0
  294. data/vendor/assets/images/icons/32px/save.png +0 -0
  295. data/vendor/assets/images/icons/32px/share.png +0 -0
  296. data/vendor/assets/images/icons/32px/sim.png +0 -0
  297. data/vendor/assets/images/icons/32px/smiley.png +0 -0
  298. data/vendor/assets/images/icons/32px/sort.png +0 -0
  299. data/vendor/assets/images/icons/32px/speech-circle.png +0 -0
  300. data/vendor/assets/images/icons/32px/speech.png +0 -0
  301. data/vendor/assets/images/icons/32px/spinner 2.png +0 -0
  302. data/vendor/assets/images/icons/32px/spinner.png +0 -0
  303. data/vendor/assets/images/icons/32px/star-half.png +0 -0
  304. data/vendor/assets/images/icons/32px/star.png +0 -0
  305. data/vendor/assets/images/icons/32px/starline-half.png +0 -0
  306. data/vendor/assets/images/icons/32px/starline.png +0 -0
  307. data/vendor/assets/images/icons/32px/talk.png +0 -0
  308. data/vendor/assets/images/icons/32px/tick-circle.png +0 -0
  309. data/vendor/assets/images/icons/32px/tick.png +0 -0
  310. data/vendor/assets/images/icons/32px/tv.png +0 -0
  311. data/vendor/assets/images/icons/32px/twitter-brand.png +0 -0
  312. data/vendor/assets/images/icons/32px/twitter.png +0 -0
  313. data/vendor/assets/images/icons/32px/ustyle.png +0 -0
  314. data/vendor/assets/images/icons/32px/uswitch.png +0 -0
  315. data/vendor/assets/images/icons/32px/variable.png +0 -0
  316. data/vendor/assets/images/icons/32px/warning-circle.png +0 -0
  317. data/vendor/assets/images/icons/32px/wifi.png +0 -0
  318. data/vendor/assets/images/icons/32px/wiki.png +0 -0
  319. data/vendor/assets/images/icons/32px/xml.png +0 -0
  320. data/vendor/assets/images/icons/64px/alarm.png +0 -0
  321. data/vendor/assets/images/icons/64px/android.png +0 -0
  322. data/vendor/assets/images/icons/64px/arrow-circle.png +0 -0
  323. data/vendor/assets/images/icons/64px/arrow-down.png +0 -0
  324. data/vendor/assets/images/icons/64px/arrow-up.png +0 -0
  325. data/vendor/assets/images/icons/64px/book.png +0 -0
  326. data/vendor/assets/images/icons/64px/bookmark.png +0 -0
  327. data/vendor/assets/images/icons/64px/breadcrumb.png +0 -0
  328. data/vendor/assets/images/icons/64px/calculator.png +0 -0
  329. data/vendor/assets/images/icons/64px/calendar.png +0 -0
  330. data/vendor/assets/images/icons/64px/car.png +0 -0
  331. data/vendor/assets/images/icons/64px/checkbox-tick.png +0 -0
  332. data/vendor/assets/images/icons/64px/chevron-right.png +0 -0
  333. data/vendor/assets/images/icons/64px/clock.png +0 -0
  334. data/vendor/assets/images/icons/64px/close.png +0 -0
  335. data/vendor/assets/images/icons/64px/cog.png +0 -0
  336. data/vendor/assets/images/icons/64px/credit-card.png +0 -0
  337. data/vendor/assets/images/icons/64px/cross.png +0 -0
  338. data/vendor/assets/images/icons/64px/dual-fuel.png +0 -0
  339. data/vendor/assets/images/icons/64px/electric-light.png +0 -0
  340. data/vendor/assets/images/icons/64px/envelope.png +0 -0
  341. data/vendor/assets/images/icons/64px/exit-noexit.png +0 -0
  342. data/vendor/assets/images/icons/64px/facebook-brand.png +0 -0
  343. data/vendor/assets/images/icons/64px/facebook.png +0 -0
  344. data/vendor/assets/images/icons/64px/filter.png +0 -0
  345. data/vendor/assets/images/icons/64px/fixed-variable.png +0 -0
  346. data/vendor/assets/images/icons/64px/gas.png +0 -0
  347. data/vendor/assets/images/icons/64px/gauge.png +0 -0
  348. data/vendor/assets/images/icons/64px/github.png +0 -0
  349. data/vendor/assets/images/icons/64px/google-brand.png +0 -0
  350. data/vendor/assets/images/icons/64px/google.png +0 -0
  351. data/vendor/assets/images/icons/64px/graph-up.png +0 -0
  352. data/vendor/assets/images/icons/64px/home.png +0 -0
  353. data/vendor/assets/images/icons/64px/hot.png +0 -0
  354. data/vendor/assets/images/icons/64px/info.png +0 -0
  355. data/vendor/assets/images/icons/64px/kettle.png +0 -0
  356. data/vendor/assets/images/icons/64px/key.png +0 -0
  357. data/vendor/assets/images/icons/64px/lock.png +0 -0
  358. data/vendor/assets/images/icons/64px/magnify-in.png +0 -0
  359. data/vendor/assets/images/icons/64px/magnify.png +0 -0
  360. data/vendor/assets/images/icons/64px/menu.png +0 -0
  361. data/vendor/assets/images/icons/64px/message.png +0 -0
  362. data/vendor/assets/images/icons/64px/mobile.png +0 -0
  363. data/vendor/assets/images/icons/64px/monthly-dd.png +0 -0
  364. data/vendor/assets/images/icons/64px/network.png +0 -0
  365. data/vendor/assets/images/icons/64px/no-exit.png +0 -0
  366. data/vendor/assets/images/icons/64px/pdf.png +0 -0
  367. data/vendor/assets/images/icons/64px/pencil.png +0 -0
  368. data/vendor/assets/images/icons/64px/person-add.png +0 -0
  369. data/vendor/assets/images/icons/64px/person.png +0 -0
  370. data/vendor/assets/images/icons/64px/phone.png +0 -0
  371. data/vendor/assets/images/icons/64px/piggy-bank.png +0 -0
  372. data/vendor/assets/images/icons/64px/pin.png +0 -0
  373. data/vendor/assets/images/icons/64px/play.png +0 -0
  374. data/vendor/assets/images/icons/64px/pound-circle.png +0 -0
  375. data/vendor/assets/images/icons/64px/pound-note.png +0 -0
  376. data/vendor/assets/images/icons/64px/present.png +0 -0
  377. data/vendor/assets/images/icons/64px/print.png +0 -0
  378. data/vendor/assets/images/icons/64px/quarterly-dd.png +0 -0
  379. data/vendor/assets/images/icons/64px/question-circle.png +0 -0
  380. data/vendor/assets/images/icons/64px/quote.png +0 -0
  381. data/vendor/assets/images/icons/64px/recycle.png +0 -0
  382. data/vendor/assets/images/icons/64px/remove.png +0 -0
  383. data/vendor/assets/images/icons/64px/renewable.png +0 -0
  384. data/vendor/assets/images/icons/64px/results.png +0 -0
  385. data/vendor/assets/images/icons/64px/save.png +0 -0
  386. data/vendor/assets/images/icons/64px/share.png +0 -0
  387. data/vendor/assets/images/icons/64px/sim.png +0 -0
  388. data/vendor/assets/images/icons/64px/smiley.png +0 -0
  389. data/vendor/assets/images/icons/64px/sort.png +0 -0
  390. data/vendor/assets/images/icons/64px/speech-circle.png +0 -0
  391. data/vendor/assets/images/icons/64px/speech.png +0 -0
  392. data/vendor/assets/images/icons/64px/spinner 2.png +0 -0
  393. data/vendor/assets/images/icons/64px/spinner.png +0 -0
  394. data/vendor/assets/images/icons/64px/star-half.png +0 -0
  395. data/vendor/assets/images/icons/64px/star.png +0 -0
  396. data/vendor/assets/images/icons/64px/starline-half.png +0 -0
  397. data/vendor/assets/images/icons/64px/starline.png +0 -0
  398. data/vendor/assets/images/icons/64px/talk.png +0 -0
  399. data/vendor/assets/images/icons/64px/tick-circle.png +0 -0
  400. data/vendor/assets/images/icons/64px/tick.png +0 -0
  401. data/vendor/assets/images/icons/64px/tv.png +0 -0
  402. data/vendor/assets/images/icons/64px/twitter-brand.png +0 -0
  403. data/vendor/assets/images/icons/64px/twitter.png +0 -0
  404. data/vendor/assets/images/icons/64px/ustyle.png +0 -0
  405. data/vendor/assets/images/icons/64px/uswitch.png +0 -0
  406. data/vendor/assets/images/icons/64px/variable.png +0 -0
  407. data/vendor/assets/images/icons/64px/warning-circle.png +0 -0
  408. data/vendor/assets/images/icons/64px/wifi.png +0 -0
  409. data/vendor/assets/images/icons/64px/wiki.png +0 -0
  410. data/vendor/assets/images/icons/64px/xml.png +0 -0
  411. data/vendor/assets/images/icons/spinner 2.svg +0 -1
  412. data/vendor/assets/stylesheets/ustyle/_icons.scss +0 -20
  413. data/vendor/assets/stylesheets/ustyle/components/_featured.scss +0 -112
  414. data/vendor/assets/stylesheets/ustyle/icons/_png.scss +0 -37
  415. data/vendor/assets/stylesheets/ustyle/icons/_svg.scss +0 -33
  416. data/vendor/assets/stylesheets/ustyle-icons.scss +0 -1
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="288" viewBox="0 0 32 288"><path fill="#fff" d="M23.12 12.004h-4.228L15.9 16.41l-2.992-4.406H8.68l5.07 7.577-5.72 8.43h8.195v-2.86h-1.892L15.9 22.8l3.48 5.204h4.39l-5.718-8.423 5.068-7.57zm5.013-5.768l-4.465-4.464C22.696.8 20.775.004 19.4.004h-15c-1.375 0-2.5 1.125-2.5 2.5v27c0 1.375 1.125 2.5 2.5 2.5h23c1.375 0 2.5-1.125 2.5-2.5v-19c0-1.375-.795-3.296-1.767-4.268zM26.718 7.65c.098.098.195.218.29.354H21.9V2.896c.136.095.256.192.354.29l4.464 4.464zM27.9 29.504c0 .27-.23.5-.5.5h-23c-.27 0-.5-.23-.5-.5v-27c0-.27.23-.5.5-.5h15c.15 0 .32.02.5.053v7.947h7.947c.034.18.053.35.053.5v19z"/><path fill="#333" d="M23.12 76.004h-4.228L15.9 80.41l-2.992-4.406H8.68l5.07 7.577-5.72 8.43h8.195v-2.86h-1.892L15.9 86.8l3.48 5.204h4.39l-5.718-8.423 5.068-7.57zm5.013-5.768l-4.465-4.464c-.972-.972-2.893-1.768-4.268-1.768h-15c-1.375 0-2.5 1.125-2.5 2.5v27c0 1.375 1.125 2.5 2.5 2.5h23c1.375 0 2.5-1.125 2.5-2.5v-19c0-1.375-.795-3.296-1.767-4.268zm-1.415 1.414c.098.098.195.218.29.354H21.9v-5.108c.136.095.256.192.354.29l4.464 4.464zM27.9 93.504c0 .27-.23.5-.5.5h-23c-.27 0-.5-.23-.5-.5v-27c0-.27.23-.5.5-.5h15c.15 0 .32.02.5.053v7.947h7.947c.034.18.053.35.053.5v19z"/><path fill="#97999A" d="M23.12 140.004h-4.228L15.9 144.41l-2.992-4.406H8.68l5.07 7.577-5.72 8.43h8.196v-2.86h-1.892l1.566-2.35 3.483 5.21h4.39l-5.72-8.42 5.068-7.57zm5.013-5.768l-4.465-4.464c-.972-.972-2.893-1.768-4.268-1.768h-15c-1.375 0-2.5 1.125-2.5 2.5v27c0 1.375 1.125 2.5 2.5 2.5h23c1.375 0 2.5-1.125 2.5-2.5v-19c0-1.375-.795-3.296-1.767-4.268zm-1.415 1.414c.098.098.195.218.29.354H21.9v-5.108c.136.095.256.192.354.29l4.464 4.464zm1.182 21.854c0 .27-.23.5-.5.5h-23c-.27 0-.5-.23-.5-.5v-27c0-.27.23-.5.5-.5h15c.15 0 .32.02.5.053v7.947h7.947c.034.18.053.35.053.5v19z"/><path fill="#008FE9" d="M23.12 204.004h-4.228L15.9 208.41l-2.992-4.406H8.68l5.07 7.577-5.72 8.43h8.196v-2.86h-1.892l1.566-2.35 3.483 5.21h4.39l-5.72-8.42 5.068-7.57zm5.013-5.768l-4.465-4.464c-.972-.972-2.893-1.768-4.268-1.768h-15c-1.375 0-2.5 1.125-2.5 2.5v27c0 1.375 1.125 2.5 2.5 2.5h23c1.375 0 2.5-1.125 2.5-2.5v-19c0-1.375-.795-3.296-1.767-4.268zm-1.415 1.414c.098.098.195.218.29.354H21.9v-5.108c.136.095.256.192.354.29l4.464 4.464zm1.182 21.854c0 .27-.23.5-.5.5h-23c-.27 0-.5-.23-.5-.5v-27c0-.27.23-.5.5-.5h15c.15 0 .32.02.5.053v7.947h7.947c.034.18.053.35.053.5v19z"/><path fill="#1C1F4E" d="M23.12 268.004h-4.228L15.9 272.41l-2.992-4.406H8.68l5.07 7.577-5.72 8.43h8.196v-2.86h-1.892l1.566-2.35 3.483 5.21h4.39l-5.72-8.42 5.068-7.57zm5.013-5.768l-4.465-4.464c-.972-.972-2.893-1.768-4.268-1.768h-15c-1.375 0-2.5 1.125-2.5 2.5v27c0 1.375 1.125 2.5 2.5 2.5h23c1.375 0 2.5-1.125 2.5-2.5v-19c0-1.375-.795-3.296-1.767-4.268zm-1.415 1.414c.098.098.195.218.29.354H21.9v-5.108c.136.095.256.192.354.29l4.464 4.464zm1.182 21.854c0 .27-.23.5-.5.5h-23c-.27 0-.5-.23-.5-.5v-27c0-.27.23-.5.5-.5h15c.15 0 .32.02.5.053v7.947h7.947c.034.18.053.35.053.5v19z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M23.12 12.004h-4.228L15.9 16.41l-2.992-4.406H8.68l5.07 7.577-5.72 8.43h8.195v-2.86h-1.892L15.9 22.8l3.48 5.204h4.39l-5.718-8.423 5.068-7.57zm5.013-5.768l-4.465-4.464C22.696.8 20.775.004 19.4.004h-15c-1.375 0-2.5 1.125-2.5 2.5v27c0 1.375 1.125 2.5 2.5 2.5h23c1.375 0 2.5-1.125 2.5-2.5v-19c0-1.375-.795-3.296-1.767-4.268zM26.718 7.65c.098.098.195.218.29.354H21.9V2.896c.136.095.256.192.354.29l4.464 4.464zM27.9 29.504c0 .27-.23.5-.5.5h-23c-.27 0-.5-.23-.5-.5v-27c0-.27.23-.5.5-.5h15c.15 0 .32.02.5.053v7.947h7.947c.034.18.053.35.053.5v19z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg"><symbol viewBox="0 0 32 32" id="icon-alarm"><title>alarm</title><path d="M24.04 5.978c.256 0 .512-.1.707-.3l3.263-3.342c.39-.4.39-1.048 0-1.447-.39-.4-1.023-.4-1.414 0l-3.263 3.34c-.39.4-.39 1.05 0 1.45.196.19.45.29.707.29zm.68 3.592c.107.26.306.453.542.553.237.1.51.108.765 0l4.264-1.808c.51-.216.76-.815.55-1.337-.21-.522-.79-.77-1.3-.554l-4.27 1.808c-.51.216-.75.814-.54 1.337zM31 12h-4.616c-.552 0-1 .578-1 1.143 0 .283.112.455.292.64.182.186.432.217.708.217H31c.552 0 1-.434 1-1 0-.565-.447-1-1-1zM7.347 5.69c.195.2.45.3.707.3s.512-.1.707-.3c.4-.4.4-1.05 0-1.45L5.5.9C5.108.5 4.474.5 4.083.9c-.39.4-.39 1.048 0 1.447L7.347 5.69zM1.71 8.315l4.263 1.808c.255.108.53.1.765 0 .237-.1.435-.293.54-.554.212-.53-.03-1.13-.54-1.34L2.473 6.42c-.51-.214-1.095.034-1.306.556-.21.523.03 1.12.542 1.338zm4.612 5.528c.18-.185.293-.49.293-.772 0-.56-.448-1.07-1-1.07H1c-.553 0-1 .44-1 1s.448 1 1 1h4.616c.276 0 .526.03.706-.15zm21.486 11.71c0 .03-.006.05-.007.078.01.03.02.04.02.06l.01-.13h-.01zm.005.14c0-.016.01.053.01.037s-.01-.025-.01-.04v.004zm-.328-.68c-6.147-9.345-3.416-7.977-5.032-14.04-.426-1.873-1.61-3.448-3.202-4.37.18-.425.27-.89.27-1.38 0-1.99-1.57-3.607-3.52-3.607s-3.52 1.614-3.52 3.606c0 .493.1.962.28 1.39-1.5.87-2.64 2.316-3.12 4.053l-.02.072c-1.76 6.353 1.14 4.803-5.14 14.345l-.01.206c-.01.025-.03.257-.05.263-.022 0-.04-.08-.06-.04-.03.06-.056-.43-.075-.37-.046.13-.076-.13-.08-.13h.03c.038 1 .458 1 .986 1h21.62c.51 0 .92.28.977-.65-.027-.22-.116-.24-.27-.4-.02-.02-.027.09-.046.07zM16 6.783c-.84 0-1.522-.7-1.522-1.56 0-.86.683-1.56 1.522-1.56.84 0 1.522.7 1.522 1.56 0 .86-.683 1.557-1.522 1.557zm.005 24.61c1.875 0 3.394-.394 3.497-3.394h-6.994c.103 3 1.622 3.39 3.497 3.39z"/></symbol><symbol viewBox="0 0 32 32" id="icon-android"><title>android</title><path d="M27.9 10.004c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2s2-.9 2-2v-8c0-1.1-.9-2-2-2zm-24 0c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2s2-.9 2-2v-8c0-1.1-.9-2-2-2zm3 13c0 1.657 1.343 3 3 3h1v4c0 1.1.9 2 2 2s2-.9 2-2v-4h2v4c0 1.1.9 2 2 2s2-.9 2-2v-4h1c1.657 0 3-1.343 3-3v-11h-18v11zM19.606 2.8L20.872.37c.064-.122.016-.274-.106-.337s-.274-.016-.337.106L19.14 2.6c-1.008-.388-2.1-.6-3.246-.6s-2.238.215-3.245.604L11.37.14c-.063-.123-.214-.17-.336-.107-.122.063-.17.215-.106.337l1.266 2.43c-2.832 1.284-4.882 3.99-5.238 7.205h17.89c-.357-3.216-2.407-5.92-5.24-7.203zM11.9 8.455c-.8 0-1.45-.65-1.45-1.45s.65-1.45 1.45-1.45 1.45.65 1.45 1.45c0 .8-.65 1.45-1.45 1.45zm8 0c-.8 0-1.45-.65-1.45-1.45s.65-1.45 1.45-1.45c.8 0 1.45.65 1.45 1.45s-.65 1.45-1.45 1.45z"/></symbol><symbol viewBox="0 0 32 32" id="icon-arrow-circle"><title>arrow-circle</title><path d="M15.9.004c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16zm10.113 16.41l-8.703 8.703c-.166.166-.575.216-.792.126-.217-.09-.518-.302-.518-.536V20H8.198c-.154 0-.11-.137-.22-.246-.108-.11.022-.333.022-.486V12.74c0-.32-.123-.74.198-.74H16V7.3c0-.234.3-.445.518-.535s.546-.04.712.126l8.743 8.71c.11.11.19.26.19.41 0 .16-.04.3-.15.41z"/></symbol><symbol viewBox="0 0 32 32" id="icon-arrow-down"><title>arrow-down</title><path d="M.3 16.7l15 15c.2.2.4.3.7.3.3 0 .5-.1.7-.3l15-15c.3-.3.4-.7.2-1.1-.1-.4-.5-.6-.9-.6h-8V1c0-.6-.8-1-1.4-1H10.4c-.3 0-.7.1-.9.3-.2.2-.5.4-.5.7v14H1c-.4 0-.8.2-.9.6-.2.4-.1.8.2 1.1z"/></symbol><symbol viewBox="0 0 32 32" id="icon-arrow-up"><title>arrow-up</title><path d="M31.707 15.297l-15-15C16.52.11 16.265.004 16 .004c-.265 0-.52.105-.707.293l-15 15c-.286.286-.372.714-.217 1.088.155.373.52.615.924.615h8v14.004c0 .552.823.996 1.375.996h11.25c.265 0 .707-.103.895-.29.188-.19.48-.44.48-.706V17h8c.404 0 .77-.242.924-.615.155-.374.07-.802-.217-1.088z"/></symbol><symbol viewBox="0 0 32 32" id="icon-book"><title>book</title><path d="M27.026 0h-.002L7.1.56c-1.045.006-2.01.27-2.79.76-.438.278-.684.616-.943 1.003C3.06 2.78 3 3.32 3 3.848v23.61c0 .528.06 1.07.368 1.526.382.567.893 1.014 1.625 1.33.65.28 1.34.423 2.067.428l15.276 1.253c.064.006.12.01.183.01.57 0 1.27-.224 1.68-.628.4-.406.8-.948.8-1.524v-1.17l2.36-.08c1.07-.033 1.63-.898 1.63-1.97V2.13C29 .96 28.26 0 27.02 0zm-9.274 14.995c-.027 0-.054 0-.082-.003l-7.396-.607c-.543-.045-.948-.522-.904-1.065.044-.543.516-.943 1.066-.904l7.396.607c.543.045.948.522.904 1.065-.042.516-.474.907-.984.907zm2.235-3.736c-.027 0-.054-.01-.082-.01L8.04 10.28c-.543-.045-.948-.522-.904-1.065.046-.544.51-.938 1.066-.904l11.865.98c.543.05.948.52.904 1.07-.04.52-.47.91-.98.91zM26 24.74c0 .537-.296.983-.832.994l-.188.01c-.122 0 .02-.1.02-.22V7.614c0-1.125-1.013-2.144-2.135-2.243L7.158 4h-.055c-.558 0-1.008-.065-1.23-.208-.023-.015-.043.02-.06.007.063-.05.156-.09.28-.14.287-.13.652-.18 1.048-.18l17.85-.5c.64 0 1.01.52 1.01 1.15v20.6z"/></symbol><symbol viewBox="0 0 32 32" id="icon-bookmark"><title>bookmark</title><path d="M25.412 0H6.588C6.068 0 6 .426 6 .945v30.118c0 .38.053.724.405.87.35.144.667.064.937-.204l8.702-8.75 8.724 8.74c.18.18.41.27.655.27.122 0 .062-.03.178-.07.36-.15.4-.49.4-.87V.94c0-.52-.07-.942-.58-.942z"/></symbol><symbol viewBox="0 0 32 32" id="icon-breadcrumb"><title>breadcrumb</title><path d="M21.307 15.32L13.114.714c-.377-.67-1.222-.904-1.89-.53-.667.374-.905 1.22-.53 1.888L18.508 16l-7.745 13.94c-.372.67-.13 1.515.54 1.887.213.118.444.175.672.175.487 0 .96-.258 1.214-.714l8.12-14.616c.23-.422.23-.933-.01-1.353z"/></symbol><symbol viewBox="0 0 32 32" id="icon-calculator"><title>calculator</title><path d="M27 2.22C27 .994 26.006 0 24.78 0H7.22C5.994 0 5 .994 5 2.22v27.56C5 31.006 5.994 32 7.22 32h17.56c1.226 0 2.22-.994 2.22-2.22V2.22zM12 29H8v-4h4v4zm0-6H8v-4h4v4zm0-6H8v-4h4v4zm6 12h-4v-4h4v4zm0-6h-4v-4h4v4zm0-6h-4v-4h4v4zm6 12h-4v-4h4v4zm0-6h-4v-4h4v4zm0-6h-4v-4h4v4zm0-7H8V3h16v7z"/></symbol><symbol viewBox="0 0 32 32" id="icon-calendar"><title>calendar</title><path d="M5 23h4v4H5zm6 0h4v4h-4zm6 0h4v4h-4zM5 17h4v4H5zm6 0h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12-6h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zM7.5 5.63c.828 0 1.5-.673 1.5-1.5V1.503c0-.828-.672-1.5-1.5-1.5S6 .676 6 1.503v2.624c0 .83.672 1.502 1.5 1.502zm17 0c.828 0 1.5-.673 1.5-1.5V1.503c0-.828-.672-1.5-1.5-1.5s-1.5.672-1.5 1.5v2.623c0 .83.672 1.502 1.5 1.502zM29 3h-1v1.13c0 1.93-1.57 3.5-3.5 3.5S21 6.06 21 4.13V3H11v1.13c0 1.93-1.57 3.5-3.5 3.5S4 6.06 4 4.13V3H3C1.343 3 0 4.57 0 6.227V28.84C0 30.5 1.343 32 3 32h26c1.657 0 3-1.502 3-3.16V6.228C32 4.57 30.657 3 29 3zm0 26H3V9h26v20z"/></symbol><symbol viewBox="0 0 32 32" id="icon-car"><title>car</title><path d="M30.326 12.646l-3.193-9.69C26.93 2.336 26.356 2 25.707 2H6.293c-.65 0-1.224.338-1.426.955l-3.193 9.73C.688 13.178 0 14.15 0 15.32v6.59c0 1.565 1 2.846 3 2.976v3.28C3 29.266 3.65 30 4.75 30h1.917C7.767 30 9 29.266 9 28.166V25h14v3.103c0 1.1 1.233 1.897 2.333 1.897h1.917c1.1 0 1.75-.797 1.75-1.897v-3.217c2-.13 3-1.41 3-2.975v-6.59c0-1.17-.688-2.18-1.674-2.67zm-23.268 7.97c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm17.884 0c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM4.937 12L7.38 5h17.24l2.443 7H4.937z"/></symbol><symbol viewBox="0 0 32 32" id="icon-checkbox-tick"><title>checkbox-tick</title><path d="M31.076 2.204c-9.734 5.965-16.798 13.492-19.972 17.27l-7.772-6.088L-.1 16.152l13.43 13.652c2.31-5.918 9.632-17.483 18.57-25.7l-.824-1.9z"/></symbol><symbol viewBox="0 0 32 32" id="icon-chevron-right"><title>chevron-right</title><path d="M11.6.9C12.8 2 24 13.8 24 13.8c.6.6.9 1.4.9 2.2s-.3 1.6-.9 2.2c0 0-11.3 11.8-12.4 13-1.2 1.1-3.2 1.2-4.5 0-1.2-1.2-1.3-2.9 0-4.3L17.5 16 7.2 5.2C5.9 3.7 6 2.1 7.2.9c1.2-1.2 3.3-1.2 4.4 0z"/></symbol><symbol viewBox="0 0 32 32" id="icon-clock"><title>clock</title><path d="M15.918.004c-8.837 0-16 7.164-16 16 0 8.837 7.163 16 16 16s16-7.163 16-16c0-8.836-7.163-16-16-16zm0 29c-7.16 0-12.985-5.832-12.985-13s5.825-13 12.985-13c7.16 0 12.985 5.832 12.985 13s-5.825 13-12.985 13zm1.264-13.557l-.03-8.282c0-.69-.564-1.165-1.256-1.165h-.004c-.694 0-1.254.483-1.253 1.173l.03 8.938c0 .4.19.71.47.94.05.05.08.11.14.15l5.88 4.16c.22.16.47.23.72.23.393 0 .78-.18 1.025-.53.402-.56.27-1.34-.295-1.74l-5.45-3.86z"/></symbol><symbol viewBox="0 0 32 32" id="icon-close"><title>close</title><path d="M16 .004c-8.836 0-16 7.163-16 16s7.164 16 16 16c8.837 0 16-7.163 16-16s-7.163-16-16-16zm8 21.172l-2.828 2.828L16 18.834l-5.172 5.17L8 21.177l5.172-5.172L8 10.832l2.828-2.828L16 13.176l5.172-5.172L24 10.832l-5.172 5.172L24 21.176z"/></symbol><symbol viewBox="0 0 32 32" id="icon-cog"><title>cog</title><path d="M31.31 13.274l-3.698-1.207-.63-1.52L28.67 6.98c.18-.38.102-.834-.197-1.133L26.06 3.433c-.307-.307-.775-.38-1.16-.185L21.43 5.01l-1.52-.63L18.58.667c-.146-.4-.523-.667-.945-.667H14.22c-.432 0-.815.28-.95.692l-1.206 3.7-1.52.63-3.567-1.684c-.38-.18-.836-.1-1.134.197L3.43 5.95c-.308.305-.382.773-.186 1.16l1.763 3.47-.63 1.518-3.714 1.33c-.397.142-.663.52-.663.94v3.415c0 .433.278.816.69.95l3.7 1.208.628 1.52-1.685 3.57c-.18.38-.102.84.197 1.14l2.413 2.42c.306.31.775.38 1.16.19l3.47-1.77 1.52.63 1.33 3.71c.143.4.52.67.942.67h3.414c.43 0 .81-.277.95-.69l1.2-3.697 1.52-.63 3.56 1.68c.38.18.83.1 1.13-.2l2.41-2.414c.306-.305.38-.77.186-1.16l-1.764-3.47.63-1.52 3.713-1.33c.396-.143.662-.52.662-.94v-3.42c0-.433-.28-.817-.69-.95zM16 20.597c-2.532 0-4.593-2.06-4.593-4.593 0-2.532 2.06-4.593 4.594-4.593 2.54 0 4.6 2.07 4.6 4.6s-2.06 4.6-4.59 4.6z"/></symbol><symbol viewBox="0 0 32 32" id="icon-credit-card"><title>credit-card</title><path d="M32 6.997C32 5.342 30.658 4 29.003 4H2.997C1.342 4 0 5.342 0 6.997v18.005C0 26.658 1.342 28 2.997 28h26.005C30.658 28 32 26.658 32 25.003V6.997zM29 25H3V15h26v10zm0-15H3V7h26v3zM5.96 23h3c.552 0 1-.448 1-1s-.448-1-1-1h-3c-.55 0-.998.448-.998 1s.447 1 1 1zm6.995 0h7.993c.552 0 1-.448 1-1s-.448-1-1-1h-7.993c-.552 0-1 .448-1 1s.448 1 1 1z"/></symbol><symbol viewBox="0 0 32 32" id="icon-cross"><title>cross</title><path d="M26.5 9.61l-4.106-4.106L16 11.898 9.606 5.504 5.5 9.61l6.394 6.394L5.5 22.398l4.106 4.106L16 20.11l6.394 6.394 4.106-4.106-6.394-6.394z"/></symbol><symbol viewBox="0 0 32 32" id="icon-dual-fuel"><title>dual-fuel</title><path d="M13.166 15.992c-.277-.99-.152-2.03.353-2.93.14-.25.31-.475.5-.684-.4-.432-.7-.955-.86-1.542-.28-.99-.15-2.03.35-2.93.03-.065.08-.12.12-.182-.71-.997-1.47-1.93-2.29-2.78-1.08-1.13-2.25-2.137-3.47-3.032-.5-.366-1.01-.715-1.53-1.045-.4-.255-.79-.51-1.2-.74-.18-.1-.39-.168-.58-.08-.057.027-.11.068-.154.12-.02.023-.035.047-.05.073-.158.253-.136.614-.083.93.3 1.776.12 3.965-.16 5.735-.437 2.774-1.356 5.403-2.55 7.783C.013 17.806-.35 21.702.32 25.183c.502 2.625 2.087 4.616 4.093 5.843-.06-.094-.128-.183-.18-.285-1.488-2.82-.444-6.08.794-8.69.633-1.33 1.36-2.62 1.93-3.99.283-.68.502-1.42.64-2.17.114-.63.158-1.37.085-2.01-.026-.23 0-.51.163-.62.084-.05.184-.04.276-.02.56.13 1.04.63 1.49 1.03.56.49 1.07 1.05 1.54 1.66.49.63.93 1.31 1.34 2.01 1.78 3.11 2.11 7.14 1.2 10.65-.32 1.24-.87 2.524-1.7 3.445 2.19-.707 3.61-2.18 4.54-4.17C15.62 27.1 15 26 15 24.765V23.16c0-1.464 1-2.747 2-3.444V18.9c0-.04-.185-.072-.268-.09-1.683-.048-3.12-1.196-3.566-2.818zm18.77-5.24c-.276-.986-1.297-1.562-2.283-1.287L16.377 13.17c-.984.273-1.56 1.298-1.285 2.283.226.82.972 1.453 1.783 1.453.02 0 .043.094.063.094h.016c.08 0 .863.118 1.523.53.22.136.413.47.588.47H19v2h3v-2.142c0-.36-.395-.69-.588-.98-.26-.393-.61-.718-.92-.99l6.098-1.71 1.075.983c-.074.04-.156.08-.23.13-.597.35-1.207.97-1.83 1.6-.132.13-.605.5-.605.98V21h-5.893C18.002 21 17 22.056 17 23.16v1.6c0 1.106 1 2 2 2v2.244C19 30.66 20.45 32 22.107 32h2.844c1.66 0 3.05-1.34 3.05-2.996v-2.246c1-.017 2-.903 2-1.997v-1.6c0-1.1-.97-2.16-2.08-2.16H28v-3.14c0-.36.76-.63 1.183-.79.265-.1.498-.17.67-.21.084-.02.144-.03.185-.03h.036c.46-.05.847-.37.99-.81.14-.44.008-.92-.334-1.232l-1.477-1.332 1.395-.39c.986-.272 1.56-1.295 1.287-2.28zm-16.17-4.627c.315.237.705.37 1.11.37.164 0 .332-.022.5-.068l9.883-2.734c.12-.035.24-.08.35-.137.21-.113.4-.266.56-.447.07-.1.14-.19.2-.3.11-.21.19-.44.22-.68.03-.24.01-.49-.06-.74-.05-.19-.14-.35-.24-.51l-.06-.086c-.1-.14-.22-.267-.357-.37L27.8.37c-.144-.1-.297-.185-.463-.242 0-.005-.004-.007-.007-.007-.17-.05-.346-.08-.527-.08-.02 0-.04-.01-.06-.01-.02 0-.036.01-.05.01-.15.005-.3.02-.45.063L16.37 2.85c-.983.275-1.56 1.298-1.286 2.286.115.41.36.748.675.985zm-.674 4.17c.226.82.972 1.36 1.783 1.36.164 0 .33-.024.498-.07L30.648 7.88c.986-.274 1.56-1.296 1.287-2.282-.275-.988-1.296-1.565-2.282-1.29L16.377 8.012c-.984.277-1.56 1.3-1.285 2.286z"/></symbol><symbol viewBox="0 0 32 32" id="icon-electric-light"><title>electric-light</title><path d="M7.567 10.265c.227.822.973 1.36 1.785 1.36.164 0 .332-.023.498-.07l13.294-3.708c.988-.276 1.563-1.3 1.29-2.287-.276-.99-1.3-1.567-2.286-1.29L8.854 7.976c-.985.276-1.563 1.3-1.287 2.288zM9.354 6.46c.164 0 .332-.023.498-.07l9.9-2.737c.987-.277 1.563-1.3 1.288-2.29-.274-.987-1.298-1.566-2.285-1.29l-9.9 2.74c-.985.274-1.563 1.3-1.29 2.288.23.82.977 1.36 1.79 1.36zM22.15 9.433l-13.296 3.71c-.985.274-1.563 1.3-1.287 2.286.227.82.973 1.46 1.785 1.46.022 0 .043.1.064.1h.016c.08 0 .864.11 1.525.53.22.13.413.47.59.47H12v2h2v-2.16c0-.36-.153-.69-.347-.98-.26-.4-.49-.72-.8-1l6.167-1.71 1.107.98c-.075.04-.14.08-.216.12-.59.35-1.08.86-1.56 1.59-.19.292-.34.622-.34.98V21H11.6c-1.12 0-1.6 1.04-1.6 2.148v1.604c0 1.106 0 2.003 2 2.003V29c0 1.66.932 3 2.592 3h2.848C19.1 32 20 30.66 20 29v-2.25c2-.016 2-.903 2-2v-1.603C22 22.04 21.52 21 20.413 21H20v-3.163c1-.365 1.008-.63 1.432-.797.265-.107.622-.172.793-.21.085-.02.207-.03.248-.038.018-.003.06-.005.066-.006.46-.05.86-.372 1-.813.14-.442.01-.928-.33-1.24L21.74 13.4l1.4-.39c.987-.274 1.563-1.3 1.29-2.287-.276-.99-1.3-1.566-2.285-1.29z"/></symbol><symbol viewBox="0 0 32 32" id="icon-envelope"><title>envelope</title><path d="M31.562 4.464c-.377-.626-.974-1.098-1.685-1.317C29.597 3.062 29.307 3 29 3H3c-.307 0-.598.062-.877.148-.712.22-1.308.69-1.685 1.316C.166 4.914 0 5.44 0 6.004v20c0 .307.06.598.146.877.22.72.688 1.31 1.313 1.69.45.27.97.44 1.54.44h26c.56 0 1.09-.16 1.54-.43.62-.38 1.09-.97 1.31-1.68.08-.28.14-.57.14-.87v-20c0-.567-.17-1.09-.44-1.54zM27.022 6L19 14.024l-1.5 1.5-.793.795c-.39.39-1.023.39-1.414 0l-.793-.8-1.5-1.5L4.978 6H27.02zM3 7.026l8.5 8.5-8.5 8.5v-17zM4.02 26L13 17.024l1.586 1.587c.78.79 2.047.79 2.828.01L19 17.03 27.978 26H4.02zM29 24.026l-8.5-8.5 8.5-8.5v17z"/></symbol><symbol viewBox="0 0 32 32" id="icon-exit-noexit"><title>exit-noexit</title><path d="M7.874 16.004c4.388 0 7.945-3.582 7.945-8s-3.56-8-7.95-8c-4.39 0-7.95 3.582-7.95 8s3.55 8 7.94 8zM4.636 7.388l1.576 1.604 4.9-4.988 1.48 1.505L6.212 12 3.157 8.89l1.48-1.506zM31.176.51c-.592-.595-1.552-.595-2.143 0L.343 29.4c-.59.595-.59 1.56 0 2.157.297.298.685.446 1.073.446.388 0 .776-.148 1.072-.446L31.176 2.67c.59-.597.59-1.564 0-2.16zm.724 19.427l-2.932-2.932-4.568 4.567-4.567-4.567-2.933 2.932 4.567 4.567L16.9 29.07l2.933 2.934 4.567-4.567 4.568 4.567L31.9 29.07l-4.567-4.566z"/></symbol><symbol viewBox="0 0 32 32" id="icon-facebook-brand"><title>facebook-brand</title><path fill="#3B5999" d="M30.234 0H1.766C.79 0 0 .79 0 1.766v28.468C0 31.21.79 32 1.766 32h15.326V19.608h-4.17v-4.83h4.17v-3.56c0-4.134 2.524-6.385 6.21-6.385 1.767 0 3.285.13 3.728.19v4.32h-2.557c-2.005 0-2.394.953-2.394 2.35v3.084h4.78l-.626 4.83h-4.16V32h8.154c.98 0 1.77-.79 1.77-1.766V1.766C32 .79 31.21 0 30.233 0m0 64H1.766C.79 64 0 64.79 0 65.766v28.468C0 95.21.79 96 1.766 96h15.326V83.608h-4.17v-4.83h4.17v-3.56c0-4.134 2.524-6.385 6.21-6.385 1.767 0 3.285.13 3.728.19v4.32h-2.557c-2.005 0-2.394.953-2.394 2.35v3.084h4.78l-.626 4.83h-4.16V96h8.154c.98 0 1.77-.79 1.77-1.766V65.766C32 64.79 31.21 64 30.233 64m0 64H1.766C.79 128 0 128.79 0 129.766v28.468C0 159.21.79 160 1.766 160h15.326v-12.392h-4.17v-4.83h4.17v-3.56c0-4.134 2.524-6.385 6.21-6.385 1.767 0 3.285.13 3.728.19v4.32h-2.557c-2.005 0-2.394.953-2.394 2.35v3.084h4.78l-.626 4.83h-4.16V160h8.154c.975 0 1.766-.79 1.766-1.766v-28.468c.002-.975-.79-1.766-1.764-1.766m0 64H1.767C.79 192 0 192.79 0 193.766v28.468C0 223.21.79 224 1.766 224h15.326v-12.392h-4.17v-4.83h4.17v-3.56c0-4.134 2.524-6.385 6.21-6.385 1.767 0 3.285.13 3.728.19v4.32h-2.557c-2.005 0-2.394.953-2.394 2.35v3.084h4.78l-.626 4.83h-4.16V224h8.154c.975 0 1.766-.79 1.766-1.766v-28.468c.002-.975-.79-1.766-1.764-1.766m0 64H1.767C.79 256 0 256.79 0 257.766v28.468C0 287.21.79 288 1.766 288h15.326v-12.392h-4.17v-4.83h4.17v-3.56c0-4.134 2.524-6.385 6.21-6.385 1.767 0 3.285.13 3.728.19v4.32h-2.557c-2.005 0-2.394.953-2.394 2.35v3.084h4.78l-.626 4.83h-4.16V288h8.154c.975 0 1.766-.79 1.766-1.766v-28.468c.002-.975-.79-1.766-1.764-1.766"/></symbol><symbol viewBox="0 0 32 32" id="icon-facebook"><title>facebook</title><path d="M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16S24.837 0 16 0zm4 11h-1.546C17.32 11 17 11.733 17 12.524V14h2.905l-.352 3H17v7h-3v-7h-2v-3h2v-1.746c0-2.337 1.618-3.61 3.703-3.61 1 0 2.026.074 2.297.108V11z"/></symbol><symbol viewBox="0 0 32 32" id="icon-filter"><title>filter</title><path d="M30.5 15h-2.714c-.542-2-2.014-2.7-3.765-2.7-1.75 0-3.22.7-3.76 2.7H1.5c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5h18.912c.64 1 2.01 2.3 3.61 2.3 1.598 0 2.968-1.3 3.608-2.3h2.87c.828 0 1.5-.67 1.5-1.5 0-.828-.672-1.5-1.5-1.5zm0 10H11.786c-.542-2-2.014-2.7-3.765-2.7-1.75 0-3.22.7-3.76 2.7H1.5c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5h2.912c.64 1 2.01 2.3 3.61 2.3 1.598 0 2.968-1.3 3.608-2.3H30.5c.828 0 1.5-.67 1.5-1.5 0-.828-.672-1.5-1.5-1.5zM1.5 8h8.912c.64 1 2.01 2.3 3.61 2.3C15.62 10.3 16.99 9 17.63 8H30.5c.828 0 1.5-.67 1.5-1.5 0-.828-.672-1.5-1.5-1.5H17.786c-.542-2-2.014-2.7-3.765-2.7-1.75 0-3.22.7-3.76 2.7H1.5C.672 5 0 5.672 0 6.5 0 7.33.672 8 1.5 8z"/></symbol><symbol viewBox="0 0 32 32" id="icon-fixed-variable"><title>fixed-variable</title><path d="M30.833.53c-.58-.594-1.52-.594-2.1 0L.636 29.406c-.58.595-.58 1.562 0 2.157.29.298.67.446 1.05.446s.76-.15 1.05-.45L30.833 2.69c.58-.595.58-1.562 0-2.157zm1.27 26.44c-.05-.12-.163.03-.29.03H30v-5.478c0-.177-.93-.522-1.1-.522h-3.5c-.082 0-.206.135-.264.195-.058.06-.136.242-.136.327V27h-2.514c-.126 0-.24-.15-.287-.03-.05.12-.03.03.06.123l4.66 4.793c.05.06.13.094.22.094s.16-.034.22-.094l4.66-4.793c.09-.092.11-.003.07-.122zm-8.395-2.01c.058-.06.292-.086.292-.17V20h2.202c.126 0 .24-.196.287-.315.04-.12.02-.375-.07-.466l-4.67-4.8c-.06-.06-.14-.1-.22-.1-.08 0-.16.03-.22.09l-4.67 4.79c-.09.09-.12.34-.07.46.05.12.16.312.28.312H20v4.79c0 .175-.383.21-.21.21h3.497c.083 0 .363.02.42-.04zM1.9 16h10c.825 0 1.1-.675 1.1-1.5V9c0-.825-.275-1-1.1-1H11V4.5C11 2.02 8.98 0 6.5 0S2 2.02 2 4.5V8c-1 0-2 .175-2 1v5.5c0 .825 1.075 1.5 1.9 1.5zM4 4.5C4 3.12 5.12 2 6.5 2S9 3.12 9 4.5V8H4V4.5z"/></symbol><symbol viewBox="0 0 32 32" id="icon-gas"><title>gas</title><path d="M26.616 15.188c-1.317-4.09-4.083-7.55-7.437-10.244-1.41-1.132-2.92-2.138-4.5-3.033-.65-.36-1.31-.71-1.98-1.04-.51-.26-1.01-.51-1.54-.74-.24-.1-.51-.17-.75-.08-.08.03-.14.07-.2.12-.03.02-.05.05-.07.08-.21.25-.18.61-.11.93.382 1.78.15 3.97-.21 5.74-.567 2.774-1.755 5.403-3.3 7.783-2.02 3.12-2.49 7.014-1.62 10.495.65 2.623 2.7 4.614 5.29 5.84-.07-.094-.16-.183-.23-.285-1.92-2.82-.57-6.08 1.03-8.69.814-1.336 1.754-2.62 2.49-3.99.365-.684.65-1.42.824-2.173.144-.63.2-1.375.11-2.013-.037-.23 0-.512.21-.62.11-.052.24-.044.355-.022.72.13 1.34.626 1.92 1.026.72.49 1.38 1.045 1.995 1.654.63.63 1.2 1.308 1.72 2.01 2.3 3.11 2.722 7.137 1.546 10.645-.413 1.24-1.13 2.52-2.2 3.44 4.706-1.18 6.924-4.46 7.4-8.778.3-2.7.08-5.45-.756-8.04z"/></symbol><symbol viewBox="0 0 32 32" id="icon-gauge"><title>gauge</title><path d="M16 .004c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16zm-1 4.063c0-.553.447-1 1-1 .553 0 1 .447 1 1v1.875c0 .553-.447 1-1 1-.553 0-1-.447-1-1V4.067zm-4.91 5.635c-.385.396-1.017.404-1.413.02L7.334 8.41c-.396-.382-.404-1.014-.02-1.41.387-.397 1.02-.406 1.415-.02l1.34 1.308c.39.386.4 1.018.02 1.414zm1.43-2.598l-.79-1.7c-.234-.5-.018-1.095.483-1.33.5-.232 1.095-.016 1.33.485l.79 1.7c.234.5.018 1.09-.483 1.32-.502.23-1.096.01-1.33-.49zm7.555 17.386c-.613 1.552-2.368 2.312-3.92 1.7-1.552-.614-2.445-2.37-1.83-3.92.333-.848.675-1.447 1.675-1.728v-8.91c0-.553.447-1 1-1 .553 0 1 .447 1 1v8.906c0 .013.207.017.244.03 1.55.615 2.444 2.37 1.83 3.922zm2.727-19.085l-.792 1.7c-.233.5-.828.718-1.33.484-.5-.24-.717-.83-.483-1.33l.792-1.7c.23-.5.82-.72 1.32-.49.5.23.72.82.48 1.33zm3.395 3.008L23.854 9.72c-.396.387-1.03.378-1.414-.018s-.377-1.03.02-1.414L23.8 6.98c.396-.386 1.03-.377 1.414.02.386.395.378 1.027-.02 1.413z"/></symbol><symbol viewBox="0 0 32 32" id="icon-github"><title>github</title><path fill-rule="evenodd" fill="#221E1B" d="M16 0C7.2 0 0 7.3 0 16.4 0 23.7 4.6 29.8 10.9 32c.8.2 1.1-.4 1.1-.8v-2.8c-4.5 1-5.4-2.2-5.4-2.2-.7-1.9-1.8-2.4-1.8-2.4-1.5-1 .1-1 .1-1 1.6.1 2.5 1.7 2.5 1.7 1.4 2.5 3.7 1.8 4.7 1.4.1-1.1.6-1.8 1-2.2-3.6-.4-7.3-1.8-7.3-8.1 0-1.8.6-3.3 1.6-4.4-.2-.4-.7-2.1.2-4.3 0 0 1.3-.4 4.4 1.7 1.3-.4 2.6-.5 4-.6 1.4 0 2.7.2 4 .6 3.1-2.1 4.4-1.7 4.4-1.7.9 2.3.3 3.9.2 4.3 1 1.1 1.6 2.6 1.6 4.4 0 6.3-3.7 7.7-7.3 8.1.6.5 1.1 1.5 1.1 3v4.5c0 .4.3.9 1.1.8C27.4 29.8 32 23.7 32 16.4 32 7.3 24.8 0 16 0z"/></symbol><symbol viewBox="0 0 32 32" id="icon-google-brand"><title>google-brand</title><path fill="#4285F4" d="M31.68 16.364c0-1.135-.102-2.225-.29-3.273H16.32v6.19h8.61c-.37 2-1.497 3.7-3.192 4.83v4.018h5.17c3.027-2.786 4.772-6.888 4.772-11.76z"/><path fill="#34A853" d="M16.32 32c4.32 0 7.942-1.433 10.59-3.876l-5.172-4.015c-1.433.96-3.265 1.522-5.418 1.522-4.167 0-7.695-2.815-8.953-6.596H2.022v4.144C4.655 28.415 10.065 32 16.32 32z"/><path fill="#FBBC05" d="M7.367 19.04c-.32-.96-.502-1.985-.502-3.04s.182-2.08.502-3.04V8.815H2.022C.938 10.975.32 13.418.32 16s.618 5.025 1.702 7.185l5.345-4.145z"/><path fill="#EA4335" d="M16.32 6.364c2.35 0 4.458.807 6.116 2.393l4.59-4.59C24.256 1.587 20.632 0 16.32 0 10.065 0 4.655 3.585 2.022 8.815l5.345 4.145c1.258-3.782 4.786-6.596 8.953-6.596z"/><path fill="#4285F4" d="M31.68 80.364c0-1.135-.102-2.225-.29-3.273H16.32v6.19h8.61c-.37 2-1.497 3.7-3.192 4.83v4.018h5.17c3.027-2.786 4.772-6.888 4.772-11.76z"/><path fill="#34A853" d="M16.32 96c4.32 0 7.942-1.433 10.59-3.876l-5.172-4.015c-1.433.96-3.265 1.522-5.418 1.522-4.167 0-7.695-2.815-8.953-6.596H2.022v4.144C4.655 92.415 10.065 96 16.32 96z"/><path fill="#FBBC05" d="M7.367 83.04c-.32-.96-.502-1.985-.502-3.04s.182-2.08.502-3.04v-4.145H2.022C.938 74.975.32 77.418.32 80s.618 5.025 1.702 7.185l5.345-4.145z"/><path fill="#EA4335" d="M16.32 70.364c2.35 0 4.458.807 6.116 2.393l4.59-4.59C24.256 65.587 20.632 64 16.32 64c-6.255 0-11.665 3.585-14.298 8.815l5.345 4.145c1.258-3.782 4.786-6.596 8.953-6.596z"/><path fill="#4285F4" d="M31.68 144.364c0-1.135-.102-2.225-.29-3.273H16.32v6.19h8.61c-.37 2-1.497 3.7-3.192 4.83v4.018h5.17c3.027-2.786 4.772-6.888 4.772-11.76z"/><path fill="#34A853" d="M16.32 160c4.32 0 7.942-1.433 10.59-3.876l-5.172-4.015c-1.433.96-3.265 1.522-5.418 1.522-4.167 0-7.695-2.815-8.953-6.596H2.022v4.144c2.633 5.234 8.043 8.82 14.298 8.82z"/><path fill="#FBBC05" d="M7.367 147.04c-.32-.96-.502-1.985-.502-3.04s.182-2.08.502-3.04v-4.145H2.022C.938 138.975.32 141.42.32 144s.618 5.025 1.702 7.185l5.345-4.145z"/><path fill="#EA4335" d="M16.32 134.364c2.35 0 4.458.807 6.116 2.393l4.59-4.59c-2.77-2.58-6.394-4.167-10.706-4.167-6.255 0-11.665 3.585-14.298 8.815l5.345 4.145c1.258-3.782 4.786-6.596 8.953-6.596z"/><path fill="#4285F4" d="M31.68 208.364c0-1.135-.102-2.225-.29-3.273H16.32v6.19h8.61c-.37 2-1.497 3.7-3.192 4.83v4.018h5.17c3.027-2.786 4.772-6.888 4.772-11.76z"/><path fill="#34A853" d="M16.32 224c4.32 0 7.942-1.433 10.59-3.876l-5.172-4.015c-1.433.96-3.265 1.522-5.418 1.522-4.167 0-7.695-2.815-8.953-6.596H2.022v4.144c2.633 5.234 8.043 8.82 14.298 8.82z"/><path fill="#FBBC05" d="M7.367 211.04c-.32-.96-.502-1.985-.502-3.04s.182-2.08.502-3.04v-4.145H2.022C.938 202.975.32 205.42.32 208s.618 5.025 1.702 7.185l5.345-4.145z"/><path fill="#EA4335" d="M16.32 198.364c2.35 0 4.458.807 6.116 2.393l4.59-4.59c-2.77-2.58-6.394-4.167-10.706-4.167-6.255 0-11.665 3.585-14.298 8.815l5.345 4.145c1.258-3.782 4.786-6.596 8.953-6.596z"/><path fill="#4285F4" d="M31.68 272.364c0-1.135-.102-2.225-.29-3.273H16.32v6.19h8.61c-.37 2-1.497 3.7-3.192 4.83v4.018h5.17c3.027-2.786 4.772-6.888 4.772-11.76z"/><path fill="#34A853" d="M16.32 288c4.32 0 7.942-1.433 10.59-3.876l-5.172-4.015c-1.433.96-3.265 1.522-5.418 1.522-4.167 0-7.695-2.815-8.953-6.596H2.022v4.144c2.633 5.234 8.043 8.82 14.298 8.82z"/><path fill="#FBBC05" d="M7.367 275.04c-.32-.96-.502-1.985-.502-3.04s.182-2.08.502-3.04v-4.145H2.022C.938 266.975.32 269.42.32 272s.618 5.025 1.702 7.185l5.345-4.145z"/><path fill="#EA4335" d="M16.32 262.364c2.35 0 4.458.807 6.116 2.393l4.59-4.59c-2.77-2.58-6.394-4.167-10.706-4.167-6.255 0-11.665 3.585-14.298 8.815l5.345 4.145c1.258-3.782 4.786-6.596 8.953-6.596z"/></symbol><symbol viewBox="0 0 32 32" id="icon-google"><title>google</title><path d="M16 0C7.2 0 0 7.2 0 16s7.2 16 16 16 16-7.2 16-16S24.8 0 16 0zm-4.2 23.4c-4.1 0-7.4-3.3-7.4-7.4s3.3-7.4 7.4-7.4c2 0 3.7.7 5 1.9l-2 1.9c-.5-.5-1.5-1.2-3-1.2-2.4 0-4.6 2.1-4.6 4.7s2 4.7 4.6 4.7c3 0 4-2.1 4.2-3.2h-4.2V15h7c0 .4.1.7.1 1.3 0 4.1-2.9 7.1-7.1 7.1zm13.8-6.3v2.1h-2.1v-2.1h-2.1V15h2.1v-2.1h2.1V15h2.1v2.1h-2.1z"/></symbol><symbol viewBox="0 0 32 32" id="icon-graph-up"><title>graph-up</title><path d="M10 17.336V32h5V19.065l-3.362-3.375zm7 3.576V32h5V15.895l-3.662 3.675zm6.903-7.124L23.9 31.976l5.1.028V8.837l-.375.31zm-19.597 9.42L3 24.372V32h5V20h-.358zM31.486 0h-8.054c-.44 0-.662.534-.35.846l2.635 2.644.015.016-9.006 9.04-5.28-5.303L0 18.75l2.795 2.805 8.65-8.7 5.282 5.304.08-.08 3.653-3.67 8.067-8.1 2.61 2.61c.315.31.863.09.863-.36V.5c0-.272-.237-.5-.513-.5z"/></symbol><symbol viewBox="0 0 32 32" id="icon-home"><title>home</title><path d="M31.407 15.023L26 9.885V2h-4v3.79L16.776.39c-.516-.514-1.334-.514-1.85 0L.292 15.023c-.393.392-.486.8-.273 1.313.21.513.74.664 1.29.664H3v13H1.977c-.575 0-1.04.427-1.04 1s.465 1 1.04 1H30.17c.574 0 1.04-.427 1.04-1s-.466-1-1.04-1H29V17h1.684c.557 0 .933-.15 1.147-.664.22-.513-.03-.92-.42-1.313zM14 30H8V17h6v13zm10-7h-6v-6h6v6z"/></symbol><symbol viewBox="0 0 32 32" id="icon-hot"><title>hot</title><path d="M17 19.195v-7.93c0-.666-.337-1.205-1-1.205-.66 0-1 .538-1 1.205v7.93c-2 .517-3.03 2.1-3.03 3.973 0 2.294 1.8 4.154 4.08 4.154 2.28 0 4.003-1.86 4.003-4.154 0-1.873-1.053-3.456-3.053-3.973zm5-2.923V5.526C22 2.48 19.025.004 16 .004c-3.026 0-6 2.477-6 5.522v10.746c-2 1.66-3.038 4.19-3.038 6.896 0 4.872 4.068 8.836 8.91 8.836 4.84 0 9.1-3.963 9.1-8.836 0-2.705-.972-5.236-2.972-6.896zm-6 13.32c-3.526 0-6.34-2.874-6.34-6.423 0-2.42 1.34-4.53 3.34-5.63V5.52c0-1.72 1.294-3.11 3-3.11 1.707 0 3 1.397 3 3.11v12.03c2 1.094 3.338 3.2 3.338 5.617 0 3.55-2.81 6.425-6.338 6.425z"/></symbol><symbol viewBox="0 0 32 32" id="icon-info"><title>info</title><path d="M15.9.004c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16zM13.792 5.54c.534-.494 1.17-.74 1.91-.74s1.374.246 1.903.74c.53.492.794 1.085.794 1.78 0 .693-.27 1.284-.81 1.772s-1.17.732-1.9.732c-.74 0-1.38-.244-1.91-.732s-.8-1.08-.8-1.773c0-.7.26-1.29.8-1.78zM20 26h-8v-1.008c0-.018.343-.04.57-.068.23-.027.362-.073.526-.137.292-.11.553-.267.67-.472.12-.206.234-.477.234-.815v-7.968c0-.32-.16-.6-.306-.842s-.372-.436-.59-.582c-.165-.11-.137-.214-.47-.315-.333-.1-.634-.163-.634-.19v-1l6.25-.356-.25.205v10.87c0 .32.227.59.364.815.137.224.412.39.668.5.183.082.224.155.443.22.22.062.525.108.525.135V26z"/></symbol><symbol viewBox="0 0 32 32" id="icon-kettle"><title>kettle</title><path d="M31.983 26c0-3.997-1.984-7.12-3.983-9.62v-5.855c0-5.8-4.65-10.52-10.5-10.52S7 4.723 7 10.525v5.855c0 .283-.44.575-.672.878l-1.16-1.18c-.78-.774-2.03-.774-2.81 0L.592 17.834c-.78.774-.777 2.028.004 2.802l3.055 3.132c.6.86.35 6.253.35 6.253 0 1.1.37 1.98 1.48 1.98h24.51c1.1 0 2.01-.88 2.01-1.97v-3.97c0-.04 0-.05-.01-.06zM14.815 10.67c0 .447.053.865.235 1.242-1.806.337-3.05 1.006-5.05 1.948v-3.336c0-4.162 3.302-7.55 7.5-7.55S25 6.36 25 10.524v3.336c-1-.942-3.015-1.61-4.82-1.95.18-.376.377-.794.377-1.24 0-1.596-1.262-2.89-2.87-2.89s-2.872 1.295-2.872 2.89zM28.237 29H25v-4.84c0-2.842-3.52-8.2-6.61-8.623 6.635.294 9.932 5.245 9.9 8.74-.033 3.495-.053 4.723-.053 4.723z"/></symbol><symbol viewBox="0 0 32 32" id="icon-key"><title>key</title><path d="M32 25.774c.01-.175-.054-.346-.178-.47L19.714 13.197c1.118-3.49.3-7.464-2.468-10.233C13.3-.98 6.904-.98 2.96 2.964-.987 6.91-.987 13.306 2.96 17.25c2.768 2.77 6.74 3.587 10.23 2.47l1.755 1.755c.12.12.284.183.454.177l4.78-.187L20 26.14c-.012.34.293.648.63.63l4.676-.18-.185 4.79c0 .17.06.333.18.452.16.146.3.187.47.176l5.67.002c.31-.02.55-.263.57-.565V25.78zM9.663 9.668C8.43 10.9 6.433 10.9 5.2 9.668s-1.234-3.232 0-4.465 3.23-1.233 4.464 0 1.233 3.233 0 4.465z"/></symbol><symbol viewBox="0 0 32 32" id="icon-lock"><title>lock</title><path d="M25.9 15H25V9.004c0-4.963-4.037-9-9-9s-9 4.037-9 9V15H5.9C4.25 15 3 16.354 3 18.004v11C3 30.654 4.25 32 5.9 32h20c1.65 0 3.1-1.346 3.1-2.996v-11C29 16.354 27.55 15 25.9 15zM11 9.004c0-2.76 2.24-5 5-5s5 2.24 5 5V15H11V9.004z"/></symbol><symbol viewBox="0 0 32 32" id="icon-magnify-in"><title>magnify-in</title><path d="M15 6h-4v5H6v3h5v5h4v-5h4v-3h-4zm16.415 20.99l-.193-.192-7.69-7.722c1.067-1.848 1.688-4 1.703-6.29C25.28 5.773 19.655 0 12.675 0h-.085C5.647 0-.005 5.438-.05 12.42-.092 19.43 5.53 25 12.513 25h.083c2.32 0 4.496-.428 6.367-1.526l7.684 7.817c.192.2.193.25.193.25.58.59 1.522.61 2.103.03l2.472-2.47c.58-.58.58-1.51 0-2.1zM19.23 19.338C17.455 21.11 15.098 22 12.596 22h-.062c-5.193 0-9.39-4.347-9.358-9.56C3.208 7.26 7.432 3 12.59 3h.064c2.516 0 4.875 1.144 6.642 2.94 1.767 1.798 2.732 4.2 2.716 6.728-.017 2.514-1.004 4.898-2.78 6.67z"/></symbol><symbol viewBox="0 0 32 32" id="icon-magnify"><title>magnify</title><path d="M31.415 26.982l-.193-.193-7.69-7.73c1.067-1.85 1.688-4 1.703-6.29.045-7-5.58-12.77-12.56-12.77h-.084C5.65 0 0 5.43-.05 12.42-.092 19.43 5.53 25 12.513 25h.083c2.32 0 4.673-.433 6.544-1.53L27 31.288v.047l.015.217c.58.584 1.435.595 2.016.012l2.43-2.475c.58-.59.54-1.53-.04-2.11zm-12.184-7.65C17.46 21.106 15.1 22 12.6 22h-.062c-5.193 0-9.39-4.347-9.358-9.56C3.208 7.26 7.432 3 12.59 3h.064c2.516 0 4.875 1.14 6.642 2.936 1.767 1.797 2.732 4.2 2.716 6.727-.017 2.515-1.004 4.898-2.78 6.67z"/></symbol><symbol viewBox="0 0 32 32" id="icon-menu"><title>menu</title><path d="M29.5 13h-27C1.12 13 0 14.343 0 16s1.12 3 2.5 3h27c1.38 0 2.5-1.343 2.5-3s-1.12-3-2.5-3zm0 10h-27C1.12 23 0 24.343 0 26s1.12 3 2.5 3h27c1.38 0 2.5-1.343 2.5-3s-1.12-3-2.5-3zM2.5 9h27C30.88 9 32 7.657 32 6s-1.12-3-2.5-3h-27C1.12 3 0 4.343 0 6s1.12 3 2.5 3z"/></symbol><symbol viewBox="0 0 32 32" id="icon-message"><title>message</title><path d="M28.7 1H3.1C1.333 1 0 3.104 0 4.87v16C0 22.64 1.333 24 3.1 24H5v5.05s-.18 1.155.67 1.56c1.067.503 2.032-.346 2.032-.346L13.85 24H28.7c1.767 0 3.3-1.362 3.3-3.13v-16C32 3.105 30.468 1 28.7 1zm.3 19.87c0 .11-.19.13-.3.13H12.697L8 25.877V21H3.1c-.11 0-.1-.02-.1-.13v-16c0-.11-.01-.87.1-.87h25.6c.11 0 .3.76.3.87v16zM23.915 14H7.885c-.768 0-1.39.73-1.39 1.5s.622 1.5 1.39 1.5h16.03c.77 0 1.392-.73 1.392-1.5s-.623-1.5-1.392-1.5zm0-6H7.885c-.768 0-1.39.73-1.39 1.5s.622 1.5 1.39 1.5h16.03c.77 0 1.392-.73 1.392-1.5S24.684 8 23.915 8z"/></symbol><symbol viewBox="0 0 32 32" id="icon-mobile"><title>mobile</title><path d="M25 2.836C25 1.27 23.73 0 22.164 0H9.836C8.27 0 7 1.27 7 2.836v26.33C7 30.73 8.27 32 9.836 32h12.33C23.73 32 25 30.73 25 29.164V2.836zM12.898 2H18.9c.498 0 .9.504.9 1s-.402 1-.898 1H12.9c-.498 0-.9-.504-.9-1s.402-1 .898-1zM15.9 30.372c-.832 0-1.512-.68-1.512-1.512 0-.83.68-1.512 1.512-1.512s1.512.68 1.512 1.512-.68 1.512-1.512 1.512zM23 26H9V5h14v21z"/></symbol><symbol viewBox="0 0 32 32" id="icon-monthly-dd"><title>monthly-dd</title><path d="M7.5 5.625c.828 0 1.5-.672 1.5-1.5V1.5C9 .672 8.328 0 7.5 0S6 .672 6 1.5v2.623c0 .83.672 1.502 1.5 1.502zm17 0c.828 0 1.5-.672 1.5-1.5V1.5c0-.828-.672-1.5-1.5-1.5S23 .672 23 1.5v2.623c0 .83.672 1.502 1.5 1.502zM29 3h-1v1.125c0 1.93-1.57 3.5-3.5 3.5s-3.5-1.57-3.5-3.5V3H11v1.125c0 1.93-1.57 3.5-3.5 3.5S4 6.055 4 4.125V3H3C1.343 3 0 4.567 0 6.223v22.614C0 30.494 1.343 32 3 32h26c1.657 0 3-1.506 3-3.163V6.223C32 4.567 30.657 3 29 3zm0 26H3V9h26v20zM15 19c0-2.977-.83-5-3.94-5H7v10h4.06c3.11 0 3.94-2.054 3.94-5zm-6 3v-6h1.31c1.62 0 2.69 1.288 2.69 3 0 1.71-1.07 3-2.69 3H9zm16-3c0-2.977-1.113-5-4.224-5H17v10h3.776C23.886 24 25 21.946 25 19zm-6 3v-6h1.31c1.62 0 2.69 1.29 2.69 3 0 1.712-1.07 3-2.69 3H19z"/></symbol><symbol viewBox="0 0 32 32" id="icon-network"><title>network</title><path d="M28.5 24c-1.4 0-2.6.8-3.2 2H9v-.6l11.1-11.1c1.2.4 2.7.2 3.6-.8 1.4-1.4 1.4-3.6 0-4.9-1.4-1.4-3.6-1.4-4.9 0-1 1-1.2 2.4-.8 3.6L7.2 23H6V6.7c1.2-.6 2-1.8 2-3.2C8 1.6 6.4 0 4.5 0S1 1.6 1 3.5c0 1.4.8 2.6 2 3.2V23H0v9h9v-3h16.3c.6 1.2 1.8 2 3.2 2 1.9 0 3.5-1.6 3.5-3.5S30.4 24 28.5 24z"/></symbol><symbol viewBox="0 0 32 32" id="icon-no-exit"><title>no-exit</title><path d="M15.9.004c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16zm0 28c-6.627 0-12-5.373-12-12 0-2.29.64-4.427 1.753-6.247l16.495 16.495c-1.82 1.11-3.96 1.752-6.248 1.752zm10.248-5.753L9.653 5.76c1.82-1.112 3.96-1.753 6.247-1.753 6.627 0 12 5.373 12 12 0 2.29-.64 4.428-1.752 6.247z"/></symbol><symbol viewBox="0 0 32 32" id="icon-pdf"><title>pdf</title><path d="M26.213 18.425c-.427-.42-1.372-.643-2.812-.662-.97-.01-2.14.075-3.38.248-.55-.31-1.12-.66-1.56-1.08-1.2-1.12-2.2-2.68-2.83-4.39.04-.16.08-.3.11-.44 0 0 .68-3.84.5-5.14-.02-.18-.04-.23-.09-.37l-.06-.15c-.18-.42-.54-.65-1.11-.63l-.33.2h-.01c-.63 0-1.14.11-1.28.59-.41 1.52.02 3.67.78 6.6l-.19.43c-.55 1.34-1.24 2.66-1.844 3.856l-.08.14c-.64 1.25-1.22 2.308-1.744 3.207l-.545.28c-.04.02-.97.51-1.185.645-1.85 1.107-3.08 2.36-3.28 3.357-.067.32-.02.725.31.914l.526.26c.23.11.47.17.716.17 1.32 0 2.85-1.644 4.96-5.325 2.438-.797 5.21-1.45 7.64-1.82 1.85 1.045 4.126 1.77 5.564 1.77.256 0 .476-.026.655-.074.278-.07.51-.23.65-.443.28-.42.337-1 .26-1.59-.023-.174-.163-.39-.315-.54zm-19.7 7.018c.24-.658 1.194-1.958 2.6-3.11.09-.073.308-.277.507-.467-1.472 2.348-2.457 3.284-3.106 3.577zm8.338-19.2c.43 0 .67 1.07.69 2.07s-.21 1.706-.5 2.226c-.24-.77-.35-1.99-.35-2.78 0 0-.01-1.52.18-1.52zm-2.48 13.683c.3-.53.61-1.086.92-1.677.77-1.45 1.25-2.58 1.61-3.52.72 1.3 1.61 2.41 2.66 3.29.13.11.27.22.42.33-2.13.42-3.97.93-5.59 1.56zm13.44-.12c-.13.08-.5.128-.74.128-.77 0-1.72-.353-3.06-.927.52-.038.99-.057 1.41-.057.78 0 1.01-.003 1.76.19s.77.584.64.666zm2.38-13.57L23.7 1.77C22.725.798 20.775 0 19.4 0h-15C3.025 0 2 1.13 2 2.504v27C2 30.88 3.025 32 4.4 32h23c1.375 0 2.6-1.12 2.6-2.496v-19c0-1.375-.845-3.296-1.818-4.268zm-1.47 1.412c.1.098.2.352.29.352H22V2.896c0 .095.206.19.304.29l4.414 4.462zM28 29.504c0 .27-.33.496-.6.496h-23c-.27 0-.4-.225-.4-.496v-27c0-.27.13-.504.4-.504h15c.15 0 .6.023.6.057V10h7.847c.034 0 .153.353.153.504v19z"/></symbol><symbol viewBox="0 0 32 32" id="icon-pencil"><title>pencil</title><path d="M21.877.004l-2.916 2.83s9.73 9.76 9.73 9.663c0-.098 2.82-2.928 2.82-2.928L21.88 0zm-3.79 3.904L2.443 20.488.5 32.003l11.665-1.757L27.71 13.57l-9.624-9.662zM5.167 28.88l-1.46-1.463.78-4.978 1.146-1.24.035.03-.02.02 5.745 5.69-1.175 1.23-5.054.685z"/></symbol><symbol viewBox="0 0 32 32" id="icon-person-add"><title>person-add</title><path d="M30.443 21.938c-.306-.58-.69-1.11-1.14-1.572-.3-.31-.627-.588-.98-.833-1.055-.736-2.327-1.166-3.695-1.166-1.368 0-2.64.43-3.697 1.166-.35.245-.68.525-.98.833-.44.463-.83.992-1.14 1.572-.51.966-.8 2.072-.8 3.247 0 1.175.29 2.282.8 3.248 1.13 2.125 3.31 3.57 5.82 3.57 2.51 0 4.7-1.445 5.82-3.57.51-.966.8-2.073.8-3.248 0-1.175-.29-2.28-.8-3.247zM28 26h-2v2.163c0 .55-.45 1-1 1s-1-.45-1-1V26h-2c-.55 0-1-.45-1-1s.45-1 1-1h2v-1.837c0-.55.45-1 1-1s1 .45 1 1V24h2c.55 0 1 .45 1 1s-.45 1-1 1zm-10.958 3.366c-.674-1.277-1.03-2.723-1.03-4.18 0-1.46.355-2.904 1.03-4.182.393-.745.89-1.427 1.473-2.03.387-.4.814-.763 1.27-1.08.764-.532 1.597-.92 2.47-1.176 1.09-1.754 1.75-3.95 1.75-6.348 0-1.18-.166-2.31-.455-3.366-1.114-4.07-4.182-7-7.802-7-3.307 0-6.15 2.447-7.47 5.972-.497 1.336-.785 2.82-.785 4.394 0 3.778 1.615 7.075 4.02 8.886.24 1.424-.604 2.342-2.004 3.012-5.46.788-9.27 2.572-9.27 4.65 0 2.808 6.94 5.084 15.5 5.084 1.13 0 2.22-.052 3.29-.13-.8-.693-1.49-1.53-2-2.506z"/></symbol><symbol viewBox="0 0 32 32" id="icon-person"><title>person</title><path d="M22.847 22.33c-1.604-.713-2.538-1.7-2.156-3.297 2.32-1.853 3.85-5.038 3.85-8.663 0-1.18-.17-2.31-.47-3.366-1.15-4.07-4.31-7-8.05-7-3.41 0-6.34 2.447-7.7 5.972-.51 1.336-.81 2.82-.81 4.394 0 3.778 1.67 7.075 4.15 8.886.25 1.424-.62 2.342-2.07 3.012C3.96 23.056.02 24.84.02 26.92c0 2.807 7.162 5.083 16 5.083s16-2.276 16-5.083c0-2.03-3.755-3.777-9.17-4.59z"/></symbol><symbol viewBox="0 0 32 32" id="icon-phone"><title>phone</title><path d="M3.25 9.87c.82 3.74 3.61 8.43 7.83 12.65 4.22 4.22 8.91 7 12.65 7.83 2.42.53 4.45.24 5.7-1.01l2.12-2.11c.88-.88.88-2.31 0-3.19l-5.36-3.68c-.88-.88-2.31-.88-3.19 0l-1.76 1.76c-1.07 1.07-4.11-.25-6.8-2.94-2.69-2.69-4.01-5.74-2.94-6.8l1.76-1.76c.88-.88.88-2.31 0-3.19l-3.7-5.37c-.88-.88-2.31-.88-3.19 0L4.26 4.17c-1.25 1.25-1.54 3.28-1.01 5.7z"/></symbol><symbol viewBox="0 0 32 32" id="icon-piggy-bank"><title>piggy-bank</title><path d="M32 11.007c0-1.3-1.078-2.356-2.407-2.356-.583 0-1.11.22-1.526.55C25.492 5.99 21.053 3.86 16 3.86c-1.99 0-3.888.33-5.613.927l-3.3-1.63c-.42-.206-.98-.187-1.38.054-.4.24-.707.67-.707 1.13v3.58C4 8.8 3.414 10 2.83 11h-.864C.886 11 0 11.724 0 12.783v5.72C0 19.56.885 20 1.966 20h.864C3.473 22 4 22.685 5 23.624v4.223C5 28.883 6.276 29 7.335 29h2.888c1.06 0 1.777-.117 1.777-1.154v-.853c1 .278 2.664.438 4 .438 1.336 0 3-.16 4-.43v.86c0 1.04.718 1.16 1.777 1.16h2.888c1.06 0 2.335-.112 2.335-1.15v-4.23c2-2.1 3.624-4.896 3.624-7.98 0-.802-.202-1.585-.39-2.343 1.07-.24 1.766-1.17 1.766-2.29zm-24.766 2.72c-.827 0-1.498-.655-1.498-1.465s.67-1.466 1.498-1.466 1.498.656 1.498 1.466-.67 1.466-1.498 1.466z"/></symbol><symbol viewBox="0 0 32 32" id="icon-pin"><title>pin</title><path d="M15.9.004c-5.523 0-10 4.477-10 10 0 10 10 22 10 22s10-12 10-22c0-5.523-4.477-10-10-10zm0 16c-3.314 0-6-2.686-6-6s2.686-6 6-6 6 2.686 6 6-2.686 6-6 6z"/></symbol><symbol viewBox="0 0 32 32" id="icon-play"><title>play</title><path d="M16 2C8.3 2 2 8.3 2 16s6.3 14 14 14 14-6.3 14-14S23.7 2 16 2zm-3.1 19.6V10.4l8.4 5.6-8.4 5.6z"/></symbol><symbol viewBox="0 0 32 32" id="icon-pound-circle"><title>pound-circle</title><path d="M16 0C7.2 0 0 7.2 0 16s7.2 16 16 16 16-7.2 16-16S24.8 0 16 0zm3.1 14.5v2.4h-4.2v4.7h6V24H9.6v-2.4h2.2v-4.7H10v-2.4h1.8v-2.2c0-2.8 2.2-4.8 5.2-4.8 1.2 0 2.5.3 3.9.8l-.8 2.3c-.9-.4-1.7-.6-2.5-.6-1.5 0-2.6 1-2.6 2.5v1.9h4.1v.1z"/></symbol><symbol viewBox="0 0 32 32" id="icon-pound-note"><title>pound-note</title><path d="M32 7.997C32 6.342 30.658 5 29.003 5H2.997C1.342 5 0 6.342 0 7.997v17.005C0 26.658 1.342 28 2.997 28h26.005C30.658 28 32 26.658 32 25.003V7.997zM29 26H3V8h26v18zM8.49 17c0-2.94 1.696-5 4.16-7H5v14h7.65c-2.464-2-4.16-4.06-4.16-7zm15.02 0c0 2.94-1.696 5-4.16 7H27V10h-7.65c2.464 2 4.16 4.06 4.16 7zm-10.8-2.02c.136.34.274 1.02.412 1.02H12v2h1.606c.072 0 .134-.356.185-.205.05.152.08-.025.08.13 0 .248-.04.317-.14.543-.09.224-.21.35-.35.543-.14.2-.31.33-.49.49-.18.16-.37.28-.57.4l.86 1.26c.27-.2.54-.34.81-.41.27-.07.53-.1.78-.1.306 0 .557.03.758.08.2.06.404.12.606.19.19.07.404.12.635.17.23.05.52.07.87.07.347 0 .71-.06 1.086-.19.38-.12.73-.35 1.06-.67l-.82-1.39c-.247.27-.467.43-.653.5-.19.066-.374.098-.555.098-.186 0-.363-.013-.54-.046-.173-.033-.35-.07-.535-.12-.186-.034-.365-.07-.545-.1-.18-.033-.36-.05-.542-.05-.126 0-.26.02-.4.058-.136.036-.315.125-.535.26l-.03-.027c.307-.24.57-.51.798-.82.22-.306.332-.676.332-1.106 0-.156-.005.36-.02.224-.013-.142-.044.248-.09.248H17v-2h-1.77c-.138 0-.247-.706-.323-.88-.078-.175-.134-.454-.165-.586-.033-.135-.053-.314-.064-.414-.01-.1-.015-.235-.015-.35 0-.38.124-.703.365-.932.245-.23.572-.353.986-.353.348 0 .622.07.82.21.197.14.343.31.44.5.097.195.158.74.185.948.02.207.04.86.05.86h1.86c0-1-.3-2.32-.88-2.902-.59-.59-1.41-1.056-2.47-1.056-.58 0-1.09-.014-1.53.13-.44.15-.81.305-1.1.557-.29.254-.52.524-.67.854-.15.33-.23.79-.23 1.16 0 .42.07.91.2 1.247z"/></symbol><symbol viewBox="0 0 32 32" id="icon-present"><title>present</title><path d="M15 9H5.892C4.24 9 3 10.31 3 11.964V19h12V9zm10.932 23C27.585 32 29 30.65 29 28.998V21H17v11h8.932zM15 32V21H3v7.998C3 30.65 4.24 32 5.892 32H15zM25.932 9H17v10h12v-7.036C29 10.31 27.585 9 25.932 9zM21.05.004c-1.863 0-2.992 1.6-3.9 2.886-.17.243-.34.482-.51.704l-.468.623-.26.346-.263-.35-.47-.62c-.17-.22-.34-.46-.51-.703-.91-1.286-2.04-2.886-3.9-2.886-2.19 0-3.96 1.776-3.96 3.958 0 2.183 1.77 3.96 3.95 3.96.34 0 1.09-.006 1.98-.012 1.03-.007 2.22-.014 3.16-.016.93.003 2.13.01 3.16.016.89.006 1.64.01 1.98.01 2.18 0 3.96-1.775 3.96-3.958C25 1.78 23.22.004 21.04.004zm-8.313 5.902c-.88.006-1.63.01-1.965.01-1.077 0-1.954-.876-1.954-1.954 0-1.077.877-1.954 1.954-1.954.826 0 1.556 1.035 2.263 2.037.186.263.37.523.553.764l.455.6.362.48-1.668.01zm8.314.01c-.33 0-1.08-.004-1.96-.01l-1.67-.01.36-.48.46-.607c.19-.25.37-.51.56-.77.71-1 1.44-2.04 2.27-2.04 1.08 0 1.96.87 1.96 1.95s-.88 1.95-1.956 1.95z"/></symbol><symbol viewBox="0 0 32 32" id="icon-print"><title>print</title><path d="M20.247 15H11.75c-.55 0-.998.448-.998 1s.447 1 1 1h8.495c.552 0 1-.448 1-1s-.448-1-1-1zm0 4H11.75c-.55 0-.998.448-.998 1s.447 1 1 1h8.495c.552 0 1-.448 1-1s-.448-1-1-1zm8.755-12H25V3.128C25 2.008 24.253 1 23.133 1H8.867C7.747 1 7 2.01 7 3.128V7H2.998C1.348 7 0 7.937 0 9.586v8.864C0 20.1 1.35 21 2.998 21H7v3.663l1.946 2.026 2.15 2.23L13.083 31h10.05C24.253 31 25 30 25 28.88V21h4.002c1.65 0 2.998-.9 2.998-2.55V9.586C32 7.936 30.65 7 29.002 7zM9 3h14v4H9V3zm18 16h-2v-4h-2v14h-7.918L15 28.88v-4.216C15 23.56 14.186 23 13.083 23H9v-8H7v4H5v-6h22v6z"/></symbol><symbol viewBox="0 0 32 32" id="icon-quarterly-dd"><title>quarterly-dd</title><path d="M16 0C7.164 0 0 7.163 0 16s7.164 16 16 16 16-7.163 16-16S24.836 0 16 0zm0 29C8.832 29 3 23.168 3 16S8.832 3 16 3v13h13c0 7.168-5.832 13-13 13z"/></symbol><symbol viewBox="0 0 32 32" id="icon-question-circle"><title>question-circle</title><path d="M16 .004c-8.835 0-16 7.165-16 16s7.165 16 16 16 16-7.165 16-16-7.165-16-16-16zm-.266 26.87c-1.406 0-2.408-1.096-2.408-2.503 0-1.37 1.002-2.31 2.408-2.31 1.405 0 2.408.94 2.408 2.32 0 1.41-1.003 2.51-2.408 2.51zm1.72-7.35l-.03.476H14v-1.01c0-3.693 4.264-4.785 4.264-7.6 0-1.72-1.297-2.877-3.08-2.877-1.316 0-2.56.564-3.96 1.437l-1.53-2.847c1.907-1.282 4.003-1.968 6.13-1.968 3.79 0 6.477 2.488 6.477 5.805 0 4.5-4.53 5.96-4.84 8.585z"/></symbol><symbol viewBox="0 0 32 32" id="icon-quote"><title>quote</title><path d="M28.232 6.235L23.768 1.77C22.795.796 20.875 0 19.5 0h-15C3.127 0 2 1.127 2 2.502v27.003C2 30.88 3.126 32 4.5 32h23c1.374 0 2.5-1.12 2.5-2.494V10.503c0-1.375-.796-3.296-1.768-4.268zM22 2.895c0 .095.255.192.353.29l4.464 4.463c.098.098.195.352.29.352H22V2.895zm6 26.61c0 .272-.23.495-.5.495h-23c-.27 0-.5-.223-.5-.494V2.502c0-.27.23-.502.5-.502h15c.15 0 .5.022.5.056V10h7.945c.034 0 .055.352.055.503v19.003zM8.5 15H17c.552 0 1-.447 1-1 0-.553-.448-1-1-1H8.5c-.553 0-1 .447-1 1 0 .553.447 1 1 1zM23 18H8.5c-.553 0-1 .447-1 1 0 .553.447 1 1 1H23c.552 0 1-.447 1-1 0-.553-.448-1-1-1zm0 5H8.5c-.553 0-1 .447-1 1 0 .553.447 1 1 1H23c.552 0 1-.447 1-1 0-.553-.448-1-1-1z"/></symbol><symbol viewBox="0 0 32 32" id="icon-recycle"><title>recycle</title><path d="M31.164.87L27.312 4.7C24.417 1.812 20.417.002 16 .002 7.132.002-.048 7 0 16h4.004S4 15.987 4 15.958C4 12.762 5.246 9.8 7.513 7.54 9.78 5.28 12.793 4.035 16 4.035s6.218 1.244 8.484 3.504l-3.62 3.6c-.32.32-.093.85.36.85h9.766c.558 0 1.01-.44 1.01-1V1.22c0-.435-.528-.664-.836-.356zM28 16.046c0 3.196-1.247 6.16-3.514 8.42-2.267 2.26-5.28 3.505-8.485 3.505s-6.21-1.24-8.48-3.5l3.62-3.61c.32-.31.1-.85-.36-.85H1.01C.453 20 0 20.45 0 21v9.78c0 .436.528.665.836.357l3.85-3.83c2.896 2.89 6.896 4.695 11.314 4.695C24.867 32.002 32.047 25 32 16h-4.004s.005.017.005.046z"/></symbol><symbol viewBox="0 0 32 32" id="icon-remove"><title>remove</title><path d="M24.63 10H7.37c-1 0-1.743.906-1.653 2l1.488 18.007C7.295 31.1 8.187 32 9.187 32h13.627c1 0 1.89-.894 1.98-1.988L26.284 12c.09-1.095-.653-2-1.653-2zM12 28.05c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5V13.81c0-.827.448-1.498 1-1.498s1 .67 1 1.5V28.05zm5 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5V13.81c0-.827.448-1.498 1-1.498s1 .67 1 1.5V28.05zm5 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5V13.81c0-.827.448-1.498 1-1.498s1 .67 1 1.5V28.05zM24.993 4H23V1.003C23 .45 22.497 0 21.944 0H10.478C9.926 0 9 .45 9 1.003V4H7.007C5.35 4 4 5.367 4 7.023V8h24v-.977C28 5.367 26.65 4 24.993 4zM21 4H11V2h10v2z"/></symbol><symbol viewBox="0 0 32 32" id="icon-renewable"><title>renewable</title><path d="M15.902.004C7.065.004-.1 7.166-.1 16.004c0 4.614 1.968 8.765 5.097 11.682.275-3.668 1.398-6.39 2.935-8.334 1.795-2.268 4.17-3.507 6.532-3.912 3.447-.594 5.26-1.512 6.252-2.39.543-.547.785-2.07.785-2.07s-1.45.9-2.04 1.22c-.73.502-2.35 1.317-5.24 1.812-2.68.458-5.4 1.882-7.42 4.442-.36.462-.71.963-1.02 1.5-2.38-5.23 2.79-9.246 8.63-10.018 6.41-.846 9.49-2.82 9.49-2.82.61 6.205-1.64 12.942-6.96 15.138-3.83 1.58-6.834 1.898-8.95.476-.84 1.796-1.35 3.87-1.383 6.267 2.627 1.884 5.834 3.008 9.314 3.008 8.838 0 16-7.163 16-16 0-8.836-7.16-16-15.996-16z"/></symbol><symbol viewBox="0 0 32 32" id="icon-results"><title>results</title><path d="M0 9h27v6H0zm0-8h32v6H0zm0 16h24v6H0zm0 8h19v6H0z"/></symbol><symbol viewBox="0 0 32 32" id="icon-save"><title>save</title><path d="M31.12 5.753L26.25.88C25.688.32 24.925 0 24.13 0H5.437C2.437 0 0 2.443 0 5.442v21.125C0 29.565 2.44 32 5.438 32h21.125C29.56 32 32 29.565 32 26.566V7.874c0-.795-.316-1.56-.88-2.12zM18 3h3v7h-3V3zm11 23.566C29 27.906 27.903 29 26.562 29H5.438C4.098 29 3 27.907 3 26.566V5.442C3 4.102 4.097 3 5.438 3H6v9h17V3h1.13L29 7.874v18.692z"/></symbol><symbol viewBox="0 0 32 32" id="icon-share"><title>share</title><path d="M31.485 14.416L18.473 4.2c-.333-.26-.667-.305-1.046-.12-.38.185-.427.57-.427.99v5.985C7 11.327.093 17.653.093 27.787c0 .32.163.336.328.056.98-1.58 3.58-8.058 16.58-8.28v5.94c0 .42.05.806.43.99.38.185.74.14 1.07-.12l13.03-10.217c.27-.21.4-.53.4-.87 0-.34-.17-.66-.44-.87z"/></symbol><symbol viewBox="0 0 32 32" id="icon-sim"><title>sim</title><path d="M20 0H8.804C7.472 0 6 1.08 6 2.406v27.196C6 30.928 7.472 32 8.804 32h14.403C24.527 32 26 30.928 26 29.602v-24L20 0zm-8 29h-.792C10.314 29 10 28.086 10 27.205V22h2v7zm0-9h-2v-5.594c0-.886.314-1.406 1.208-1.406H12v7zm6 9h-4v-3h4v3zm0-5h-4v-6h4v6zm0-8h-4v-3h4v3zm4 11.205c0 .88-.314 1.795-1.196 1.795H20v-7h2v5.205zM22 20h-2v-7h.804c.882 0 1.196.52 1.196 1.406V20z"/></symbol><symbol viewBox="0 0 32 32" id="icon-smiley"><title>smiley</title><path d="M16 .004c-8.837 0-16 7.164-16 16 0 8.837 7.163 16 16 16s16-7.163 16-16c0-8.836-7.163-16-16-16zm0 29c-7.16 0-12.985-5.832-12.985-13s5.825-13 12.985-13c7.16 0 12.985 5.832 12.985 13s-5.825 13-12.985 13z"/><ellipse cx="10.53" cy="12.77" rx="2.486" ry="2.474"/><ellipse cx="21.47" cy="12.77" rx="2.486" ry="2.474"/><path d="M23.433 19.02c-.238-.145-.51-.222-.79-.222-.528 0-1.008.268-1.283.716-1.113 1.798-3.043 2.873-5.163 2.873-.077 0-.143.01-.197.024-.06-.01-.123-.02-.196-.02-2.12 0-4.05-1.07-5.164-2.87-.276-.44-.756-.71-1.285-.71-.28 0-.552.08-.79.23-.342.21-.583.54-.676.93-.1.39-.03.79.18 1.14 1.66 2.69 4.55 4.3 7.73 4.3.08 0 .14-.01.2-.027.06.01.12.02.19.02 3.17 0 6.06-1.61 7.73-4.303.21-.34.27-.74.18-1.13-.1-.39-.34-.72-.68-.93zm-14.178.29c.033-.002.066-.013.1-.013.07 0 .14.012.21.026-.1-.02-.206-.022-.31-.012zm13.18.014c.068-.015.138-.026.21-.026.032 0 .065.01.1.014-.105-.01-.21-.01-.31.012zm1.203 1.125c.06-.39-.113-.79-.468-1.01-.106-.07-.22-.1-.335-.13.115.02.23.06.335.12.355.22.527.62.468 1z"/></symbol><symbol viewBox="0 0 32 32" id="icon-sort"><title>sort</title><path d="M0 20h15v3H0zm0-6h12v3H0zm0-6h9v3H0zm31.92 9.12c-.13-.277-.404-.12-.703-.12h-4.244c-.193-7-4.68-12.498-11.867-12.498-.226 0-.24.214-.04.334C16.188 5.55 20.782 8 20.938 17h-4.21c-.3 0-.573-.157-.705.12-.13.275-.098.438.086.68l7.24 9.437c.15.195.37.268.61.268s.47-.135.61-.33l7.24-9.365c.184-.242.22-.415.086-.69z"/></symbol><symbol viewBox="0 0 32 32" id="icon-speech-circle"><title>speech-circle</title><path d="M15.9 6.804c5.854 0 10.6 3.863 10.6 8.627 0 4.77-4.746 8.63-10.6 8.63-.562 0-.927-.03-1.465-.1C12.158 26.24 9 26.65 7 26.71v-.56c1-.698 2.463-1.967 2.463-3.416 0-.2-.11-.4-.138-.594-2.397-1.582-3.977-3.997-3.977-6.705 0-4.764 4.698-8.627 10.552-8.627zm-16 9.2c0 8.837 7.163 16 16 16s16-7.163 16-16-7.163-16-16-16-16 7.163-16 16z"/></symbol><symbol viewBox="0 0 32 32" id="icon-speech"><title>speech</title><path d="M15.9 1.01c8.837 0 16 5.82 16 13s-7.163 13-16 13c-.85 0-1.632-.053-2.445-.157C10.02 30.29 6 30.907 2 30.997v-.84c2-1.05 3.95-2.962 3.95-5.146 0-.3-.05-.6-.093-.89-3.62-2.39-5.945-6.03-5.945-10.11 0-7.18 7.152-13 15.988-13z"/></symbol><symbol viewBox="0 0 32 32" id="icon-spinner"><title>spinner</title><path opacity=".25" d="M16 0a16 16 0 0 0 0 32 16 16 0 0 0 0-32m0 4a12 12 0 0 1 0 24 12 12 0 0 1 0-24"/><path d="M16 0a16 16 0 0 1 16 16h-4A12 12 0 0 0 16 4z"/></symbol><symbol viewBox="0 0 32 32" id="icon-star-half"><title>star-half</title><path d="M11.006 10.805l-11.08 1.607 7.987 7.798-1.845 11.01L16 26.023V.787z"/></symbol><symbol viewBox="0 0 32 32" id="icon-star"><title>star</title><path d="M31.9 12.412l-11.055-1.607L15.9.787l-4.944 10.018L-.1 12.412l8 7.798-1.888 11.01 9.888-5.198 9.89 5.2L23.9 20.21z"/></symbol><symbol viewBox="0 0 32 32" id="icon-starline-half"><title>starline-half</title><path d="M31.9 12.412l-11.056-1.607L15.9.787l-4.944 10.018L-.1 12.412l8 7.798-1.888 11.01 9.888-5.198 9.888 5.2L23.9 20.21l8-7.798zm-16 11.14l-.03.015.03-17.837 3.492 7.075L27.2 13.94l-5.65 5.507 1.333 7.776L15.9 23.55z"/></symbol><symbol viewBox="0 0 32 32" id="icon-starline"><title>starline</title><path d="M31.9 12.412l-11.056-1.607L15.9.787l-4.944 10.018L-.1 12.412l8 7.798-1.888 11.01 9.888-5.198 9.888 5.2L23.9 20.21l8-7.798zm-16 11.14l-6.983 3.67 1.334-7.776L4.6 13.94l7.808-1.136L15.9 5.73l3.492 7.075L27.2 13.94l-5.65 5.507 1.333 7.776L15.9 23.55z"/></symbol><symbol viewBox="0 0 32 32" id="icon-talk"><title>talk</title><path d="M30.172 26.82c0 1.265.828 2.36 1.828 2.895v.443c0 .04-.646.062-.953.062-1.89 0-3.618-.792-4.823-2.063-.728.194-1.513.3-2.312.3-4.418 0-8.006-3.185-8.006-7.112s3.58-7.11 7.997-7.11 7.998 3.183 7.998 7.11c0 1.537-.52 2.96-1.45 4.124-.19.41-.27.86-.27 1.35zM14.122 1.79c7.736 0 14.03 5.016 14.22 11.263-1.367-.61-2.878-.93-4.44-.93-2.655 0-5.163.928-7.06 2.615-1.968 1.75-3.052 4.095-3.052 6.606 0 1.24.265 2.44.77 3.55-.145.003-.29.006-.437.006-.754 0-1.334-.048-2.056-.14C9.01 27.815 5 28.362 2 28.443v-.748c2-.933 3.395-2.632 3.395-4.573 0-.27-.102-.537-.14-.797-3.22-2.118-5.315-5.355-5.315-8.98 0-6.385 6.33-11.557 14.184-11.557z"/></symbol><symbol viewBox="0 0 32 32" id="icon-tick-circle"><title>tick-circle</title><path d="M15.9.004c-8.836 0-16 7.163-16 16s7.164 16 16 16c8.837 0 16-7.163 16-16s-7.163-16-16-16zm-3.347 24L6.4 17.784l2.978-3.012 3.174 3.21 9.87-9.978 2.977 3.01-12.85 12.99z"/></symbol><symbol viewBox="0 0 32 32" id="icon-tick"><title>tick</title><path d="M11.42 27.004L3 18.45l4.075-4.14 4.345 4.412L24.925 5.004 29 9.144z"/></symbol><symbol viewBox="0 0 32 32" id="icon-tv"><title>tv</title><path d="M32 25V2H0v23h12v1.78c-1 .08-1.81.27-2.5.37C7.89 27.39 6.73 29 6.73 30h18.34c0-1-1.06-2.61-2.67-2.84-.69-.1-1.4-.29-2.4-.37V25h12zM3 22V5h26v17H3zm4-11h3v7h2v-7h3V9H7m12.9 7l-2.04-7H15.9l3.06 9h1.94l3-9h-2"/></symbol><symbol viewBox="0 0 32 32" id="icon-twitter-brand"><title>twitter-brand</title><path fill="#55ACEE" d="M32 6.076c-1.177.522-2.443.875-3.77 1.034 1.355-.812 2.396-2.1 2.886-3.632-1.268.752-2.673 1.3-4.17 1.593C25.75 3.8 24.044 3 22.156 3 18.53 3 15.59 5.94 15.59 9.565c0 .515.06 1.016.17 1.496-5.454-.27-10.29-2.89-13.53-6.86-.565.97-.89 2.098-.89 3.3 0 2.28 1.16 4.29 2.92 5.467-1.074-.034-2.09-.33-2.972-.82v.082c0 3.18 2.262 5.83 5.265 6.435-.55.15-1.13.23-1.73.23-.422 0-.833-.04-1.234-.118.832 2.607 3.26 4.505 6.13 4.56-2.247 1.76-5.08 2.81-8.154 2.81-.53 0-1.053-.03-1.566-.093 2.906 1.863 6.356 2.95 10.064 2.95 12.076 0 18.68-10.004 18.68-18.68 0-.284-.007-.567-.02-.848 1.284-.93 2.397-2.086 3.277-3.4m0 63.997c-1.175.522-2.44.875-3.77 1.034 1.357-.81 2.398-2.1 2.888-3.63-1.268.75-2.673 1.3-4.17 1.592-1.196-1.275-2.902-2.07-4.79-2.07-3.626 0-6.565 2.94-6.565 6.564 0 .515.06 1.016.17 1.496-5.455-.273-10.293-2.886-13.53-6.86-.566.97-.89 2.1-.89 3.3 0 2.28 1.16 4.29 2.92 5.468-1.075-.034-2.09-.33-2.973-.82v.082c0 3.18 2.26 5.833 5.264 6.437-.55.15-1.13.23-1.73.23-.422 0-.833-.04-1.234-.12.836 2.608 3.26 4.506 6.134 4.56-2.247 1.76-5.08 2.81-8.154 2.81-.53 0-1.053-.03-1.566-.092 2.905 1.863 6.355 2.95 10.063 2.95 12.076 0 18.68-10.004 18.68-18.68 0-.284-.007-.567-.02-.848 1.284-.93 2.397-2.087 3.277-3.403m0 64c-1.177.52-2.443.874-3.77 1.033 1.355-.812 2.396-2.1 2.886-3.632-1.268.752-2.673 1.3-4.17 1.593-1.197-1.273-2.903-2.07-4.79-2.07-3.627 0-6.566 2.94-6.566 6.565 0 .515.058 1.016.17 1.496-5.456-.276-10.294-2.89-13.532-6.86-.565.97-.89 2.096-.89 3.3 0 2.28 1.16 4.29 2.922 5.465-1.076-.034-2.09-.33-2.974-.82v.082c0 3.18 2.262 5.833 5.265 6.437-.55.15-1.13.23-1.73.23-.42 0-.832-.04-1.233-.118.835 2.607 3.26 4.505 6.133 4.56-2.248 1.76-5.08 2.81-8.155 2.81-.53 0-1.053-.03-1.566-.093 2.904 1.863 6.354 2.95 10.062 2.95 12.076 0 18.68-10.004 18.68-18.68 0-.284-.007-.567-.02-.848 1.284-.93 2.397-2.087 3.277-3.403m0 64c-1.177.522-2.443.875-3.77 1.034 1.355-.81 2.396-2.1 2.886-3.63-1.27.75-2.676 1.3-4.17 1.592-1.2-1.275-2.906-2.07-4.79-2.07-3.63 0-6.57 2.94-6.57 6.563 0 .516.06 1.017.17 1.497-5.455-.276-10.293-2.89-13.53-6.86-.565.97-.89 2.096-.89 3.3 0 2.28 1.16 4.287 2.922 5.465-1.076-.034-2.09-.33-2.974-.82v.082c0 3.18 2.26 5.834 5.263 6.438-.55.15-1.13.23-1.73.23-.42 0-.83-.04-1.232-.118.836 2.608 3.26 4.506 6.134 4.56-2.248 1.76-5.08 2.81-8.155 2.81-.53 0-1.055-.03-1.568-.092 2.903 1.863 6.353 2.95 10.06 2.95 12.077 0 18.68-10.004 18.68-18.68 0-.284-.006-.567-.02-.848 1.285-.93 2.398-2.086 3.278-3.402m0 64c-1.176.522-2.442.875-3.77 1.034 1.356-.813 2.397-2.1 2.887-3.633-1.268.752-2.673 1.3-4.17 1.593-1.197-1.274-2.903-2.07-4.79-2.07-3.627 0-6.566 2.94-6.566 6.564 0 .515.06 1.016.17 1.496-5.456-.275-10.294-2.888-13.53-6.86-.567.97-.89 2.097-.89 3.3 0 2.28 1.16 4.288 2.92 5.466-1.076-.035-2.09-.33-2.974-.82v.08c0 3.18 2.262 5.835 5.265 6.44-.55.15-1.13.23-1.73.23-.42 0-.83-.04-1.232-.12.834 2.61 3.26 4.507 6.132 4.56-2.248 1.76-5.08 2.81-8.155 2.81-.53 0-1.053-.03-1.566-.09 2.904 1.862 6.354 2.95 10.062 2.95 12.076 0 18.68-10.006 18.68-18.68 0-.286-.007-.57-.02-.85 1.284-.928 2.397-2.085 3.277-3.4"/></symbol><symbol viewBox="0 0 32 32" id="icon-twitter"><title>twitter</title><path d="M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16S24.837 0 16 0zm8.142 12.324c.008.168.01.337.01.508 0 5.185-3.946 11.164-11.163 11.164-2.22 0-4.28-.65-6.02-1.763.306.036.62.055.935.055 1.837 0 3.53-.627 4.872-1.68-1.718-.032-3.167-1.166-3.666-2.725.24.046.486.07.74.07.357 0 .703-.048 1.033-.138-1.796-.36-3.15-1.946-3.15-3.847v-.05c.53.295 1.135.47 1.778.492-1.053-.704-1.746-1.905-1.746-3.266 0-.72.195-1.393.53-1.973 1.937 2.38 4.828 3.94 8.09 4.1-.067-.28-.1-.58-.1-.89 0-2.165 1.755-3.922 3.922-3.922 1.13 0 2.147.476 2.863 1.24.893-.177 1.732-.503 2.49-.953-.293.917-.915 1.686-1.725 2.17.793-.093 1.55-.304 2.252-.616-.523.786-1.188 1.477-1.955 2.03z"/></symbol><symbol viewBox="0 0 32 32" id="icon-ustyle"><title>ustyle</title><path fill="#548DCA" d="M15.1 14.1l-4.2 4.4 2.5.3"/><path fill="#437CBE" d="M15.1 14.1l1.8 5.2-3.5-.5"/><path fill="#4983C3" d="M15.1 14.1l1.8-1.1v6.3"/><path fill="#437CBE" d="M16.9 13l3.3 2.9-3.3 3.4"/><path fill="#568FCB" d="M16.9 13l3-2.4.3 5.3"/><path fill="#9BC6EB" d="M19.9 10.6l1.7 7.4-1.4-2.1"/><path fill="#68A0D6" d="M21.6 18l-4.7 1.3 3.3-3.4"/><path fill="#80B2E0" d="M21.6 18v6.4l-2.7-1.9"/><path fill="#5A94CE" d="M18.9 22.5l-2-3.2 4.7-1.3"/><path fill="#679FD6" d="M16.9 19.3l-4.3 8.2 3.3-1.2"/><path fill="#558FCB" d="M16.9 19.3l-1 7 3-3.8"/><path fill="#8FBDE6" d="M18.9 22.5l-1.7 5-1.3-1.2"/><path fill="#7DB1E0" d="M18.9 22.5l2.7 1.9-4.4 3.1"/><path fill="#417CBE" d="M16.9 19.3l-3.5-.5-3.2 6.9"/><path fill="#3D73B8" d="M16.9 19.3l-6.7 6.4 2.4 1.8"/><path fill="#558FCB" d="M10.9 18.5l-.7 7.2 3.2-6.9"/><path fill="#548DCA" d="M10.9 18.5L8 26.6l2.2-.9"/><path fill="#427BBD" d="M8 26.6l.7 3 1.5-3.9"/><path fill="#3D73B8" d="M10.2 25.7l.6 4.4-2.1-.5"/><path fill="#386FB4" d="M10.2 25.7l2.4 1.8-1.8 2.6"/><path fill="#427BBD" d="M12.6 27.5l-1.8 2.6 2.7-.4"/><path fill="#649ED5" d="M12.6 27.5l3.3-1.2-2.4 3.4"/><path fill="#87B8E4" d="M15.9 26.3l-.8 3-1.6.4"/><path fill="#93C1E8" d="M15.9 26.3l1.3 1.2-2.1 1.8"/><path fill="#5B95CF" d="M8.7 29.6l2 2.4.1-1.9"/><path fill="#568FCB" d="M10.8 30.1l2.7-.4-.8 2.1"/><path fill="#5E98D1" d="M10.8 30.1l-.1 1.9 2-.2"/><path fill="#8DBCE6" d="M12.7 31.8l2.4-2.5-1.6.4"/><path fill="#90BDE6" d="M12.7 31.8l1.4-.2 1-2.3"/><path fill="#A2CAEC" d="M14.1 31.6l1.3-2.1-.3-.2"/><path fill="#A1C9EC" d="M17.2 27.5l-1.8 2-.3-.2"/><path fill="#84B6E2" d="M10.7 32l-1.2-1-.8-1.4"/><path fill="#82B3E1" d="M8 26.6l.3 2.1.4.9"/><path fill="#558FCB" d="M10.9 18.5l3.6-5.7.6 1.3"/><path fill="#5B95CF" d="M14.5 12.8L10.8 15l.1 3.5"/><path fill="#72A9DB" d="M10.8 15l3.6-3.9.1 1.7"/><path fill="#5894CF" d="M19.9 10.6l-3.8.8.8 1.6"/><path fill="#7AAEDF" d="M19.9 10.6l-1.4-1.7-2.4 2.5"/><path fill="#95C0E7" d="M18.5 8.9l-3.4 1.4-.7.8 1.7.3"/><path fill="#70A8DB" d="M18.5 8.9l-4.7-3 1.3 4.4"/><path fill="#629DD5" d="M18.5 8.9l5.4-2.7-4 4.4"/><path fill="#99D1F3" d="M23.9 6.2L21 10l-1.1.6"/><path fill="#599BD4" d="M23.9 6.2l-1.6 5.3L21 10"/><path fill="#7FBBE7" d="M22.3 11.5l-2.4-.9L21 10"/><path fill="#78AEDE" d="M19.9 10.6l2.4.9-.7 6.5"/><path fill="#92C1E8" d="M22.3 11.5l1 5.2-1.7 1.3"/><path fill="#A1CAED" d="M23.3 16.7l-.3 4.8-1.4-3.5"/><path fill="#90BDE6" d="M21.6 18l1.4 3.5-1.4 2.9"/><path fill="#9BC6EB" d="M26.3 15.8l-3 .9 3.6 4"/><path fill="#95C1E8" d="M26.9 20.7l-3.9.8.3-4.8"/><path fill="#9CC6EA" d="M26.9 20.7l-.9 4.2-3-3.4"/><path fill="#93C1E8" d="M23 21.5l3 3.4-2.3 2.1"/><path fill="#93C1E8" d="M23 21.5l.7 5.5-2-3"/><path fill="#91BFE7" d="M21.4 24.5l2.3 2.5-2-3-.1.4"/><path fill="#98C4EA" d="M23.3 16.7l3-.9-3.8-3.4"/><path fill="#AFD3F0" d="M26.3 15.8l-2.6-4.4-1.2 1"/><path fill="#ABD0EF" d="M23.7 11.4l-1.3-.2-.1.3.2.9"/><path fill="#4E5861" d="M14.7 8.9l-.8 1.5 3 2.6"/><path fill="#020304" d="M7.6 0l1.5 3.5 2.2 3.9 2.7 3-1.5-3.6-2.8-3.4"/><path fill="#3F4040" d="M7.6 0l2.5 2.8 2.4 4-2.8-3.4"/><path fill="#111E2E" d="M12.6 10.3l2.5 3.9-1.1-3.8h-.2"/><path fill="#1B2837" d="M11.3 7.4l1.3 2.9 1.4.1"/><path fill="#585D61" d="M14.7 8.9l-2.2-2.1 1.5 3.6"/><path fill="#848687" d="M10.1 2.8l2.2 3.3 2.4 2.8-2.2-2.1"/><path fill="#183553" d="M14 10.4l2.9 2.6-1.8 1.2-1.1-3.8"/><path fill="#8B9DB0" d="M15.1 9.7l1 1.6.8 1.7-1-1.8"/></symbol><symbol viewBox="0 0 32 32" id="icon-uswitch"><title>uswitch</title><path d="M8.31 17.123V4.316H0V16.83c0 13.013 15.888 19.498 25.126 10.314-7.58 3.768-16.55-1.536-16.816-10.02z"/><path d="M25.174.553L18.447 7.74h2.572v9.433c0 4.06-3.938 7.48-8.61 6.06 5.715 6.745 16.918 2.87 16.918-6.06V7.738H32L25.174.553z"/></symbol><symbol viewBox="0 0 32 32" id="icon-variable"><title>variable</title><path d="M30.856 22.435c-.09-.217-.3-.435-.535-.435H26v-8.958c0-.32-.79-1.042-1.11-1.042h-6.52c-.154 0-.196.292-.305.4-.11.11-.065.488-.065.642V22h-5.062c-.234 0-.446.218-.535.435-.09.216-.04.542.126.707l8.69 8.692c.11.11.25.17.41.17.15 0 .3-.06.41-.17l8.69-8.692c.16-.166.21-.49.12-.707zm-17.02-2.832c.11-.108.164-.483.164-.637V10h4.863c.234 0 .446-.214.535-.43.09-.218.04-.54-.126-.706l-8.69-8.69c-.11-.11-.257-.17-.41-.17-.155 0-.302.06-.41.17L1.07 8.864c-.166.167-.215.49-.126.705.09.21.3.43.536.43H6v8.96c0 .32.592 1.03.912 1.03h6.52c.152 0 .295-.29.403-.4z"/></symbol><symbol viewBox="0 0 32 32" id="icon-warning-circle"><title>warning-circle</title><path d="M16 0C7.2 0 0 7.2 0 16s7.2 16 16 16 16-7.2 16-16S24.8 0 16 0zm2.1 5l-.4 14h-3.4L14 5h4.1zM16 26.9c-1.5 0-2.4-1-2.4-2.5 0-1.4 1-2.5 2.4-2.5s2.4 1 2.4 2.5c0 1.4-1 2.5-2.4 2.5z"/></symbol><symbol viewBox="0 0 32 32" id="icon-wifi"><title>wifi</title><path d="M30.58 11.44c-.56 0-1.12-.22-1.54-.66-3.33-3.49-7.81-5.41-12.61-5.41-4.78 0-9.25 1.91-12.58 5.37-.81.85-2.16.87-3 .06-.84-.8-.86-2.15-.05-3 4.14-4.3 9.69-6.67 15.64-6.67 5.97 0 11.54 2.39 15.68 6.72.81.85.78 2.19-.07 3-.41.4-.94.59-1.47.59zm-4 5.49c-.55 0-1.09-.21-1.51-.63-2.3-2.32-5.37-3.59-8.63-3.59-3.25 0-6.3 1.27-8.6 3.56-.83.83-2.17.83-3 0-.83-.83-.83-2.18 0-3 3.1-3.1 7.22-4.81 11.6-4.81 4.4 0 8.54 1.72 11.65 4.85.83.83.82 2.18-.01 3-.42.41-.96.62-1.5.62zm-4.46 5.92c-.58 0-1.16-.23-1.57-.7-1.07-1.18-2.53-1.83-4.11-1.83-1.57 0-3.02.64-4.08 1.8-.79.86-2.14.92-3 .13s-.92-2.14-.13-3c1.86-2.02 4.49-3.18 7.21-3.18 2.75 0 5.4 1.18 7.26 3.22.79.87.72 2.21-.15 3-.41.38-.92.56-1.43.56z"/><circle cx="16.59" cy="27.38" r="3.49"/></symbol><symbol viewBox="0 0 32 32" id="icon-wiki"><title>wiki</title><path d="M5.715 21.8c.407-.027.82-.047 1.24-.047 3.33 0 6.397.938 8.002 2.45.007.006.017.008.025.015.11.1.232.185.372.246.01.004.02.005.03.01.016.006.032.008.05.014.152.055.31.09.467.09.16 0 .32-.034.47-.09l.05-.016c.01-.004.02-.005.03-.01.14-.06.26-.144.37-.242.01-.007.02-.01.03-.017 1.61-1.51 4.67-2.45 8-2.45.42 0 .84.02 1.24.048.38.02.98-.1 1.26-.36s.66-.62.66-1V3.58c0-.727-.78-1.32-1.5-1.377-.47-.03-1.06-.05-1.54-.05-3.51 0-6.81.9-9 2.44-2.18-1.54-5.45-2.44-8.97-2.44-.49 0-1.1.028-1.57.06-.72.05-1.41.65-1.41 1.374v16.85c0 .38.28.746.56 1.007.28.26.77.386 1.16.366zM17 6.98c2-1.29 5-2.076 8-2.082V19c-3 .005-6 .588-8 1.617V6.98zM7 4.898c3 .007 6 .794 8 2.082v13.636c-2-1.03-5-1.612-8-1.617V4.89zm23.5-.324c-.803 0-1.5.65-1.5 1.455v17.96c-1-.02-3.488-.03-3.644-.03-3.717 0-7.14.95-9.454 2.57-2.312-1.63-5.64-2.58-9.358-2.58C6.39 23.97 4 23.98 3 24V6.03c0-.804-.697-1.456-1.5-1.456S0 5.226 0 6.03v19.45c0 .402.12.787.414 1.062.294.276.67.415 1.07.39.4-.027 4.225-.053 4.977-.053 3.52 0 6.76.99 8.45 2.59.01.01.03.01.04.02.13.11.27.2.42.26.02 0 .03 0 .05.01.16.06.33.09.5.09.17 0 .34-.04.5-.1l.044-.01c.15-.06.29-.157.42-.27.01-.01.027-.01.038-.022 1.7-1.6 4.94-2.59 8.46-2.59.75 0 4.59.026 4.99.052.412.03.85-.11 1.144-.39.296-.277.513-.663.513-1.067V6.03c0-.804-.696-1.456-1.5-1.456z"/></symbol><symbol viewBox="0 0 32 32" id="icon-xml"><title>xml</title><path d="M23.12 12.004h-4.228L15.9 16.41l-2.992-4.406H8.68l5.07 7.577-5.72 8.43h8.195v-2.86h-1.892L15.9 22.8l3.48 5.204h4.39l-5.718-8.423 5.068-7.57zm5.013-5.768l-4.465-4.464C22.696.8 20.775.004 19.4.004h-15c-1.375 0-2.5 1.125-2.5 2.5v27c0 1.375 1.125 2.5 2.5 2.5h23c1.375 0 2.5-1.125 2.5-2.5v-19c0-1.375-.795-3.296-1.767-4.268zM26.718 7.65c.098.098.195.218.29.354H21.9V2.896c.136.095.256.192.354.29l4.464 4.464zM27.9 29.504c0 .27-.23.5-.5.5h-23c-.27 0-.5-.23-.5-.5v-27c0-.27.23-.5.5-.5h15c.15 0 .32.02.5.053v7.947h7.947c.034.18.053.35.053.5v19z"/></symbol></svg>
@@ -1,28 +1,5 @@
1
- window.RadioToggle = (function() {
2
- var defaults = {
3
- $target: $(".us-toggle")
4
- };
5
-
6
- function RadioToggle(options) {
7
- this.options = Utils.setOptions(options, defaults);
8
- if (this.options.$target) {
9
- this.addEventListeners();
10
- } else {
11
- throw new Error("No target defined");
12
- }
13
- }
14
-
15
- RadioToggle.prototype.addEventListeners = function() {
16
- return this.options.$target.on("change", "input:radio", function(e) {
17
- $("input[name='" + this.name + "']").removeClass("checked");
18
- if (this.checked) {
19
- $(this).addClass("checked");
20
- }
21
-
22
- return e.stopPropagation();
23
- });
24
- };
25
-
26
- return RadioToggle;
27
-
28
- })();
1
+ window.RadioToggle = function() {
2
+ var message = "RadioToggle is now deprecated";
3
+ if (window.Raven) window.Raven.captureMessage(message);
4
+ console.warn(message);
5
+ };
@@ -21,7 +21,6 @@
21
21
  @import "ustyle/components/lists";
22
22
  @import "ustyle/components/lists-li";
23
23
  @import "ustyle/components/button";
24
- @import "ustyle/components/featured";
25
24
  @import "ustyle/components/hero";
26
25
  @import "ustyle/components/content-group";
27
26
  @import "ustyle/components/tabs";
@@ -20,7 +20,7 @@
20
20
  // </div>
21
21
  // </div>
22
22
  // <div class='us-col-md-4 us-tablet--block'>
23
- // <img class='us-img--full us-article__image' src='http://uswitch-wp-cms-assets.s3-website-eu-west-1.amazonaws.com/money/guides/wp-content/uploads/2014/11/DB2011AU01018_SMALL.jpg' />
23
+ // <img class='us-img--full us-article__image' src='https://assets0.uswitch.com/s3/uswitch-wp-cms-assets/money/guides/wp-content/uploads/2014/11/DB2011AU01018_SMALL.jpg' />
24
24
  // </div>
25
25
  // </a>
26
26
  // </div>
@@ -9,7 +9,7 @@
9
9
  // <div class='us-guide-item us-col-md-4'>
10
10
  // <a class='us-guide-item-link' href='#'>
11
11
  // <div class='us-guide-item-image-container'>
12
- // <div class='us-guide-item-image background' style='background-image: url(http://uswitch-wp-cms-assets.s3-website-eu-west-1.amazonaws.com/money/guides/wp-content/uploads/2014/11/DB2011AU01018_SMALL.jpg)'></div>
12
+ // <div class='us-guide-item-image background' style='background-image: url(https://assets0.uswitch.com/s3/uswitch-wp-cms-assets/money/guides/wp-content/uploads/2014/11/DB2011AU01018_SMALL.jpg)'></div>
13
13
  // </div>
14
14
  // <div class='us-guide-item-content'>
15
15
  // <h4 class='us-guide-item-title'>Car insurance guides</h4>
@@ -9,7 +9,7 @@
9
9
  // <div class='us-news-item us-col-md-4'>
10
10
  // <a class='us-news-item-link' href='#'>
11
11
  // <div class='us-news-item-image-container'>
12
- // <div class='us-news-item-image background' style='background-image: url(http://uswitch-wp-blog-assets.s3-website-eu-west-1.amazonaws.com/wp-content/uploads/2013/09/Untitled-1.jpg)'></div>
12
+ // <div class='us-news-item-image background' style='background-image: url(https://assets0.uswitch.com/s3/uswitch-wp-cms-assets/money/guides/wp-content/uploads/2014/11/DB2011AU01018_SMALL.jpg)'></div>
13
13
  // </div>
14
14
  // <div class='us-news-meta'>
15
15
  // <span class='category'>Consumer rights</span>
@@ -48,7 +48,7 @@
48
48
  font-size: .5em;
49
49
  line-height: 0;
50
50
  vertical-align: middle;
51
- content: "\25b6";
51
+ content: "\25b6\fe0e";
52
52
  transition: left 200ms;
53
53
  }
54
54
 
@@ -1,151 +1,34 @@
1
- //
2
- // These are the default icon variables to set up the uStyle SVG/PNG icons
3
- //
4
-
5
- $icons: (
6
- alarm
7
- android
8
- arrow-circle
9
- arrow-up
10
- arrow-down
11
- book
12
- bookmark
13
- breadcrumb
14
- calculator
15
- calendar
16
- car
17
- checkbox-tick
18
- chevron-right
19
- clock
20
- close
21
- cog
22
- credit-card
23
- cross
24
- dual-fuel
25
- electric-light
26
- envelope
27
- exit-noexit
28
- facebook
29
- facebook-brand
30
- filter
31
- fixed-variable
32
- gas
33
- gauge
34
- github
35
- google
36
- google-brand
37
- graph-up
38
- home
39
- hot
40
- info
41
- kettle
42
- key
43
- lock
44
- magnify-in
45
- magnify
46
- menu
47
- message
48
- mobile
49
- monthly-dd
50
- network
51
- no-exit
52
- pdf
53
- pencil
54
- person-add
55
- person
56
- phone
57
- piggy-bank
58
- pin
59
- pound-note
60
- present
61
- print
62
- quarterly-dd
63
- question-circle
64
- quote
65
- recycle
66
- remove
67
- renewable
68
- results
69
- save
70
- share
71
- sim
72
- smiley
73
- sort
74
- speech-circle
75
- speech
76
- spinner
77
- star-half
78
- star
79
- starline-half
80
- starline
81
- talk
82
- tick-circle
83
- tick
84
- tv
85
- twitter
86
- twitter-brand
87
- uswitch
88
- variable
89
- warning-circle
90
- wifi
91
- wiki
92
- xml
93
- play
94
- pound-circle
95
- ) !default;
96
-
97
- /// If set to `true` it will load **all** the icons within the uStyle repository. Use with care unless
98
- /// you're modifying the icon set
99
- ///
100
- /// @group Icons
101
- /// @type Boolean
102
-
103
- $load-icons: false !default;
104
-
105
- /// Default path for the icons. Is relative for sprockets, may be different for other projects
106
- ///
107
- /// @group Icons
108
- /// @type String
109
-
110
- $base-icon-path: "icons/" !default;
111
-
112
- /// If this is set then SVGs are loaded first with the `$png-support-class` being the
113
- /// fallback top level HTML class for loading in the PNGs.
114
- ///
115
- /// @group Icons
116
- /// @type Bool
117
-
118
- $svg-first: true !default;
119
-
120
- /// Sets if we inline the icons (HTTP/1.1 performance recommended) or load in the URLs of them
121
- /// for HTTP/2
122
- ///
123
- /// @group Icons
124
- /// @type Bool
125
-
126
- $svg-inline: true !default;
127
-
128
- /// Default support class fir SVG support. An SVG detection system is needed for this to
129
- /// be implemented. Feature detection like modernizr will do the trick.
130
- ///
131
- /// @group Icons
132
- /// @type String
133
-
134
- $svg-support-class: ".svg-on" !default;
135
-
136
- /// Same as the `$svg-support-class` but applicable if `$svg-first` is set to `true`
1
+ /// List of the supported SVG sprite colours
137
2
  ///
138
3
  /// @group Icons
139
- /// @type String
4
+ /// @type List
140
5
 
141
- $png-support-class: ".svg-off" !default;
6
+ $icon-colors: "white", "typegrey", "inputgrey", "typecyan", "custom" !default;
142
7
 
143
- /// List of the supported SVG sprite colours
8
+ /// Legacy support for icon coloring on SVGs
144
9
  ///
145
10
  /// @group Icons
146
11
  /// @type List
12
+ $icon-colors--svg: (
13
+ ("white", #fff),
14
+ ("typegrey", $c-typegrey),
15
+ ("inputgrey", $c-inputgrey),
16
+ ("typecyan", $c-typecyan),
17
+ ("custom", $c-navy)
18
+ ) !default;
147
19
 
148
- $icon-colors: "white", "typegrey", "inputgrey", "typecyan", "custom" !default;
20
+ $icon-colors--svg--custom: (
21
+ ("uswitch", $c-blue),
22
+ ("cross", $c-red),
23
+ ("facebook", #3c5a99),
24
+ ("google", #dc4e41),
25
+ ("renewable", $c-green),
26
+ ("star-half", $c-yellow),
27
+ ("starline-half", $c-yellow),
28
+ ("star", $c-yellow),
29
+ ("starline", $c-yellow),
30
+ ("twitter", #00aced)
31
+ ) !default;
149
32
 
150
33
  /// List of the icon sizes and their respective names
151
34
  ///
@@ -68,10 +68,12 @@
68
68
  //
69
69
  // @markup
70
70
  // <ul class='us-ticked-list'>
71
- // <li class='us-icon--before us-icon--tick--before us-icon--small--before us-icon--typegrey--before'>
71
+ // <li>
72
+ // <svg role="presentation" aria-hidden="true" class="us-icon us-icon--small us-icon--before us-icon--typegrey"><use xlink:href="/images/icons.svg#icon-tick"/></svg>
72
73
  // Lorem ipsum dolor sit amet, consectetur adipiscing elit.
73
74
  // </li>
74
- // <li class='us-icon--before us-icon--tick--before us-icon--small--before us-icon--typegrey--before'>
75
+ // <li>
76
+ // <svg role="presentation" aria-hidden="true" class="us-icon us-icon--small us-icon--before us-icon--typegrey"><use xlink:href="/images/icons.svg#icon-tick"/></svg>
75
77
  // Lorem ipsum dolor sit amet, consectetur adipiscing elit.
76
78
  // </li>
77
79
  // </ul>
@@ -80,13 +82,11 @@
80
82
  @extend %base-custom-list;
81
83
 
82
84
  li {
85
+ padding-left: 0;
86
+
83
87
  &:before {
84
88
  top: 50%;
85
89
  margin-top: - 8px;
86
90
  }
87
-
88
- .us-custom-list-alt &:before {
89
- @include icon-color("white");
90
- }
91
91
  }
92
92
  }
@@ -29,7 +29,10 @@
29
29
  // <div class='us-tabs-container'>
30
30
  // <div class='us-tab' id='tab1'>
31
31
  // <h2 class='us-tab-title'>
32
- // <a class="us-tabs-nav-mainlink us-icon--after us-icon--chevron-right--after us-icon--small--after us-icon--inputgrey--after" href="#tab1">Test 1</a>
32
+ // <a class="us-tabs-nav-mainlink" href="#tab1">
33
+ // Test 1
34
+ // <svg role="presentation" aria-hidden="true" class="us-tabs-nav-chevron us-icon us-icon--small us-icon--after us-icon--inputgrey"><use xlink:href="/images/icons.svg#icon-chevron-right"/></svg>
35
+ // </a>
33
36
  // </h2>
34
37
  // <div class='us-tab-content'>
35
38
  // <p>Fatback capicola leberkas pork loin pork jowl. Meatloaf shoulder pancetta, salami prosciutto ribeye andouille chuck landjaeger short loin filet mignon sirloin. Pork chop tri-tip ham pork hamburger frankfurter leberkas short ribs biltong. Prosciutto ham hock rump, andouille tongue flank sirloin tri-tip ball tip frankfurter ham drumstick meatloaf pork loin.</p>
@@ -37,7 +40,10 @@
37
40
  // </div>
38
41
  // <div class='us-tab' id='tab2'>
39
42
  // <h2 class='us-tab-title'>
40
- // <a class="us-tabs-nav-mainlink us-icon--after us-icon--chevron-right--after us-icon--small--after us-icon--inputgrey--after" href="#tab2">Test 2</a>
43
+ // <a class="us-tabs-nav-mainlink" href="#tab2">
44
+ // Test 2
45
+ // <svg role="presentation" aria-hidden="true" class="us-tabs-nav-chevron us-icon us-icon--small us-icon--after us-icon--inputgrey"><use xlink:href="/images/icons.svg#icon-chevron-right"/></svg>
46
+ // </a>
41
47
  // </h2>
42
48
  // <div class='us-tab-content'>
43
49
  // <p>Kielbasa tenderloin spare ribs, andouille doner brisket chuck drumstick bresaola short loin pork t-bone ground round jowl. Ball tip pork loin doner tongue filet mignon biltong hamburger leberkas. Filet mignon kielbasa kevin short ribs, drumstick chuck shankle spare ribs tri-tip.</p>
@@ -45,7 +51,10 @@
45
51
  // </div>
46
52
  // <div class='us-tab' id='tab3'>
47
53
  // <h2 class='us-tab-title'>
48
- // <a class="us-tabs-nav-mainlink us-icon--after us-icon--chevron-right--after us-icon--small--after us-icon--inputgrey--after" href="#tab3">Test 3</a>
54
+ // <a class="us-tabs-nav-mainlink" href="#tab3">
55
+ // Test 3
56
+ // <svg role="presentation" aria-hidden="true" class="us-tabs-nav-chevron us-icon us-icon--small us-icon--after us-icon--inputgrey"><use xlink:href="/images/icons.svg#icon-chevron-right"/></svg>
57
+ // </a>
49
58
  // </h2>
50
59
  // <div class='us-tab-content'>
51
60
  // <p>Pig pastrami pork loin kielbasa, filet mignon meatloaf short ribs tenderloin. Pork loin leberkas kevin fatback porchetta bresaola. Cow rump shoulder pastrami. Andouille pork belly t-bone short ribs brisket. Bresaola pork belly tail salami capicola meatball. Pork belly beef ham landjaeger.</p>
@@ -165,6 +174,22 @@ $tab-active-color: $tab-border-color;
165
174
  &:hover {
166
175
  background-color: rgba(255,255,255,.35);
167
176
  }
177
+
178
+ &:hover .us-tabs-nav-chevron,
179
+ .us-tab.active & .us-tabs-nav-chevron {
180
+ transform: rotate(-90deg);
181
+ fill: $c-typecyan;
182
+ }
183
+
184
+ &:hover:before {
185
+ background-color: $c-typecyan;
186
+ }
187
+ }
188
+
189
+ .us-tab.active {
190
+ .us-tabs-nav-mainlink:before {
191
+ background-color: $c-typecyan;
192
+ }
168
193
  }
169
194
 
170
195
  // scss-lint:disable Comment, MergeableSelector
@@ -218,28 +243,17 @@ $tab-active-color: $tab-border-color;
218
243
  display: block;
219
244
  padding: .75em ($gutter-width / 2) .5em;
220
245
 
221
- &:after {
222
- position: absolute;
223
- right: ($gutter-width / 2);
224
- transform: rotate(90deg);
225
- transition: transform .2s ease;
226
- }
227
-
228
246
  .us-tab.active & {
229
247
  color: $c-typecyan;
230
248
  background-color: $tab-active-color;
231
249
  }
250
+ }
232
251
 
233
- &:hover:after,
234
- .us-tab.active &:after {
235
- @include icon-color("typecyan");
236
- transform: rotate(-90deg);
237
- }
238
-
239
- &:hover:before,
240
- .us-tab.active &:before {
241
- background-color: $c-typecyan;
242
- }
252
+ .us-tabs-nav-chevron {
253
+ position: absolute;
254
+ right: ($gutter-width / 2);
255
+ transform: rotate(90deg);
256
+ transition: transform .2s ease;
243
257
  }
244
258
  }
245
259
 
@@ -9,7 +9,7 @@
9
9
  //
10
10
  // @markup
11
11
  // <div class="us-input-group us-margin-bottom {$modifiers}">
12
- // <span class="us-input-group__box"><span class="us-icon--small us-icon--inputgrey us-icon--envelope us-icon--notext"></span></span>
12
+ // <span class="us-input-group__box"><svg role="presentation" aria-hidden="true" class="us-icon--small us-icon--inputgrey"><use xlink:href="/images/icons.svg#icon-envelope"></use></svg></span>
13
13
  // <input class="us-form-input" type="text" id="email" placeholder="Email" />
14
14
  // </div>
15
15
  //
@@ -57,7 +57,7 @@
57
57
  height: 1em;
58
58
  margin: -.5em 0 0 -.5em;
59
59
  pointer-events: none;
60
- background-image: inline-svg("#{$base-icon-path}checkbox-tick.svg");
60
+ background-image: inline-svg("forms/checkbox.svg");
61
61
  background-position: 0 75%;
62
62
  background-size: cover;
63
63
  content: "";