spina 0.10.0 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of spina might be problematic. Click here for more details.

Files changed (183) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +16 -4
  3. data/app/assets/fonts/spina/ics_spina.eot +0 -0
  4. data/app/assets/fonts/spina/ics_spina.svg +356 -0
  5. data/app/assets/fonts/spina/ics_spina.ttf +0 -0
  6. data/app/assets/fonts/spina/ics_spina.woff +0 -0
  7. data/app/assets/icons/spina/barchart.svg +10 -0
  8. data/app/assets/icons/spina/bars.svg +1 -0
  9. data/app/assets/icons/spina/bold.svg +1 -0
  10. data/app/assets/icons/spina/brush.svg +10 -0
  11. data/app/assets/icons/spina/camera.svg +10 -0
  12. data/app/assets/icons/spina/caret-down.svg +1 -0
  13. data/app/assets/icons/spina/caret-left.svg +1 -0
  14. data/app/assets/icons/spina/caret-right.svg +1 -0
  15. data/app/assets/icons/spina/caret-up.svg +1 -0
  16. data/app/assets/icons/spina/cart.svg +10 -0
  17. data/app/assets/icons/spina/chart-outline.svg +10 -0
  18. data/app/assets/icons/spina/check.svg +10 -0
  19. data/app/assets/icons/spina/chevron-down.svg +1 -0
  20. data/app/assets/icons/spina/chevron-left.svg +1 -0
  21. data/app/assets/icons/spina/chevron-right.svg +1 -0
  22. data/app/assets/icons/spina/chevron-up.svg +1 -0
  23. data/app/assets/icons/spina/code.svg +1 -0
  24. data/app/assets/icons/spina/cog-outline.svg +10 -0
  25. data/app/assets/icons/spina/cog.svg +10 -0
  26. data/app/assets/icons/spina/comment.svg +1 -0
  27. data/app/assets/icons/spina/cross.svg +10 -0
  28. data/app/assets/icons/spina/customer-outline.svg +10 -0
  29. data/app/assets/icons/spina/document.svg +10 -0
  30. data/app/assets/icons/spina/dots.svg +10 -0
  31. data/app/assets/icons/spina/exclamation.svg +13 -0
  32. data/app/assets/icons/spina/eye.svg +1 -0
  33. data/app/assets/icons/spina/filter.svg +10 -0
  34. data/app/assets/icons/spina/home.svg +1 -0
  35. data/app/assets/icons/spina/image.svg +10 -0
  36. data/app/assets/icons/spina/inbox-outline.svg +10 -0
  37. data/app/assets/icons/spina/info.svg +13 -0
  38. data/app/assets/icons/spina/italic.svg +1 -0
  39. data/app/assets/icons/spina/large-check.svg +10 -0
  40. data/app/assets/icons/spina/link.svg +1 -0
  41. data/app/assets/icons/spina/list-ul.svg +1 -0
  42. data/app/assets/icons/spina/mail-outline.svg +10 -0
  43. data/app/assets/icons/spina/mail.svg +10 -0
  44. data/app/assets/icons/spina/media-library.svg +10 -0
  45. data/app/assets/icons/spina/megaphone.svg +10 -0
  46. data/app/assets/icons/spina/min.svg +14 -0
  47. data/app/assets/icons/spina/pages.svg +10 -0
  48. data/app/assets/icons/spina/pencil-outline.svg +10 -0
  49. data/app/assets/icons/spina/pencil.svg +16 -0
  50. data/app/assets/icons/spina/picture-o.svg +1 -0
  51. data/app/assets/icons/spina/plus.svg +10 -0
  52. data/app/assets/icons/spina/power-off.svg +10 -0
  53. data/app/assets/icons/spina/preview/icons_spina-preview.html +1043 -0
  54. data/app/assets/icons/spina/preview/ics_spina-preview.html +1043 -0
  55. data/app/assets/icons/spina/preview.svg +10 -0
  56. data/app/assets/icons/spina/product-outline.svg +10 -0
  57. data/app/assets/icons/spina/random.svg +10 -0
  58. data/app/assets/icons/spina/refresh.svg +13 -0
  59. data/app/assets/icons/spina/search.svg +10 -0
  60. data/app/assets/icons/spina/shop.svg +12 -0
  61. data/app/assets/icons/spina/social-outline.svg +10 -0
  62. data/app/assets/icons/spina/trash.svg +10 -0
  63. data/app/assets/icons/spina/upload-outline.svg +14 -0
  64. data/app/assets/icons/spina/users-outline.svg +10 -0
  65. data/app/assets/images/spina/arrow-left.png +0 -0
  66. data/app/assets/images/spina/arrow-right.png +0 -0
  67. data/app/assets/images/spina/danger-zone-ribbon.png +0 -0
  68. data/app/assets/images/spina/datepicker.png +0 -0
  69. data/app/assets/images/spina/divider.png +0 -0
  70. data/app/assets/images/spina/marker.png +0 -0
  71. data/app/assets/images/spina/mask.png +0 -0
  72. data/app/assets/images/spina/spina.png +0 -0
  73. data/app/assets/images/spina/spina_small.png +0 -0
  74. data/app/assets/images/spina/wheel.png +0 -0
  75. data/app/assets/javascripts/spina/admin/{account.js.coffee → account.coffee} +0 -0
  76. data/app/assets/javascripts/spina/admin/application.coffee.erb +152 -0
  77. data/app/assets/javascripts/spina/admin/{confirm_delete.js.coffee.erb → confirm_delete.coffee.erb} +0 -0
  78. data/app/assets/javascripts/spina/admin/dropdown.coffee +75 -0
  79. data/app/assets/javascripts/spina/admin/forms.coffee +7 -0
  80. data/app/assets/javascripts/spina/admin/galleryselect.coffee +20 -0
  81. data/app/assets/javascripts/spina/admin/{spina.infinite_scroll.coffee → infinite_scroll.coffee} +1 -0
  82. data/app/assets/javascripts/spina/admin/modal.coffee +54 -0
  83. data/app/assets/javascripts/spina/admin/navigation.coffee +38 -0
  84. data/app/assets/javascripts/spina/admin/notifications.coffee +7 -0
  85. data/app/assets/javascripts/spina/admin/{pages.js.coffee.erb → pages.coffee.erb} +11 -2
  86. data/app/assets/javascripts/spina/admin/switch.coffee +43 -0
  87. data/app/assets/javascripts/spina/admin/tabs.coffee +13 -0
  88. data/app/assets/javascripts/spina/admin/{spina.trix.js.coffee.erb → trix.coffee.erb} +26 -25
  89. data/app/assets/javascripts/spina/admin/uploads.coffee +35 -0
  90. data/app/assets/stylesheets/spina/_admin_editing.sass +25 -0
  91. data/app/assets/stylesheets/spina/_buttons.sass +367 -0
  92. data/app/assets/stylesheets/spina/_cards.sass +54 -0
  93. data/app/assets/stylesheets/spina/_configuration.sass +15 -0
  94. data/app/assets/stylesheets/spina/_custom_animations.sass +61 -0
  95. data/app/assets/stylesheets/spina/_farbtastic.sass +37 -0
  96. data/app/assets/stylesheets/spina/_fonts.sass +18 -0
  97. data/app/assets/stylesheets/spina/_forms.sass +806 -0
  98. data/app/assets/stylesheets/spina/_gallery.sass +249 -0
  99. data/app/assets/stylesheets/spina/_ics_spina.scss +60 -0
  100. data/app/assets/stylesheets/spina/_labels.sass +30 -0
  101. data/app/assets/stylesheets/spina/_login.sass +46 -0
  102. data/app/assets/stylesheets/spina/_modal.sass +162 -0
  103. data/app/assets/stylesheets/spina/_notifications.sass +62 -0
  104. data/app/assets/stylesheets/spina/_sortable_lists.sass +177 -0
  105. data/app/assets/stylesheets/spina/_tables.sass +301 -0
  106. data/app/assets/stylesheets/spina/_trix.sass +99 -0
  107. data/app/assets/stylesheets/spina/_wizard.sass +122 -0
  108. data/app/assets/stylesheets/spina/_wysihtml5.sass +79 -0
  109. data/app/assets/stylesheets/spina/application.sass +0 -1
  110. data/app/assets/stylesheets/spina/wysihtml5_textarea.sass +14 -0
  111. data/app/assets/stylesheets/spina.sass +564 -0
  112. data/app/controllers/concerns/spina/frontend.rb +59 -0
  113. data/app/controllers/spina/admin/navigations_controller.rb +60 -0
  114. data/app/controllers/spina/admin/pages_controller.rb +7 -6
  115. data/app/controllers/spina/admin/photos_controller.rb +18 -7
  116. data/app/controllers/spina/application_controller.rb +2 -2
  117. data/app/controllers/spina/pages_controller.rb +4 -49
  118. data/app/helpers/spina/admin/pages_helper.rb +12 -7
  119. data/app/helpers/spina/application_helper.rb +0 -29
  120. data/app/models/concerns/spina/part.rb +1 -1
  121. data/app/models/spina/navigation.rb +11 -0
  122. data/app/models/spina/navigation_item.rb +17 -0
  123. data/app/models/spina/page.rb +11 -0
  124. data/app/models/spina/page_part.rb +1 -1
  125. data/app/models/spina/photo_collection.rb +6 -1
  126. data/app/models/spina/structure.rb +4 -0
  127. data/app/models/spina/structure_item.rb +5 -1
  128. data/app/models/spina/structure_part.rb +16 -3
  129. data/app/views/layouts/spina/admin/admin.html.haml +8 -1
  130. data/app/views/layouts/spina/admin/pages.html.haml +30 -0
  131. data/app/views/spina/admin/accounts/_form.html.haml +1 -1
  132. data/app/views/spina/admin/accounts/analytics.html.haml +1 -1
  133. data/app/views/spina/admin/accounts/social.html.haml +1 -1
  134. data/app/views/spina/admin/accounts/style.html.haml +1 -1
  135. data/app/views/spina/admin/navigations/_navigation_item_nested_list.html.haml +7 -0
  136. data/app/views/spina/admin/navigations/_page.html.haml +8 -0
  137. data/app/views/spina/admin/navigations/edit.html.haml +22 -0
  138. data/app/views/spina/admin/navigations/show.html.haml +7 -0
  139. data/app/views/spina/admin/page_partables/attachment_collections/_form.html.haml +1 -1
  140. data/app/views/spina/admin/page_partables/attachments/_form.html.haml +1 -1
  141. data/app/views/spina/admin/page_partables/photo_collections/_form.html.haml +1 -1
  142. data/app/views/spina/admin/page_partables/photos/_form.html.haml +1 -1
  143. data/app/views/spina/admin/page_partables/structures/_form.html.haml +1 -1
  144. data/app/views/spina/admin/pages/_form.html.haml +12 -5
  145. data/app/views/spina/admin/pages/_page.html.haml +12 -18
  146. data/app/views/spina/admin/pages/_page_nested_list.html.haml +7 -0
  147. data/app/views/spina/admin/pages/create.js.coffee +0 -0
  148. data/app/views/spina/admin/pages/index.html.haml +24 -42
  149. data/app/views/spina/admin/pages/update.js.coffee +1 -3
  150. data/app/views/spina/admin/photos/_photo.html.haml +2 -0
  151. data/app/views/spina/admin/photos/_photo_collection_select.html.haml +1 -1
  152. data/app/views/spina/admin/photos/_photo_select.html.haml +2 -2
  153. data/app/views/spina/admin/photos/_wysihtml5_select.html.haml +1 -1
  154. data/app/views/spina/admin/photos/create_multiple.js.erb +4 -0
  155. data/app/views/spina/admin/photos/index.html.haml +1 -1
  156. data/app/views/spina/admin/photos/single_picker_infinite_scroll.js.erb +1 -1
  157. data/app/views/spina/admin/sessions/new.html.haml +8 -5
  158. data/app/views/spina/admin/shared/_notifications.html.haml +3 -1
  159. data/app/views/spina/admin/shared/_primary_navigation.html.haml +4 -3
  160. data/app/views/spina/admin/shared/_rich_text_field.html.haml +16 -16
  161. data/app/views/spina/admin/structure_items/_fields.html.haml +7 -8
  162. data/app/views/spina/admin/structure_partables/photo_collections/_form.html.haml +14 -0
  163. data/app/views/spina/admin/structure_partables/photos/_form.html.haml +1 -1
  164. data/app/views/spina/shared/_google_site_verification.html.haml +1 -0
  165. data/config/fontcustom.yml +95 -0
  166. data/config/locales/en.yml +11 -0
  167. data/config/locales/nl.yml +13 -3
  168. data/config/locales/pt-BR.yml +11 -1
  169. data/config/routes.rb +14 -8
  170. data/db/migrate/1_create_spina_tables.rb +0 -7
  171. data/db/migrate/2_create_spina_translation_tables.rb +26 -7
  172. data/db/migrate/3_create_spina_navigations.rb +21 -0
  173. data/lib/generators/spina/templates/config/initializers/carrierwave.rb +1 -1
  174. data/lib/spina/engine.rb +1 -2
  175. data/lib/spina/fontcustom/_ics_spina.scss +5 -0
  176. data/lib/spina/version.rb +1 -1
  177. data/lib/spina.rb +3 -1
  178. metadata +146 -45
  179. data/app/assets/images/spina/admin/logo@2x.png +0 -0
  180. data/app/assets/javascripts/spina/admin/application.js +0 -10
  181. data/app/assets/javascripts/spina/admin/spina.scaffold.coffee +0 -15
  182. data/app/assets/javascripts/spina/application.js +0 -15
  183. data/app/assets/stylesheets/spina/_mixins.scss +0 -34
@@ -0,0 +1 @@
1
+ <svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1363 877l-742 742q-19 19-45 19t-45-19l-166-166q-19-19-19-45t19-45l531-531-531-531q-19-19-19-45t19-45l166-166q19-19 45-19t45 19l742 742q19 19 19 45t-19 45z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1683 1331l-166 165q-19 19-45 19t-45-19l-531-531-531 531q-19 19-45 19t-45-19l-166-165q-19-19-19-45.5t19-45.5l742-741q19-19 45-19t45 19l742 741q19 19 19 45.5t-19 45.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M553 1399l-50 50q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l50 50q10 10 10 23t-10 23l-393 393 393 393q10 10 10 23t-10 23zm591-1067l-373 1291q-4 13-15.5 19.5t-23.5 2.5l-62-17q-13-4-19.5-15.5t-2.5-24.5l373-1291q4-13 15.5-19.5t23.5-2.5l62 17q13 4 19.5 15.5t2.5 24.5zm657 651l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23t-10 23z"/></svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch 3.3.1 (12002) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Untitled 2</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <path d="M127.999,88 C150.091,88 167.999,105.908 167.999,128 C167.999,150.092 150.091,168 127.999,168 C105.907,168 87.999,150.092 87.999,128 C87.999,105.908 105.907,88 127.999,88 L127.999,88 Z M127.999,80 C101.532,80 79.999,101.533 79.999,128 C79.999,154.467 101.532,176 127.999,176 C154.467,176 175.999,154.467 175.999,128 C175.999,101.533 154.467,80 127.999,80 L127.999,80 L127.999,80 Z M127.999,16 C132.11,16 136.167,16.229 140.165,16.66 L148.677,50.713 C155.531,52.542 162.015,55.264 168.013,58.736 L198.12,40.672 C204.459,45.769 210.229,51.539 215.325,57.878 L197.261,87.985 C200.736,93.983 203.456,100.467 205.286,107.321 L239.339,115.835 C239.771,119.831 239.999,123.889 239.999,128 C239.999,132.111 239.77,136.168 239.339,140.165 L205.286,148.678 C203.459,155.532 200.735,162.016 197.263,168.014 L215.327,198.121 C210.229,204.46 204.46,210.23 198.12,215.327 L168.013,197.263 C162.015,200.737 155.531,203.458 148.677,205.287 L140.165,239.34 C136.167,239.772 132.11,240 127.999,240 C123.888,240 119.831,239.771 115.835,239.34 L107.321,205.287 C100.467,203.457 93.983,200.735 87.985,197.263 L57.878,215.327 C51.538,210.23 45.767,204.459 40.671,198.119 L58.735,168.012 C55.262,162.015 52.543,155.532 50.712,148.678 L16.659,140.165 C16.227,136.168 15.999,132.111 15.999,128 C15.999,123.889 16.228,119.832 16.659,115.835 L50.712,107.322 C52.543,100.468 55.263,93.984 58.735,87.986 L40.671,57.879 C45.769,51.54 51.54,45.769 57.878,40.672 L87.985,58.736 C93.983,55.263 100.467,52.542 107.321,50.713 L115.835,16.66 C119.831,16.229 123.888,16 127.999,16 L127.999,16 Z M127.999,0 C123.411,0 118.741,0.253 114.116,0.753 C107.449,1.473 101.938,6.274 100.311,12.78 L93.948,38.238 C92.148,38.923 90.37,39.661 88.612,40.454 L66.11,26.953 C63.565,25.426 60.717,24.673 57.88,24.673 C54.313,24.673 50.763,25.864 47.853,28.204 C40.627,34.015 34.013,40.626 28.203,47.854 C24.004,53.077 23.504,60.365 26.953,66.112 L40.453,88.613 C39.66,90.371 38.922,92.15 38.238,93.949 L12.779,100.313 C6.274,101.94 1.472,107.451 0.752,114.118 C0.252,118.743 9.09494702e-13,123.413 9.09494702e-13,128.001 C9.09494702e-13,132.589 0.252,137.259 0.752,141.884 C1.473,148.551 6.274,154.062 12.779,155.689 L38.238,162.053 C38.922,163.851 39.66,165.631 40.453,167.387 L26.953,189.888 C23.504,195.635 24.004,202.921 28.201,208.143 C34.012,215.372 40.625,221.985 47.853,227.797 C50.763,230.136 54.314,231.327 57.88,231.327 C60.718,231.327 63.566,230.574 66.11,229.047 L88.61,215.546 C90.368,216.339 92.147,217.077 93.946,217.762 L100.311,243.221 C101.938,249.726 107.449,254.528 114.116,255.247 C118.739,255.747 123.411,256 127.999,256 C132.587,256 137.258,255.747 141.882,255.247 C148.55,254.527 154.061,249.726 155.687,243.22 L162.052,217.762 C163.851,217.078 165.63,216.34 167.388,215.547 L189.889,229.047 C192.435,230.574 195.283,231.327 198.118,231.327 C201.686,231.327 205.236,230.136 208.145,227.796 C215.374,221.985 221.985,215.374 227.795,208.147 C231.994,202.923 232.494,195.636 229.045,189.889 L215.545,167.389 C216.338,165.631 217.076,163.852 217.76,162.052 L243.219,155.688 C249.725,154.062 254.526,148.55 255.246,141.883 C255.746,137.258 255.998,132.588 255.998,128 C255.998,123.411 255.746,118.74 255.246,114.117 C254.525,107.45 249.725,101.94 243.219,100.313 L217.76,93.948 C217.076,92.148 216.337,90.369 215.545,88.611 L229.045,66.111 C232.492,60.364 231.994,53.077 227.795,47.854 C221.987,40.629 215.377,34.018 208.147,28.204 C205.237,25.864 201.686,24.673 198.118,24.673 C195.282,24.673 192.434,25.426 189.889,26.953 L167.386,40.454 C165.629,39.661 163.85,38.923 162.051,38.239 L155.686,12.781 C154.06,6.275 148.549,1.474 141.881,0.754 C137.258,0.253 132.587,0 127.999,0 L127.999,0 L127.999,0 Z" id="Shape" fill="#000000" sketch:type="MSShapeGroup"></path>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch 3.3.2 (12043) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Untitled 3</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <path d="M127.999,88 C150.091,88 167.999,105.908 167.999,128 C167.999,150.092 150.091,168 127.999,168 C105.907,168 87.999,150.092 87.999,128 C87.999,105.908 105.907,88 127.999,88 L127.999,88 Z M127.999,0 C123.411,0 118.741,0.253 114.116,0.753 C107.449,1.473 101.938,6.274 100.311,12.78 L93.948,38.238 C92.148,38.923 90.37,39.661 88.612,40.454 L66.11,26.953 C63.565,25.426 60.717,24.673 57.88,24.673 C54.313,24.673 50.763,25.864 47.853,28.204 C40.627,34.015 34.013,40.626 28.203,47.854 C24.004,53.077 23.504,60.365 26.953,66.112 L40.453,88.613 C39.66,90.371 38.922,92.15 38.238,93.949 L12.779,100.313 C6.274,101.94 1.472,107.451 0.752,114.118 C0.252,118.743 9.09494702e-13,123.413 9.09494702e-13,128.001 C9.09494702e-13,132.589 0.252,137.259 0.752,141.884 C1.473,148.551 6.274,154.062 12.779,155.689 L38.238,162.053 C38.922,163.851 39.66,165.631 40.453,167.387 L26.953,189.888 C23.504,195.635 24.004,202.921 28.201,208.143 C34.012,215.372 40.625,221.985 47.853,227.797 C50.763,230.136 54.314,231.327 57.88,231.327 C60.718,231.327 63.566,230.574 66.11,229.047 L88.61,215.546 C90.368,216.339 92.147,217.077 93.946,217.762 L100.311,243.221 C101.938,249.726 107.449,254.528 114.116,255.247 C118.739,255.747 123.411,256 127.999,256 C132.587,256 137.258,255.747 141.882,255.247 C148.55,254.527 154.061,249.726 155.687,243.22 L162.052,217.762 C163.851,217.078 165.63,216.34 167.388,215.547 L189.889,229.047 C192.435,230.574 195.283,231.327 198.118,231.327 C201.686,231.327 205.236,230.136 208.145,227.796 C215.374,221.985 221.985,215.374 227.795,208.147 C231.994,202.923 232.494,195.636 229.045,189.889 L215.545,167.389 C216.338,165.631 217.076,163.852 217.76,162.052 L243.219,155.688 C249.725,154.062 254.526,148.55 255.246,141.883 C255.746,137.258 255.998,132.588 255.998,128 C255.998,123.411 255.746,118.74 255.246,114.117 C254.525,107.45 249.725,101.94 243.219,100.313 L217.76,93.948 C217.076,92.148 216.337,90.369 215.545,88.611 L229.045,66.111 C232.492,60.364 231.994,53.077 227.795,47.854 C221.987,40.629 215.377,34.018 208.147,28.204 C205.237,25.864 201.686,24.673 198.118,24.673 C195.282,24.673 192.434,25.426 189.889,26.953 L167.386,40.454 C165.629,39.661 163.85,38.923 162.051,38.239 L155.686,12.781 C154.06,6.275 148.549,1.474 141.881,0.754 C137.258,0.253 132.587,0 127.999,0 Z" id="Shape" fill="#000000" sketch:type="MSShapeGroup"></path>
9
+ </g>
10
+ </svg>
@@ -0,0 +1 @@
1
+ <svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1792 896q0 174-120 321.5t-326 233-450 85.5q-70 0-145-8-198 175-460 242-49 14-114 22-17 2-30.5-9t-17.5-29v-1q-3-4-.5-12t2-10 4.5-9.5l6-9 7-8.5 8-9q7-8 31-34.5t34.5-38 31-39.5 32.5-51 27-59 26-76q-157-89-247.5-220t-90.5-281q0-130 71-248.5t191-204.5 286-136.5 348-50.5q244 0 450 85.5t326 233 120 321.5z"/></svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="128px" height="129px" viewBox="0 0 128 129" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch 3.3.1 (12002) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Untitled 3</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <path d="M86.62775,64.00025 L123.31375,27.31425 C129.56175,21.06525 129.56175,10.93425 123.31375,4.68525 C117.06475,-1.56175 106.93475,-1.56175 100.68675,4.68525 L64.00075,41.37225 L27.31375,4.68525 C21.06475,-1.56175 10.93475,-1.56175 4.68675,4.68525 C-1.56225,10.93425 -1.56225,21.06525 4.68675,27.31425 L41.37275,64.00025 L4.68675,100.68625 C-1.56225,106.93525 -1.56225,117.06625 4.68675,123.31525 C7.81175,126.43925 11.90575,128.00125 16.00075,128.00125 C20.09575,128.00125 24.18975,126.43925 27.31375,123.31525 L64.00075,86.62825 L100.68675,123.31525 C103.81175,126.43925 107.90575,128.00125 112.00075,128.00125 C116.09575,128.00125 120.18975,126.43925 123.31375,123.31525 C129.56175,117.06625 129.56175,106.93525 123.31375,100.68625 L86.62775,64.00025 L86.62775,64.00025 Z" id="Path" fill="#000000" sketch:type="MSShapeGroup"></path>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 3.7.2 (28276) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Shape</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <path d="M128.001,28 C150.093,28 168.001,45.908 168.001,68 L168.001,100 C168.001,113.086 136.001,156 136.001,156 L135.779,156.222 C178.382,158.556 215.914,179.929 240.001,211.988 L240.001,228 L16.001,228 L16.001,211.986 C40.088,179.928 77.62,158.555 120.223,156.221 L120.001,156 C120.001,156 88.001,113.086 88.001,100 L88.001,68 C88.001,45.908 105.909,28 128.001,28 L128.001,28 Z M128.001,12 C97.123,12 72.001,37.122 72.001,68 L72.001,100 C72.001,106.381 74.207,116.312 90.567,141.599 C91.121,142.454 91.672,143.3 92.222,144.136 C56.94,152.412 25.419,172.815 3.208,202.375 C1.126,205.146 0,208.52 0,211.986 L0,228 C0,236.836 7.164,244 16,244 L240,244 C248.836,244 256,236.836 256,228 L256,211.987 C256,208.52 254.874,205.148 252.792,202.376 C230.581,172.815 199.06,152.412 163.778,144.135 C164.328,143.299 164.88,142.453 165.433,141.598 C181.795,116.312 184.001,106.381 184.001,100 L184.001,68 C184.001,37.122 158.879,12 128.001,12 L128.001,12 L128.001,12 Z" id="Shape" fill="#000000"></path>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="192px" height="256px" viewBox="0 0 192 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch 3.3.1 (12002) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Untitled 2</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <path d="M187.314,52.687 L139.314,4.687 C136.314,1.686 132.244,0 128,0 L16,0 C7.164,0 0,7.164 0,16 L0,240 C0,248.836 7.164,256 16,256 L176,256 C184.836,256 192,248.836 192,240 L192,64 C192,59.757 190.315,55.688 187.314,52.687 L187.314,52.687 Z M128,16 L176,64 L128,64 L128,16 L128,16 Z M176,240 L16,240 L16,16 L120,16 L120,64 C120,68.418 123.582,72 128,72 L176,72 L176,240 L176,240 Z" id="Shape" fill="#000000" sketch:type="MSShapeGroup"></path>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="176px" height="176px" viewBox="0 0 176 176" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch 3.3.2 (12043) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Slice 1</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <path d="M88,112 C101.255,112 112,101.254 112,88 C112,74.746 101.255,64 88,64 C74.744,64 64,74.746 64,88 C64,101.254 74.744,112 88,112 L88,112 Z M24,112 C37.255,112 48,101.254 48,88 C48,74.746 37.255,64 24,64 C10.744,64 0,74.746 0,88 C0,101.254 10.744,112 24,112 L24,112 Z M152,112 C165.255,112 176,101.254 176,88 C176,74.746 165.255,64 152,64 C138.744,64 128,74.746 128,88 C128,101.254 138.744,112 152,112 L152,112 Z" id="Shape" fill="#000000" sketch:type="MSShapeGroup"></path>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="160px" height="160px" viewBox="0 0 160 160" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 39.1 (31720) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Group</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Group" transform="translate(64.000000, 0.000000)" fill="#000000">
9
+ <path d="M16,112 C7.164,112 0,104.837 0,96 L0,16 C0,7.163 7.164,0 16,0 C24.836,0 32,7.163 32,16 L32,96 C32,104.837 24.836,112 16,112 L16,112 L16,112 Z" id="Path"></path>
10
+ <path d="M32,144 C32,135.163 24.837,128 16,128 C7.163,128 0,135.163 0,144 C0,152.837 7.163,160 16,160 C24.837,160 32,152.837 32,144 Z" id="Path"></path>
11
+ </g>
12
+ </g>
13
+ </svg>
@@ -0,0 +1 @@
1
+ <svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5t-316.5 131.5-316.5-131.5-131.5-316.5q0-121 61-225-229 117-381 353 133 205 333.5 326.5t434.5 121.5 434.5-121.5 333.5-326.5zm-720-384q0-20-14-34t-34-14q-125 0-214.5 89.5t-89.5 214.5q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5t-499.5 138.5-499.5-139-376.5-368q-20-35-20-69t20-69q140-229 376.5-368t499.5-139 499.5 139 376.5 368q20 35 20 69z"/></svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="1410px" height="1410px" viewBox="0 0 1410 1410" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch 3.4.2 (15855) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Shape</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <path d="M1404,41 C1415.33333,68.3333333 1410.66667,91.6666667 1390,111 L897,604 L897,1346 C897,1374 884,1393.66667 858,1405 C849.333333,1408.33333 841,1410 833,1410 C815,1410 800,1403.66667 788,1391 L532,1135 C519.333333,1122.33333 513,1107.33333 513,1090 L513,604 L20,111 C-0.666666667,91.6666667 -5.33333333,68.3333333 6,41 C17.3333333,15 37,2 65,2 L1345,2 C1373,2 1392.66667,15 1404,41 L1404,41 Z" id="Shape" fill="#000000" sketch:type="MSShapeGroup"></path>
9
+ </g>
10
+ </svg>
@@ -0,0 +1 @@
1
+ <svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1472 992v480q0 26-19 45t-45 19h-384v-384h-256v384h-384q-26 0-45-19t-19-45v-480q0-1 .5-3t.5-3l575-474 575 474q1 2 1 6zm223-69l-62 74q-8 9-21 11h-3q-13 0-21-7l-692-577-692 577q-12 8-24 7-13-2-21-11l-62-74q-8-10-7-23.5t11-21.5l719-599q32-26 76-26t76 26l244 204v-195q0-14 9-23t23-9h192q14 0 23 9t9 23v408l219 182q10 8 11 21.5t-7 23.5z"/></svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch 3.3.2 (12043) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Untitled 2</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <path d="M224,0 L32,0 C14.355,0 0,14.356 0,32 L0,224 C0,241.644 14.355,256 32,256 L224,256 C241.645,256 256,241.644 256,224 L256,32 C256,14.356 241.645,0 224,0 L224,0 Z M240,224 C240,232.8 232.8,240 224,240 L32,240 C23.2,240 16,232.8 16,224 L16,32 C16,23.2 23.2,16 32,16 L224,16 C232.8,16 240,23.2 240,32 L240,224 L240,224 Z M224,147.999 L224,40 C224,35.582 220.418,32 216,32 L40,32 C35.582,32 32,35.582 32,40 L32,184 C32,188.418 35.582,192 40,192 L216,192 C220.418,192 224,188.418 224,184 L224,148.001 L224,147.999 L224,147.999 Z M216,40 L216,138.343 L186.829,109.172 C185.387,107.731 183.094,107.603 181.501,108.877 L144.297,138.64 L98.829,93.172 C97.345,91.688 94.965,91.603 93.381,92.978 L40,139.24 L40,40 L216,40 L216,40 Z M40,184 L40,149.827 L95.805,101.462 L141.171,146.828 C142.612,148.269 144.906,148.396 146.499,147.123 L183.703,117.36 L216,149.657 L216,184 L40,184 L40,184 Z M172,96 C183.028,96 192,87.028 192,76 C192,64.972 183.028,56 172,56 C160.972,56 152,64.972 152,76 C152,87.028 160.972,96 172,96 L172,96 Z M172,64 C178.628,64 184,69.372 184,76 C184,82.628 178.628,88 172,88 C165.372,88 160,82.628 160,76 C160,69.372 165.372,64 172,64 L172,64 Z" id="Shape" fill="#000000" sketch:type="MSShapeGroup"></path>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="256px" height="192px" viewBox="0 0 256 192" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch 3.3.1 (12002) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Slice 1</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <path d="M192,16 L240,96 L240,176 L16,176 L16,96 L64,16 L192,16 L192,16 Z M192,0 L64,0 C58.38,0 53.172,2.949 50.28,7.768 L2.28,87.768 C0.788,90.255 0,93.1 0,96 L0,176 C0,184.836 7.164,192 16,192 L240,192 C248.836,192 256,184.836 256,176 L256,96 C256,93.1 255.212,90.255 253.719,87.768 L205.719,7.768 C202.828,2.949 197.619,0 192,0 L192,0 L192,0 Z M176,40 L208,96 L168,96 L168,120 L88,120 L88,96 L48,96 L80,40 L176,40 L176,40 Z M176,32 L80,32 C77.129,32 74.479,33.538 73.055,36.031 L41.055,92.031 C39.639,94.507 39.65,97.549 41.08,100.015 C42.512,102.482 45.148,103.999 48,103.999 L80,103.999 L80,119.999 C80,124.417 83.582,127.999 88,127.999 L168,127.999 C172.418,127.999 176,124.417 176,119.999 L176,103.999 L208,103.999 C210.852,103.999 213.488,102.481 214.919,100.015 C216.35,97.549 216.361,94.506 214.945,92.031 L182.945,36.031 C181.521,33.538 178.871,32 176,32 L176,32 L176,32 Z" id="Shape" fill="#000000" sketch:type="MSShapeGroup"></path>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="152px" height="152px" viewBox="0 0 152 152" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 39.1 (31720) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Group</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Group" transform="translate(40.000000, 0.000000)" fill="#000000">
9
+ <path d="M48.0003796,48 C61.2563796,48 72.0003796,37.255 72.0003796,24 C72.0003796,10.745 61.2563796,0 48.0003796,0 C34.7433796,0 24.0003796,10.745 24.0003796,24 C24.0003796,37.255 34.7433796,48 48.0003796,48 L48.0003796,48 Z" id="Path"></path>
10
+ <path d="M63.5023796,125.225 C62.3183796,122.026 59.2793796,119.999 56.0023796,119.999 C55.3583796,119.999 54.7083796,120.077 54.0583796,120.239 L43.7893796,122.806 L55.5183796,75.882 C57.6603796,67.31 52.4503796,58.624 43.8783796,56.481 C42.7393796,56.197 41.6043796,56.063 40.4773796,56.033 C40.3173796,56.023 40.1593796,56 39.9993796,56 C38.7763796,56 37.5523796,56.28 36.4223796,56.845 L4.4243796,72.845 C0.774379601,74.67 -0.917620399,78.949 0.498379601,82.776 C1.6823796,85.976 4.7193796,88.003 7.9983796,88.003 C8.6413796,88.003 9.2923796,87.925 9.9423796,87.763 L20.2113796,85.195 L8.4833796,132.119 C6.3403796,140.691 11.5513796,149.378 20.1233796,151.52 C21.4163796,151.845 22.7133796,152.001 23.9893796,152.001 L24.0023796,152.001 C25.2243796,152.001 26.4503796,151.722 27.5783796,151.156 L59.5763796,135.156 C63.2263796,133.331 64.9183796,129.052 63.5023796,125.225 L63.5023796,125.225 Z" id="Path"></path>
11
+ </g>
12
+ </g>
13
+ </svg>
@@ -0,0 +1 @@
1
+ <svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M384 1662l17-85q6-2 81.5-21.5t111.5-37.5q28-35 41-101 1-7 62-289t114-543.5 52-296.5v-25q-24-13-54.5-18.5t-69.5-8-58-5.5l19-103q33 2 120 6.5t149.5 7 120.5 2.5q48 0 98.5-2.5t121-7 98.5-6.5q-5 39-19 89-30 10-101.5 28.5t-108.5 33.5q-8 19-14 42.5t-9 40-7.5 45.5-6.5 42q-27 148-87.5 419.5t-77.5 355.5q-2 9-13 58t-20 90-16 83.5-6 57.5l1 18q17 4 185 31-3 44-16 99-11 0-32.5 1.5t-32.5 1.5q-29 0-87-10t-86-10q-138-2-206-2-51 0-143 9t-121 11z"/></svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="200px" height="200px" viewBox="0 0 200 200" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch 3.4.2 (15855) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Shape</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <path d="M63.999,200.00046 C59.341,200.00046 54.899,197.96746 51.852,194.41346 L3.852,138.41346 C-1.899,131.70446 -1.122,121.60246 5.587,115.85246 C12.297,110.10146 22.397,110.87946 28.147,117.58746 L62.853,158.07746 L170.978,6.70146036 C176.113,-0.488539637 186.106,-2.15553964 193.297,2.98246036 C200.487,8.11746036 202.153,18.1104604 197.017,25.3014604 L77.019,193.30046 C74.161,197.30246 69.62,199.76846 64.707,199.98546 C64.471,199.99546 64.234,200.00046 63.999,200.00046 L63.999,200.00046 L63.999,200.00046 Z" id="Shape" fill="#000000" sketch:type="MSShapeGroup"></path>
9
+ </g>
10
+ </svg>
@@ -0,0 +1 @@
1
+ <svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1520 1216q0-40-28-68l-208-208q-28-28-68-28-42 0-72 32 3 3 19 18.5t21.5 21.5 15 19 13 25.5 3.5 27.5q0 40-28 68t-68 28q-15 0-27.5-3.5t-25.5-13-19-15-21.5-21.5-18.5-19q-33 31-33 73 0 40 28 68l206 207q27 27 68 27 40 0 68-26l147-146q28-28 28-67zm-703-705q0-40-28-68l-206-207q-28-28-68-28-39 0-68 27l-147 146q-28 28-28 67 0 40 28 68l208 208q27 27 68 27 42 0 72-31-3-3-19-18.5t-21.5-21.5-15-19-13-25.5-3.5-27.5q0-40 28-68t68-28q15 0 27.5 3.5t25.5 13 19 15 21.5 21.5 18.5 19q33-31 33-73zm895 705q0 120-85 203l-147 146q-83 83-203 83-121 0-204-85l-206-207q-83-83-83-203 0-123 88-209l-88-88q-86 88-208 88-120 0-204-84l-208-208q-84-84-84-204t85-203l147-146q83-83 203-83 121 0 204 85l206 207q83 83 83 203 0 123-88 209l88 88q86-88 208-88 120 0 204 84l208 208q84 84 84 204z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5h-1216q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zm-1408-928q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5h-1216q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5t-22.5 9.5h-1216q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5z"/></svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="256px" height="160px" viewBox="0 0 256 160" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch 3.3.1 (12002) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Slice 1</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <path d="M224,16 C232.8,16 240,23.2 240,32 L240,128 C240,136.8 232.8,144 224,144 L32,144 C23.2,144 16,136.8 16,128 L16,32 C16,23.2 23.2,16 32,16 L224,16 L224,16 Z M224,0 L32,0 C14.355,0 0,14.355 0,32 L0,128 C0,145.645 14.355,160 32,160 L224,160 C241.645,160 256,145.645 256,128 L256,32 C256,14.355 241.645,0 224,0 L224,0 L224,0 Z M128,95.999 C129.318,95.999 130.637,95.673 131.831,95.022 L219.829,47.023 C223.708,44.908 225.137,40.048 223.021,36.169 C220.906,32.291 216.045,30.861 212.167,32.977 L128,78.887 L43.832,32.978 C39.953,30.862 35.094,32.292 32.978,36.17 C30.863,40.049 32.291,44.908 36.17,47.024 L124.168,95.023 C125.363,95.673 126.682,95.999 128,95.999 L128,95.999 L128,95.999 Z" id="Shape" fill="#000000" sketch:type="MSShapeGroup"></path>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch 3.3.2 (12043) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Untitled 3</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <path d="M224,48 L32,48 C14.355,48 0,62.355 0,80 L0,176 C0,193.645 14.355,208 32,208 L224,208 C241.645,208 256,193.645 256,176 L256,80 C256,62.355 241.645,48 224,48 Z M128,143.999 C129.318,143.999 130.637,143.673 131.831,143.022 L219.829,95.023 C223.708,92.908 225.137,88.048 223.021,84.169 C220.906,80.291 216.045,78.861 212.167,80.977 L128,126.887 L43.832,80.978 C39.953,78.862 35.094,80.292 32.978,84.17 C30.863,88.049 32.291,92.908 36.17,95.024 L124.168,143.023 C125.363,143.673 126.682,143.999 128,143.999 Z" id="Shape" fill="#000000" sketch:type="MSShapeGroup"></path>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="192px" height="256px" viewBox="0 0 192 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch 3.3.1 (12002) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Untitled 2</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <path d="M160,16 C168.8,16 176,23.2 176,32 L176,224 C176,232.8 168.8,240 160,240 L32,240 C23.2,240 16,232.8 16,224 L16,32 C16,23.2 23.2,16 32,16 L160,16 L160,16 Z M160,0 L32,0 C14.355,0 0,14.356 0,32 L0,224 C0,241.644 14.355,256 32,256 L160,256 C177.645,256 192,241.644 192,224 L192,32 C192,14.356 177.645,0 160,0 L160,0 L160,0 Z M96,96 C131.346,96 160,124.654 160,160 C160,195.346 131.346,224 96,224 C60.654,224 32,195.346 32,160 C32,124.654 60.654,96 96,96 L96,96 Z M96,88 C56.299,88 24,120.299 24,160 C24,199.701 56.299,232 96,232 C135.701,232 168,199.701 168,160 C168,120.299 135.701,88 96,88 L96,88 L96,88 Z M136,40 C144.836,40 152,47.163 152,56 C152,64.837 144.836,72 136,72 C127.164,72 120,64.837 120,56 C120,47.163 127.164,40 136,40 L136,40 Z M136,32 C122.767,32 112,42.767 112,56 C112,69.234 122.767,80 136,80 C149.233,80 160,69.234 160,56 C160,42.767 149.233,32 136,32 L136,32 L136,32 Z M96,136 C109.254,136 120,146.744 120,160 C120,173.256 109.254,184 96,184 C82.746,184 72,173.256 72,160 C72,146.744 82.746,136 96,136 L96,136 Z M96,128 C78.355,128 64,142.356 64,160 C64,177.644 78.355,192 96,192 C113.645,192 128,177.644 128,160 C128,142.356 113.645,128 96,128 L96,128 L96,128 Z" id="Shape" fill="#000000" sketch:type="MSShapeGroup"></path>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 3.7.2 (28276) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Shape</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <path d="M248,84 L240,84 L240,36 C240,30.65 237.326,25.654 232.875,22.688 C230.209,20.91 227.113,20 223.998,20 C221.916,20 219.825,20.406 217.846,21.23 L124.8,60 L16,60 C7.164,60 0,67.164 0,76 L0,140 C0,148.836 7.164,156 16,156 L32.013,156 C32.013,157.295 32.157,158.598 32.478,159.881 L48.478,223.881 C50.257,231.003 56.659,236 64,236 L96,236 C100.926,236 105.579,233.73 108.611,229.847 C111.642,225.963 112.716,220.9 111.522,216.119 L96.492,156 L124.8,156 L217.846,194.77 C219.824,195.594 221.916,196 223.998,196 C227.113,196 230.207,195.092 232.875,193.312 C237.326,190.345 240,185.349 240,180 L240,132 L248,132 C252.418,132 256,128.418 256,124 L256,92 C256,87.582 252.418,84 248,84 L248,84 Z M16,76 L64,76 L64,140 L16,140 L16,76 L16,76 Z M96,220 L64,220 L48,156 L80,156 L96,220 L96,220 Z M72,140 L72,76 L128,76 L200,46 L200,170 L128,140 L72,140 L72,140 Z M224,180 L208,173.334 L208,42.666 L224,36 L224,180 L224,180 Z M248,124 L240,124 L240,92 L248,92 L248,124 L248,124 Z" id="Shape" fill="#000000"></path>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="160px" height="160px" viewBox="0 0 160 160" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch 3.3.2 (12043) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Untitled</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <g id="plus" sketch:type="MSLayerGroup" transform="translate(0.000000, 64.000000)" fill="#000000">
9
+ <g id="Page-1" sketch:type="MSShapeGroup">
10
+ <path d="M96,0 L64,0 L16,0 C7.164,0 0,7.163 0,16 C0,24.836 7.164,32 16,32 L64,32 L96,32 L144,32 C152.836,32 160,24.836 160,16 C160,7.163 152.836,0 144,0 L96,0 Z" id="Path"></path>
11
+ </g>
12
+ </g>
13
+ </g>
14
+ </svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch 3.3.2 (12043) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Untitled 2</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <path d="M208,240 C208,248.836 200.836,256 192,256 L32,256 C23.164,256 16,248.836 16,240 L16,48 C16,39.164 23.164,32 32,32 L32,240 L208,240 L208,240 Z M240,64 L240,208 C240,216.836 232.836,224 224,224 L64,224 C55.164,224 48,216.836 48,208 L48,16 C48,7.164 55.164,0 64,0 L176,0 C180.243,0 184.313,1.686 187.313,4.687 L235.313,52.687 C238.315,55.688 240,59.757 240,64 L240,64 Z M176,64 L224,64 L176,16 L176,64 L176,64 Z M224,72 L176,72 C171.582,72 168,68.418 168,64 L168,16 L64,16 L64,208 L224,208 L224,72 L224,72 Z" id="Shape" fill="#000000" sketch:type="MSShapeGroup"></path>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="190px" height="192px" viewBox="0 0 190 192" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch 3.3.1 (12002) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Untitled 2</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <path d="M185.313,52.317 L62.172,175.458 L0.002,191.001 L15.544,128.827 L138.685,5.687 C141.808,2.563 145.903,1 149.998,1 C154.093,1 158.188,2.562 161.311,5.687 L185.313,29.689 C191.562,35.938 191.562,46.069 185.313,52.317 L185.313,52.317 Z M53.993,161.01 L57.993,157.009 L33.992,133.009 L29.992,137.009 L21.991,169.011 L53.993,161.01 L53.993,161.01 Z M129.997,85.005 L105.995,61.004 L41.993,125.007 L65.993,149.008 L129.997,85.005 L129.997,85.005 Z M149.998,65.004 L125.997,41.003 L113.996,53.003 L137.997,77.004 L149.998,65.004 L149.998,65.004 Z M174,41.003 L149.998,17.003 L137.311,29.69 L161.311,53.691 L174,41.003 L174,41.003 Z" id="Shape" fill="#000000" sketch:type="MSShapeGroup"></path>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="448px" height="448px" viewBox="0 0 448 448" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 3.8.3 (29802) - http://www.bohemiancoding.com/sketch -->
4
+ <title>edit</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="edit" fill="#000000">
9
+ <g id="Group">
10
+ <rect id="Rectangle-path" transform="translate(210.889883, 237.114600) rotate(225.000000) translate(-210.889883, -237.114600) " x="146.847997" y="60.0917977" width="128.083772" height="354.045605"></rect>
11
+ <path d="M439.723,56.393 L391.608,8.279 C379.885,-3.445 360.05,-2.617 347.304,10.129 L302.102,55.332 L392.671,145.9 L437.873,100.698 C450.616,87.952 451.445,68.116 439.723,56.393 L439.723,56.393 Z" id="Shape"></path>
12
+ <polygon id="Shape" points="32.021 331.252 0 448 116.737 415.979"></polygon>
13
+ </g>
14
+ </g>
15
+ </g>
16
+ </svg>
@@ -0,0 +1 @@
1
+ <svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M576 576q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm1024 384v448h-1408v-192l320-320 160 160 512-512zm96-704h-1600q-13 0-22.5 9.5t-9.5 22.5v1216q0 13 9.5 22.5t22.5 9.5h1600q13 0 22.5-9.5t9.5-22.5v-1216q0-13-9.5-22.5t-22.5-9.5zm160 32v1216q0 66-47 113t-113 47h-1600q-66 0-113-47t-47-113v-1216q0-66 47-113t113-47h1600q66 0 113 47t47 113z"/></svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="160px" height="160px" viewBox="0 0 160 160" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch 3.3.1 (12002) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Untitled 3</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <path d="M144,64 L96,64 L96,16 C96,7.163 88.836,0 80,0 C71.164,0 64,7.163 64,16 L64,64 L16,64 C7.164,64 0,71.163 0,80 C0,88.836 7.164,96 16,96 L64,96 L64,144 C64,152.836 71.164,160 80,160 C88.836,160 96,152.836 96,144 L96,96 L144,96 C152.836,96 160,88.836 160,80 C160,71.163 152.836,64 144,64 L144,64 Z" id="Path" fill="#000000" sketch:type="MSShapeGroup"></path>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch 3.3.1 (12002) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Slice 1</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <path d="M128,256 C93.81,256 61.666,242.686 37.49,218.509 C13.315,194.334 0,162.19 0,128 C0,93.81 13.315,61.668 37.49,37.491 C43.739,31.242 53.869,31.242 60.118,37.491 C66.367,43.739 66.367,53.87 60.118,60.118 C41.985,78.25 32,102.357 32,128 C32,153.643 41.985,177.75 60.118,195.882 C78.25,214.014 102.357,224 128,224 C153.643,224 177.75,214.014 195.882,195.882 C214.015,177.75 224,153.643 224,128 C224,102.357 214.015,78.25 195.882,60.118 C189.633,53.87 189.633,43.739 195.882,37.491 C202.13,31.243 212.261,31.243 218.51,37.491 C242.686,61.668 256,93.809 256,128 C256,162.191 242.685,194.334 218.51,218.509 C194.334,242.686 162.19,256 128,256 L128,256 L128,256 Z M128,144 C136.837,144 144,136.837 144,128 L144,16 C144,7.163 136.837,0 128,0 C119.163,0 112,7.163 112,16 L112,128 C112,136.837 119.163,144 128,144 L128,144 L128,144 Z" id="Shape" fill="#000000" sketch:type="MSShapeGroup"></path>
9
+ </g>
10
+ </svg>