@mrfylke/contact-form 0.1.4 → 0.1.7

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 (344) hide show
  1. package/README.md +17 -0
  2. package/lib/ContactFormRoot.d.ts.map +1 -1
  3. package/lib/ContactFormRoot.js +3 -1
  4. package/lib/commoneEvents.d.ts.map +1 -1
  5. package/lib/components/button/button.d.ts.map +1 -1
  6. package/lib/components/button/button.module.css +151 -139
  7. package/lib/components/button/index.d.ts.map +1 -1
  8. package/lib/components/button/link.d.ts.map +1 -1
  9. package/lib/components/button/utils.d.ts.map +1 -1
  10. package/lib/components/checkbox/checkbox.d.ts.map +1 -1
  11. package/lib/components/checkbox/checkbox.module.css +40 -37
  12. package/lib/components/checkbox/index.d.ts.map +1 -1
  13. package/lib/components/error-message/error-message.d.ts.map +1 -1
  14. package/lib/components/error-message/error-message.module.css +2 -2
  15. package/lib/components/error-message/index.d.ts.map +1 -1
  16. package/lib/components/external-link-page.d.ts +1 -1
  17. package/lib/components/external-link-page.d.ts.map +1 -1
  18. package/lib/components/external-link-page.js +7 -6
  19. package/lib/components/external-link-page.module.css +15 -15
  20. package/lib/components/form/date-selector.d.ts +1 -1
  21. package/lib/components/form/date-selector.d.ts.map +1 -1
  22. package/lib/components/form/description-modal.d.ts.map +1 -1
  23. package/lib/components/form/field-wrapper-with-error/index.d.ts +1 -1
  24. package/lib/components/form/field-wrapper-with-error/index.d.ts.map +1 -1
  25. package/lib/components/form/fieldset/fieldset.module.css +15 -15
  26. package/lib/components/form/fieldset/index.d.ts.map +1 -1
  27. package/lib/components/form/file-input.d.ts.map +1 -1
  28. package/lib/components/form/file-input.js +1 -1
  29. package/lib/components/form/form-component-label/form-component-label.module.css +4 -4
  30. package/lib/components/form/form-component-label/index.d.ts.map +1 -1
  31. package/lib/components/form/form.module.css +324 -308
  32. package/lib/components/form/index.d.ts.map +1 -1
  33. package/lib/components/form/input.d.ts +1 -1
  34. package/lib/components/form/input.d.ts.map +1 -1
  35. package/lib/components/form/input.js +1 -1
  36. package/lib/components/form/radio.d.ts.map +1 -1
  37. package/lib/components/form/searchable-select/index.d.ts.map +1 -1
  38. package/lib/components/form/searchable-select/searchable-select.d.ts.map +1 -1
  39. package/lib/components/form/searchable-select/searchable-select.js +1 -1
  40. package/lib/components/form/searchable-select/utils.d.ts +1 -1
  41. package/lib/components/form/searchable-select/utils.d.ts.map +1 -1
  42. package/lib/components/form/select.d.ts.map +1 -1
  43. package/lib/components/form/textarea.d.ts.map +1 -1
  44. package/lib/components/form/time-selector.d.ts +1 -1
  45. package/lib/components/form/time-selector.d.ts.map +1 -1
  46. package/lib/components/icon/checkbox-icon.d.ts +1 -1
  47. package/lib/components/icon/checkbox-icon.d.ts.map +1 -1
  48. package/lib/components/icon/checkbox-icon.js +1 -1
  49. package/lib/components/icon/color-icon.d.ts.map +1 -1
  50. package/lib/components/icon/color-icon.js +0 -2
  51. package/lib/components/icon/generated-icons.d.ts +233 -233
  52. package/lib/components/icon/generated-icons.d.ts.map +1 -1
  53. package/lib/components/icon/generated-icons.js +1771 -1771
  54. package/lib/components/icon/icon-wrapper.d.ts +1 -1
  55. package/lib/components/icon/icon-wrapper.d.ts.map +1 -1
  56. package/lib/components/icon/illustration.d.ts.map +1 -1
  57. package/lib/components/icon/illustration.js +0 -2
  58. package/lib/components/icon/image.d.ts.map +1 -1
  59. package/lib/components/icon/image.js +0 -2
  60. package/lib/components/icon/mono-icon-new.d.ts +2 -2
  61. package/lib/components/icon/mono-icon-new.d.ts.map +1 -1
  62. package/lib/components/icon/mono-icon.d.ts +1 -1
  63. package/lib/components/icon/mono-icon.d.ts.map +1 -1
  64. package/lib/components/icon/mono-icon.js +1 -3
  65. package/lib/components/index.d.ts.map +1 -1
  66. package/lib/components/loading/index.d.ts +1 -1
  67. package/lib/components/loading/index.d.ts.map +1 -1
  68. package/lib/components/loading/loading.module.css +9 -9
  69. package/lib/components/section-card/index.d.ts.map +1 -1
  70. package/lib/components/section-card/section-card.d.ts.map +1 -1
  71. package/lib/components/section-card/section-card.module.css +10 -10
  72. package/lib/components/typography/index.d.ts +6 -5
  73. package/lib/components/typography/index.d.ts.map +1 -1
  74. package/lib/components/typography/index.js +0 -1
  75. package/lib/contact.module.css +37 -36
  76. package/lib/error-content/error-content.module.css +7 -7
  77. package/lib/index.d.ts +2 -2
  78. package/lib/index.d.ts.map +1 -1
  79. package/lib/journey-info/events.d.ts +6 -6
  80. package/lib/journey-info/events.d.ts.map +1 -1
  81. package/lib/journey-info/events.js +0 -1
  82. package/lib/journey-info/index.d.ts.map +1 -1
  83. package/lib/journey-info/index.js +4 -2
  84. package/lib/journey-info/journeyInfoStateMachine.d.ts.map +1 -1
  85. package/lib/layouts/contact-form-container.d.ts.map +1 -1
  86. package/lib/layouts/contact-page-layout.d.ts +2 -2
  87. package/lib/layouts/contact-page-layout.d.ts.map +1 -1
  88. package/lib/layouts/contact-page-layout.js +1 -5
  89. package/lib/layouts/container.module.css +10 -10
  90. package/lib/layouts/index.d.ts.map +1 -1
  91. package/lib/layouts/layout.module.css +46 -45
  92. package/lib/lines/use-lines.d.ts.map +1 -1
  93. package/lib/means-of-transport/events.d.ts +7 -7
  94. package/lib/means-of-transport/events.d.ts.map +1 -1
  95. package/lib/means-of-transport/events.js +0 -1
  96. package/lib/means-of-transport/forms/delayForm.d.ts.map +1 -1
  97. package/lib/means-of-transport/forms/driverForm.d.ts.map +1 -1
  98. package/lib/means-of-transport/forms/index.d.ts.map +1 -1
  99. package/lib/means-of-transport/forms/injuryForm.d.ts.map +1 -1
  100. package/lib/means-of-transport/forms/serviceOfferingForm.d.ts.map +1 -1
  101. package/lib/means-of-transport/forms/stopForm.d.ts.map +1 -1
  102. package/lib/means-of-transport/forms/transportationForm.d.ts.map +1 -1
  103. package/lib/means-of-transport/index.d.ts.map +1 -1
  104. package/lib/means-of-transport/index.js +4 -2
  105. package/lib/means-of-transport/means-of-transport-form-machine.d.ts.map +1 -1
  106. package/lib/means-of-transport/means-of-transport-form-machine.js +5 -1
  107. package/lib/modules/api-browser/index.d.ts.map +1 -1
  108. package/lib/modules/config/context.d.ts.map +1 -1
  109. package/lib/modules/config/theme-adapter.d.ts.map +1 -1
  110. package/lib/modules/config/types.d.ts +4 -34
  111. package/lib/modules/config/types.d.ts.map +1 -1
  112. package/lib/modules/graphql-types/index.d.ts.map +1 -1
  113. package/lib/modules/graphql-types/journeyplanner-types_v3.generated.d.ts.map +1 -1
  114. package/lib/modules/theme/index.d.ts.map +1 -1
  115. package/lib/modules/theme/theme-context.d.ts +1 -1
  116. package/lib/modules/theme/theme-context.d.ts.map +1 -1
  117. package/lib/modules/theme/theme-context.js +9 -6
  118. package/lib/modules/transport-mode/filter/filter.d.ts.map +1 -1
  119. package/lib/modules/transport-mode/filter/filter.module.css +51 -49
  120. package/lib/modules/transport-mode/filter/index.d.ts.map +1 -1
  121. package/lib/modules/transport-mode/filter/types.d.ts.map +1 -1
  122. package/lib/modules/transport-mode/filter/utils.d.ts.map +1 -1
  123. package/lib/modules/transport-mode/icon/icon.module.css +14 -14
  124. package/lib/modules/transport-mode/icon/index.d.ts.map +1 -1
  125. package/lib/modules/transport-mode/icon/index.js +1 -1
  126. package/lib/modules/transport-mode/index.d.ts.map +1 -1
  127. package/lib/modules/transport-mode/types.d.ts.map +1 -1
  128. package/lib/modules/transport-mode/utils.d.ts.map +1 -1
  129. package/lib/refund/events.d.ts +12 -12
  130. package/lib/refund/events.d.ts.map +1 -1
  131. package/lib/refund/events.js +0 -1
  132. package/lib/refund/forms/refund-and-travel-guarantee/index.d.ts.map +1 -1
  133. package/lib/refund/forms/refund-and-travel-guarantee/refundCarForm.d.ts.map +1 -1
  134. package/lib/refund/forms/refund-and-travel-guarantee/refundTaxiForm.d.ts.map +1 -1
  135. package/lib/refund/forms/refund-ticket/appTicketRefund.d.ts.map +1 -1
  136. package/lib/refund/forms/refund-ticket/index.d.ts.map +1 -1
  137. package/lib/refund/forms/refund-ticket/otherTicketRefund.d.ts.map +1 -1
  138. package/lib/refund/index.d.ts.map +1 -1
  139. package/lib/refund/index.js +4 -2
  140. package/lib/refund/refundFormMachine.d.ts.map +1 -1
  141. package/lib/refund/refundFormMachine.js +9 -3
  142. package/lib/server/index.d.ts +1 -1
  143. package/lib/server/index.d.ts.map +1 -1
  144. package/lib/server/journey-planner/authority.d.ts.map +1 -1
  145. package/lib/server/journey-planner/entur-client.d.ts.map +1 -1
  146. package/lib/server/journey-planner/index.d.ts.map +1 -1
  147. package/lib/server/journey-planner/journey-gql/lines.generated.d.ts +1 -1
  148. package/lib/server/journey-planner/journey-gql/lines.generated.d.ts.map +1 -1
  149. package/lib/server/journey-planner/journey-gql/lines.generated.js +11 -11
  150. package/lib/server/journey-planner/validators.d.ts.map +1 -1
  151. package/lib/server/types.d.ts.map +1 -1
  152. package/lib/success-content/success-content.module.css +7 -7
  153. package/lib/ticket-control/events.d.ts +6 -6
  154. package/lib/ticket-control/events.d.ts.map +1 -1
  155. package/lib/ticket-control/events.js +0 -1
  156. package/lib/ticket-control/forms/feeComplaintForm.d.ts.map +1 -1
  157. package/lib/ticket-control/forms/feedbackForm.d.ts.map +1 -1
  158. package/lib/ticket-control/forms/postponePayment.d.ts.map +1 -1
  159. package/lib/ticket-control/index.d.ts.map +1 -1
  160. package/lib/ticket-control/index.js +4 -2
  161. package/lib/ticket-control/ticket-control-form-machine.d.ts.map +1 -1
  162. package/lib/ticket-control/ticket-control-form-machine.js +7 -2
  163. package/lib/ticketing/events.d.ts +10 -10
  164. package/lib/ticketing/events.d.ts.map +1 -1
  165. package/lib/ticketing/events.js +0 -1
  166. package/lib/ticketing/forms/app/appAccountForm.d.ts.map +1 -1
  167. package/lib/ticketing/forms/app/appTicketingForm.d.ts.map +1 -1
  168. package/lib/ticketing/forms/app/appTravelSuggestionForm.d.ts.map +1 -1
  169. package/lib/ticketing/forms/app/index.d.ts.map +1 -1
  170. package/lib/ticketing/forms/app/index.js +1 -1
  171. package/lib/ticketing/forms/priceAndTicketTypesForm.d.ts.map +1 -1
  172. package/lib/ticketing/forms/travel-card/index.d.ts.map +1 -1
  173. package/lib/ticketing/forms/travel-card/index.js +1 -1
  174. package/lib/ticketing/forms/travel-card/orderTravelCard.d.ts.map +1 -1
  175. package/lib/ticketing/forms/travel-card/travelCardQuestionForm.d.ts.map +1 -1
  176. package/lib/ticketing/forms/webshop/index.d.ts.map +1 -1
  177. package/lib/ticketing/forms/webshop/index.js +1 -1
  178. package/lib/ticketing/forms/webshop/webshopAccountForm.d.ts.map +1 -1
  179. package/lib/ticketing/forms/webshop/webshopTicketingForm.d.ts.map +1 -1
  180. package/lib/ticketing/index.d.ts.map +1 -1
  181. package/lib/ticketing/index.js +4 -2
  182. package/lib/ticketing/ticketingStateMachine.d.ts.map +1 -1
  183. package/lib/ticketing/ticketingStateMachine.js +2 -1
  184. package/lib/translations/common/index.d.ts.map +1 -1
  185. package/lib/translations/common/layout.d.ts.map +1 -1
  186. package/lib/translations/commons.d.ts.map +1 -1
  187. package/lib/translations/components/index.d.ts.map +1 -1
  188. package/lib/translations/components/map.d.ts.map +1 -1
  189. package/lib/translations/components/search.d.ts.map +1 -1
  190. package/lib/translations/components/transport-mode.d.ts.map +1 -1
  191. package/lib/translations/dictionary.d.ts.map +1 -1
  192. package/lib/translations/index.d.ts +2 -2
  193. package/lib/translations/index.d.ts.map +1 -1
  194. package/lib/translations/json-to-override.d.ts.map +1 -1
  195. package/lib/translations/json-to-override.js +15 -5
  196. package/lib/translations/language-context.d.ts.map +1 -1
  197. package/lib/translations/language-context.js +5 -9
  198. package/lib/translations/load-org-translations.d.ts.map +1 -1
  199. package/lib/translations/merge-overrides.d.ts.map +1 -1
  200. package/lib/translations/merge-overrides.js +3 -1
  201. package/lib/translations/modules/index.d.ts +0 -1
  202. package/lib/translations/modules/index.d.ts.map +1 -1
  203. package/lib/translations/modules/index.js +1 -3
  204. package/lib/translations/modules/situation.d.ts.map +1 -1
  205. package/lib/translations/pages/contact.d.ts +1 -1
  206. package/lib/translations/pages/contact.d.ts.map +1 -1
  207. package/lib/translations/pages/departures.d.ts.map +1 -1
  208. package/lib/translations/pages/index.d.ts.map +1 -1
  209. package/lib/translations/server/endpoints.d.ts.map +1 -1
  210. package/lib/translations/server/index.d.ts.map +1 -1
  211. package/lib/translations/translations-context.d.ts.map +1 -1
  212. package/lib/translations/types.d.ts.map +1 -1
  213. package/lib/translations/utils.d.ts.map +1 -1
  214. package/lib/translations/utils.js +3 -1
  215. package/lib/types/submit-payloads.d.ts.map +1 -1
  216. package/lib/types.d.ts +1 -1
  217. package/lib/types.d.ts.map +1 -1
  218. package/lib/utils/color.js +1 -1
  219. package/lib/utils/date.d.ts.map +1 -1
  220. package/lib/utils/date.js +1 -1
  221. package/lib/utils/env.d.ts.map +1 -1
  222. package/lib/utils/presence.d.ts.map +1 -1
  223. package/lib/utils.d.ts +1 -1
  224. package/lib/utils.d.ts.map +1 -1
  225. package/lib/validation/commonInputValidator.d.ts.map +1 -1
  226. package/lib/validation/index.d.ts.map +1 -1
  227. package/lib/validation/validationRules.d.ts.map +1 -1
  228. package/package.json +2 -3
  229. package/lib/layouts/contact-form-footer.d.ts +0 -5
  230. package/lib/layouts/contact-form-footer.d.ts.map +0 -1
  231. package/lib/layouts/contact-form-footer.js +0 -59
  232. package/lib/layouts/contact-form-header.d.ts +0 -9
  233. package/lib/layouts/contact-form-header.d.ts.map +0 -1
  234. package/lib/layouts/contact-form-header.js +0 -45
  235. package/lib/layouts/footer.module.css +0 -109
  236. package/lib/layouts/header.module.css +0 -39
  237. package/lib/modules/api-server/external-client.d.ts +0 -22
  238. package/lib/modules/api-server/external-client.d.ts.map +0 -1
  239. package/lib/modules/api-server/external-client.js +0 -86
  240. package/lib/modules/api-server/index.d.ts +0 -9
  241. package/lib/modules/api-server/index.d.ts.map +0 -1
  242. package/lib/modules/api-server/index.js +0 -24
  243. package/lib/modules/api-server/requesters/graphql-requester.d.ts +0 -6
  244. package/lib/modules/api-server/requesters/graphql-requester.d.ts.map +0 -1
  245. package/lib/modules/api-server/requesters/graphql-requester.js +0 -63
  246. package/lib/modules/api-server/requesters/http-requester.d.ts +0 -3
  247. package/lib/modules/api-server/requesters/http-requester.d.ts.map +0 -1
  248. package/lib/modules/api-server/requesters/http-requester.js +0 -110
  249. package/lib/modules/api-server/requesters/types.d.ts +0 -37
  250. package/lib/modules/api-server/requesters/types.d.ts.map +0 -1
  251. package/lib/modules/api-server/requesters/types.js +0 -34
  252. package/lib/modules/api-server/requesters/utils.d.ts +0 -17
  253. package/lib/modules/api-server/requesters/utils.d.ts.map +0 -1
  254. package/lib/modules/api-server/requesters/utils.js +0 -75
  255. package/lib/modules/cookies/constants.d.ts +0 -4
  256. package/lib/modules/cookies/constants.d.ts.map +0 -1
  257. package/lib/modules/cookies/constants.js +0 -6
  258. package/lib/modules/cookies/cookies-context.d.ts +0 -17
  259. package/lib/modules/cookies/cookies-context.d.ts.map +0 -1
  260. package/lib/modules/cookies/cookies-context.js +0 -61
  261. package/lib/modules/cookies/index.d.ts +0 -15
  262. package/lib/modules/cookies/index.d.ts.map +0 -1
  263. package/lib/modules/cookies/index.js +0 -22
  264. package/lib/modules/firebase/analytics.d.ts +0 -3
  265. package/lib/modules/firebase/analytics.d.ts.map +0 -1
  266. package/lib/modules/firebase/analytics.js +0 -40
  267. package/lib/modules/firebase/firebase.d.ts +0 -4
  268. package/lib/modules/firebase/firebase.d.ts.map +0 -1
  269. package/lib/modules/firebase/firebase.js +0 -19
  270. package/lib/modules/firebase/index.d.ts +0 -5
  271. package/lib/modules/firebase/index.d.ts.map +0 -1
  272. package/lib/modules/firebase/index.js +0 -25
  273. package/lib/modules/firebase/preassigned-fare-products.d.ts +0 -8
  274. package/lib/modules/firebase/preassigned-fare-products.d.ts.map +0 -1
  275. package/lib/modules/firebase/preassigned-fare-products.js +0 -35
  276. package/lib/modules/firebase/tariff-zones.d.ts +0 -17
  277. package/lib/modules/firebase/tariff-zones.d.ts.map +0 -1
  278. package/lib/modules/firebase/tariff-zones.js +0 -32
  279. package/lib/modules/firebase/transport-mode-filter.d.ts +0 -27
  280. package/lib/modules/firebase/transport-mode-filter.d.ts.map +0 -1
  281. package/lib/modules/firebase/transport-mode-filter.js +0 -27
  282. package/lib/modules/firebase/types.d.ts +0 -19
  283. package/lib/modules/firebase/types.d.ts.map +0 -1
  284. package/lib/modules/firebase/types.js +0 -15
  285. package/lib/modules/logging/index.d.ts +0 -6
  286. package/lib/modules/logging/index.d.ts.map +0 -1
  287. package/lib/modules/logging/index.js +0 -13
  288. package/lib/modules/logging/log-api-response.d.ts +0 -15
  289. package/lib/modules/logging/log-api-response.d.ts.map +0 -1
  290. package/lib/modules/logging/log-api-response.js +0 -52
  291. package/lib/modules/logging/log-page-access.d.ts +0 -20
  292. package/lib/modules/logging/log-page-access.d.ts.map +0 -1
  293. package/lib/modules/logging/log-page-access.js +0 -60
  294. package/lib/modules/logging/logger.d.ts +0 -3
  295. package/lib/modules/logging/logger.d.ts.map +0 -1
  296. package/lib/modules/logging/logger.js +0 -32
  297. package/lib/modules/logging/timer.d.ts +0 -6
  298. package/lib/modules/logging/timer.d.ts.map +0 -1
  299. package/lib/modules/logging/timer.js +0 -13
  300. package/lib/modules/logging/with-access-logging.d.ts +0 -5
  301. package/lib/modules/logging/with-access-logging.d.ts.map +0 -1
  302. package/lib/modules/logging/with-access-logging.js +0 -20
  303. package/lib/modules/transport-mode/icon/transport-icon-new.d.ts +0 -28
  304. package/lib/modules/transport-mode/icon/transport-icon-new.d.ts.map +0 -1
  305. package/lib/modules/transport-mode/icon/transport-icon-new.js +0 -114
  306. package/lib/server/contact/index.d.ts +0 -11
  307. package/lib/server/contact/index.d.ts.map +0 -1
  308. package/lib/server/contact/index.js +0 -47
  309. package/lib/translations/__tests__/utils.test.d.ts +0 -2
  310. package/lib/translations/__tests__/utils.test.d.ts.map +0 -1
  311. package/lib/translations/__tests__/utils.test.js +0 -35
  312. package/lib/translations/modules/layout.d.ts +0 -73
  313. package/lib/translations/modules/layout.d.ts.map +0 -1
  314. package/lib/translations/modules/layout.js +0 -106
  315. package/lib/translations/pages/assistant.d.ts +0 -2
  316. package/lib/translations/pages/assistant.d.ts.map +0 -1
  317. package/lib/translations/pages/assistant.js +0 -303
  318. package/lib/utils/enum-from-string.d.ts +0 -4
  319. package/lib/utils/enum-from-string.d.ts.map +0 -1
  320. package/lib/utils/enum-from-string.js +0 -9
  321. package/lib/utils/only-uniques.d.ts +0 -3
  322. package/lib/utils/only-uniques.d.ts.map +0 -1
  323. package/lib/utils/only-uniques.js +0 -7
  324. package/lib/utils/org-theme-definitions.d.ts +0 -5
  325. package/lib/utils/org-theme-definitions.d.ts.map +0 -1
  326. package/lib/utils/org-theme-definitions.js +0 -13
  327. package/lib/utils/reference-data.d.ts +0 -15
  328. package/lib/utils/reference-data.d.ts.map +0 -1
  329. package/lib/utils/reference-data.js +0 -15
  330. package/lib/utils/use-client-width.d.ts +0 -2
  331. package/lib/utils/use-client-width.d.ts.map +0 -1
  332. package/lib/utils/use-client-width.js +0 -18
  333. package/lib/utils/use-interval.d.ts +0 -2
  334. package/lib/utils/use-interval.d.ts.map +0 -1
  335. package/lib/utils/use-interval.js +0 -22
  336. package/lib/utils/use-localstorage.d.ts +0 -2
  337. package/lib/utils/use-localstorage.d.ts.map +0 -1
  338. package/lib/utils/use-localstorage.js +0 -40
  339. package/lib/utils/use-now.d.ts +0 -2
  340. package/lib/utils/use-now.d.ts.map +0 -1
  341. package/lib/utils/use-now.js +0 -13
  342. package/lib/utils/user-media-query.d.ts +0 -2
  343. package/lib/utils/user-media-query.d.ts.map +0 -1
  344. package/lib/utils/user-media-query.js +0 -36
@@ -5,1778 +5,1778 @@ exports.icons = void 0;
5
5
  // AUTO GENERATED FILE. DON'T CHANGE
6
6
  // NB! NB! NB!
7
7
  exports.icons = {
8
- "mono": {
9
- "bonus/Star": {
10
- "relative": "mono/bonus/Star.svg",
11
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/bonus/Star.svg",
12
- "assetType": "mono",
13
- "id": "bonus/Star"
14
- },
15
- "bonus/StarFill": {
16
- "relative": "mono/bonus/StarFill.svg",
17
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/bonus/StarFill.svg",
18
- "assetType": "mono",
19
- "id": "bonus/StarFill"
20
- },
21
- "actions/Add": {
22
- "relative": "mono/actions/Add.svg",
23
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Add.svg",
24
- "assetType": "mono",
25
- "id": "actions/Add"
26
- },
27
- "actions/Adjust": {
28
- "relative": "mono/actions/Adjust.svg",
29
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Adjust.svg",
30
- "assetType": "mono",
31
- "id": "actions/Adjust"
32
- },
33
- "actions/ArrowsCounterClockwise": {
34
- "relative": "mono/actions/ArrowsCounterClockwise.svg",
35
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/ArrowsCounterClockwise.svg",
36
- "assetType": "mono",
37
- "id": "actions/ArrowsCounterClockwise"
38
- },
39
- "actions/Chat": {
40
- "relative": "mono/actions/Chat.svg",
41
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Chat.svg",
42
- "assetType": "mono",
43
- "id": "actions/Chat"
44
- },
45
- "actions/Clear": {
46
- "relative": "mono/actions/Clear.svg",
47
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Clear.svg",
48
- "assetType": "mono",
49
- "id": "actions/Clear"
50
- },
51
- "actions/Close": {
52
- "relative": "mono/actions/Close.svg",
53
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Close.svg",
54
- "assetType": "mono",
55
- "id": "actions/Close"
56
- },
57
- "actions/Confirm": {
58
- "relative": "mono/actions/Confirm.svg",
59
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Confirm.svg",
60
- "assetType": "mono",
61
- "id": "actions/Confirm"
62
- },
63
- "actions/Context": {
64
- "relative": "mono/actions/Context.svg",
65
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Context.svg",
66
- "assetType": "mono",
67
- "id": "actions/Context"
68
- },
69
- "actions/Delete": {
70
- "relative": "mono/actions/Delete.svg",
71
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Delete.svg",
72
- "assetType": "mono",
73
- "id": "actions/Delete"
74
- },
75
- "actions/DragHandle": {
76
- "relative": "mono/actions/DragHandle.svg",
77
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/DragHandle.svg",
78
- "assetType": "mono",
79
- "id": "actions/DragHandle"
80
- },
81
- "actions/Edit": {
82
- "relative": "mono/actions/Edit.svg",
83
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Edit.svg",
84
- "assetType": "mono",
85
- "id": "actions/Edit"
86
- },
87
- "actions/Feedback copy": {
88
- "relative": "mono/actions/Feedback copy.svg",
89
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Feedback copy.svg",
90
- "assetType": "mono",
91
- "id": "actions/Feedback copy"
92
- },
93
- "actions/Feedback": {
94
- "relative": "mono/actions/Feedback.svg",
95
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Feedback.svg",
96
- "assetType": "mono",
97
- "id": "actions/Feedback"
98
- },
99
- "actions/Filter": {
100
- "relative": "mono/actions/Filter.svg",
101
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Filter.svg",
102
- "assetType": "mono",
103
- "id": "actions/Filter"
104
- },
105
- "actions/Interchange": {
106
- "relative": "mono/actions/Interchange.svg",
107
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Interchange.svg",
108
- "assetType": "mono",
109
- "id": "actions/Interchange"
110
- },
111
- "actions/Reorder": {
112
- "relative": "mono/actions/Reorder.svg",
113
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Reorder.svg",
114
- "assetType": "mono",
115
- "id": "actions/Reorder"
116
- },
117
- "actions/Search": {
118
- "relative": "mono/actions/Search.svg",
119
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Search.svg",
120
- "assetType": "mono",
121
- "id": "actions/Search"
122
- },
123
- "actions/SortAscending": {
124
- "relative": "mono/actions/SortAscending.svg",
125
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/SortAscending.svg",
126
- "assetType": "mono",
127
- "id": "actions/SortAscending"
128
- },
129
- "actions/SortDescending": {
130
- "relative": "mono/actions/SortDescending.svg",
131
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/SortDescending.svg",
132
- "assetType": "mono",
133
- "id": "actions/SortDescending"
134
- },
135
- "actions/Subtract": {
136
- "relative": "mono/actions/Subtract.svg",
137
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Subtract.svg",
138
- "assetType": "mono",
139
- "id": "actions/Subtract"
140
- },
141
- "actions/Support": {
142
- "relative": "mono/actions/Support.svg",
143
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Support.svg",
144
- "assetType": "mono",
145
- "id": "actions/Support"
146
- },
147
- "actions/Swap": {
148
- "relative": "mono/actions/Swap.svg",
149
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Swap.svg",
150
- "assetType": "mono",
151
- "id": "actions/Swap"
152
- },
153
- "devices/Laptop": {
154
- "relative": "mono/devices/Laptop.svg",
155
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/devices/Laptop.svg",
156
- "assetType": "mono",
157
- "id": "devices/Laptop"
158
- },
159
- "devices/Phone": {
160
- "relative": "mono/devices/Phone.svg",
161
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/devices/Phone.svg",
162
- "assetType": "mono",
163
- "id": "devices/Phone"
164
- },
165
- "map/Map": {
166
- "relative": "mono/map/Map.svg",
167
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/map/Map.svg",
168
- "assetType": "mono",
169
- "id": "map/Map"
170
- },
171
- "map/Pin": {
172
- "relative": "mono/map/Pin.svg",
173
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/map/Pin.svg",
174
- "assetType": "mono",
175
- "id": "map/Pin"
176
- },
177
- "map/PinInvalid": {
178
- "relative": "mono/map/PinInvalid.svg",
179
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/map/PinInvalid.svg",
180
- "assetType": "mono",
181
- "id": "map/PinInvalid"
182
- },
183
- "map/PinValid": {
184
- "relative": "mono/map/PinValid.svg",
185
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/map/PinValid.svg",
186
- "assetType": "mono",
187
- "id": "map/PinValid"
188
- },
189
- "miscellaneous/Accessibility-ISA": {
190
- "relative": "mono/miscellaneous/Accessibility-ISA.svg",
191
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/Accessibility-ISA.svg",
192
- "assetType": "mono",
193
- "id": "miscellaneous/Accessibility-ISA"
194
- },
195
- "miscellaneous/Accessibility-wheelchair": {
196
- "relative": "mono/miscellaneous/Accessibility-wheelchair.svg",
197
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/Accessibility-wheelchair.svg",
198
- "assetType": "mono",
199
- "id": "miscellaneous/Accessibility-wheelchair"
200
- },
201
- "miscellaneous/Accesstbility-Circle": {
202
- "relative": "mono/miscellaneous/Accesstbility-Circle.svg",
203
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/Accesstbility-Circle.svg",
204
- "assetType": "mono",
205
- "id": "miscellaneous/Accesstbility-Circle"
206
- },
207
- "miscellaneous/Activity": {
208
- "relative": "mono/miscellaneous/Activity.svg",
209
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/Activity.svg",
210
- "assetType": "mono",
211
- "id": "miscellaneous/Activity"
212
- },
213
- "miscellaneous/BatteryEmpty": {
214
- "relative": "mono/miscellaneous/BatteryEmpty.svg",
215
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/BatteryEmpty.svg",
216
- "assetType": "mono",
217
- "id": "miscellaneous/BatteryEmpty"
218
- },
219
- "miscellaneous/BatteryFull": {
220
- "relative": "mono/miscellaneous/BatteryFull.svg",
221
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/BatteryFull.svg",
222
- "assetType": "mono",
223
- "id": "miscellaneous/BatteryFull"
224
- },
225
- "miscellaneous/BatteryHigh": {
226
- "relative": "mono/miscellaneous/BatteryHigh.svg",
227
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/BatteryHigh.svg",
228
- "assetType": "mono",
229
- "id": "miscellaneous/BatteryHigh"
230
- },
231
- "miscellaneous/BatteryLow": {
232
- "relative": "mono/miscellaneous/BatteryLow.svg",
233
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/BatteryLow.svg",
234
- "assetType": "mono",
235
- "id": "miscellaneous/BatteryLow"
236
- },
237
- "miscellaneous/BatteryMedium": {
238
- "relative": "mono/miscellaneous/BatteryMedium.svg",
239
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/BatteryMedium.svg",
240
- "assetType": "mono",
241
- "id": "miscellaneous/BatteryMedium"
242
- },
243
- "miscellaneous/Bluetooth": {
244
- "relative": "mono/miscellaneous/Bluetooth.svg",
245
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/Bluetooth.svg",
246
- "assetType": "mono",
247
- "id": "miscellaneous/Bluetooth"
248
- },
249
- "mobility/Distance": {
250
- "relative": "mono/mobility/Distance.svg",
251
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/Distance.svg",
252
- "assetType": "mono",
253
- "id": "mobility/Distance"
254
- },
255
- "mobility/Duration": {
256
- "relative": "mono/mobility/Duration.svg",
257
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/Duration.svg",
258
- "assetType": "mono",
259
- "id": "mobility/Duration"
260
- },
261
- "mobility/NoEntry": {
262
- "relative": "mono/mobility/NoEntry.svg",
263
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/NoEntry.svg",
264
- "assetType": "mono",
265
- "id": "mobility/NoEntry"
266
- },
267
- "mobility/NoParking": {
268
- "relative": "mono/mobility/NoParking.svg",
269
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/NoParking.svg",
270
- "assetType": "mono",
271
- "id": "mobility/NoParking"
272
- },
273
- "mobility/Price": {
274
- "relative": "mono/mobility/Price.svg",
275
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/Price.svg",
276
- "assetType": "mono",
277
- "id": "mobility/Price"
278
- },
279
- "mobility/PricePerTime": {
280
- "relative": "mono/mobility/PricePerTime.svg",
281
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/PricePerTime.svg",
282
- "assetType": "mono",
283
- "id": "mobility/PricePerTime"
284
- },
285
- "mobility/Report": {
286
- "relative": "mono/mobility/Report.svg",
287
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/Report.svg",
288
- "assetType": "mono",
289
- "id": "mobility/Report"
290
- },
291
- "mobility/RuleAlcohol": {
292
- "relative": "mono/mobility/RuleAlcohol.svg",
293
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/RuleAlcohol.svg",
294
- "assetType": "mono",
295
- "id": "mobility/RuleAlcohol"
296
- },
297
- "mobility/RuleHelmet": {
298
- "relative": "mono/mobility/RuleHelmet.svg",
299
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/RuleHelmet.svg",
300
- "assetType": "mono",
301
- "id": "mobility/RuleHelmet"
302
- },
303
- "mobility/RuleTwoPeople": {
304
- "relative": "mono/mobility/RuleTwoPeople.svg",
305
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/RuleTwoPeople.svg",
306
- "assetType": "mono",
307
- "id": "mobility/RuleTwoPeople"
308
- },
309
- "mobility/StartTrip": {
310
- "relative": "mono/mobility/StartTrip.svg",
311
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/StartTrip.svg",
312
- "assetType": "mono",
313
- "id": "mobility/StartTrip"
314
- },
315
- "mobility/Unlock": {
316
- "relative": "mono/mobility/Unlock.svg",
317
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/Unlock.svg",
318
- "assetType": "mono",
319
- "id": "mobility/Unlock"
320
- },
321
- "navigation/ArrowDown": {
322
- "relative": "mono/navigation/ArrowDown.svg",
323
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ArrowDown.svg",
324
- "assetType": "mono",
325
- "id": "navigation/ArrowDown"
326
- },
327
- "navigation/ArrowLeft": {
328
- "relative": "mono/navigation/ArrowLeft.svg",
329
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ArrowLeft.svg",
330
- "assetType": "mono",
331
- "id": "navigation/ArrowLeft"
332
- },
333
- "navigation/ArrowRight": {
334
- "relative": "mono/navigation/ArrowRight.svg",
335
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ArrowRight.svg",
336
- "assetType": "mono",
337
- "id": "navigation/ArrowRight"
338
- },
339
- "navigation/ArrowUp": {
340
- "relative": "mono/navigation/ArrowUp.svg",
341
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ArrowUp.svg",
342
- "assetType": "mono",
343
- "id": "navigation/ArrowUp"
344
- },
345
- "navigation/ArrowUpDown": {
346
- "relative": "mono/navigation/ArrowUpDown.svg",
347
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ArrowUpDown.svg",
348
- "assetType": "mono",
349
- "id": "navigation/ArrowUpDown"
350
- },
351
- "navigation/ArrowUpLeft": {
352
- "relative": "mono/navigation/ArrowUpLeft.svg",
353
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ArrowUpLeft.svg",
354
- "assetType": "mono",
355
- "id": "navigation/ArrowUpLeft"
356
- },
357
- "navigation/BusLiveArrow": {
358
- "relative": "mono/navigation/BusLiveArrow.svg",
359
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/BusLiveArrow.svg",
360
- "assetType": "mono",
361
- "id": "navigation/BusLiveArrow"
362
- },
363
- "navigation/ChevronLeft": {
364
- "relative": "mono/navigation/ChevronLeft.svg",
365
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ChevronLeft.svg",
366
- "assetType": "mono",
367
- "id": "navigation/ChevronLeft"
368
- },
369
- "navigation/ChevronRight": {
370
- "relative": "mono/navigation/ChevronRight.svg",
371
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ChevronRight.svg",
372
- "assetType": "mono",
373
- "id": "navigation/ChevronRight"
374
- },
375
- "navigation/ExpandLess": {
376
- "relative": "mono/navigation/ExpandLess.svg",
377
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ExpandLess.svg",
378
- "assetType": "mono",
379
- "id": "navigation/ExpandLess"
380
- },
381
- "navigation/ExpandMore": {
382
- "relative": "mono/navigation/ExpandMore.svg",
383
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ExpandMore.svg",
384
- "assetType": "mono",
385
- "id": "navigation/ExpandMore"
386
- },
387
- "navigation/ExternalLink": {
388
- "relative": "mono/navigation/ExternalLink.svg",
389
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ExternalLink.svg",
390
- "assetType": "mono",
391
- "id": "navigation/ExternalLink"
392
- },
393
- "navigation/UnfoldLess": {
394
- "relative": "mono/navigation/UnfoldLess.svg",
395
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/UnfoldLess.svg",
396
- "assetType": "mono",
397
- "id": "navigation/UnfoldLess"
398
- },
399
- "navigation/UnfoldMore": {
400
- "relative": "mono/navigation/UnfoldMore.svg",
401
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/UnfoldMore.svg",
402
- "assetType": "mono",
403
- "id": "navigation/UnfoldMore"
404
- },
405
- "places/City": {
406
- "relative": "mono/places/City.svg",
407
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/City.svg",
408
- "assetType": "mono",
409
- "id": "places/City"
410
- },
411
- "places/Destination": {
412
- "relative": "mono/places/Destination.svg",
413
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/Destination.svg",
414
- "assetType": "mono",
415
- "id": "places/Destination"
416
- },
417
- "places/Favorite": {
418
- "relative": "mono/places/Favorite.svg",
419
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/Favorite.svg",
420
- "assetType": "mono",
421
- "id": "places/Favorite"
422
- },
423
- "places/FavoriteDisable": {
424
- "relative": "mono/places/FavoriteDisable.svg",
425
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/FavoriteDisable.svg",
426
- "assetType": "mono",
427
- "id": "places/FavoriteDisable"
428
- },
429
- "places/FavoriteFill": {
430
- "relative": "mono/places/FavoriteFill.svg",
431
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/FavoriteFill.svg",
432
- "assetType": "mono",
433
- "id": "places/FavoriteFill"
434
- },
435
- "places/FavoriteSemi": {
436
- "relative": "mono/places/FavoriteSemi.svg",
437
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/FavoriteSemi.svg",
438
- "assetType": "mono",
439
- "id": "places/FavoriteSemi"
440
- },
441
- "places/House": {
442
- "relative": "mono/places/House.svg",
443
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/House.svg",
444
- "assetType": "mono",
445
- "id": "places/House"
446
- },
447
- "places/Location": {
448
- "relative": "mono/places/Location.svg",
449
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/Location.svg",
450
- "assetType": "mono",
451
- "id": "places/Location"
452
- },
453
- "places/Parking": {
454
- "relative": "mono/places/Parking.svg",
455
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/Parking.svg",
456
- "assetType": "mono",
457
- "id": "places/Parking"
458
- },
459
- "places/Stop": {
460
- "relative": "mono/places/Stop.svg",
461
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/Stop.svg",
462
- "assetType": "mono",
463
- "id": "places/Stop"
464
- },
465
- "places/StopDestination": {
466
- "relative": "mono/places/StopDestination.svg",
467
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/StopDestination.svg",
468
- "assetType": "mono",
469
- "id": "places/StopDestination"
470
- },
471
- "places/StopOrigin": {
472
- "relative": "mono/places/StopOrigin.svg",
473
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/StopOrigin.svg",
474
- "assetType": "mono",
475
- "id": "places/StopOrigin"
476
- },
477
- "status/Check": {
478
- "relative": "mono/status/Check.svg",
479
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/status/Check.svg",
480
- "assetType": "mono",
481
- "id": "status/Check"
482
- },
483
- "status/Error": {
484
- "relative": "mono/status/Error.svg",
485
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/status/Error.svg",
486
- "assetType": "mono",
487
- "id": "status/Error"
488
- },
489
- "status/Info": {
490
- "relative": "mono/status/Info.svg",
491
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/status/Info.svg",
492
- "assetType": "mono",
493
- "id": "status/Info"
494
- },
495
- "status/ServiceDisruption": {
496
- "relative": "mono/status/ServiceDisruption.svg",
497
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/status/ServiceDisruption.svg",
498
- "assetType": "mono",
499
- "id": "status/ServiceDisruption"
500
- },
501
- "status/Spinner": {
502
- "relative": "mono/status/Spinner.svg",
503
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/status/Spinner.svg",
504
- "assetType": "mono",
505
- "id": "status/Spinner"
506
- },
507
- "status/Unknown": {
508
- "relative": "mono/status/Unknown.svg",
509
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/status/Unknown.svg",
510
- "assetType": "mono",
511
- "id": "status/Unknown"
512
- },
513
- "status/Warning": {
514
- "relative": "mono/status/Warning.svg",
515
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/status/Warning.svg",
516
- "assetType": "mono",
517
- "id": "status/Warning"
518
- },
519
- "profile/Language": {
520
- "relative": "mono/profile/Language.svg",
521
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/Language.svg",
522
- "assetType": "mono",
523
- "id": "profile/Language"
524
- },
525
- "profile/LogIn": {
526
- "relative": "mono/profile/LogIn.svg",
527
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/LogIn.svg",
528
- "assetType": "mono",
529
- "id": "profile/LogIn"
530
- },
531
- "profile/LogOut": {
532
- "relative": "mono/profile/LogOut.svg",
533
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/LogOut.svg",
534
- "assetType": "mono",
535
- "id": "profile/LogOut"
536
- },
537
- "profile/Mail": {
538
- "relative": "mono/profile/Mail.svg",
539
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/Mail.svg",
540
- "assetType": "mono",
541
- "id": "profile/Mail"
542
- },
543
- "profile/NewConcept": {
544
- "relative": "mono/profile/NewConcept.svg",
545
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/NewConcept.svg",
546
- "assetType": "mono",
547
- "id": "profile/NewConcept"
548
- },
549
- "profile/Notification": {
550
- "relative": "mono/profile/Notification.svg",
551
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/Notification.svg",
552
- "assetType": "mono",
553
- "id": "profile/Notification"
554
- },
555
- "profile/Phone": {
556
- "relative": "mono/profile/Phone.svg",
557
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/Phone.svg",
558
- "assetType": "mono",
559
- "id": "profile/Phone"
560
- },
561
- "profile/Privacy": {
562
- "relative": "mono/profile/Privacy.svg",
563
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/Privacy.svg",
564
- "assetType": "mono",
565
- "id": "profile/Privacy"
566
- },
567
- "profile/Settings": {
568
- "relative": "mono/profile/Settings.svg",
569
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/Settings.svg",
570
- "assetType": "mono",
571
- "id": "profile/Settings"
572
- },
573
- "profile/Theme": {
574
- "relative": "mono/profile/Theme.svg",
575
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/Theme.svg",
576
- "assetType": "mono",
577
- "id": "profile/Theme"
578
- },
579
- "profile/User": {
580
- "relative": "mono/profile/User.svg",
581
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/User.svg",
582
- "assetType": "mono",
583
- "id": "profile/User"
584
- },
585
- "profile/UserEdit": {
586
- "relative": "mono/profile/UserEdit.svg",
587
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/UserEdit.svg",
588
- "assetType": "mono",
589
- "id": "profile/UserEdit"
590
- },
591
- "tab-bar/Assistant": {
592
- "relative": "mono/tab-bar/Assistant.svg",
593
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/Assistant.svg",
594
- "assetType": "mono",
595
- "id": "tab-bar/Assistant"
596
- },
597
- "tab-bar/AssistantFill": {
598
- "relative": "mono/tab-bar/AssistantFill.svg",
599
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/AssistantFill.svg",
600
- "assetType": "mono",
601
- "id": "tab-bar/AssistantFill"
602
- },
603
- "tab-bar/Departures": {
604
- "relative": "mono/tab-bar/Departures.svg",
605
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/Departures.svg",
606
- "assetType": "mono",
607
- "id": "tab-bar/Departures"
608
- },
609
- "tab-bar/DeparturesFill": {
610
- "relative": "mono/tab-bar/DeparturesFill.svg",
611
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/DeparturesFill.svg",
612
- "assetType": "mono",
613
- "id": "tab-bar/DeparturesFill"
614
- },
615
- "tab-bar/MapPin": {
616
- "relative": "mono/tab-bar/MapPin.svg",
617
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/MapPin.svg",
618
- "assetType": "mono",
619
- "id": "tab-bar/MapPin"
620
- },
621
- "tab-bar/MapPinFill": {
622
- "relative": "mono/tab-bar/MapPinFill.svg",
623
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/MapPinFill.svg",
624
- "assetType": "mono",
625
- "id": "tab-bar/MapPinFill"
626
- },
627
- "tab-bar/Profile": {
628
- "relative": "mono/tab-bar/Profile.svg",
629
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/Profile.svg",
630
- "assetType": "mono",
631
- "id": "tab-bar/Profile"
632
- },
633
- "tab-bar/ProfileFill": {
634
- "relative": "mono/tab-bar/ProfileFill.svg",
635
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/ProfileFill.svg",
636
- "assetType": "mono",
637
- "id": "tab-bar/ProfileFill"
638
- },
639
- "tab-bar/Ticketing": {
640
- "relative": "mono/tab-bar/Ticketing.svg",
641
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/Ticketing.svg",
642
- "assetType": "mono",
643
- "id": "tab-bar/Ticketing"
644
- },
645
- "tab-bar/TicketingFill": {
646
- "relative": "mono/tab-bar/TicketingFill.svg",
647
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/TicketingFill.svg",
648
- "assetType": "mono",
649
- "id": "tab-bar/TicketingFill"
650
- },
651
- "time/Date": {
652
- "relative": "mono/time/Date.svg",
653
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/time/Date.svg",
654
- "assetType": "mono",
655
- "id": "time/Date"
656
- },
657
- "time/Duration": {
658
- "relative": "mono/time/Duration.svg",
659
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/time/Duration.svg",
660
- "assetType": "mono",
661
- "id": "time/Duration"
662
- },
663
- "time/Realtime": {
664
- "relative": "mono/time/Realtime.svg",
665
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/time/Realtime.svg",
666
- "assetType": "mono",
667
- "id": "time/Realtime"
668
- },
669
- "time/RealtimeSmall": {
670
- "relative": "mono/time/RealtimeSmall.svg",
671
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/time/RealtimeSmall.svg",
672
- "assetType": "mono",
673
- "id": "time/RealtimeSmall"
674
- },
675
- "time/Time": {
676
- "relative": "mono/time/Time.svg",
677
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/time/Time.svg",
678
- "assetType": "mono",
679
- "id": "time/Time"
680
- },
681
- "ticketing/Card": {
682
- "relative": "mono/ticketing/Card.svg",
683
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Card.svg",
684
- "assetType": "mono",
685
- "id": "ticketing/Card"
686
- },
687
- "ticketing/H24": {
688
- "relative": "mono/ticketing/H24.svg",
689
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/H24.svg",
690
- "assetType": "mono",
691
- "id": "ticketing/H24"
692
- },
693
- "ticketing/Moon": {
694
- "relative": "mono/ticketing/Moon.svg",
695
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Moon.svg",
696
- "assetType": "mono",
697
- "id": "ticketing/Moon"
698
- },
699
- "ticketing/QR": {
700
- "relative": "mono/ticketing/QR.svg",
701
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/QR.svg",
702
- "assetType": "mono",
703
- "id": "ticketing/QR"
704
- },
705
- "ticketing/Receipt": {
706
- "relative": "mono/ticketing/Receipt.svg",
707
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Receipt.svg",
708
- "assetType": "mono",
709
- "id": "ticketing/Receipt"
710
- },
711
- "ticketing/Student": {
712
- "relative": "mono/ticketing/Student.svg",
713
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Student.svg",
714
- "assetType": "mono",
715
- "id": "ticketing/Student"
716
- },
717
- "ticketing/Sun": {
718
- "relative": "mono/ticketing/Sun.svg",
719
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Sun.svg",
720
- "assetType": "mono",
721
- "id": "ticketing/Sun"
722
- },
723
- "ticketing/Ticket": {
724
- "relative": "mono/ticketing/Ticket.svg",
725
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Ticket.svg",
726
- "assetType": "mono",
727
- "id": "ticketing/Ticket"
728
- },
729
- "ticketing/TicketAdd": {
730
- "relative": "mono/ticketing/TicketAdd.svg",
731
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/TicketAdd.svg",
732
- "assetType": "mono",
733
- "id": "ticketing/TicketAdd"
734
- },
735
- "ticketing/TicketInvalid": {
736
- "relative": "mono/ticketing/TicketInvalid.svg",
737
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/TicketInvalid.svg",
738
- "assetType": "mono",
739
- "id": "ticketing/TicketInvalid"
740
- },
741
- "ticketing/TicketMultiple": {
742
- "relative": "mono/ticketing/TicketMultiple.svg",
743
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/TicketMultiple.svg",
744
- "assetType": "mono",
745
- "id": "ticketing/TicketMultiple"
746
- },
747
- "ticketing/TicketValid": {
748
- "relative": "mono/ticketing/TicketValid.svg",
749
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/TicketValid.svg",
750
- "assetType": "mono",
751
- "id": "ticketing/TicketValid"
752
- },
753
- "ticketing/Travellers": {
754
- "relative": "mono/ticketing/Travellers.svg",
755
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Travellers.svg",
756
- "assetType": "mono",
757
- "id": "ticketing/Travellers"
758
- },
759
- "ticketing/Vipps": {
760
- "relative": "mono/ticketing/Vipps.svg",
761
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Vipps.svg",
762
- "assetType": "mono",
763
- "id": "ticketing/Vipps"
764
- },
765
- "ticketing/Youth": {
766
- "relative": "mono/ticketing/Youth.svg",
767
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Youth.svg",
768
- "assetType": "mono",
769
- "id": "ticketing/Youth"
770
- },
771
- "transportation/Bicycle": {
772
- "relative": "mono/transportation/Bicycle.svg",
773
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Bicycle.svg",
774
- "assetType": "mono",
775
- "id": "transportation/Bicycle"
776
- },
777
- "transportation/BicycleFill": {
778
- "relative": "mono/transportation/BicycleFill.svg",
779
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/BicycleFill.svg",
780
- "assetType": "mono",
781
- "id": "transportation/BicycleFill"
782
- },
783
- "transportation/Cable": {
784
- "relative": "mono/transportation/Cable.svg",
785
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Cable.svg",
786
- "assetType": "mono",
787
- "id": "transportation/Cable"
788
- },
789
- "transportation/CableFill": {
790
- "relative": "mono/transportation/CableFill.svg",
791
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/CableFill.svg",
792
- "assetType": "mono",
793
- "id": "transportation/CableFill"
794
- },
795
- "transportation/Car": {
796
- "relative": "mono/transportation/Car.svg",
797
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Car.svg",
798
- "assetType": "mono",
799
- "id": "transportation/Car"
800
- },
801
- "transportation/CarFill": {
802
- "relative": "mono/transportation/CarFill.svg",
803
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/CarFill.svg",
804
- "assetType": "mono",
805
- "id": "transportation/CarFill"
806
- },
807
- "transportation/Flexible": {
808
- "relative": "mono/transportation/Flexible.svg",
809
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Flexible.svg",
810
- "assetType": "mono",
811
- "id": "transportation/Flexible"
812
- },
813
- "transportation/FlexibleFill": {
814
- "relative": "mono/transportation/FlexibleFill.svg",
815
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/FlexibleFill.svg",
816
- "assetType": "mono",
817
- "id": "transportation/FlexibleFill"
818
- },
819
- "transportation/Funicular": {
820
- "relative": "mono/transportation/Funicular.svg",
821
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Funicular.svg",
822
- "assetType": "mono",
823
- "id": "transportation/Funicular"
824
- },
825
- "transportation/FunicularFill": {
826
- "relative": "mono/transportation/FunicularFill.svg",
827
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/FunicularFill.svg",
828
- "assetType": "mono",
829
- "id": "transportation/FunicularFill"
830
- },
831
- "transportation/Metro": {
832
- "relative": "mono/transportation/Metro.svg",
833
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Metro.svg",
834
- "assetType": "mono",
835
- "id": "transportation/Metro"
836
- },
837
- "transportation/MetroFill": {
838
- "relative": "mono/transportation/MetroFill.svg",
839
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/MetroFill.svg",
840
- "assetType": "mono",
841
- "id": "transportation/MetroFill"
842
- },
843
- "transportation/Night": {
844
- "relative": "mono/transportation/Night.svg",
845
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Night.svg",
846
- "assetType": "mono",
847
- "id": "transportation/Night"
848
- },
849
- "transportation/NightFill": {
850
- "relative": "mono/transportation/NightFill.svg",
851
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/NightFill.svg",
852
- "assetType": "mono",
853
- "id": "transportation/NightFill"
854
- },
855
- "transportation/Plane": {
856
- "relative": "mono/transportation/Plane.svg",
857
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Plane.svg",
858
- "assetType": "mono",
859
- "id": "transportation/Plane"
860
- },
861
- "transportation/PlaneFill": {
862
- "relative": "mono/transportation/PlaneFill.svg",
863
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/PlaneFill.svg",
864
- "assetType": "mono",
865
- "id": "transportation/PlaneFill"
866
- },
867
- "transportation/Scooter": {
868
- "relative": "mono/transportation/Scooter.svg",
869
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Scooter.svg",
870
- "assetType": "mono",
871
- "id": "transportation/Scooter"
872
- },
873
- "transportation/ScooterFill": {
874
- "relative": "mono/transportation/ScooterFill.svg",
875
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/ScooterFill.svg",
876
- "assetType": "mono",
877
- "id": "transportation/ScooterFill"
878
- },
879
- "transportation/Train": {
880
- "relative": "mono/transportation/Train.svg",
881
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Train.svg",
882
- "assetType": "mono",
883
- "id": "transportation/Train"
884
- },
885
- "transportation/TrainFill": {
886
- "relative": "mono/transportation/TrainFill.svg",
887
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/TrainFill.svg",
888
- "assetType": "mono",
889
- "id": "transportation/TrainFill"
890
- },
891
- "transportation/Tram": {
892
- "relative": "mono/transportation/Tram.svg",
893
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Tram.svg",
894
- "assetType": "mono",
895
- "id": "transportation/Tram"
896
- },
897
- "transportation/TramFill": {
898
- "relative": "mono/transportation/TramFill.svg",
899
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/TramFill.svg",
900
- "assetType": "mono",
901
- "id": "transportation/TramFill"
902
- },
903
- "transportation/Unknown": {
904
- "relative": "mono/transportation/Unknown.svg",
905
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Unknown.svg",
906
- "assetType": "mono",
907
- "id": "transportation/Unknown"
908
- },
909
- "transportation/UnknownFill": {
910
- "relative": "mono/transportation/UnknownFill.svg",
911
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/UnknownFill.svg",
912
- "assetType": "mono",
913
- "id": "transportation/UnknownFill"
914
- },
915
- "transportation/Walk": {
916
- "relative": "mono/transportation/Walk.svg",
917
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Walk.svg",
918
- "assetType": "mono",
919
- "id": "transportation/Walk"
920
- },
921
- "transportation/WalkFill": {
922
- "relative": "mono/transportation/WalkFill.svg",
923
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/WalkFill.svg",
924
- "assetType": "mono",
925
- "id": "transportation/WalkFill"
926
- },
927
- "transportation-entur/Bicycle": {
928
- "relative": "mono/transportation-entur/Bicycle.svg",
929
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Bicycle.svg",
930
- "assetType": "mono",
931
- "id": "transportation-entur/Bicycle"
932
- },
933
- "transportation-entur/Bus": {
934
- "relative": "mono/transportation-entur/Bus.svg",
935
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Bus.svg",
936
- "assetType": "mono",
937
- "id": "transportation-entur/Bus"
938
- },
939
- "transportation-entur/Cableway": {
940
- "relative": "mono/transportation-entur/Cableway.svg",
941
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Cableway.svg",
942
- "assetType": "mono",
943
- "id": "transportation-entur/Cableway"
944
- },
945
- "transportation-entur/Car": {
946
- "relative": "mono/transportation-entur/Car.svg",
947
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Car.svg",
948
- "assetType": "mono",
949
- "id": "transportation-entur/Car"
950
- },
951
- "transportation-entur/Carferry": {
952
- "relative": "mono/transportation-entur/Carferry.svg",
953
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Carferry.svg",
954
- "assetType": "mono",
955
- "id": "transportation-entur/Carferry"
956
- },
957
- "transportation-entur/Ferry": {
958
- "relative": "mono/transportation-entur/Ferry.svg",
959
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Ferry.svg",
960
- "assetType": "mono",
961
- "id": "transportation-entur/Ferry"
962
- },
963
- "transportation-entur/Funicular": {
964
- "relative": "mono/transportation-entur/Funicular.svg",
965
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Funicular.svg",
966
- "assetType": "mono",
967
- "id": "transportation-entur/Funicular"
968
- },
969
- "transportation-entur/Helicopter": {
970
- "relative": "mono/transportation-entur/Helicopter.svg",
971
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Helicopter.svg",
972
- "assetType": "mono",
973
- "id": "transportation-entur/Helicopter"
974
- },
975
- "transportation-entur/Plane": {
976
- "relative": "mono/transportation-entur/Plane.svg",
977
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Plane.svg",
978
- "assetType": "mono",
979
- "id": "transportation-entur/Plane"
980
- },
981
- "transportation-entur/Scooter": {
982
- "relative": "mono/transportation-entur/Scooter.svg",
983
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Scooter.svg",
984
- "assetType": "mono",
985
- "id": "transportation-entur/Scooter"
986
- },
987
- "transportation-entur/Subway": {
988
- "relative": "mono/transportation-entur/Subway.svg",
989
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Subway.svg",
990
- "assetType": "mono",
991
- "id": "transportation-entur/Subway"
992
- },
993
- "transportation-entur/Taxi": {
994
- "relative": "mono/transportation-entur/Taxi.svg",
995
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Taxi.svg",
996
- "assetType": "mono",
997
- "id": "transportation-entur/Taxi"
998
- },
999
- "transportation-entur/Train": {
1000
- "relative": "mono/transportation-entur/Train.svg",
1001
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Train.svg",
1002
- "assetType": "mono",
1003
- "id": "transportation-entur/Train"
1004
- },
1005
- "transportation-entur/Tram": {
1006
- "relative": "mono/transportation-entur/Tram.svg",
1007
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Tram.svg",
1008
- "assetType": "mono",
1009
- "id": "transportation-entur/Tram"
1010
- },
1011
- "transportation-entur/Walk": {
1012
- "relative": "mono/transportation-entur/Walk.svg",
1013
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Walk.svg",
1014
- "assetType": "mono",
1015
- "id": "transportation-entur/Walk"
1016
- },
1017
- "logo/logo": {
1018
- "relative": "mono/logo/logo.svg",
1019
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/logo/logo.svg",
1020
- "assetType": "mono",
1021
- "id": "logo/logo"
1022
- },
1023
- "ticketing/Travelcard": {
1024
- "relative": "mono/ticketing/Travelcard.svg",
1025
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Travelcard.svg",
1026
- "assetType": "mono",
1027
- "id": "ticketing/Travelcard"
1028
- },
1029
- "ticketing/TravelcardOutlined": {
1030
- "relative": "mono/ticketing/TravelcardOutlined.svg",
1031
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/TravelcardOutlined.svg",
1032
- "assetType": "mono",
1033
- "id": "ticketing/TravelcardOutlined"
1034
- },
1035
- "transportation/Boat": {
1036
- "relative": "mono/transportation/Boat.svg",
1037
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Boat.svg",
1038
- "assetType": "mono",
1039
- "id": "transportation/Boat"
1040
- },
1041
- "transportation/BoatFill": {
1042
- "relative": "mono/transportation/BoatFill.svg",
1043
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/BoatFill.svg",
1044
- "assetType": "mono",
1045
- "id": "transportation/BoatFill"
1046
- },
1047
- "transportation/Bus": {
1048
- "relative": "mono/transportation/Bus.svg",
1049
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Bus.svg",
1050
- "assetType": "mono",
1051
- "id": "transportation/Bus"
1052
- },
1053
- "transportation/BusFill": {
1054
- "relative": "mono/transportation/BusFill.svg",
1055
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/BusFill.svg",
1056
- "assetType": "mono",
1057
- "id": "transportation/BusFill"
1058
- },
1059
- "transportation/Ferry": {
1060
- "relative": "mono/transportation/Ferry.svg",
1061
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Ferry.svg",
1062
- "assetType": "mono",
1063
- "id": "transportation/Ferry"
1064
- },
1065
- "transportation/FerryFill": {
1066
- "relative": "mono/transportation/FerryFill.svg",
1067
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/FerryFill.svg",
1068
- "assetType": "mono",
1069
- "id": "transportation/FerryFill"
1070
- }
8
+ mono: {
9
+ 'bonus/Star': {
10
+ relative: 'mono/bonus/Star.svg',
11
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/bonus/Star.svg',
12
+ assetType: 'mono',
13
+ id: 'bonus/Star',
14
+ },
15
+ 'bonus/StarFill': {
16
+ relative: 'mono/bonus/StarFill.svg',
17
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/bonus/StarFill.svg',
18
+ assetType: 'mono',
19
+ id: 'bonus/StarFill',
20
+ },
21
+ 'actions/Add': {
22
+ relative: 'mono/actions/Add.svg',
23
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Add.svg',
24
+ assetType: 'mono',
25
+ id: 'actions/Add',
26
+ },
27
+ 'actions/Adjust': {
28
+ relative: 'mono/actions/Adjust.svg',
29
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Adjust.svg',
30
+ assetType: 'mono',
31
+ id: 'actions/Adjust',
32
+ },
33
+ 'actions/ArrowsCounterClockwise': {
34
+ relative: 'mono/actions/ArrowsCounterClockwise.svg',
35
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/ArrowsCounterClockwise.svg',
36
+ assetType: 'mono',
37
+ id: 'actions/ArrowsCounterClockwise',
38
+ },
39
+ 'actions/Chat': {
40
+ relative: 'mono/actions/Chat.svg',
41
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Chat.svg',
42
+ assetType: 'mono',
43
+ id: 'actions/Chat',
44
+ },
45
+ 'actions/Clear': {
46
+ relative: 'mono/actions/Clear.svg',
47
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Clear.svg',
48
+ assetType: 'mono',
49
+ id: 'actions/Clear',
50
+ },
51
+ 'actions/Close': {
52
+ relative: 'mono/actions/Close.svg',
53
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Close.svg',
54
+ assetType: 'mono',
55
+ id: 'actions/Close',
56
+ },
57
+ 'actions/Confirm': {
58
+ relative: 'mono/actions/Confirm.svg',
59
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Confirm.svg',
60
+ assetType: 'mono',
61
+ id: 'actions/Confirm',
62
+ },
63
+ 'actions/Context': {
64
+ relative: 'mono/actions/Context.svg',
65
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Context.svg',
66
+ assetType: 'mono',
67
+ id: 'actions/Context',
68
+ },
69
+ 'actions/Delete': {
70
+ relative: 'mono/actions/Delete.svg',
71
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Delete.svg',
72
+ assetType: 'mono',
73
+ id: 'actions/Delete',
74
+ },
75
+ 'actions/DragHandle': {
76
+ relative: 'mono/actions/DragHandle.svg',
77
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/DragHandle.svg',
78
+ assetType: 'mono',
79
+ id: 'actions/DragHandle',
80
+ },
81
+ 'actions/Edit': {
82
+ relative: 'mono/actions/Edit.svg',
83
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Edit.svg',
84
+ assetType: 'mono',
85
+ id: 'actions/Edit',
86
+ },
87
+ 'actions/Feedback copy': {
88
+ relative: 'mono/actions/Feedback copy.svg',
89
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Feedback copy.svg',
90
+ assetType: 'mono',
91
+ id: 'actions/Feedback copy',
92
+ },
93
+ 'actions/Feedback': {
94
+ relative: 'mono/actions/Feedback.svg',
95
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Feedback.svg',
96
+ assetType: 'mono',
97
+ id: 'actions/Feedback',
98
+ },
99
+ 'actions/Filter': {
100
+ relative: 'mono/actions/Filter.svg',
101
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Filter.svg',
102
+ assetType: 'mono',
103
+ id: 'actions/Filter',
104
+ },
105
+ 'actions/Interchange': {
106
+ relative: 'mono/actions/Interchange.svg',
107
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Interchange.svg',
108
+ assetType: 'mono',
109
+ id: 'actions/Interchange',
110
+ },
111
+ 'actions/Reorder': {
112
+ relative: 'mono/actions/Reorder.svg',
113
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Reorder.svg',
114
+ assetType: 'mono',
115
+ id: 'actions/Reorder',
116
+ },
117
+ 'actions/Search': {
118
+ relative: 'mono/actions/Search.svg',
119
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Search.svg',
120
+ assetType: 'mono',
121
+ id: 'actions/Search',
122
+ },
123
+ 'actions/SortAscending': {
124
+ relative: 'mono/actions/SortAscending.svg',
125
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/SortAscending.svg',
126
+ assetType: 'mono',
127
+ id: 'actions/SortAscending',
128
+ },
129
+ 'actions/SortDescending': {
130
+ relative: 'mono/actions/SortDescending.svg',
131
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/SortDescending.svg',
132
+ assetType: 'mono',
133
+ id: 'actions/SortDescending',
134
+ },
135
+ 'actions/Subtract': {
136
+ relative: 'mono/actions/Subtract.svg',
137
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Subtract.svg',
138
+ assetType: 'mono',
139
+ id: 'actions/Subtract',
140
+ },
141
+ 'actions/Support': {
142
+ relative: 'mono/actions/Support.svg',
143
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Support.svg',
144
+ assetType: 'mono',
145
+ id: 'actions/Support',
146
+ },
147
+ 'actions/Swap': {
148
+ relative: 'mono/actions/Swap.svg',
149
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Swap.svg',
150
+ assetType: 'mono',
151
+ id: 'actions/Swap',
152
+ },
153
+ 'devices/Laptop': {
154
+ relative: 'mono/devices/Laptop.svg',
155
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/devices/Laptop.svg',
156
+ assetType: 'mono',
157
+ id: 'devices/Laptop',
158
+ },
159
+ 'devices/Phone': {
160
+ relative: 'mono/devices/Phone.svg',
161
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/devices/Phone.svg',
162
+ assetType: 'mono',
163
+ id: 'devices/Phone',
164
+ },
165
+ 'map/Map': {
166
+ relative: 'mono/map/Map.svg',
167
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/map/Map.svg',
168
+ assetType: 'mono',
169
+ id: 'map/Map',
170
+ },
171
+ 'map/Pin': {
172
+ relative: 'mono/map/Pin.svg',
173
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/map/Pin.svg',
174
+ assetType: 'mono',
175
+ id: 'map/Pin',
176
+ },
177
+ 'map/PinInvalid': {
178
+ relative: 'mono/map/PinInvalid.svg',
179
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/map/PinInvalid.svg',
180
+ assetType: 'mono',
181
+ id: 'map/PinInvalid',
182
+ },
183
+ 'map/PinValid': {
184
+ relative: 'mono/map/PinValid.svg',
185
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/map/PinValid.svg',
186
+ assetType: 'mono',
187
+ id: 'map/PinValid',
188
+ },
189
+ 'miscellaneous/Accessibility-ISA': {
190
+ relative: 'mono/miscellaneous/Accessibility-ISA.svg',
191
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/Accessibility-ISA.svg',
192
+ assetType: 'mono',
193
+ id: 'miscellaneous/Accessibility-ISA',
194
+ },
195
+ 'miscellaneous/Accessibility-wheelchair': {
196
+ relative: 'mono/miscellaneous/Accessibility-wheelchair.svg',
197
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/Accessibility-wheelchair.svg',
198
+ assetType: 'mono',
199
+ id: 'miscellaneous/Accessibility-wheelchair',
200
+ },
201
+ 'miscellaneous/Accesstbility-Circle': {
202
+ relative: 'mono/miscellaneous/Accesstbility-Circle.svg',
203
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/Accesstbility-Circle.svg',
204
+ assetType: 'mono',
205
+ id: 'miscellaneous/Accesstbility-Circle',
206
+ },
207
+ 'miscellaneous/Activity': {
208
+ relative: 'mono/miscellaneous/Activity.svg',
209
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/Activity.svg',
210
+ assetType: 'mono',
211
+ id: 'miscellaneous/Activity',
212
+ },
213
+ 'miscellaneous/BatteryEmpty': {
214
+ relative: 'mono/miscellaneous/BatteryEmpty.svg',
215
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/BatteryEmpty.svg',
216
+ assetType: 'mono',
217
+ id: 'miscellaneous/BatteryEmpty',
218
+ },
219
+ 'miscellaneous/BatteryFull': {
220
+ relative: 'mono/miscellaneous/BatteryFull.svg',
221
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/BatteryFull.svg',
222
+ assetType: 'mono',
223
+ id: 'miscellaneous/BatteryFull',
224
+ },
225
+ 'miscellaneous/BatteryHigh': {
226
+ relative: 'mono/miscellaneous/BatteryHigh.svg',
227
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/BatteryHigh.svg',
228
+ assetType: 'mono',
229
+ id: 'miscellaneous/BatteryHigh',
230
+ },
231
+ 'miscellaneous/BatteryLow': {
232
+ relative: 'mono/miscellaneous/BatteryLow.svg',
233
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/BatteryLow.svg',
234
+ assetType: 'mono',
235
+ id: 'miscellaneous/BatteryLow',
236
+ },
237
+ 'miscellaneous/BatteryMedium': {
238
+ relative: 'mono/miscellaneous/BatteryMedium.svg',
239
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/BatteryMedium.svg',
240
+ assetType: 'mono',
241
+ id: 'miscellaneous/BatteryMedium',
242
+ },
243
+ 'miscellaneous/Bluetooth': {
244
+ relative: 'mono/miscellaneous/Bluetooth.svg',
245
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/Bluetooth.svg',
246
+ assetType: 'mono',
247
+ id: 'miscellaneous/Bluetooth',
248
+ },
249
+ 'mobility/Distance': {
250
+ relative: 'mono/mobility/Distance.svg',
251
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/Distance.svg',
252
+ assetType: 'mono',
253
+ id: 'mobility/Distance',
254
+ },
255
+ 'mobility/Duration': {
256
+ relative: 'mono/mobility/Duration.svg',
257
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/Duration.svg',
258
+ assetType: 'mono',
259
+ id: 'mobility/Duration',
260
+ },
261
+ 'mobility/NoEntry': {
262
+ relative: 'mono/mobility/NoEntry.svg',
263
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/NoEntry.svg',
264
+ assetType: 'mono',
265
+ id: 'mobility/NoEntry',
266
+ },
267
+ 'mobility/NoParking': {
268
+ relative: 'mono/mobility/NoParking.svg',
269
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/NoParking.svg',
270
+ assetType: 'mono',
271
+ id: 'mobility/NoParking',
272
+ },
273
+ 'mobility/Price': {
274
+ relative: 'mono/mobility/Price.svg',
275
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/Price.svg',
276
+ assetType: 'mono',
277
+ id: 'mobility/Price',
278
+ },
279
+ 'mobility/PricePerTime': {
280
+ relative: 'mono/mobility/PricePerTime.svg',
281
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/PricePerTime.svg',
282
+ assetType: 'mono',
283
+ id: 'mobility/PricePerTime',
284
+ },
285
+ 'mobility/Report': {
286
+ relative: 'mono/mobility/Report.svg',
287
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/Report.svg',
288
+ assetType: 'mono',
289
+ id: 'mobility/Report',
290
+ },
291
+ 'mobility/RuleAlcohol': {
292
+ relative: 'mono/mobility/RuleAlcohol.svg',
293
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/RuleAlcohol.svg',
294
+ assetType: 'mono',
295
+ id: 'mobility/RuleAlcohol',
296
+ },
297
+ 'mobility/RuleHelmet': {
298
+ relative: 'mono/mobility/RuleHelmet.svg',
299
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/RuleHelmet.svg',
300
+ assetType: 'mono',
301
+ id: 'mobility/RuleHelmet',
302
+ },
303
+ 'mobility/RuleTwoPeople': {
304
+ relative: 'mono/mobility/RuleTwoPeople.svg',
305
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/RuleTwoPeople.svg',
306
+ assetType: 'mono',
307
+ id: 'mobility/RuleTwoPeople',
308
+ },
309
+ 'mobility/StartTrip': {
310
+ relative: 'mono/mobility/StartTrip.svg',
311
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/StartTrip.svg',
312
+ assetType: 'mono',
313
+ id: 'mobility/StartTrip',
314
+ },
315
+ 'mobility/Unlock': {
316
+ relative: 'mono/mobility/Unlock.svg',
317
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/Unlock.svg',
318
+ assetType: 'mono',
319
+ id: 'mobility/Unlock',
320
+ },
321
+ 'navigation/ArrowDown': {
322
+ relative: 'mono/navigation/ArrowDown.svg',
323
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ArrowDown.svg',
324
+ assetType: 'mono',
325
+ id: 'navigation/ArrowDown',
326
+ },
327
+ 'navigation/ArrowLeft': {
328
+ relative: 'mono/navigation/ArrowLeft.svg',
329
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ArrowLeft.svg',
330
+ assetType: 'mono',
331
+ id: 'navigation/ArrowLeft',
332
+ },
333
+ 'navigation/ArrowRight': {
334
+ relative: 'mono/navigation/ArrowRight.svg',
335
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ArrowRight.svg',
336
+ assetType: 'mono',
337
+ id: 'navigation/ArrowRight',
338
+ },
339
+ 'navigation/ArrowUp': {
340
+ relative: 'mono/navigation/ArrowUp.svg',
341
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ArrowUp.svg',
342
+ assetType: 'mono',
343
+ id: 'navigation/ArrowUp',
344
+ },
345
+ 'navigation/ArrowUpDown': {
346
+ relative: 'mono/navigation/ArrowUpDown.svg',
347
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ArrowUpDown.svg',
348
+ assetType: 'mono',
349
+ id: 'navigation/ArrowUpDown',
350
+ },
351
+ 'navigation/ArrowUpLeft': {
352
+ relative: 'mono/navigation/ArrowUpLeft.svg',
353
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ArrowUpLeft.svg',
354
+ assetType: 'mono',
355
+ id: 'navigation/ArrowUpLeft',
356
+ },
357
+ 'navigation/BusLiveArrow': {
358
+ relative: 'mono/navigation/BusLiveArrow.svg',
359
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/BusLiveArrow.svg',
360
+ assetType: 'mono',
361
+ id: 'navigation/BusLiveArrow',
362
+ },
363
+ 'navigation/ChevronLeft': {
364
+ relative: 'mono/navigation/ChevronLeft.svg',
365
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ChevronLeft.svg',
366
+ assetType: 'mono',
367
+ id: 'navigation/ChevronLeft',
368
+ },
369
+ 'navigation/ChevronRight': {
370
+ relative: 'mono/navigation/ChevronRight.svg',
371
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ChevronRight.svg',
372
+ assetType: 'mono',
373
+ id: 'navigation/ChevronRight',
374
+ },
375
+ 'navigation/ExpandLess': {
376
+ relative: 'mono/navigation/ExpandLess.svg',
377
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ExpandLess.svg',
378
+ assetType: 'mono',
379
+ id: 'navigation/ExpandLess',
380
+ },
381
+ 'navigation/ExpandMore': {
382
+ relative: 'mono/navigation/ExpandMore.svg',
383
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ExpandMore.svg',
384
+ assetType: 'mono',
385
+ id: 'navigation/ExpandMore',
386
+ },
387
+ 'navigation/ExternalLink': {
388
+ relative: 'mono/navigation/ExternalLink.svg',
389
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ExternalLink.svg',
390
+ assetType: 'mono',
391
+ id: 'navigation/ExternalLink',
392
+ },
393
+ 'navigation/UnfoldLess': {
394
+ relative: 'mono/navigation/UnfoldLess.svg',
395
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/UnfoldLess.svg',
396
+ assetType: 'mono',
397
+ id: 'navigation/UnfoldLess',
398
+ },
399
+ 'navigation/UnfoldMore': {
400
+ relative: 'mono/navigation/UnfoldMore.svg',
401
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/UnfoldMore.svg',
402
+ assetType: 'mono',
403
+ id: 'navigation/UnfoldMore',
404
+ },
405
+ 'places/City': {
406
+ relative: 'mono/places/City.svg',
407
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/City.svg',
408
+ assetType: 'mono',
409
+ id: 'places/City',
410
+ },
411
+ 'places/Destination': {
412
+ relative: 'mono/places/Destination.svg',
413
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/Destination.svg',
414
+ assetType: 'mono',
415
+ id: 'places/Destination',
416
+ },
417
+ 'places/Favorite': {
418
+ relative: 'mono/places/Favorite.svg',
419
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/Favorite.svg',
420
+ assetType: 'mono',
421
+ id: 'places/Favorite',
422
+ },
423
+ 'places/FavoriteDisable': {
424
+ relative: 'mono/places/FavoriteDisable.svg',
425
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/FavoriteDisable.svg',
426
+ assetType: 'mono',
427
+ id: 'places/FavoriteDisable',
428
+ },
429
+ 'places/FavoriteFill': {
430
+ relative: 'mono/places/FavoriteFill.svg',
431
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/FavoriteFill.svg',
432
+ assetType: 'mono',
433
+ id: 'places/FavoriteFill',
434
+ },
435
+ 'places/FavoriteSemi': {
436
+ relative: 'mono/places/FavoriteSemi.svg',
437
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/FavoriteSemi.svg',
438
+ assetType: 'mono',
439
+ id: 'places/FavoriteSemi',
440
+ },
441
+ 'places/House': {
442
+ relative: 'mono/places/House.svg',
443
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/House.svg',
444
+ assetType: 'mono',
445
+ id: 'places/House',
446
+ },
447
+ 'places/Location': {
448
+ relative: 'mono/places/Location.svg',
449
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/Location.svg',
450
+ assetType: 'mono',
451
+ id: 'places/Location',
452
+ },
453
+ 'places/Parking': {
454
+ relative: 'mono/places/Parking.svg',
455
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/Parking.svg',
456
+ assetType: 'mono',
457
+ id: 'places/Parking',
458
+ },
459
+ 'places/Stop': {
460
+ relative: 'mono/places/Stop.svg',
461
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/Stop.svg',
462
+ assetType: 'mono',
463
+ id: 'places/Stop',
464
+ },
465
+ 'places/StopDestination': {
466
+ relative: 'mono/places/StopDestination.svg',
467
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/StopDestination.svg',
468
+ assetType: 'mono',
469
+ id: 'places/StopDestination',
470
+ },
471
+ 'places/StopOrigin': {
472
+ relative: 'mono/places/StopOrigin.svg',
473
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/StopOrigin.svg',
474
+ assetType: 'mono',
475
+ id: 'places/StopOrigin',
476
+ },
477
+ 'status/Check': {
478
+ relative: 'mono/status/Check.svg',
479
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/status/Check.svg',
480
+ assetType: 'mono',
481
+ id: 'status/Check',
482
+ },
483
+ 'status/Error': {
484
+ relative: 'mono/status/Error.svg',
485
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/status/Error.svg',
486
+ assetType: 'mono',
487
+ id: 'status/Error',
488
+ },
489
+ 'status/Info': {
490
+ relative: 'mono/status/Info.svg',
491
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/status/Info.svg',
492
+ assetType: 'mono',
493
+ id: 'status/Info',
494
+ },
495
+ 'status/ServiceDisruption': {
496
+ relative: 'mono/status/ServiceDisruption.svg',
497
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/status/ServiceDisruption.svg',
498
+ assetType: 'mono',
499
+ id: 'status/ServiceDisruption',
500
+ },
501
+ 'status/Spinner': {
502
+ relative: 'mono/status/Spinner.svg',
503
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/status/Spinner.svg',
504
+ assetType: 'mono',
505
+ id: 'status/Spinner',
506
+ },
507
+ 'status/Unknown': {
508
+ relative: 'mono/status/Unknown.svg',
509
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/status/Unknown.svg',
510
+ assetType: 'mono',
511
+ id: 'status/Unknown',
512
+ },
513
+ 'status/Warning': {
514
+ relative: 'mono/status/Warning.svg',
515
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/status/Warning.svg',
516
+ assetType: 'mono',
517
+ id: 'status/Warning',
518
+ },
519
+ 'profile/Language': {
520
+ relative: 'mono/profile/Language.svg',
521
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/Language.svg',
522
+ assetType: 'mono',
523
+ id: 'profile/Language',
524
+ },
525
+ 'profile/LogIn': {
526
+ relative: 'mono/profile/LogIn.svg',
527
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/LogIn.svg',
528
+ assetType: 'mono',
529
+ id: 'profile/LogIn',
530
+ },
531
+ 'profile/LogOut': {
532
+ relative: 'mono/profile/LogOut.svg',
533
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/LogOut.svg',
534
+ assetType: 'mono',
535
+ id: 'profile/LogOut',
536
+ },
537
+ 'profile/Mail': {
538
+ relative: 'mono/profile/Mail.svg',
539
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/Mail.svg',
540
+ assetType: 'mono',
541
+ id: 'profile/Mail',
542
+ },
543
+ 'profile/NewConcept': {
544
+ relative: 'mono/profile/NewConcept.svg',
545
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/NewConcept.svg',
546
+ assetType: 'mono',
547
+ id: 'profile/NewConcept',
548
+ },
549
+ 'profile/Notification': {
550
+ relative: 'mono/profile/Notification.svg',
551
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/Notification.svg',
552
+ assetType: 'mono',
553
+ id: 'profile/Notification',
554
+ },
555
+ 'profile/Phone': {
556
+ relative: 'mono/profile/Phone.svg',
557
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/Phone.svg',
558
+ assetType: 'mono',
559
+ id: 'profile/Phone',
560
+ },
561
+ 'profile/Privacy': {
562
+ relative: 'mono/profile/Privacy.svg',
563
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/Privacy.svg',
564
+ assetType: 'mono',
565
+ id: 'profile/Privacy',
566
+ },
567
+ 'profile/Settings': {
568
+ relative: 'mono/profile/Settings.svg',
569
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/Settings.svg',
570
+ assetType: 'mono',
571
+ id: 'profile/Settings',
572
+ },
573
+ 'profile/Theme': {
574
+ relative: 'mono/profile/Theme.svg',
575
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/Theme.svg',
576
+ assetType: 'mono',
577
+ id: 'profile/Theme',
578
+ },
579
+ 'profile/User': {
580
+ relative: 'mono/profile/User.svg',
581
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/User.svg',
582
+ assetType: 'mono',
583
+ id: 'profile/User',
584
+ },
585
+ 'profile/UserEdit': {
586
+ relative: 'mono/profile/UserEdit.svg',
587
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/UserEdit.svg',
588
+ assetType: 'mono',
589
+ id: 'profile/UserEdit',
590
+ },
591
+ 'tab-bar/Assistant': {
592
+ relative: 'mono/tab-bar/Assistant.svg',
593
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/Assistant.svg',
594
+ assetType: 'mono',
595
+ id: 'tab-bar/Assistant',
596
+ },
597
+ 'tab-bar/AssistantFill': {
598
+ relative: 'mono/tab-bar/AssistantFill.svg',
599
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/AssistantFill.svg',
600
+ assetType: 'mono',
601
+ id: 'tab-bar/AssistantFill',
602
+ },
603
+ 'tab-bar/Departures': {
604
+ relative: 'mono/tab-bar/Departures.svg',
605
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/Departures.svg',
606
+ assetType: 'mono',
607
+ id: 'tab-bar/Departures',
608
+ },
609
+ 'tab-bar/DeparturesFill': {
610
+ relative: 'mono/tab-bar/DeparturesFill.svg',
611
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/DeparturesFill.svg',
612
+ assetType: 'mono',
613
+ id: 'tab-bar/DeparturesFill',
614
+ },
615
+ 'tab-bar/MapPin': {
616
+ relative: 'mono/tab-bar/MapPin.svg',
617
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/MapPin.svg',
618
+ assetType: 'mono',
619
+ id: 'tab-bar/MapPin',
620
+ },
621
+ 'tab-bar/MapPinFill': {
622
+ relative: 'mono/tab-bar/MapPinFill.svg',
623
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/MapPinFill.svg',
624
+ assetType: 'mono',
625
+ id: 'tab-bar/MapPinFill',
626
+ },
627
+ 'tab-bar/Profile': {
628
+ relative: 'mono/tab-bar/Profile.svg',
629
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/Profile.svg',
630
+ assetType: 'mono',
631
+ id: 'tab-bar/Profile',
632
+ },
633
+ 'tab-bar/ProfileFill': {
634
+ relative: 'mono/tab-bar/ProfileFill.svg',
635
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/ProfileFill.svg',
636
+ assetType: 'mono',
637
+ id: 'tab-bar/ProfileFill',
638
+ },
639
+ 'tab-bar/Ticketing': {
640
+ relative: 'mono/tab-bar/Ticketing.svg',
641
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/Ticketing.svg',
642
+ assetType: 'mono',
643
+ id: 'tab-bar/Ticketing',
644
+ },
645
+ 'tab-bar/TicketingFill': {
646
+ relative: 'mono/tab-bar/TicketingFill.svg',
647
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/TicketingFill.svg',
648
+ assetType: 'mono',
649
+ id: 'tab-bar/TicketingFill',
650
+ },
651
+ 'time/Date': {
652
+ relative: 'mono/time/Date.svg',
653
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/time/Date.svg',
654
+ assetType: 'mono',
655
+ id: 'time/Date',
656
+ },
657
+ 'time/Duration': {
658
+ relative: 'mono/time/Duration.svg',
659
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/time/Duration.svg',
660
+ assetType: 'mono',
661
+ id: 'time/Duration',
662
+ },
663
+ 'time/Realtime': {
664
+ relative: 'mono/time/Realtime.svg',
665
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/time/Realtime.svg',
666
+ assetType: 'mono',
667
+ id: 'time/Realtime',
668
+ },
669
+ 'time/RealtimeSmall': {
670
+ relative: 'mono/time/RealtimeSmall.svg',
671
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/time/RealtimeSmall.svg',
672
+ assetType: 'mono',
673
+ id: 'time/RealtimeSmall',
674
+ },
675
+ 'time/Time': {
676
+ relative: 'mono/time/Time.svg',
677
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/time/Time.svg',
678
+ assetType: 'mono',
679
+ id: 'time/Time',
680
+ },
681
+ 'ticketing/Card': {
682
+ relative: 'mono/ticketing/Card.svg',
683
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Card.svg',
684
+ assetType: 'mono',
685
+ id: 'ticketing/Card',
686
+ },
687
+ 'ticketing/H24': {
688
+ relative: 'mono/ticketing/H24.svg',
689
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/H24.svg',
690
+ assetType: 'mono',
691
+ id: 'ticketing/H24',
692
+ },
693
+ 'ticketing/Moon': {
694
+ relative: 'mono/ticketing/Moon.svg',
695
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Moon.svg',
696
+ assetType: 'mono',
697
+ id: 'ticketing/Moon',
698
+ },
699
+ 'ticketing/QR': {
700
+ relative: 'mono/ticketing/QR.svg',
701
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/QR.svg',
702
+ assetType: 'mono',
703
+ id: 'ticketing/QR',
704
+ },
705
+ 'ticketing/Receipt': {
706
+ relative: 'mono/ticketing/Receipt.svg',
707
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Receipt.svg',
708
+ assetType: 'mono',
709
+ id: 'ticketing/Receipt',
710
+ },
711
+ 'ticketing/Student': {
712
+ relative: 'mono/ticketing/Student.svg',
713
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Student.svg',
714
+ assetType: 'mono',
715
+ id: 'ticketing/Student',
716
+ },
717
+ 'ticketing/Sun': {
718
+ relative: 'mono/ticketing/Sun.svg',
719
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Sun.svg',
720
+ assetType: 'mono',
721
+ id: 'ticketing/Sun',
722
+ },
723
+ 'ticketing/Ticket': {
724
+ relative: 'mono/ticketing/Ticket.svg',
725
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Ticket.svg',
726
+ assetType: 'mono',
727
+ id: 'ticketing/Ticket',
728
+ },
729
+ 'ticketing/TicketAdd': {
730
+ relative: 'mono/ticketing/TicketAdd.svg',
731
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/TicketAdd.svg',
732
+ assetType: 'mono',
733
+ id: 'ticketing/TicketAdd',
734
+ },
735
+ 'ticketing/TicketInvalid': {
736
+ relative: 'mono/ticketing/TicketInvalid.svg',
737
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/TicketInvalid.svg',
738
+ assetType: 'mono',
739
+ id: 'ticketing/TicketInvalid',
740
+ },
741
+ 'ticketing/TicketMultiple': {
742
+ relative: 'mono/ticketing/TicketMultiple.svg',
743
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/TicketMultiple.svg',
744
+ assetType: 'mono',
745
+ id: 'ticketing/TicketMultiple',
746
+ },
747
+ 'ticketing/TicketValid': {
748
+ relative: 'mono/ticketing/TicketValid.svg',
749
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/TicketValid.svg',
750
+ assetType: 'mono',
751
+ id: 'ticketing/TicketValid',
752
+ },
753
+ 'ticketing/Travellers': {
754
+ relative: 'mono/ticketing/Travellers.svg',
755
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Travellers.svg',
756
+ assetType: 'mono',
757
+ id: 'ticketing/Travellers',
758
+ },
759
+ 'ticketing/Vipps': {
760
+ relative: 'mono/ticketing/Vipps.svg',
761
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Vipps.svg',
762
+ assetType: 'mono',
763
+ id: 'ticketing/Vipps',
764
+ },
765
+ 'ticketing/Youth': {
766
+ relative: 'mono/ticketing/Youth.svg',
767
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Youth.svg',
768
+ assetType: 'mono',
769
+ id: 'ticketing/Youth',
770
+ },
771
+ 'transportation/Bicycle': {
772
+ relative: 'mono/transportation/Bicycle.svg',
773
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Bicycle.svg',
774
+ assetType: 'mono',
775
+ id: 'transportation/Bicycle',
776
+ },
777
+ 'transportation/BicycleFill': {
778
+ relative: 'mono/transportation/BicycleFill.svg',
779
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/BicycleFill.svg',
780
+ assetType: 'mono',
781
+ id: 'transportation/BicycleFill',
782
+ },
783
+ 'transportation/Cable': {
784
+ relative: 'mono/transportation/Cable.svg',
785
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Cable.svg',
786
+ assetType: 'mono',
787
+ id: 'transportation/Cable',
788
+ },
789
+ 'transportation/CableFill': {
790
+ relative: 'mono/transportation/CableFill.svg',
791
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/CableFill.svg',
792
+ assetType: 'mono',
793
+ id: 'transportation/CableFill',
794
+ },
795
+ 'transportation/Car': {
796
+ relative: 'mono/transportation/Car.svg',
797
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Car.svg',
798
+ assetType: 'mono',
799
+ id: 'transportation/Car',
800
+ },
801
+ 'transportation/CarFill': {
802
+ relative: 'mono/transportation/CarFill.svg',
803
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/CarFill.svg',
804
+ assetType: 'mono',
805
+ id: 'transportation/CarFill',
806
+ },
807
+ 'transportation/Flexible': {
808
+ relative: 'mono/transportation/Flexible.svg',
809
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Flexible.svg',
810
+ assetType: 'mono',
811
+ id: 'transportation/Flexible',
812
+ },
813
+ 'transportation/FlexibleFill': {
814
+ relative: 'mono/transportation/FlexibleFill.svg',
815
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/FlexibleFill.svg',
816
+ assetType: 'mono',
817
+ id: 'transportation/FlexibleFill',
818
+ },
819
+ 'transportation/Funicular': {
820
+ relative: 'mono/transportation/Funicular.svg',
821
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Funicular.svg',
822
+ assetType: 'mono',
823
+ id: 'transportation/Funicular',
824
+ },
825
+ 'transportation/FunicularFill': {
826
+ relative: 'mono/transportation/FunicularFill.svg',
827
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/FunicularFill.svg',
828
+ assetType: 'mono',
829
+ id: 'transportation/FunicularFill',
830
+ },
831
+ 'transportation/Metro': {
832
+ relative: 'mono/transportation/Metro.svg',
833
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Metro.svg',
834
+ assetType: 'mono',
835
+ id: 'transportation/Metro',
836
+ },
837
+ 'transportation/MetroFill': {
838
+ relative: 'mono/transportation/MetroFill.svg',
839
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/MetroFill.svg',
840
+ assetType: 'mono',
841
+ id: 'transportation/MetroFill',
842
+ },
843
+ 'transportation/Night': {
844
+ relative: 'mono/transportation/Night.svg',
845
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Night.svg',
846
+ assetType: 'mono',
847
+ id: 'transportation/Night',
848
+ },
849
+ 'transportation/NightFill': {
850
+ relative: 'mono/transportation/NightFill.svg',
851
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/NightFill.svg',
852
+ assetType: 'mono',
853
+ id: 'transportation/NightFill',
854
+ },
855
+ 'transportation/Plane': {
856
+ relative: 'mono/transportation/Plane.svg',
857
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Plane.svg',
858
+ assetType: 'mono',
859
+ id: 'transportation/Plane',
860
+ },
861
+ 'transportation/PlaneFill': {
862
+ relative: 'mono/transportation/PlaneFill.svg',
863
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/PlaneFill.svg',
864
+ assetType: 'mono',
865
+ id: 'transportation/PlaneFill',
866
+ },
867
+ 'transportation/Scooter': {
868
+ relative: 'mono/transportation/Scooter.svg',
869
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Scooter.svg',
870
+ assetType: 'mono',
871
+ id: 'transportation/Scooter',
872
+ },
873
+ 'transportation/ScooterFill': {
874
+ relative: 'mono/transportation/ScooterFill.svg',
875
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/ScooterFill.svg',
876
+ assetType: 'mono',
877
+ id: 'transportation/ScooterFill',
878
+ },
879
+ 'transportation/Train': {
880
+ relative: 'mono/transportation/Train.svg',
881
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Train.svg',
882
+ assetType: 'mono',
883
+ id: 'transportation/Train',
884
+ },
885
+ 'transportation/TrainFill': {
886
+ relative: 'mono/transportation/TrainFill.svg',
887
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/TrainFill.svg',
888
+ assetType: 'mono',
889
+ id: 'transportation/TrainFill',
890
+ },
891
+ 'transportation/Tram': {
892
+ relative: 'mono/transportation/Tram.svg',
893
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Tram.svg',
894
+ assetType: 'mono',
895
+ id: 'transportation/Tram',
896
+ },
897
+ 'transportation/TramFill': {
898
+ relative: 'mono/transportation/TramFill.svg',
899
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/TramFill.svg',
900
+ assetType: 'mono',
901
+ id: 'transportation/TramFill',
902
+ },
903
+ 'transportation/Unknown': {
904
+ relative: 'mono/transportation/Unknown.svg',
905
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Unknown.svg',
906
+ assetType: 'mono',
907
+ id: 'transportation/Unknown',
908
+ },
909
+ 'transportation/UnknownFill': {
910
+ relative: 'mono/transportation/UnknownFill.svg',
911
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/UnknownFill.svg',
912
+ assetType: 'mono',
913
+ id: 'transportation/UnknownFill',
914
+ },
915
+ 'transportation/Walk': {
916
+ relative: 'mono/transportation/Walk.svg',
917
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Walk.svg',
918
+ assetType: 'mono',
919
+ id: 'transportation/Walk',
920
+ },
921
+ 'transportation/WalkFill': {
922
+ relative: 'mono/transportation/WalkFill.svg',
923
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/WalkFill.svg',
924
+ assetType: 'mono',
925
+ id: 'transportation/WalkFill',
926
+ },
927
+ 'transportation-entur/Bicycle': {
928
+ relative: 'mono/transportation-entur/Bicycle.svg',
929
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Bicycle.svg',
930
+ assetType: 'mono',
931
+ id: 'transportation-entur/Bicycle',
932
+ },
933
+ 'transportation-entur/Bus': {
934
+ relative: 'mono/transportation-entur/Bus.svg',
935
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Bus.svg',
936
+ assetType: 'mono',
937
+ id: 'transportation-entur/Bus',
938
+ },
939
+ 'transportation-entur/Cableway': {
940
+ relative: 'mono/transportation-entur/Cableway.svg',
941
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Cableway.svg',
942
+ assetType: 'mono',
943
+ id: 'transportation-entur/Cableway',
944
+ },
945
+ 'transportation-entur/Car': {
946
+ relative: 'mono/transportation-entur/Car.svg',
947
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Car.svg',
948
+ assetType: 'mono',
949
+ id: 'transportation-entur/Car',
950
+ },
951
+ 'transportation-entur/Carferry': {
952
+ relative: 'mono/transportation-entur/Carferry.svg',
953
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Carferry.svg',
954
+ assetType: 'mono',
955
+ id: 'transportation-entur/Carferry',
956
+ },
957
+ 'transportation-entur/Ferry': {
958
+ relative: 'mono/transportation-entur/Ferry.svg',
959
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Ferry.svg',
960
+ assetType: 'mono',
961
+ id: 'transportation-entur/Ferry',
962
+ },
963
+ 'transportation-entur/Funicular': {
964
+ relative: 'mono/transportation-entur/Funicular.svg',
965
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Funicular.svg',
966
+ assetType: 'mono',
967
+ id: 'transportation-entur/Funicular',
968
+ },
969
+ 'transportation-entur/Helicopter': {
970
+ relative: 'mono/transportation-entur/Helicopter.svg',
971
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Helicopter.svg',
972
+ assetType: 'mono',
973
+ id: 'transportation-entur/Helicopter',
974
+ },
975
+ 'transportation-entur/Plane': {
976
+ relative: 'mono/transportation-entur/Plane.svg',
977
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Plane.svg',
978
+ assetType: 'mono',
979
+ id: 'transportation-entur/Plane',
980
+ },
981
+ 'transportation-entur/Scooter': {
982
+ relative: 'mono/transportation-entur/Scooter.svg',
983
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Scooter.svg',
984
+ assetType: 'mono',
985
+ id: 'transportation-entur/Scooter',
986
+ },
987
+ 'transportation-entur/Subway': {
988
+ relative: 'mono/transportation-entur/Subway.svg',
989
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Subway.svg',
990
+ assetType: 'mono',
991
+ id: 'transportation-entur/Subway',
992
+ },
993
+ 'transportation-entur/Taxi': {
994
+ relative: 'mono/transportation-entur/Taxi.svg',
995
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Taxi.svg',
996
+ assetType: 'mono',
997
+ id: 'transportation-entur/Taxi',
998
+ },
999
+ 'transportation-entur/Train': {
1000
+ relative: 'mono/transportation-entur/Train.svg',
1001
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Train.svg',
1002
+ assetType: 'mono',
1003
+ id: 'transportation-entur/Train',
1004
+ },
1005
+ 'transportation-entur/Tram': {
1006
+ relative: 'mono/transportation-entur/Tram.svg',
1007
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Tram.svg',
1008
+ assetType: 'mono',
1009
+ id: 'transportation-entur/Tram',
1010
+ },
1011
+ 'transportation-entur/Walk': {
1012
+ relative: 'mono/transportation-entur/Walk.svg',
1013
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Walk.svg',
1014
+ assetType: 'mono',
1015
+ id: 'transportation-entur/Walk',
1016
+ },
1017
+ 'logo/logo': {
1018
+ relative: 'mono/logo/logo.svg',
1019
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/logo/logo.svg',
1020
+ assetType: 'mono',
1021
+ id: 'logo/logo',
1022
+ },
1023
+ 'ticketing/Travelcard': {
1024
+ relative: 'mono/ticketing/Travelcard.svg',
1025
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Travelcard.svg',
1026
+ assetType: 'mono',
1027
+ id: 'ticketing/Travelcard',
1028
+ },
1029
+ 'ticketing/TravelcardOutlined': {
1030
+ relative: 'mono/ticketing/TravelcardOutlined.svg',
1031
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/TravelcardOutlined.svg',
1032
+ assetType: 'mono',
1033
+ id: 'ticketing/TravelcardOutlined',
1034
+ },
1035
+ 'transportation/Boat': {
1036
+ relative: 'mono/transportation/Boat.svg',
1037
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Boat.svg',
1038
+ assetType: 'mono',
1039
+ id: 'transportation/Boat',
1040
+ },
1041
+ 'transportation/BoatFill': {
1042
+ relative: 'mono/transportation/BoatFill.svg',
1043
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/BoatFill.svg',
1044
+ assetType: 'mono',
1045
+ id: 'transportation/BoatFill',
1046
+ },
1047
+ 'transportation/Bus': {
1048
+ relative: 'mono/transportation/Bus.svg',
1049
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Bus.svg',
1050
+ assetType: 'mono',
1051
+ id: 'transportation/Bus',
1052
+ },
1053
+ 'transportation/BusFill': {
1054
+ relative: 'mono/transportation/BusFill.svg',
1055
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/BusFill.svg',
1056
+ assetType: 'mono',
1057
+ id: 'transportation/BusFill',
1058
+ },
1059
+ 'transportation/Ferry': {
1060
+ relative: 'mono/transportation/Ferry.svg',
1061
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Ferry.svg',
1062
+ assetType: 'mono',
1063
+ id: 'transportation/Ferry',
1064
+ },
1065
+ 'transportation/FerryFill': {
1066
+ relative: 'mono/transportation/FerryFill.svg',
1067
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/FerryFill.svg',
1068
+ assetType: 'mono',
1069
+ id: 'transportation/FerryFill',
1070
+ },
1071
1071
  },
1072
- "images": {
1073
- "ChangeTravelToken": {
1074
- "relative": "colors/images/ChangeTravelToken.svg",
1075
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/ChangeTravelToken.svg",
1076
- "assetType": "colors",
1077
- "colorType": "images",
1078
- "darkable": false,
1079
- "id": "ChangeTravelToken"
1080
- },
1081
- "Beacons": {
1082
- "relative": "colors/images/dark/Beacons.svg",
1083
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/Beacons.svg",
1084
- "assetType": "colors",
1085
- "colorType": "images",
1086
- "darkable": true,
1087
- "id": "Beacons"
1088
- },
1089
- "BestillMaxi": {
1090
- "relative": "colors/images/dark/BestillMaxi.svg",
1091
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/BestillMaxi.svg",
1092
- "assetType": "colors",
1093
- "colorType": "images",
1094
- "darkable": true,
1095
- "id": "BestillMaxi"
1096
- },
1097
- "Contact": {
1098
- "relative": "colors/images/dark/Contact.svg",
1099
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/Contact.svg",
1100
- "assetType": "colors",
1101
- "colorType": "images",
1102
- "darkable": true,
1103
- "id": "Contact"
1104
- },
1105
- "FlexibleTransport": {
1106
- "relative": "colors/images/dark/FlexibleTransport.svg",
1107
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/FlexibleTransport.svg",
1108
- "assetType": "colors",
1109
- "colorType": "images",
1110
- "darkable": true,
1111
- "id": "FlexibleTransport"
1112
- },
1113
- "HoldingHands": {
1114
- "relative": "colors/images/dark/HoldingHands.svg",
1115
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/HoldingHands.svg",
1116
- "assetType": "colors",
1117
- "colorType": "images",
1118
- "darkable": true,
1119
- "id": "HoldingHands"
1120
- },
1121
- "Map": {
1122
- "relative": "colors/images/dark/Map.svg",
1123
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/Map.svg",
1124
- "assetType": "colors",
1125
- "colorType": "images",
1126
- "darkable": true,
1127
- "id": "Map"
1128
- },
1129
- "MyLocation": {
1130
- "relative": "colors/images/dark/MyLocation.svg",
1131
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/MyLocation.svg",
1132
- "assetType": "colors",
1133
- "colorType": "images",
1134
- "darkable": true,
1135
- "id": "MyLocation"
1136
- },
1137
- "PaymentCard": {
1138
- "relative": "colors/images/dark/PaymentCard.svg",
1139
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/PaymentCard.svg",
1140
- "assetType": "colors",
1141
- "colorType": "images",
1142
- "darkable": true,
1143
- "id": "PaymentCard"
1144
- },
1145
- "PushNotification": {
1146
- "relative": "colors/images/dark/PushNotification.svg",
1147
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/PushNotification.svg",
1148
- "assetType": "colors",
1149
- "colorType": "images",
1150
- "darkable": true,
1151
- "id": "PushNotification"
1152
- },
1153
- "Ticket": {
1154
- "relative": "colors/images/dark/Ticket.svg",
1155
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/Ticket.svg",
1156
- "assetType": "colors",
1157
- "colorType": "images",
1158
- "darkable": true,
1159
- "id": "Ticket"
1160
- },
1161
- "TicketTilted": {
1162
- "relative": "colors/images/dark/TicketTilted.svg",
1163
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/TicketTilted.svg",
1164
- "assetType": "colors",
1165
- "colorType": "images",
1166
- "darkable": true,
1167
- "id": "TicketTilted"
1168
- },
1169
- "bonus/BonusBag": {
1170
- "relative": "colors/images/bonus/dark/BonusBag.svg",
1171
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/bonus/dark/BonusBag.svg",
1172
- "assetType": "colors",
1173
- "colorType": "images",
1174
- "darkable": true,
1175
- "id": "bonus/BonusBag"
1176
- },
1177
- "bonus/BonusBagCarry": {
1178
- "relative": "colors/images/bonus/dark/BonusBagCarry.svg",
1179
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/bonus/dark/BonusBagCarry.svg",
1180
- "assetType": "colors",
1181
- "colorType": "images",
1182
- "darkable": true,
1183
- "id": "bonus/BonusBagCarry"
1184
- },
1185
- "bonus/BonusBagHug": {
1186
- "relative": "colors/images/bonus/dark/BonusBagHug.svg",
1187
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/bonus/dark/BonusBagHug.svg",
1188
- "assetType": "colors",
1189
- "colorType": "images",
1190
- "darkable": true,
1191
- "id": "bonus/BonusBagHug"
1192
- },
1193
- "bonus/BonusMap": {
1194
- "relative": "colors/images/bonus/dark/BonusMap.svg",
1195
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/bonus/dark/BonusMap.svg",
1196
- "assetType": "colors",
1197
- "colorType": "images",
1198
- "darkable": true,
1199
- "id": "bonus/BonusMap"
1200
- },
1201
- "bonus/BonusTransaction": {
1202
- "relative": "colors/images/bonus/dark/BonusTransaction.svg",
1203
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/bonus/dark/BonusTransaction.svg",
1204
- "assetType": "colors",
1205
- "colorType": "images",
1206
- "darkable": true,
1207
- "id": "bonus/BonusTransaction"
1208
- },
1209
- "bonus/BonusTrashCan": {
1210
- "relative": "colors/images/bonus/dark/BonusTrashCan.svg",
1211
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/bonus/dark/BonusTrashCan.svg",
1212
- "assetType": "colors",
1213
- "colorType": "images",
1214
- "darkable": true,
1215
- "id": "bonus/BonusTrashCan"
1216
- },
1217
- "mobility/BabyOnScooter": {
1218
- "relative": "colors/images/mobility/dark/BabyOnScooter.svg",
1219
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/mobility/dark/BabyOnScooter.svg",
1220
- "assetType": "colors",
1221
- "colorType": "images",
1222
- "darkable": true,
1223
- "id": "mobility/BabyOnScooter"
1224
- },
1225
- "mobility/BundlingCarSharing": {
1226
- "relative": "colors/images/mobility/dark/BundlingCarSharing.svg",
1227
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/mobility/dark/BundlingCarSharing.svg",
1228
- "assetType": "colors",
1229
- "colorType": "images",
1230
- "darkable": true,
1231
- "id": "mobility/BundlingCarSharing"
1232
- },
1233
- "mobility/BundlingCarSharingActive": {
1234
- "relative": "colors/images/mobility/dark/BundlingCarSharingActive.svg",
1235
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/mobility/dark/BundlingCarSharingActive.svg",
1236
- "assetType": "colors",
1237
- "colorType": "images",
1238
- "darkable": true,
1239
- "id": "mobility/BundlingCarSharingActive"
1240
- },
1241
- "mobility/BundlingCityBike": {
1242
- "relative": "colors/images/mobility/dark/BundlingCityBike.svg",
1243
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/mobility/dark/BundlingCityBike.svg",
1244
- "assetType": "colors",
1245
- "colorType": "images",
1246
- "darkable": true,
1247
- "id": "mobility/BundlingCityBike"
1248
- },
1249
- "mobility/BundlingCityBikeActive": {
1250
- "relative": "colors/images/mobility/dark/BundlingCityBikeActive.svg",
1251
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/mobility/dark/BundlingCityBikeActive.svg",
1252
- "assetType": "colors",
1253
- "colorType": "images",
1254
- "darkable": true,
1255
- "id": "mobility/BundlingCityBikeActive"
1256
- },
1257
- "mobility/CityBike": {
1258
- "relative": "colors/images/mobility/dark/CityBike.svg",
1259
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/mobility/dark/CityBike.svg",
1260
- "assetType": "colors",
1261
- "colorType": "images",
1262
- "darkable": true,
1263
- "id": "mobility/CityBike"
1264
- },
1265
- "mobility/ParkAndRide": {
1266
- "relative": "colors/images/mobility/dark/ParkAndRide.svg",
1267
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/mobility/dark/ParkAndRide.svg",
1268
- "assetType": "colors",
1269
- "colorType": "images",
1270
- "darkable": true,
1271
- "id": "mobility/ParkAndRide"
1272
- },
1273
- "mobility/Scooter": {
1274
- "relative": "colors/images/mobility/dark/Scooter.svg",
1275
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/mobility/dark/Scooter.svg",
1276
- "assetType": "colors",
1277
- "colorType": "images",
1278
- "darkable": true,
1279
- "id": "mobility/Scooter"
1280
- },
1281
- "smart-park-and-ride/CarFront": {
1282
- "relative": "colors/images/smart-park-and-ride/dark/CarFront.svg",
1283
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/smart-park-and-ride/dark/CarFront.svg",
1284
- "assetType": "colors",
1285
- "colorType": "images",
1286
- "darkable": true,
1287
- "id": "smart-park-and-ride/CarFront"
1288
- },
1289
- "smart-park-and-ride/CarRegister": {
1290
- "relative": "colors/images/smart-park-and-ride/dark/CarRegister.svg",
1291
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/smart-park-and-ride/dark/CarRegister.svg",
1292
- "assetType": "colors",
1293
- "colorType": "images",
1294
- "darkable": true,
1295
- "id": "smart-park-and-ride/CarRegister"
1296
- },
1297
- "smart-park-and-ride/CarValidTicket": {
1298
- "relative": "colors/images/smart-park-and-ride/dark/CarValidTicket.svg",
1299
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/smart-park-and-ride/dark/CarValidTicket.svg",
1300
- "assetType": "colors",
1301
- "colorType": "images",
1302
- "darkable": true,
1303
- "id": "smart-park-and-ride/CarValidTicket"
1304
- },
1305
- "favicon": {
1306
- "relative": "colors/favicon.ico",
1307
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/favicon.ico",
1308
- "assetType": "colors",
1309
- "colorType": "images",
1310
- "darkable": false,
1311
- "id": "favicon"
1312
- },
1313
- "Crash": {
1314
- "relative": "colors/images/Crash.svg",
1315
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/Crash.svg",
1316
- "assetType": "colors",
1317
- "colorType": "images",
1318
- "darkable": false,
1319
- "id": "Crash"
1320
- },
1321
- "DashboardBackground": {
1322
- "relative": "colors/images/DashboardBackground.svg",
1323
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/DashboardBackground.svg",
1324
- "assetType": "colors",
1325
- "colorType": "images",
1326
- "darkable": false,
1327
- "id": "DashboardBackground"
1328
- },
1329
- "FilterOnboarding": {
1330
- "relative": "colors/images/FilterOnboarding.svg",
1331
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/FilterOnboarding.svg",
1332
- "assetType": "colors",
1333
- "colorType": "images",
1334
- "darkable": false,
1335
- "id": "FilterOnboarding"
1336
- },
1337
- "Onboarding4": {
1338
- "relative": "colors/images/Onboarding4.svg",
1339
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/Onboarding4.svg",
1340
- "assetType": "colors",
1341
- "colorType": "images",
1342
- "darkable": false,
1343
- "id": "Onboarding4"
1344
- },
1345
- "Onboarding5": {
1346
- "relative": "colors/images/Onboarding5.svg",
1347
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/Onboarding5.svg",
1348
- "assetType": "colors",
1349
- "colorType": "images",
1350
- "darkable": false,
1351
- "id": "Onboarding5"
1352
- },
1353
- "Pilot": {
1354
- "relative": "colors/images/Pilot.svg",
1355
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/Pilot.svg",
1356
- "assetType": "colors",
1357
- "colorType": "images",
1358
- "darkable": false,
1359
- "id": "Pilot"
1360
- },
1361
- "ScooterOnboarding": {
1362
- "relative": "colors/images/ScooterOnboarding.svg",
1363
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/ScooterOnboarding.svg",
1364
- "assetType": "colors",
1365
- "colorType": "images",
1366
- "darkable": false,
1367
- "id": "ScooterOnboarding"
1368
- },
1369
- "TicketSplash": {
1370
- "relative": "colors/images/TicketSplash.svg",
1371
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/TicketSplash.svg",
1372
- "assetType": "colors",
1373
- "colorType": "images",
1374
- "darkable": false,
1375
- "id": "TicketSplash"
1376
- },
1377
- "logo/RichLogo": {
1378
- "relative": "colors/logo/RichLogo.svg",
1379
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/logo/RichLogo.svg",
1380
- "assetType": "colors",
1381
- "colorType": "images",
1382
- "darkable": false,
1383
- "id": "logo/RichLogo"
1384
- },
1385
- "BackgroundIllustration-OnBehalfOf": {
1386
- "relative": "colors/images/dark/BackgroundIllustration-OnBehalfOf.svg",
1387
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/BackgroundIllustration-OnBehalfOf.svg",
1388
- "assetType": "colors",
1389
- "colorType": "images",
1390
- "darkable": true,
1391
- "id": "BackgroundIllustration-OnBehalfOf"
1392
- },
1393
- "BackgroundIllustration": {
1394
- "relative": "colors/images/dark/BackgroundIllustration.svg",
1395
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/BackgroundIllustration.svg",
1396
- "assetType": "colors",
1397
- "colorType": "images",
1398
- "darkable": true,
1399
- "id": "BackgroundIllustration"
1400
- },
1401
- "CrashSmall": {
1402
- "relative": "colors/images/dark/CrashSmall.svg",
1403
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/CrashSmall.svg",
1404
- "assetType": "colors",
1405
- "colorType": "images",
1406
- "darkable": true,
1407
- "id": "CrashSmall"
1408
- },
1409
- "EmptyIllustration": {
1410
- "relative": "colors/images/dark/EmptyIllustration.svg",
1411
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/EmptyIllustration.svg",
1412
- "assetType": "colors",
1413
- "colorType": "images",
1414
- "darkable": true,
1415
- "id": "EmptyIllustration"
1416
- },
1417
- "NoFavouriteDeparture": {
1418
- "relative": "colors/images/dark/NoFavouriteDeparture.svg",
1419
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/NoFavouriteDeparture.svg",
1420
- "assetType": "colors",
1421
- "colorType": "images",
1422
- "darkable": true,
1423
- "id": "NoFavouriteDeparture"
1424
- },
1425
- "OnBehalfOf": {
1426
- "relative": "colors/images/dark/OnBehalfOf.svg",
1427
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/OnBehalfOf.svg",
1428
- "assetType": "colors",
1429
- "colorType": "images",
1430
- "darkable": true,
1431
- "id": "OnBehalfOf"
1432
- },
1433
- "ProfileCardLoggedIn": {
1434
- "relative": "colors/images/dark/ProfileCardLoggedIn.svg",
1435
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/ProfileCardLoggedIn.svg",
1436
- "assetType": "colors",
1437
- "colorType": "images",
1438
- "darkable": true,
1439
- "id": "ProfileCardLoggedIn"
1440
- },
1441
- "ProfileCardLoggedOut": {
1442
- "relative": "colors/images/dark/ProfileCardLoggedOut.svg",
1443
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/ProfileCardLoggedOut.svg",
1444
- "assetType": "colors",
1445
- "colorType": "images",
1446
- "darkable": true,
1447
- "id": "ProfileCardLoggedOut"
1448
- },
1449
- "TravelPlanning": {
1450
- "relative": "colors/images/dark/TravelPlanning.svg",
1451
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/TravelPlanning.svg",
1452
- "assetType": "colors",
1453
- "colorType": "images",
1454
- "darkable": true,
1455
- "id": "TravelPlanning"
1456
- },
1457
- "login": {
1458
- "relative": "colors/images/dark/login.svg",
1459
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/login.svg",
1460
- "assetType": "colors",
1461
- "colorType": "images",
1462
- "darkable": true,
1463
- "id": "login"
1464
- }
1072
+ images: {
1073
+ ChangeTravelToken: {
1074
+ relative: 'colors/images/ChangeTravelToken.svg',
1075
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/ChangeTravelToken.svg',
1076
+ assetType: 'colors',
1077
+ colorType: 'images',
1078
+ darkable: false,
1079
+ id: 'ChangeTravelToken',
1080
+ },
1081
+ Beacons: {
1082
+ relative: 'colors/images/dark/Beacons.svg',
1083
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/Beacons.svg',
1084
+ assetType: 'colors',
1085
+ colorType: 'images',
1086
+ darkable: true,
1087
+ id: 'Beacons',
1088
+ },
1089
+ BestillMaxi: {
1090
+ relative: 'colors/images/dark/BestillMaxi.svg',
1091
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/BestillMaxi.svg',
1092
+ assetType: 'colors',
1093
+ colorType: 'images',
1094
+ darkable: true,
1095
+ id: 'BestillMaxi',
1096
+ },
1097
+ Contact: {
1098
+ relative: 'colors/images/dark/Contact.svg',
1099
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/Contact.svg',
1100
+ assetType: 'colors',
1101
+ colorType: 'images',
1102
+ darkable: true,
1103
+ id: 'Contact',
1104
+ },
1105
+ FlexibleTransport: {
1106
+ relative: 'colors/images/dark/FlexibleTransport.svg',
1107
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/FlexibleTransport.svg',
1108
+ assetType: 'colors',
1109
+ colorType: 'images',
1110
+ darkable: true,
1111
+ id: 'FlexibleTransport',
1112
+ },
1113
+ HoldingHands: {
1114
+ relative: 'colors/images/dark/HoldingHands.svg',
1115
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/HoldingHands.svg',
1116
+ assetType: 'colors',
1117
+ colorType: 'images',
1118
+ darkable: true,
1119
+ id: 'HoldingHands',
1120
+ },
1121
+ Map: {
1122
+ relative: 'colors/images/dark/Map.svg',
1123
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/Map.svg',
1124
+ assetType: 'colors',
1125
+ colorType: 'images',
1126
+ darkable: true,
1127
+ id: 'Map',
1128
+ },
1129
+ MyLocation: {
1130
+ relative: 'colors/images/dark/MyLocation.svg',
1131
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/MyLocation.svg',
1132
+ assetType: 'colors',
1133
+ colorType: 'images',
1134
+ darkable: true,
1135
+ id: 'MyLocation',
1136
+ },
1137
+ PaymentCard: {
1138
+ relative: 'colors/images/dark/PaymentCard.svg',
1139
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/PaymentCard.svg',
1140
+ assetType: 'colors',
1141
+ colorType: 'images',
1142
+ darkable: true,
1143
+ id: 'PaymentCard',
1144
+ },
1145
+ PushNotification: {
1146
+ relative: 'colors/images/dark/PushNotification.svg',
1147
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/PushNotification.svg',
1148
+ assetType: 'colors',
1149
+ colorType: 'images',
1150
+ darkable: true,
1151
+ id: 'PushNotification',
1152
+ },
1153
+ Ticket: {
1154
+ relative: 'colors/images/dark/Ticket.svg',
1155
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/Ticket.svg',
1156
+ assetType: 'colors',
1157
+ colorType: 'images',
1158
+ darkable: true,
1159
+ id: 'Ticket',
1160
+ },
1161
+ TicketTilted: {
1162
+ relative: 'colors/images/dark/TicketTilted.svg',
1163
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/TicketTilted.svg',
1164
+ assetType: 'colors',
1165
+ colorType: 'images',
1166
+ darkable: true,
1167
+ id: 'TicketTilted',
1168
+ },
1169
+ 'bonus/BonusBag': {
1170
+ relative: 'colors/images/bonus/dark/BonusBag.svg',
1171
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/bonus/dark/BonusBag.svg',
1172
+ assetType: 'colors',
1173
+ colorType: 'images',
1174
+ darkable: true,
1175
+ id: 'bonus/BonusBag',
1176
+ },
1177
+ 'bonus/BonusBagCarry': {
1178
+ relative: 'colors/images/bonus/dark/BonusBagCarry.svg',
1179
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/bonus/dark/BonusBagCarry.svg',
1180
+ assetType: 'colors',
1181
+ colorType: 'images',
1182
+ darkable: true,
1183
+ id: 'bonus/BonusBagCarry',
1184
+ },
1185
+ 'bonus/BonusBagHug': {
1186
+ relative: 'colors/images/bonus/dark/BonusBagHug.svg',
1187
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/bonus/dark/BonusBagHug.svg',
1188
+ assetType: 'colors',
1189
+ colorType: 'images',
1190
+ darkable: true,
1191
+ id: 'bonus/BonusBagHug',
1192
+ },
1193
+ 'bonus/BonusMap': {
1194
+ relative: 'colors/images/bonus/dark/BonusMap.svg',
1195
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/bonus/dark/BonusMap.svg',
1196
+ assetType: 'colors',
1197
+ colorType: 'images',
1198
+ darkable: true,
1199
+ id: 'bonus/BonusMap',
1200
+ },
1201
+ 'bonus/BonusTransaction': {
1202
+ relative: 'colors/images/bonus/dark/BonusTransaction.svg',
1203
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/bonus/dark/BonusTransaction.svg',
1204
+ assetType: 'colors',
1205
+ colorType: 'images',
1206
+ darkable: true,
1207
+ id: 'bonus/BonusTransaction',
1208
+ },
1209
+ 'bonus/BonusTrashCan': {
1210
+ relative: 'colors/images/bonus/dark/BonusTrashCan.svg',
1211
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/bonus/dark/BonusTrashCan.svg',
1212
+ assetType: 'colors',
1213
+ colorType: 'images',
1214
+ darkable: true,
1215
+ id: 'bonus/BonusTrashCan',
1216
+ },
1217
+ 'mobility/BabyOnScooter': {
1218
+ relative: 'colors/images/mobility/dark/BabyOnScooter.svg',
1219
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/mobility/dark/BabyOnScooter.svg',
1220
+ assetType: 'colors',
1221
+ colorType: 'images',
1222
+ darkable: true,
1223
+ id: 'mobility/BabyOnScooter',
1224
+ },
1225
+ 'mobility/BundlingCarSharing': {
1226
+ relative: 'colors/images/mobility/dark/BundlingCarSharing.svg',
1227
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/mobility/dark/BundlingCarSharing.svg',
1228
+ assetType: 'colors',
1229
+ colorType: 'images',
1230
+ darkable: true,
1231
+ id: 'mobility/BundlingCarSharing',
1232
+ },
1233
+ 'mobility/BundlingCarSharingActive': {
1234
+ relative: 'colors/images/mobility/dark/BundlingCarSharingActive.svg',
1235
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/mobility/dark/BundlingCarSharingActive.svg',
1236
+ assetType: 'colors',
1237
+ colorType: 'images',
1238
+ darkable: true,
1239
+ id: 'mobility/BundlingCarSharingActive',
1240
+ },
1241
+ 'mobility/BundlingCityBike': {
1242
+ relative: 'colors/images/mobility/dark/BundlingCityBike.svg',
1243
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/mobility/dark/BundlingCityBike.svg',
1244
+ assetType: 'colors',
1245
+ colorType: 'images',
1246
+ darkable: true,
1247
+ id: 'mobility/BundlingCityBike',
1248
+ },
1249
+ 'mobility/BundlingCityBikeActive': {
1250
+ relative: 'colors/images/mobility/dark/BundlingCityBikeActive.svg',
1251
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/mobility/dark/BundlingCityBikeActive.svg',
1252
+ assetType: 'colors',
1253
+ colorType: 'images',
1254
+ darkable: true,
1255
+ id: 'mobility/BundlingCityBikeActive',
1256
+ },
1257
+ 'mobility/CityBike': {
1258
+ relative: 'colors/images/mobility/dark/CityBike.svg',
1259
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/mobility/dark/CityBike.svg',
1260
+ assetType: 'colors',
1261
+ colorType: 'images',
1262
+ darkable: true,
1263
+ id: 'mobility/CityBike',
1264
+ },
1265
+ 'mobility/ParkAndRide': {
1266
+ relative: 'colors/images/mobility/dark/ParkAndRide.svg',
1267
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/mobility/dark/ParkAndRide.svg',
1268
+ assetType: 'colors',
1269
+ colorType: 'images',
1270
+ darkable: true,
1271
+ id: 'mobility/ParkAndRide',
1272
+ },
1273
+ 'mobility/Scooter': {
1274
+ relative: 'colors/images/mobility/dark/Scooter.svg',
1275
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/mobility/dark/Scooter.svg',
1276
+ assetType: 'colors',
1277
+ colorType: 'images',
1278
+ darkable: true,
1279
+ id: 'mobility/Scooter',
1280
+ },
1281
+ 'smart-park-and-ride/CarFront': {
1282
+ relative: 'colors/images/smart-park-and-ride/dark/CarFront.svg',
1283
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/smart-park-and-ride/dark/CarFront.svg',
1284
+ assetType: 'colors',
1285
+ colorType: 'images',
1286
+ darkable: true,
1287
+ id: 'smart-park-and-ride/CarFront',
1288
+ },
1289
+ 'smart-park-and-ride/CarRegister': {
1290
+ relative: 'colors/images/smart-park-and-ride/dark/CarRegister.svg',
1291
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/smart-park-and-ride/dark/CarRegister.svg',
1292
+ assetType: 'colors',
1293
+ colorType: 'images',
1294
+ darkable: true,
1295
+ id: 'smart-park-and-ride/CarRegister',
1296
+ },
1297
+ 'smart-park-and-ride/CarValidTicket': {
1298
+ relative: 'colors/images/smart-park-and-ride/dark/CarValidTicket.svg',
1299
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/smart-park-and-ride/dark/CarValidTicket.svg',
1300
+ assetType: 'colors',
1301
+ colorType: 'images',
1302
+ darkable: true,
1303
+ id: 'smart-park-and-ride/CarValidTicket',
1304
+ },
1305
+ favicon: {
1306
+ relative: 'colors/favicon.ico',
1307
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/favicon.ico',
1308
+ assetType: 'colors',
1309
+ colorType: 'images',
1310
+ darkable: false,
1311
+ id: 'favicon',
1312
+ },
1313
+ Crash: {
1314
+ relative: 'colors/images/Crash.svg',
1315
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/Crash.svg',
1316
+ assetType: 'colors',
1317
+ colorType: 'images',
1318
+ darkable: false,
1319
+ id: 'Crash',
1320
+ },
1321
+ DashboardBackground: {
1322
+ relative: 'colors/images/DashboardBackground.svg',
1323
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/DashboardBackground.svg',
1324
+ assetType: 'colors',
1325
+ colorType: 'images',
1326
+ darkable: false,
1327
+ id: 'DashboardBackground',
1328
+ },
1329
+ FilterOnboarding: {
1330
+ relative: 'colors/images/FilterOnboarding.svg',
1331
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/FilterOnboarding.svg',
1332
+ assetType: 'colors',
1333
+ colorType: 'images',
1334
+ darkable: false,
1335
+ id: 'FilterOnboarding',
1336
+ },
1337
+ Onboarding4: {
1338
+ relative: 'colors/images/Onboarding4.svg',
1339
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/Onboarding4.svg',
1340
+ assetType: 'colors',
1341
+ colorType: 'images',
1342
+ darkable: false,
1343
+ id: 'Onboarding4',
1344
+ },
1345
+ Onboarding5: {
1346
+ relative: 'colors/images/Onboarding5.svg',
1347
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/Onboarding5.svg',
1348
+ assetType: 'colors',
1349
+ colorType: 'images',
1350
+ darkable: false,
1351
+ id: 'Onboarding5',
1352
+ },
1353
+ Pilot: {
1354
+ relative: 'colors/images/Pilot.svg',
1355
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/Pilot.svg',
1356
+ assetType: 'colors',
1357
+ colorType: 'images',
1358
+ darkable: false,
1359
+ id: 'Pilot',
1360
+ },
1361
+ ScooterOnboarding: {
1362
+ relative: 'colors/images/ScooterOnboarding.svg',
1363
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/ScooterOnboarding.svg',
1364
+ assetType: 'colors',
1365
+ colorType: 'images',
1366
+ darkable: false,
1367
+ id: 'ScooterOnboarding',
1368
+ },
1369
+ TicketSplash: {
1370
+ relative: 'colors/images/TicketSplash.svg',
1371
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/TicketSplash.svg',
1372
+ assetType: 'colors',
1373
+ colorType: 'images',
1374
+ darkable: false,
1375
+ id: 'TicketSplash',
1376
+ },
1377
+ 'logo/RichLogo': {
1378
+ relative: 'colors/logo/RichLogo.svg',
1379
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/logo/RichLogo.svg',
1380
+ assetType: 'colors',
1381
+ colorType: 'images',
1382
+ darkable: false,
1383
+ id: 'logo/RichLogo',
1384
+ },
1385
+ 'BackgroundIllustration-OnBehalfOf': {
1386
+ relative: 'colors/images/dark/BackgroundIllustration-OnBehalfOf.svg',
1387
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/BackgroundIllustration-OnBehalfOf.svg',
1388
+ assetType: 'colors',
1389
+ colorType: 'images',
1390
+ darkable: true,
1391
+ id: 'BackgroundIllustration-OnBehalfOf',
1392
+ },
1393
+ BackgroundIllustration: {
1394
+ relative: 'colors/images/dark/BackgroundIllustration.svg',
1395
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/BackgroundIllustration.svg',
1396
+ assetType: 'colors',
1397
+ colorType: 'images',
1398
+ darkable: true,
1399
+ id: 'BackgroundIllustration',
1400
+ },
1401
+ CrashSmall: {
1402
+ relative: 'colors/images/dark/CrashSmall.svg',
1403
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/CrashSmall.svg',
1404
+ assetType: 'colors',
1405
+ colorType: 'images',
1406
+ darkable: true,
1407
+ id: 'CrashSmall',
1408
+ },
1409
+ EmptyIllustration: {
1410
+ relative: 'colors/images/dark/EmptyIllustration.svg',
1411
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/EmptyIllustration.svg',
1412
+ assetType: 'colors',
1413
+ colorType: 'images',
1414
+ darkable: true,
1415
+ id: 'EmptyIllustration',
1416
+ },
1417
+ NoFavouriteDeparture: {
1418
+ relative: 'colors/images/dark/NoFavouriteDeparture.svg',
1419
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/NoFavouriteDeparture.svg',
1420
+ assetType: 'colors',
1421
+ colorType: 'images',
1422
+ darkable: true,
1423
+ id: 'NoFavouriteDeparture',
1424
+ },
1425
+ OnBehalfOf: {
1426
+ relative: 'colors/images/dark/OnBehalfOf.svg',
1427
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/OnBehalfOf.svg',
1428
+ assetType: 'colors',
1429
+ colorType: 'images',
1430
+ darkable: true,
1431
+ id: 'OnBehalfOf',
1432
+ },
1433
+ ProfileCardLoggedIn: {
1434
+ relative: 'colors/images/dark/ProfileCardLoggedIn.svg',
1435
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/ProfileCardLoggedIn.svg',
1436
+ assetType: 'colors',
1437
+ colorType: 'images',
1438
+ darkable: true,
1439
+ id: 'ProfileCardLoggedIn',
1440
+ },
1441
+ ProfileCardLoggedOut: {
1442
+ relative: 'colors/images/dark/ProfileCardLoggedOut.svg',
1443
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/ProfileCardLoggedOut.svg',
1444
+ assetType: 'colors',
1445
+ colorType: 'images',
1446
+ darkable: true,
1447
+ id: 'ProfileCardLoggedOut',
1448
+ },
1449
+ TravelPlanning: {
1450
+ relative: 'colors/images/dark/TravelPlanning.svg',
1451
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/TravelPlanning.svg',
1452
+ assetType: 'colors',
1453
+ colorType: 'images',
1454
+ darkable: true,
1455
+ id: 'TravelPlanning',
1456
+ },
1457
+ login: {
1458
+ relative: 'colors/images/dark/login.svg',
1459
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/login.svg',
1460
+ assetType: 'colors',
1461
+ colorType: 'images',
1462
+ darkable: true,
1463
+ id: 'login',
1464
+ },
1465
1465
  },
1466
- "colorIcons": {
1467
- "actions/CloseCircle": {
1468
- "relative": "colors/icons/actions/CloseCircle.svg",
1469
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/actions/CloseCircle.svg",
1470
- "assetType": "colors",
1471
- "colorType": "icons",
1472
- "darkable": false,
1473
- "id": "actions/CloseCircle"
1474
- },
1475
- "input/CheckboxChecked": {
1476
- "relative": "colors/icons/input/CheckboxChecked.svg",
1477
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/input/CheckboxChecked.svg",
1478
- "assetType": "colors",
1479
- "colorType": "icons",
1480
- "darkable": false,
1481
- "id": "input/CheckboxChecked"
1482
- },
1483
- "input/CheckboxUnchecked": {
1484
- "relative": "colors/icons/input/CheckboxUnchecked.svg",
1485
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/input/CheckboxUnchecked.svg",
1486
- "assetType": "colors",
1487
- "colorType": "icons",
1488
- "darkable": false,
1489
- "id": "input/CheckboxUnchecked"
1490
- },
1491
- "input/RadiobuttonChecked": {
1492
- "relative": "colors/icons/input/RadiobuttonChecked.svg",
1493
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/input/RadiobuttonChecked.svg",
1494
- "assetType": "colors",
1495
- "colorType": "icons",
1496
- "darkable": false,
1497
- "id": "input/RadiobuttonChecked"
1498
- },
1499
- "input/RadiobuttonUnchecked": {
1500
- "relative": "colors/icons/input/RadiobuttonUnchecked.svg",
1501
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/input/RadiobuttonUnchecked.svg",
1502
- "assetType": "colors",
1503
- "colorType": "icons",
1504
- "darkable": false,
1505
- "id": "input/RadiobuttonUnchecked"
1506
- },
1507
- "map/Map": {
1508
- "relative": "colors/icons/map/Map.svg",
1509
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/map/Map.svg",
1510
- "assetType": "colors",
1511
- "colorType": "icons",
1512
- "darkable": false,
1513
- "id": "map/Map"
1514
- },
1515
- "map/MapPin": {
1516
- "relative": "colors/icons/map/MapPin.svg",
1517
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/map/MapPin.svg",
1518
- "assetType": "colors",
1519
- "colorType": "icons",
1520
- "darkable": false,
1521
- "id": "map/MapPin"
1522
- },
1523
- "map/Pin": {
1524
- "relative": "colors/icons/map/Pin.svg",
1525
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/map/Pin.svg",
1526
- "assetType": "colors",
1527
- "colorType": "icons",
1528
- "darkable": false,
1529
- "id": "map/Pin"
1530
- },
1531
- "map/PinInvalid": {
1532
- "relative": "colors/icons/map/PinInvalid.svg",
1533
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/map/PinInvalid.svg",
1534
- "assetType": "colors",
1535
- "colorType": "icons",
1536
- "darkable": false,
1537
- "id": "map/PinInvalid"
1538
- },
1539
- "map/PinValid": {
1540
- "relative": "colors/icons/map/PinValid.svg",
1541
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/map/PinValid.svg",
1542
- "assetType": "colors",
1543
- "colorType": "icons",
1544
- "darkable": false,
1545
- "id": "map/PinValid"
1546
- },
1547
- "ticketing/Amex": {
1548
- "relative": "colors/icons/ticketing/Amex.svg",
1549
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/ticketing/Amex.svg",
1550
- "assetType": "colors",
1551
- "colorType": "icons",
1552
- "darkable": false,
1553
- "id": "ticketing/Amex"
1554
- },
1555
- "ticketing/Klippekort": {
1556
- "relative": "colors/icons/ticketing/Klippekort.svg",
1557
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/ticketing/Klippekort.svg",
1558
- "assetType": "colors",
1559
- "colorType": "icons",
1560
- "darkable": false,
1561
- "id": "ticketing/Klippekort"
1562
- },
1563
- "ticketing/MasterCard": {
1564
- "relative": "colors/icons/ticketing/MasterCard.svg",
1565
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/ticketing/MasterCard.svg",
1566
- "assetType": "colors",
1567
- "colorType": "icons",
1568
- "darkable": false,
1569
- "id": "ticketing/MasterCard"
1570
- },
1571
- "ticketing/Seats": {
1572
- "relative": "colors/icons/ticketing/Seats.svg",
1573
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/ticketing/Seats.svg",
1574
- "assetType": "colors",
1575
- "colorType": "icons",
1576
- "darkable": false,
1577
- "id": "ticketing/Seats"
1578
- },
1579
- "ticketing/Vipps": {
1580
- "relative": "colors/icons/ticketing/Vipps.svg",
1581
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/ticketing/Vipps.svg",
1582
- "assetType": "colors",
1583
- "colorType": "icons",
1584
- "darkable": false,
1585
- "id": "ticketing/Vipps"
1586
- },
1587
- "ticketing/VippsLogo": {
1588
- "relative": "colors/icons/ticketing/VippsLogo.svg",
1589
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/ticketing/VippsLogo.svg",
1590
- "assetType": "colors",
1591
- "colorType": "icons",
1592
- "darkable": false,
1593
- "id": "ticketing/VippsLogo"
1594
- },
1595
- "ticketing/Visa": {
1596
- "relative": "colors/icons/ticketing/Visa.svg",
1597
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/ticketing/Visa.svg",
1598
- "assetType": "colors",
1599
- "colorType": "icons",
1600
- "darkable": false,
1601
- "id": "ticketing/Visa"
1602
- },
1603
- "status/Realtime": {
1604
- "relative": "colors/icons/status/dark/Realtime.svg",
1605
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/status/dark/Realtime.svg",
1606
- "assetType": "colors",
1607
- "colorType": "icons",
1608
- "darkable": true,
1609
- "id": "status/Realtime"
1610
- },
1611
- "status/Spinner": {
1612
- "relative": "colors/icons/status/dark/Spinner.svg",
1613
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/status/dark/Spinner.svg",
1614
- "assetType": "colors",
1615
- "colorType": "icons",
1616
- "darkable": true,
1617
- "id": "status/Spinner"
1618
- },
1619
- "vehicles/Parking": {
1620
- "relative": "colors/icons/vehicles/dark/Parking.svg",
1621
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/vehicles/dark/Parking.svg",
1622
- "assetType": "colors",
1623
- "colorType": "icons",
1624
- "darkable": true,
1625
- "id": "vehicles/Parking"
1626
- },
1627
- "favicon": {
1628
- "relative": "colors/icons/favicon.svg",
1629
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/favicon.svg",
1630
- "assetType": "colors",
1631
- "colorType": "icons",
1632
- "darkable": false,
1633
- "id": "favicon"
1634
- },
1635
- "status/Check": {
1636
- "relative": "colors/icons/status/dark/Check.svg",
1637
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/status/dark/Check.svg",
1638
- "assetType": "colors",
1639
- "colorType": "icons",
1640
- "darkable": true,
1641
- "id": "status/Check"
1642
- },
1643
- "status/Error": {
1644
- "relative": "colors/icons/status/dark/Error.svg",
1645
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/status/dark/Error.svg",
1646
- "assetType": "colors",
1647
- "colorType": "icons",
1648
- "darkable": true,
1649
- "id": "status/Error"
1650
- },
1651
- "status/Info": {
1652
- "relative": "colors/icons/status/dark/Info.svg",
1653
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/status/dark/Info.svg",
1654
- "assetType": "colors",
1655
- "colorType": "icons",
1656
- "darkable": true,
1657
- "id": "status/Info"
1658
- },
1659
- "status/Warning": {
1660
- "relative": "colors/icons/status/dark/Warning.svg",
1661
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/status/dark/Warning.svg",
1662
- "assetType": "colors",
1663
- "colorType": "icons",
1664
- "darkable": true,
1665
- "id": "status/Warning"
1666
- }
1466
+ colorIcons: {
1467
+ 'actions/CloseCircle': {
1468
+ relative: 'colors/icons/actions/CloseCircle.svg',
1469
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/actions/CloseCircle.svg',
1470
+ assetType: 'colors',
1471
+ colorType: 'icons',
1472
+ darkable: false,
1473
+ id: 'actions/CloseCircle',
1474
+ },
1475
+ 'input/CheckboxChecked': {
1476
+ relative: 'colors/icons/input/CheckboxChecked.svg',
1477
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/input/CheckboxChecked.svg',
1478
+ assetType: 'colors',
1479
+ colorType: 'icons',
1480
+ darkable: false,
1481
+ id: 'input/CheckboxChecked',
1482
+ },
1483
+ 'input/CheckboxUnchecked': {
1484
+ relative: 'colors/icons/input/CheckboxUnchecked.svg',
1485
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/input/CheckboxUnchecked.svg',
1486
+ assetType: 'colors',
1487
+ colorType: 'icons',
1488
+ darkable: false,
1489
+ id: 'input/CheckboxUnchecked',
1490
+ },
1491
+ 'input/RadiobuttonChecked': {
1492
+ relative: 'colors/icons/input/RadiobuttonChecked.svg',
1493
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/input/RadiobuttonChecked.svg',
1494
+ assetType: 'colors',
1495
+ colorType: 'icons',
1496
+ darkable: false,
1497
+ id: 'input/RadiobuttonChecked',
1498
+ },
1499
+ 'input/RadiobuttonUnchecked': {
1500
+ relative: 'colors/icons/input/RadiobuttonUnchecked.svg',
1501
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/input/RadiobuttonUnchecked.svg',
1502
+ assetType: 'colors',
1503
+ colorType: 'icons',
1504
+ darkable: false,
1505
+ id: 'input/RadiobuttonUnchecked',
1506
+ },
1507
+ 'map/Map': {
1508
+ relative: 'colors/icons/map/Map.svg',
1509
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/map/Map.svg',
1510
+ assetType: 'colors',
1511
+ colorType: 'icons',
1512
+ darkable: false,
1513
+ id: 'map/Map',
1514
+ },
1515
+ 'map/MapPin': {
1516
+ relative: 'colors/icons/map/MapPin.svg',
1517
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/map/MapPin.svg',
1518
+ assetType: 'colors',
1519
+ colorType: 'icons',
1520
+ darkable: false,
1521
+ id: 'map/MapPin',
1522
+ },
1523
+ 'map/Pin': {
1524
+ relative: 'colors/icons/map/Pin.svg',
1525
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/map/Pin.svg',
1526
+ assetType: 'colors',
1527
+ colorType: 'icons',
1528
+ darkable: false,
1529
+ id: 'map/Pin',
1530
+ },
1531
+ 'map/PinInvalid': {
1532
+ relative: 'colors/icons/map/PinInvalid.svg',
1533
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/map/PinInvalid.svg',
1534
+ assetType: 'colors',
1535
+ colorType: 'icons',
1536
+ darkable: false,
1537
+ id: 'map/PinInvalid',
1538
+ },
1539
+ 'map/PinValid': {
1540
+ relative: 'colors/icons/map/PinValid.svg',
1541
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/map/PinValid.svg',
1542
+ assetType: 'colors',
1543
+ colorType: 'icons',
1544
+ darkable: false,
1545
+ id: 'map/PinValid',
1546
+ },
1547
+ 'ticketing/Amex': {
1548
+ relative: 'colors/icons/ticketing/Amex.svg',
1549
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/ticketing/Amex.svg',
1550
+ assetType: 'colors',
1551
+ colorType: 'icons',
1552
+ darkable: false,
1553
+ id: 'ticketing/Amex',
1554
+ },
1555
+ 'ticketing/Klippekort': {
1556
+ relative: 'colors/icons/ticketing/Klippekort.svg',
1557
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/ticketing/Klippekort.svg',
1558
+ assetType: 'colors',
1559
+ colorType: 'icons',
1560
+ darkable: false,
1561
+ id: 'ticketing/Klippekort',
1562
+ },
1563
+ 'ticketing/MasterCard': {
1564
+ relative: 'colors/icons/ticketing/MasterCard.svg',
1565
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/ticketing/MasterCard.svg',
1566
+ assetType: 'colors',
1567
+ colorType: 'icons',
1568
+ darkable: false,
1569
+ id: 'ticketing/MasterCard',
1570
+ },
1571
+ 'ticketing/Seats': {
1572
+ relative: 'colors/icons/ticketing/Seats.svg',
1573
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/ticketing/Seats.svg',
1574
+ assetType: 'colors',
1575
+ colorType: 'icons',
1576
+ darkable: false,
1577
+ id: 'ticketing/Seats',
1578
+ },
1579
+ 'ticketing/Vipps': {
1580
+ relative: 'colors/icons/ticketing/Vipps.svg',
1581
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/ticketing/Vipps.svg',
1582
+ assetType: 'colors',
1583
+ colorType: 'icons',
1584
+ darkable: false,
1585
+ id: 'ticketing/Vipps',
1586
+ },
1587
+ 'ticketing/VippsLogo': {
1588
+ relative: 'colors/icons/ticketing/VippsLogo.svg',
1589
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/ticketing/VippsLogo.svg',
1590
+ assetType: 'colors',
1591
+ colorType: 'icons',
1592
+ darkable: false,
1593
+ id: 'ticketing/VippsLogo',
1594
+ },
1595
+ 'ticketing/Visa': {
1596
+ relative: 'colors/icons/ticketing/Visa.svg',
1597
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/ticketing/Visa.svg',
1598
+ assetType: 'colors',
1599
+ colorType: 'icons',
1600
+ darkable: false,
1601
+ id: 'ticketing/Visa',
1602
+ },
1603
+ 'status/Realtime': {
1604
+ relative: 'colors/icons/status/dark/Realtime.svg',
1605
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/status/dark/Realtime.svg',
1606
+ assetType: 'colors',
1607
+ colorType: 'icons',
1608
+ darkable: true,
1609
+ id: 'status/Realtime',
1610
+ },
1611
+ 'status/Spinner': {
1612
+ relative: 'colors/icons/status/dark/Spinner.svg',
1613
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/status/dark/Spinner.svg',
1614
+ assetType: 'colors',
1615
+ colorType: 'icons',
1616
+ darkable: true,
1617
+ id: 'status/Spinner',
1618
+ },
1619
+ 'vehicles/Parking': {
1620
+ relative: 'colors/icons/vehicles/dark/Parking.svg',
1621
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/vehicles/dark/Parking.svg',
1622
+ assetType: 'colors',
1623
+ colorType: 'icons',
1624
+ darkable: true,
1625
+ id: 'vehicles/Parking',
1626
+ },
1627
+ favicon: {
1628
+ relative: 'colors/icons/favicon.svg',
1629
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/favicon.svg',
1630
+ assetType: 'colors',
1631
+ colorType: 'icons',
1632
+ darkable: false,
1633
+ id: 'favicon',
1634
+ },
1635
+ 'status/Check': {
1636
+ relative: 'colors/icons/status/dark/Check.svg',
1637
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/status/dark/Check.svg',
1638
+ assetType: 'colors',
1639
+ colorType: 'icons',
1640
+ darkable: true,
1641
+ id: 'status/Check',
1642
+ },
1643
+ 'status/Error': {
1644
+ relative: 'colors/icons/status/dark/Error.svg',
1645
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/status/dark/Error.svg',
1646
+ assetType: 'colors',
1647
+ colorType: 'icons',
1648
+ darkable: true,
1649
+ id: 'status/Error',
1650
+ },
1651
+ 'status/Info': {
1652
+ relative: 'colors/icons/status/dark/Info.svg',
1653
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/status/dark/Info.svg',
1654
+ assetType: 'colors',
1655
+ colorType: 'icons',
1656
+ darkable: true,
1657
+ id: 'status/Info',
1658
+ },
1659
+ 'status/Warning': {
1660
+ relative: 'colors/icons/status/dark/Warning.svg',
1661
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/status/dark/Warning.svg',
1662
+ assetType: 'colors',
1663
+ colorType: 'icons',
1664
+ darkable: true,
1665
+ id: 'status/Warning',
1666
+ },
1667
+ },
1668
+ illustration: {
1669
+ Psst: {
1670
+ relative: 'colors/illustrations/Psst.svg',
1671
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/Psst.svg',
1672
+ assetType: 'colors',
1673
+ colorType: 'illustrations',
1674
+ darkable: false,
1675
+ id: 'Psst',
1676
+ },
1677
+ 'badge/android': {
1678
+ relative: 'colors/illustrations/badge/android.svg',
1679
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/badge/android.svg',
1680
+ assetType: 'colors',
1681
+ colorType: 'illustrations',
1682
+ darkable: false,
1683
+ id: 'badge/android',
1684
+ },
1685
+ 'badge/ios': {
1686
+ relative: 'colors/illustrations/badge/ios.svg',
1687
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/badge/ios.svg',
1688
+ assetType: 'colors',
1689
+ colorType: 'illustrations',
1690
+ darkable: false,
1691
+ id: 'badge/ios',
1692
+ },
1693
+ 'contact/Contact': {
1694
+ relative: 'colors/illustrations/contact/dark/Contact.svg',
1695
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/contact/dark/Contact.svg',
1696
+ assetType: 'colors',
1697
+ colorType: 'illustrations',
1698
+ darkable: true,
1699
+ id: 'contact/Contact',
1700
+ },
1701
+ 'ticket-type/Boat': {
1702
+ relative: 'colors/illustrations/ticket-type/light/Boat.svg',
1703
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/ticket-type/light/Boat.svg',
1704
+ assetType: 'colors',
1705
+ colorType: 'illustrations',
1706
+ darkable: true,
1707
+ id: 'ticket-type/Boat',
1708
+ },
1709
+ 'ticket-type/Carnet': {
1710
+ relative: 'colors/illustrations/ticket-type/light/Carnet.svg',
1711
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/ticket-type/light/Carnet.svg',
1712
+ assetType: 'colors',
1713
+ colorType: 'illustrations',
1714
+ darkable: true,
1715
+ id: 'ticket-type/Carnet',
1716
+ },
1717
+ 'ticket-type/H24': {
1718
+ relative: 'colors/illustrations/ticket-type/light/H24.svg',
1719
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/ticket-type/light/H24.svg',
1720
+ assetType: 'colors',
1721
+ colorType: 'illustrations',
1722
+ darkable: true,
1723
+ id: 'ticket-type/H24',
1724
+ },
1725
+ 'ticket-type/Night': {
1726
+ relative: 'colors/illustrations/ticket-type/light/Night.svg',
1727
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/ticket-type/light/Night.svg',
1728
+ assetType: 'colors',
1729
+ colorType: 'illustrations',
1730
+ darkable: true,
1731
+ id: 'ticket-type/Night',
1732
+ },
1733
+ 'ticket-type/Period': {
1734
+ relative: 'colors/illustrations/ticket-type/light/Period.svg',
1735
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/ticket-type/light/Period.svg',
1736
+ assetType: 'colors',
1737
+ colorType: 'illustrations',
1738
+ darkable: true,
1739
+ id: 'ticket-type/Period',
1740
+ },
1741
+ 'ticket-type/Single': {
1742
+ relative: 'colors/illustrations/ticket-type/light/Single.svg',
1743
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/ticket-type/light/Single.svg',
1744
+ assetType: 'colors',
1745
+ colorType: 'illustrations',
1746
+ darkable: true,
1747
+ id: 'ticket-type/Single',
1748
+ },
1749
+ 'ticket-type/Summer': {
1750
+ relative: 'colors/illustrations/ticket-type/light/Summer.svg',
1751
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/ticket-type/light/Summer.svg',
1752
+ assetType: 'colors',
1753
+ colorType: 'illustrations',
1754
+ darkable: true,
1755
+ id: 'ticket-type/Summer',
1756
+ },
1757
+ 'ticket-type/Youth': {
1758
+ relative: 'colors/illustrations/ticket-type/light/Youth.svg',
1759
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/ticket-type/light/Youth.svg',
1760
+ assetType: 'colors',
1761
+ colorType: 'illustrations',
1762
+ darkable: true,
1763
+ id: 'ticket-type/Youth',
1764
+ },
1765
+ 'token/mobile/Phone': {
1766
+ relative: 'colors/illustrations/token/mobile/dark/Phone.svg',
1767
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/token/mobile/dark/Phone.svg',
1768
+ assetType: 'colors',
1769
+ colorType: 'illustrations',
1770
+ darkable: true,
1771
+ id: 'token/mobile/Phone',
1772
+ },
1773
+ 'token/travelcard/Travelcard': {
1774
+ relative: 'colors/illustrations/token/travelcard/dark/Travelcard.svg',
1775
+ absolute: '/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/token/travelcard/dark/Travelcard.svg',
1776
+ assetType: 'colors',
1777
+ colorType: 'illustrations',
1778
+ darkable: true,
1779
+ id: 'token/travelcard/Travelcard',
1780
+ },
1667
1781
  },
1668
- "illustration": {
1669
- "Psst": {
1670
- "relative": "colors/illustrations/Psst.svg",
1671
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/Psst.svg",
1672
- "assetType": "colors",
1673
- "colorType": "illustrations",
1674
- "darkable": false,
1675
- "id": "Psst"
1676
- },
1677
- "badge/android": {
1678
- "relative": "colors/illustrations/badge/android.svg",
1679
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/badge/android.svg",
1680
- "assetType": "colors",
1681
- "colorType": "illustrations",
1682
- "darkable": false,
1683
- "id": "badge/android"
1684
- },
1685
- "badge/ios": {
1686
- "relative": "colors/illustrations/badge/ios.svg",
1687
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/badge/ios.svg",
1688
- "assetType": "colors",
1689
- "colorType": "illustrations",
1690
- "darkable": false,
1691
- "id": "badge/ios"
1692
- },
1693
- "contact/Contact": {
1694
- "relative": "colors/illustrations/contact/dark/Contact.svg",
1695
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/contact/dark/Contact.svg",
1696
- "assetType": "colors",
1697
- "colorType": "illustrations",
1698
- "darkable": true,
1699
- "id": "contact/Contact"
1700
- },
1701
- "ticket-type/Boat": {
1702
- "relative": "colors/illustrations/ticket-type/light/Boat.svg",
1703
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/ticket-type/light/Boat.svg",
1704
- "assetType": "colors",
1705
- "colorType": "illustrations",
1706
- "darkable": true,
1707
- "id": "ticket-type/Boat"
1708
- },
1709
- "ticket-type/Carnet": {
1710
- "relative": "colors/illustrations/ticket-type/light/Carnet.svg",
1711
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/ticket-type/light/Carnet.svg",
1712
- "assetType": "colors",
1713
- "colorType": "illustrations",
1714
- "darkable": true,
1715
- "id": "ticket-type/Carnet"
1716
- },
1717
- "ticket-type/H24": {
1718
- "relative": "colors/illustrations/ticket-type/light/H24.svg",
1719
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/ticket-type/light/H24.svg",
1720
- "assetType": "colors",
1721
- "colorType": "illustrations",
1722
- "darkable": true,
1723
- "id": "ticket-type/H24"
1724
- },
1725
- "ticket-type/Night": {
1726
- "relative": "colors/illustrations/ticket-type/light/Night.svg",
1727
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/ticket-type/light/Night.svg",
1728
- "assetType": "colors",
1729
- "colorType": "illustrations",
1730
- "darkable": true,
1731
- "id": "ticket-type/Night"
1732
- },
1733
- "ticket-type/Period": {
1734
- "relative": "colors/illustrations/ticket-type/light/Period.svg",
1735
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/ticket-type/light/Period.svg",
1736
- "assetType": "colors",
1737
- "colorType": "illustrations",
1738
- "darkable": true,
1739
- "id": "ticket-type/Period"
1740
- },
1741
- "ticket-type/Single": {
1742
- "relative": "colors/illustrations/ticket-type/light/Single.svg",
1743
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/ticket-type/light/Single.svg",
1744
- "assetType": "colors",
1745
- "colorType": "illustrations",
1746
- "darkable": true,
1747
- "id": "ticket-type/Single"
1748
- },
1749
- "ticket-type/Summer": {
1750
- "relative": "colors/illustrations/ticket-type/light/Summer.svg",
1751
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/ticket-type/light/Summer.svg",
1752
- "assetType": "colors",
1753
- "colorType": "illustrations",
1754
- "darkable": true,
1755
- "id": "ticket-type/Summer"
1756
- },
1757
- "ticket-type/Youth": {
1758
- "relative": "colors/illustrations/ticket-type/light/Youth.svg",
1759
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/ticket-type/light/Youth.svg",
1760
- "assetType": "colors",
1761
- "colorType": "illustrations",
1762
- "darkable": true,
1763
- "id": "ticket-type/Youth"
1764
- },
1765
- "token/mobile/Phone": {
1766
- "relative": "colors/illustrations/token/mobile/dark/Phone.svg",
1767
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/token/mobile/dark/Phone.svg",
1768
- "assetType": "colors",
1769
- "colorType": "illustrations",
1770
- "darkable": true,
1771
- "id": "token/mobile/Phone"
1772
- },
1773
- "token/travelcard/Travelcard": {
1774
- "relative": "colors/illustrations/token/travelcard/dark/Travelcard.svg",
1775
- "absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/token/travelcard/dark/Travelcard.svg",
1776
- "assetType": "colors",
1777
- "colorType": "illustrations",
1778
- "darkable": true,
1779
- "id": "token/travelcard/Travelcard"
1780
- }
1781
- }
1782
1782
  };