solana-docs 0.0.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of solana-docs might be problematic. Click here for more details.

Files changed (925) hide show
  1. package/index.js +47 -0
  2. package/package.json +7 -45
  3. package/.eslintignore +0 -8
  4. package/.eslintrc +0 -21
  5. package/.prettierignore +0 -7
  6. package/.travis/before_install.sh +0 -9
  7. package/.travis/script.sh +0 -4
  8. package/README.md +0 -59
  9. package/art/data-plane-fanout.bob +0 -19
  10. package/art/data-plane-neighborhood.bob +0 -25
  11. package/art/data-plane-seeding.bob +0 -15
  12. package/art/data-plane.bob +0 -18
  13. package/art/fork-generation.bob +0 -13
  14. package/art/forks-pruned.bob +0 -9
  15. package/art/forks-pruned2.bob +0 -11
  16. package/art/forks.bob +0 -13
  17. package/art/passive-staking-callflow.msc +0 -30
  18. package/art/retransmit_stage.bob +0 -45
  19. package/art/runtime.bob +0 -10
  20. package/art/sdk-tools.bob +0 -20
  21. package/art/spv-bank-hash.bob +0 -19
  22. package/art/spv-block-merkle.bob +0 -19
  23. package/art/tpu.bob +0 -19
  24. package/art/tvu.bob +0 -37
  25. package/art/validator-proposal.bob +0 -60
  26. package/art/validator.bob +0 -30
  27. package/babel.config.js +0 -3
  28. package/build-cli-usage.sh +0 -42
  29. package/build.sh +0 -40
  30. package/convert-ascii-to-svg.sh +0 -21
  31. package/crowdin.yml +0 -16
  32. package/docusaurus.config.js +0 -161
  33. package/offline-cmd-md-links.sh +0 -11
  34. package/publish-docs.sh +0 -56
  35. package/set-solana-release-tag.sh +0 -20
  36. package/sidebars.js +0 -210
  37. package/src/cli/.usage.md.header +0 -59
  38. package/src/cli/choose-a-cluster.md +0 -43
  39. package/src/cli/conventions.md +0 -80
  40. package/src/cli/delegate-stake.md +0 -206
  41. package/src/cli/deploy-a-program.md +0 -302
  42. package/src/cli/install-solana-cli-tools.md +0 -164
  43. package/src/cli/transfer-tokens.md +0 -158
  44. package/src/cli.md +0 -22
  45. package/src/cluster/bench-tps.md +0 -129
  46. package/src/cluster/fork-generation.md +0 -64
  47. package/src/cluster/leader-rotation.md +0 -88
  48. package/src/cluster/managing-forks.md +0 -36
  49. package/src/cluster/overview.md +0 -39
  50. package/src/cluster/performance-metrics.md +0 -25
  51. package/src/cluster/rpc-endpoints.md +0 -50
  52. package/src/cluster/stake-delegation-and-rewards.md +0 -197
  53. package/src/cluster/synchronization.md +0 -28
  54. package/src/cluster/turbine-block-propagation.md +0 -101
  55. package/src/cluster/vote-signing.md +0 -59
  56. package/src/clusters.md +0 -173
  57. package/src/css/custom.css +0 -73
  58. package/src/developing/backwards-compatibility.md +0 -151
  59. package/src/developing/clients/javascript-api.md +0 -332
  60. package/src/developing/clients/javascript-reference.md +0 -750
  61. package/src/developing/clients/jsonrpc-api.md +0 -5173
  62. package/src/developing/clients/rust-api.md +0 -36
  63. package/src/developing/on-chain-programs/debugging.md +0 -110
  64. package/src/developing/on-chain-programs/deploying.md +0 -24
  65. package/src/developing/on-chain-programs/developing-c.md +0 -202
  66. package/src/developing/on-chain-programs/developing-rust.md +0 -406
  67. package/src/developing/on-chain-programs/examples.md +0 -61
  68. package/src/developing/on-chain-programs/faq.md +0 -81
  69. package/src/developing/on-chain-programs/overview.md +0 -218
  70. package/src/developing/plugins/accountsdb_plugin.md +0 -360
  71. package/src/developing/programming-model/accounts.md +0 -231
  72. package/src/developing/programming-model/calling-between-programs.md +0 -351
  73. package/src/developing/programming-model/overview.md +0 -17
  74. package/src/developing/programming-model/runtime.md +0 -131
  75. package/src/developing/programming-model/transactions.md +0 -210
  76. package/src/developing/runtime-facilities/programs.md +0 -168
  77. package/src/developing/runtime-facilities/sysvars.md +0 -142
  78. package/src/developing/test-validator.md +0 -153
  79. package/src/economics_overview.md +0 -20
  80. package/src/history.md +0 -60
  81. package/src/icons/Archivers.inline.svg +0 -11
  82. package/src/icons/Bulb.inline.svg +0 -13
  83. package/src/icons/Chat.inline.svg +0 -10
  84. package/src/icons/Clipboard.inline.svg +0 -13
  85. package/src/icons/Cloudbreak.inline.svg +0 -11
  86. package/src/icons/Code.inline.svg +0 -11
  87. package/src/icons/Fire.inline.svg +0 -10
  88. package/src/icons/Gamepad.inline.svg +0 -11
  89. package/src/icons/Globe.inline.svg +0 -1
  90. package/src/icons/Gulfstream.inline.svg +0 -11
  91. package/src/icons/History.inline.svg +0 -11
  92. package/src/icons/Money.inline.svg +0 -11
  93. package/src/icons/Pipeline.inline.svg +0 -15
  94. package/src/icons/PoH.inline.svg +0 -11
  95. package/src/icons/Sealevel.inline.svg +0 -11
  96. package/src/icons/Tools.inline.svg +0 -11
  97. package/src/icons/Tower.inline.svg +0 -11
  98. package/src/icons/Turbine.inline.svg +0 -12
  99. package/src/icons/duotone-icons/Clothes/Brassiere.svg +0 -10
  100. package/src/icons/duotone-icons/Clothes/Briefcase.svg +0 -11
  101. package/src/icons/duotone-icons/Clothes/Cap.svg +0 -11
  102. package/src/icons/duotone-icons/Clothes/Crown.svg +0 -11
  103. package/src/icons/duotone-icons/Clothes/Dress.svg +0 -11
  104. package/src/icons/duotone-icons/Clothes/Hanger.svg +0 -10
  105. package/src/icons/duotone-icons/Clothes/Hat.svg +0 -11
  106. package/src/icons/duotone-icons/Clothes/Panties.svg +0 -10
  107. package/src/icons/duotone-icons/Clothes/Shirt.svg +0 -11
  108. package/src/icons/duotone-icons/Clothes/Shoes.svg +0 -11
  109. package/src/icons/duotone-icons/Clothes/Shorts.svg +0 -10
  110. package/src/icons/duotone-icons/Clothes/Sneakers.svg +0 -11
  111. package/src/icons/duotone-icons/Clothes/Socks.svg +0 -11
  112. package/src/icons/duotone-icons/Clothes/Sun-glasses.svg +0 -11
  113. package/src/icons/duotone-icons/Clothes/T-Shirt.svg +0 -10
  114. package/src/icons/duotone-icons/Clothes/Tie.svg +0 -11
  115. package/src/icons/duotone-icons/Code/Backspace.svg +0 -11
  116. package/src/icons/duotone-icons/Code/CMD.svg +0 -10
  117. package/src/icons/duotone-icons/Code/Code.inline.svg +0 -11
  118. package/src/icons/duotone-icons/Code/Commit.svg +0 -11
  119. package/src/icons/duotone-icons/Code/Compiling.inline.svg +0 -11
  120. package/src/icons/duotone-icons/Code/Control.svg +0 -10
  121. package/src/icons/duotone-icons/Code/Done-circle.svg +0 -11
  122. package/src/icons/duotone-icons/Code/Error-circle.svg +0 -11
  123. package/src/icons/duotone-icons/Code/Git#1.svg +0 -12
  124. package/src/icons/duotone-icons/Code/Git#2.svg +0 -15
  125. package/src/icons/duotone-icons/Code/Git#3.svg +0 -13
  126. package/src/icons/duotone-icons/Code/Git#4.svg +0 -13
  127. package/src/icons/duotone-icons/Code/Github.svg +0 -11
  128. package/src/icons/duotone-icons/Code/Info-circle.svg +0 -12
  129. package/src/icons/duotone-icons/Code/Left-circle.svg +0 -11
  130. package/src/icons/duotone-icons/Code/Loading.svg +0 -12
  131. package/src/icons/duotone-icons/Code/Lock-circle.svg +0 -11
  132. package/src/icons/duotone-icons/Code/Lock-overturning.svg +0 -11
  133. package/src/icons/duotone-icons/Code/Minus.svg +0 -11
  134. package/src/icons/duotone-icons/Code/Option.svg +0 -11
  135. package/src/icons/duotone-icons/Code/Plus.svg +0 -11
  136. package/src/icons/duotone-icons/Code/Puzzle.svg +0 -10
  137. package/src/icons/duotone-icons/Code/Question-circle.svg +0 -11
  138. package/src/icons/duotone-icons/Code/Right-circle.svg +0 -11
  139. package/src/icons/duotone-icons/Code/Settings#4.svg +0 -11
  140. package/src/icons/duotone-icons/Code/Shift.svg +0 -10
  141. package/src/icons/duotone-icons/Code/Spy.svg +0 -11
  142. package/src/icons/duotone-icons/Code/Stop.svg +0 -10
  143. package/src/icons/duotone-icons/Code/Terminal.svg +0 -11
  144. package/src/icons/duotone-icons/Code/Thunder-circle.svg +0 -11
  145. package/src/icons/duotone-icons/Code/Time-schedule.svg +0 -11
  146. package/src/icons/duotone-icons/Code/Warning-1-circle.svg +0 -12
  147. package/src/icons/duotone-icons/Code/Warning-2.svg +0 -12
  148. package/src/icons/duotone-icons/Communication/Active-call.svg +0 -11
  149. package/src/icons/duotone-icons/Communication/Add-user.svg +0 -11
  150. package/src/icons/duotone-icons/Communication/Address-card.svg +0 -10
  151. package/src/icons/duotone-icons/Communication/Adress-book#1.svg +0 -11
  152. package/src/icons/duotone-icons/Communication/Adress-book#2.svg +0 -11
  153. package/src/icons/duotone-icons/Communication/Archive.svg +0 -10
  154. package/src/icons/duotone-icons/Communication/Call#1.svg +0 -10
  155. package/src/icons/duotone-icons/Communication/Call.svg +0 -10
  156. package/src/icons/duotone-icons/Communication/Chat#1.svg +0 -11
  157. package/src/icons/duotone-icons/Communication/Chat#2.svg +0 -11
  158. package/src/icons/duotone-icons/Communication/Chat#4.svg +0 -10
  159. package/src/icons/duotone-icons/Communication/Chat#5.svg +0 -11
  160. package/src/icons/duotone-icons/Communication/Chat#6.svg +0 -11
  161. package/src/icons/duotone-icons/Communication/Chat-check.svg +0 -11
  162. package/src/icons/duotone-icons/Communication/Chat-error.svg +0 -11
  163. package/src/icons/duotone-icons/Communication/Chat-locked.svg +0 -11
  164. package/src/icons/duotone-icons/Communication/Chat-smile.svg +0 -11
  165. package/src/icons/duotone-icons/Communication/Clipboard-check.svg +0 -12
  166. package/src/icons/duotone-icons/Communication/Clipboard-list.svg +0 -17
  167. package/src/icons/duotone-icons/Communication/Contact#1.svg +0 -11
  168. package/src/icons/duotone-icons/Communication/Delete-user.svg +0 -11
  169. package/src/icons/duotone-icons/Communication/Dial-numbers.svg +0 -18
  170. package/src/icons/duotone-icons/Communication/Flag.svg +0 -11
  171. package/src/icons/duotone-icons/Communication/Forward.svg +0 -10
  172. package/src/icons/duotone-icons/Communication/Group-chat.svg +0 -11
  173. package/src/icons/duotone-icons/Communication/Group.svg +0 -11
  174. package/src/icons/duotone-icons/Communication/Incoming-box.svg +0 -12
  175. package/src/icons/duotone-icons/Communication/Incoming-call.svg +0 -11
  176. package/src/icons/duotone-icons/Communication/Incoming-mail.svg +0 -11
  177. package/src/icons/duotone-icons/Communication/Mail-@.svg +0 -10
  178. package/src/icons/duotone-icons/Communication/Mail-attachment.svg +0 -11
  179. package/src/icons/duotone-icons/Communication/Mail-box.svg +0 -11
  180. package/src/icons/duotone-icons/Communication/Mail-error.svg +0 -11
  181. package/src/icons/duotone-icons/Communication/Mail-heart.svg +0 -11
  182. package/src/icons/duotone-icons/Communication/Mail-locked.svg +0 -11
  183. package/src/icons/duotone-icons/Communication/Mail-notification.svg +0 -11
  184. package/src/icons/duotone-icons/Communication/Mail-opened.svg +0 -11
  185. package/src/icons/duotone-icons/Communication/Mail-unocked.svg +0 -11
  186. package/src/icons/duotone-icons/Communication/Mail.svg +0 -10
  187. package/src/icons/duotone-icons/Communication/Missed-call.svg +0 -11
  188. package/src/icons/duotone-icons/Communication/Outgoing-box.svg +0 -12
  189. package/src/icons/duotone-icons/Communication/Outgoing-call.svg +0 -11
  190. package/src/icons/duotone-icons/Communication/Outgoing-mail.svg +0 -11
  191. package/src/icons/duotone-icons/Communication/RSS.svg +0 -12
  192. package/src/icons/duotone-icons/Communication/Readed-mail.svg +0 -11
  193. package/src/icons/duotone-icons/Communication/Reply-all.svg +0 -11
  194. package/src/icons/duotone-icons/Communication/Reply.svg +0 -10
  195. package/src/icons/duotone-icons/Communication/Right.svg +0 -10
  196. package/src/icons/duotone-icons/Communication/Safe-chat.svg +0 -11
  197. package/src/icons/duotone-icons/Communication/Send.svg +0 -10
  198. package/src/icons/duotone-icons/Communication/Sending mail.svg +0 -11
  199. package/src/icons/duotone-icons/Communication/Sending.svg +0 -11
  200. package/src/icons/duotone-icons/Communication/Share.svg +0 -11
  201. package/src/icons/duotone-icons/Communication/Shield-thunder.svg +0 -11
  202. package/src/icons/duotone-icons/Communication/Shield-user.svg +0 -12
  203. package/src/icons/duotone-icons/Communication/Snoozed-mail.svg +0 -11
  204. package/src/icons/duotone-icons/Communication/Spam.svg +0 -10
  205. package/src/icons/duotone-icons/Communication/Thumbtack.svg +0 -11
  206. package/src/icons/duotone-icons/Communication/Urgent-mail.svg +0 -11
  207. package/src/icons/duotone-icons/Communication/Write.svg +0 -11
  208. package/src/icons/duotone-icons/Cooking/Baking-glove.svg +0 -11
  209. package/src/icons/duotone-icons/Cooking/Bowl.svg +0 -11
  210. package/src/icons/duotone-icons/Cooking/Chef.svg +0 -11
  211. package/src/icons/duotone-icons/Cooking/Cooking-book.svg +0 -17
  212. package/src/icons/duotone-icons/Cooking/Cooking-pot.svg +0 -11
  213. package/src/icons/duotone-icons/Cooking/Cutting board.svg +0 -11
  214. package/src/icons/duotone-icons/Cooking/Dinner.svg +0 -14
  215. package/src/icons/duotone-icons/Cooking/Dish.svg +0 -11
  216. package/src/icons/duotone-icons/Cooking/Dishes.svg +0 -11
  217. package/src/icons/duotone-icons/Cooking/Fork-spoon-knife.svg +0 -15
  218. package/src/icons/duotone-icons/Cooking/Fork-spoon.svg +0 -13
  219. package/src/icons/duotone-icons/Cooking/Fork.svg +0 -11
  220. package/src/icons/duotone-icons/Cooking/Frying-pan.svg +0 -11
  221. package/src/icons/duotone-icons/Cooking/Grater.svg +0 -11
  222. package/src/icons/duotone-icons/Cooking/Kitchen-scale.svg +0 -11
  223. package/src/icons/duotone-icons/Cooking/Knife#1.svg +0 -11
  224. package/src/icons/duotone-icons/Cooking/Knife#2.svg +0 -11
  225. package/src/icons/duotone-icons/Cooking/Knife&fork#1.svg +0 -13
  226. package/src/icons/duotone-icons/Cooking/Knife&fork#2.svg +0 -13
  227. package/src/icons/duotone-icons/Cooking/Ladle.svg +0 -11
  228. package/src/icons/duotone-icons/Cooking/Rolling-pin.svg +0 -11
  229. package/src/icons/duotone-icons/Cooking/Saucepan.svg +0 -11
  230. package/src/icons/duotone-icons/Cooking/Shovel.svg +0 -11
  231. package/src/icons/duotone-icons/Cooking/Sieve.svg +0 -11
  232. package/src/icons/duotone-icons/Cooking/Spoon.svg +0 -12
  233. package/src/icons/duotone-icons/Design/Adjust.svg +0 -10
  234. package/src/icons/duotone-icons/Design/Anchor-center-down.svg +0 -14
  235. package/src/icons/duotone-icons/Design/Anchor-center-up.svg +0 -14
  236. package/src/icons/duotone-icons/Design/Anchor-center.svg +0 -11
  237. package/src/icons/duotone-icons/Design/Anchor-left-down.svg +0 -14
  238. package/src/icons/duotone-icons/Design/Anchor-left-up.svg +0 -14
  239. package/src/icons/duotone-icons/Design/Anchor-left.svg +0 -14
  240. package/src/icons/duotone-icons/Design/Anchor-right-down.svg +0 -14
  241. package/src/icons/duotone-icons/Design/Anchor-right-up.svg +0 -14
  242. package/src/icons/duotone-icons/Design/Anchor-right.svg +0 -14
  243. package/src/icons/duotone-icons/Design/Arrows.svg +0 -11
  244. package/src/icons/duotone-icons/Design/Bezier-curve.svg +0 -11
  245. package/src/icons/duotone-icons/Design/Border.svg +0 -10
  246. package/src/icons/duotone-icons/Design/Brush.svg +0 -11
  247. package/src/icons/duotone-icons/Design/Bucket.svg +0 -11
  248. package/src/icons/duotone-icons/Design/Cap-1.svg +0 -11
  249. package/src/icons/duotone-icons/Design/Cap-2.svg +0 -10
  250. package/src/icons/duotone-icons/Design/Cap-3.svg +0 -11
  251. package/src/icons/duotone-icons/Design/Circle.svg +0 -10
  252. package/src/icons/duotone-icons/Design/Color-profile.svg +0 -11
  253. package/src/icons/duotone-icons/Design/Color.svg +0 -10
  254. package/src/icons/duotone-icons/Design/Component.svg +0 -10
  255. package/src/icons/duotone-icons/Design/Crop.svg +0 -11
  256. package/src/icons/duotone-icons/Design/Difference.svg +0 -11
  257. package/src/icons/duotone-icons/Design/Edit.svg +0 -11
  258. package/src/icons/duotone-icons/Design/Eraser.svg +0 -10
  259. package/src/icons/duotone-icons/Design/Flatten.svg +0 -11
  260. package/src/icons/duotone-icons/Design/Flip-horizontal.svg +0 -12
  261. package/src/icons/duotone-icons/Design/Flip-vertical.svg +0 -12
  262. package/src/icons/duotone-icons/Design/Horizontal.svg +0 -11
  263. package/src/icons/duotone-icons/Design/Image.svg +0 -10
  264. package/src/icons/duotone-icons/Design/Interselect.svg +0 -11
  265. package/src/icons/duotone-icons/Design/Join-1.svg +0 -11
  266. package/src/icons/duotone-icons/Design/Join-2.svg +0 -11
  267. package/src/icons/duotone-icons/Design/Join-3.svg +0 -11
  268. package/src/icons/duotone-icons/Design/Layers.svg +0 -11
  269. package/src/icons/duotone-icons/Design/Line.svg +0 -12
  270. package/src/icons/duotone-icons/Design/Magic.svg +0 -11
  271. package/src/icons/duotone-icons/Design/Mask.svg +0 -11
  272. package/src/icons/duotone-icons/Design/Patch.svg +0 -12
  273. package/src/icons/duotone-icons/Design/Pen&ruller.svg +0 -11
  274. package/src/icons/duotone-icons/Design/Pen-tool-vector.svg +0 -11
  275. package/src/icons/duotone-icons/Design/Pencil.svg +0 -11
  276. package/src/icons/duotone-icons/Design/Picker.svg +0 -11
  277. package/src/icons/duotone-icons/Design/Pixels.svg +0 -15
  278. package/src/icons/duotone-icons/Design/Polygon.svg +0 -10
  279. package/src/icons/duotone-icons/Design/Position.svg +0 -10
  280. package/src/icons/duotone-icons/Design/Rectangle.svg +0 -10
  281. package/src/icons/duotone-icons/Design/Saturation.svg +0 -11
  282. package/src/icons/duotone-icons/Design/Select.svg +0 -11
  283. package/src/icons/duotone-icons/Design/Sketch.svg +0 -11
  284. package/src/icons/duotone-icons/Design/Stamp.svg +0 -11
  285. package/src/icons/duotone-icons/Design/Substract.svg +0 -11
  286. package/src/icons/duotone-icons/Design/Target.svg +0 -11
  287. package/src/icons/duotone-icons/Design/Triangle.svg +0 -10
  288. package/src/icons/duotone-icons/Design/Union.svg +0 -10
  289. package/src/icons/duotone-icons/Design/Vertical.svg +0 -11
  290. package/src/icons/duotone-icons/Design/Zoom minus.svg +0 -12
  291. package/src/icons/duotone-icons/Design/Zoom plus.svg +0 -12
  292. package/src/icons/duotone-icons/Devices/Airpods.svg +0 -13
  293. package/src/icons/duotone-icons/Devices/Android.svg +0 -11
  294. package/src/icons/duotone-icons/Devices/Apple-Watch.svg +0 -11
  295. package/src/icons/duotone-icons/Devices/Battery-charging.svg +0 -12
  296. package/src/icons/duotone-icons/Devices/Battery-empty.svg +0 -11
  297. package/src/icons/duotone-icons/Devices/Battery-full.svg +0 -11
  298. package/src/icons/duotone-icons/Devices/Battery-half.svg +0 -11
  299. package/src/icons/duotone-icons/Devices/Bluetooth.svg +0 -11
  300. package/src/icons/duotone-icons/Devices/CPU#1.svg +0 -17
  301. package/src/icons/duotone-icons/Devices/CPU#2.svg +0 -23
  302. package/src/icons/duotone-icons/Devices/Camera.svg +0 -12
  303. package/src/icons/duotone-icons/Devices/Cardboard-vr.svg +0 -11
  304. package/src/icons/duotone-icons/Devices/Cassete.svg +0 -12
  305. package/src/icons/duotone-icons/Devices/Diagnostics.svg +0 -12
  306. package/src/icons/duotone-icons/Devices/Display#1.svg +0 -11
  307. package/src/icons/duotone-icons/Devices/Display#2.svg +0 -12
  308. package/src/icons/duotone-icons/Devices/Display#3.svg +0 -12
  309. package/src/icons/duotone-icons/Devices/Gameboy.svg +0 -11
  310. package/src/icons/duotone-icons/Devices/Gamepad#1.svg +0 -11
  311. package/src/icons/duotone-icons/Devices/Gamepad#2.svg +0 -11
  312. package/src/icons/duotone-icons/Devices/Generator.svg +0 -13
  313. package/src/icons/duotone-icons/Devices/Hard-drive.svg +0 -11
  314. package/src/icons/duotone-icons/Devices/Headphones.svg +0 -11
  315. package/src/icons/duotone-icons/Devices/Homepod.svg +0 -11
  316. package/src/icons/duotone-icons/Devices/Keyboard.svg +0 -11
  317. package/src/icons/duotone-icons/Devices/LTE#1.svg +0 -11
  318. package/src/icons/duotone-icons/Devices/LTE#2.svg +0 -11
  319. package/src/icons/duotone-icons/Devices/Laptop-macbook.svg +0 -11
  320. package/src/icons/duotone-icons/Devices/Laptop.svg +0 -11
  321. package/src/icons/duotone-icons/Devices/Mic.svg +0 -11
  322. package/src/icons/duotone-icons/Devices/Midi.svg +0 -16
  323. package/src/icons/duotone-icons/Devices/Mouse.svg +0 -12
  324. package/src/icons/duotone-icons/Devices/Phone.svg +0 -12
  325. package/src/icons/duotone-icons/Devices/Printer.svg +0 -11
  326. package/src/icons/duotone-icons/Devices/Radio.svg +0 -14
  327. package/src/icons/duotone-icons/Devices/Router#1.svg +0 -11
  328. package/src/icons/duotone-icons/Devices/Router#2.svg +0 -11
  329. package/src/icons/duotone-icons/Devices/SD-card.svg +0 -10
  330. package/src/icons/duotone-icons/Devices/Server.svg +0 -12
  331. package/src/icons/duotone-icons/Devices/Speaker.svg +0 -11
  332. package/src/icons/duotone-icons/Devices/TV#1.svg +0 -12
  333. package/src/icons/duotone-icons/Devices/TV#2.svg +0 -11
  334. package/src/icons/duotone-icons/Devices/Tablet.svg +0 -11
  335. package/src/icons/duotone-icons/Devices/USB.svg +0 -12
  336. package/src/icons/duotone-icons/Devices/Usb-storage.svg +0 -11
  337. package/src/icons/duotone-icons/Devices/Video-camera.svg +0 -11
  338. package/src/icons/duotone-icons/Devices/Watch#1.svg +0 -13
  339. package/src/icons/duotone-icons/Devices/Watch#2.svg +0 -13
  340. package/src/icons/duotone-icons/Devices/Wi-fi.svg +0 -11
  341. package/src/icons/duotone-icons/Devices/iMac.svg +0 -12
  342. package/src/icons/duotone-icons/Devices/iPhone-X.svg +0 -11
  343. package/src/icons/duotone-icons/Devices/iPhone-back.svg +0 -10
  344. package/src/icons/duotone-icons/Devices/iPhone-x-back.svg +0 -10
  345. package/src/icons/duotone-icons/Electric/Air-conditioning.svg +0 -11
  346. package/src/icons/duotone-icons/Electric/Blender.svg +0 -10
  347. package/src/icons/duotone-icons/Electric/Fan.svg +0 -12
  348. package/src/icons/duotone-icons/Electric/Fridge.svg +0 -10
  349. package/src/icons/duotone-icons/Electric/Gas-stove.svg +0 -11
  350. package/src/icons/duotone-icons/Electric/Hair-dryer.svg +0 -11
  351. package/src/icons/duotone-icons/Electric/Highvoltage.svg +0 -10
  352. package/src/icons/duotone-icons/Electric/Iron.svg +0 -11
  353. package/src/icons/duotone-icons/Electric/Kettle.svg +0 -11
  354. package/src/icons/duotone-icons/Electric/Mixer.svg +0 -11
  355. package/src/icons/duotone-icons/Electric/Outlet.svg +0 -11
  356. package/src/icons/duotone-icons/Electric/Range-hood.svg +0 -11
  357. package/src/icons/duotone-icons/Electric/Shutdown.svg +0 -11
  358. package/src/icons/duotone-icons/Electric/Socket-eu.svg +0 -10
  359. package/src/icons/duotone-icons/Electric/Socket-us.svg +0 -10
  360. package/src/icons/duotone-icons/Electric/Washer.svg +0 -11
  361. package/src/icons/duotone-icons/Files/Cloud-download.svg +0 -11
  362. package/src/icons/duotone-icons/Files/Cloud-upload.svg +0 -11
  363. package/src/icons/duotone-icons/Files/Compilation.svg +0 -14
  364. package/src/icons/duotone-icons/Files/Compiled-file.svg +0 -14
  365. package/src/icons/duotone-icons/Files/Deleted-file.svg +0 -11
  366. package/src/icons/duotone-icons/Files/Deleted-folder.svg +0 -11
  367. package/src/icons/duotone-icons/Files/Download.inline.svg +0 -12
  368. package/src/icons/duotone-icons/Files/Downloaded file.svg +0 -11
  369. package/src/icons/duotone-icons/Files/Downloads-folder.svg +0 -11
  370. package/src/icons/duotone-icons/Files/Export.svg +0 -12
  371. package/src/icons/duotone-icons/Files/File-cloud.svg +0 -11
  372. package/src/icons/duotone-icons/Files/File-done.svg +0 -11
  373. package/src/icons/duotone-icons/Files/File-minus.svg +0 -11
  374. package/src/icons/duotone-icons/Files/File-plus.svg +0 -11
  375. package/src/icons/duotone-icons/Files/File.svg +0 -12
  376. package/src/icons/duotone-icons/Files/Folder-check.svg +0 -11
  377. package/src/icons/duotone-icons/Files/Folder-cloud.svg +0 -11
  378. package/src/icons/duotone-icons/Files/Folder-error.svg +0 -11
  379. package/src/icons/duotone-icons/Files/Folder-heart.svg +0 -11
  380. package/src/icons/duotone-icons/Files/Folder-minus.svg +0 -11
  381. package/src/icons/duotone-icons/Files/Folder-plus.svg +0 -11
  382. package/src/icons/duotone-icons/Files/Folder-solid.svg +0 -10
  383. package/src/icons/duotone-icons/Files/Folder-star.svg +0 -11
  384. package/src/icons/duotone-icons/Files/Folder-thunder.svg +0 -11
  385. package/src/icons/duotone-icons/Files/Folder.svg +0 -10
  386. package/src/icons/duotone-icons/Files/Group-folders.svg +0 -11
  387. package/src/icons/duotone-icons/Files/Import.svg +0 -12
  388. package/src/icons/duotone-icons/Files/Locked-folder.svg +0 -11
  389. package/src/icons/duotone-icons/Files/Media-folder.svg +0 -11
  390. package/src/icons/duotone-icons/Files/Media.svg +0 -11
  391. package/src/icons/duotone-icons/Files/Music.svg +0 -11
  392. package/src/icons/duotone-icons/Files/Pictures#1.svg +0 -13
  393. package/src/icons/duotone-icons/Files/Pictures#2.svg +0 -15
  394. package/src/icons/duotone-icons/Files/Protected-file.svg +0 -11
  395. package/src/icons/duotone-icons/Files/Selected-file.svg +0 -11
  396. package/src/icons/duotone-icons/Files/Share.svg +0 -13
  397. package/src/icons/duotone-icons/Files/Upload-folder.svg +0 -11
  398. package/src/icons/duotone-icons/Files/Upload.svg +0 -12
  399. package/src/icons/duotone-icons/Files/Uploaded-file.svg +0 -11
  400. package/src/icons/duotone-icons/Files/User-folder.svg +0 -12
  401. package/src/icons/duotone-icons/Food/Beer.svg +0 -14
  402. package/src/icons/duotone-icons/Food/Bottle#1.svg +0 -11
  403. package/src/icons/duotone-icons/Food/Bottle#2.svg +0 -11
  404. package/src/icons/duotone-icons/Food/Bread.svg +0 -11
  405. package/src/icons/duotone-icons/Food/Bucket.svg +0 -11
  406. package/src/icons/duotone-icons/Food/Burger.svg +0 -12
  407. package/src/icons/duotone-icons/Food/Cake.svg +0 -12
  408. package/src/icons/duotone-icons/Food/Carrot.svg +0 -13
  409. package/src/icons/duotone-icons/Food/Cheese.svg +0 -11
  410. package/src/icons/duotone-icons/Food/Chicken.svg +0 -13
  411. package/src/icons/duotone-icons/Food/Coffee#1.svg +0 -14
  412. package/src/icons/duotone-icons/Food/Coffee#2.svg +0 -12
  413. package/src/icons/duotone-icons/Food/Cookie.svg +0 -13
  414. package/src/icons/duotone-icons/Food/Dinner.svg +0 -11
  415. package/src/icons/duotone-icons/Food/Fish.svg +0 -11
  416. package/src/icons/duotone-icons/Food/French Bread.svg +0 -10
  417. package/src/icons/duotone-icons/Food/Glass-martini.svg +0 -11
  418. package/src/icons/duotone-icons/Food/Ice-cream#1.svg +0 -11
  419. package/src/icons/duotone-icons/Food/Ice-cream#2.svg +0 -11
  420. package/src/icons/duotone-icons/Food/Miso-soup.svg +0 -11
  421. package/src/icons/duotone-icons/Food/Orange.svg +0 -11
  422. package/src/icons/duotone-icons/Food/Pizza.svg +0 -13
  423. package/src/icons/duotone-icons/Food/Sushi.svg +0 -11
  424. package/src/icons/duotone-icons/Food/Two-bottles.svg +0 -11
  425. package/src/icons/duotone-icons/Food/Wine.svg +0 -11
  426. package/src/icons/duotone-icons/General/Attachment#1.svg +0 -11
  427. package/src/icons/duotone-icons/General/Attachment#2.svg +0 -13
  428. package/src/icons/duotone-icons/General/Binocular.svg +0 -10
  429. package/src/icons/duotone-icons/General/Bookmark.svg +0 -10
  430. package/src/icons/duotone-icons/General/Clip.svg +0 -10
  431. package/src/icons/duotone-icons/General/Clipboard.svg +0 -13
  432. package/src/icons/duotone-icons/General/Cursor.svg +0 -10
  433. package/src/icons/duotone-icons/General/Dislike.svg +0 -11
  434. package/src/icons/duotone-icons/General/Duplicate.svg +0 -11
  435. package/src/icons/duotone-icons/General/Edit.svg +0 -10
  436. package/src/icons/duotone-icons/General/Expand-arrows.svg +0 -11
  437. package/src/icons/duotone-icons/General/Fire.svg +0 -10
  438. package/src/icons/duotone-icons/General/Folder.svg +0 -10
  439. package/src/icons/duotone-icons/General/Half-heart.svg +0 -11
  440. package/src/icons/duotone-icons/General/Half-star.svg +0 -11
  441. package/src/icons/duotone-icons/General/Heart.svg +0 -10
  442. package/src/icons/duotone-icons/General/Hidden.svg +0 -12
  443. package/src/icons/duotone-icons/General/Like.svg +0 -11
  444. package/src/icons/duotone-icons/General/Lock.svg +0 -16
  445. package/src/icons/duotone-icons/General/Notification#2.svg +0 -11
  446. package/src/icons/duotone-icons/General/Notifications#1.svg +0 -10
  447. package/src/icons/duotone-icons/General/Other#1.svg +0 -12
  448. package/src/icons/duotone-icons/General/Other#2.svg +0 -12
  449. package/src/icons/duotone-icons/General/Sad.svg +0 -11
  450. package/src/icons/duotone-icons/General/Save.svg +0 -11
  451. package/src/icons/duotone-icons/General/Scale.svg +0 -11
  452. package/src/icons/duotone-icons/General/Scissors.svg +0 -11
  453. package/src/icons/duotone-icons/General/Search.svg +0 -11
  454. package/src/icons/duotone-icons/General/Settings#3.svg +0 -11
  455. package/src/icons/duotone-icons/General/Settings-1.inline.svg +0 -11
  456. package/src/icons/duotone-icons/General/Settings-2.svg +0 -10
  457. package/src/icons/duotone-icons/General/Shield-check.svg +0 -11
  458. package/src/icons/duotone-icons/General/Shield-disabled.svg +0 -11
  459. package/src/icons/duotone-icons/General/Shield-protected.svg +0 -11
  460. package/src/icons/duotone-icons/General/Size.svg +0 -11
  461. package/src/icons/duotone-icons/General/Smile.svg +0 -11
  462. package/src/icons/duotone-icons/General/Star.svg +0 -10
  463. package/src/icons/duotone-icons/General/Thunder-move.svg +0 -11
  464. package/src/icons/duotone-icons/General/Thunder.svg +0 -10
  465. package/src/icons/duotone-icons/General/Trash.svg +0 -11
  466. package/src/icons/duotone-icons/General/Unlock.svg +0 -16
  467. package/src/icons/duotone-icons/General/Update.svg +0 -10
  468. package/src/icons/duotone-icons/General/User.svg +0 -11
  469. package/src/icons/duotone-icons/General/Visible.svg +0 -11
  470. package/src/icons/duotone-icons/Home/Air-ballon.svg +0 -11
  471. package/src/icons/duotone-icons/Home/Alarm-clock.svg +0 -12
  472. package/src/icons/duotone-icons/Home/Armchair.svg +0 -11
  473. package/src/icons/duotone-icons/Home/Bag-chair.svg +0 -11
  474. package/src/icons/duotone-icons/Home/Bath.svg +0 -11
  475. package/src/icons/duotone-icons/Home/Bed.svg +0 -12
  476. package/src/icons/duotone-icons/Home/Book-open.svg +0 -11
  477. package/src/icons/duotone-icons/Home/Book.svg +0 -16
  478. package/src/icons/duotone-icons/Home/Box.svg +0 -11
  479. package/src/icons/duotone-icons/Home/Broom.svg +0 -11
  480. package/src/icons/duotone-icons/Home/Building.svg +0 -12
  481. package/src/icons/duotone-icons/Home/Bulb#1.svg +0 -13
  482. package/src/icons/duotone-icons/Home/Bulb#2.svg +0 -13
  483. package/src/icons/duotone-icons/Home/Chair#1.svg +0 -11
  484. package/src/icons/duotone-icons/Home/Chair#2.svg +0 -11
  485. package/src/icons/duotone-icons/Home/Clock.svg +0 -11
  486. package/src/icons/duotone-icons/Home/Commode#1.svg +0 -11
  487. package/src/icons/duotone-icons/Home/Commode#2.svg +0 -11
  488. package/src/icons/duotone-icons/Home/Couch.svg +0 -11
  489. package/src/icons/duotone-icons/Home/Cupboard.svg +0 -11
  490. package/src/icons/duotone-icons/Home/Curtains.svg +0 -11
  491. package/src/icons/duotone-icons/Home/Deer.svg +0 -11
  492. package/src/icons/duotone-icons/Home/Door-open.svg +0 -11
  493. package/src/icons/duotone-icons/Home/Earth.svg +0 -11
  494. package/src/icons/duotone-icons/Home/Fireplace.svg +0 -11
  495. package/src/icons/duotone-icons/Home/Flashlight.svg +0 -11
  496. package/src/icons/duotone-icons/Home/Flower#1.svg +0 -13
  497. package/src/icons/duotone-icons/Home/Flower#2.svg +0 -14
  498. package/src/icons/duotone-icons/Home/Flower#3.svg +0 -12
  499. package/src/icons/duotone-icons/Home/Globe.svg +0 -11
  500. package/src/icons/duotone-icons/Home/Home-heart.svg +0 -11
  501. package/src/icons/duotone-icons/Home/Home.svg +0 -10
  502. package/src/icons/duotone-icons/Home/Key.svg +0 -11
  503. package/src/icons/duotone-icons/Home/Ladder.svg +0 -11
  504. package/src/icons/duotone-icons/Home/Lamp#1.svg +0 -13
  505. package/src/icons/duotone-icons/Home/Lamp#2.svg +0 -12
  506. package/src/icons/duotone-icons/Home/Library.svg +0 -11
  507. package/src/icons/duotone-icons/Home/Mailbox.svg +0 -11
  508. package/src/icons/duotone-icons/Home/Mirror.svg +0 -11
  509. package/src/icons/duotone-icons/Home/Picture.svg +0 -13
  510. package/src/icons/duotone-icons/Home/Ruller.svg +0 -10
  511. package/src/icons/duotone-icons/Home/Stairs.svg +0 -10
  512. package/src/icons/duotone-icons/Home/Timer.svg +0 -13
  513. package/src/icons/duotone-icons/Home/Toilet.svg +0 -11
  514. package/src/icons/duotone-icons/Home/Towel.svg +0 -10
  515. package/src/icons/duotone-icons/Home/Trash.svg +0 -11
  516. package/src/icons/duotone-icons/Home/Water-mixer.svg +0 -12
  517. package/src/icons/duotone-icons/Home/Weight#1.svg +0 -11
  518. package/src/icons/duotone-icons/Home/Weight#2.svg +0 -11
  519. package/src/icons/duotone-icons/Home/Wood#1.svg +0 -11
  520. package/src/icons/duotone-icons/Home/Wood#2.svg +0 -11
  521. package/src/icons/duotone-icons/Home/Wood-horse.svg +0 -10
  522. package/src/icons/duotone-icons/Layout/Layout-3d.svg +0 -11
  523. package/src/icons/duotone-icons/Layout/Layout-4-blocks.svg +0 -11
  524. package/src/icons/duotone-icons/Layout/Layout-arrange.inline.svg +0 -11
  525. package/src/icons/duotone-icons/Layout/Layout-grid.svg +0 -11
  526. package/src/icons/duotone-icons/Layout/Layout-horizontal.svg +0 -11
  527. package/src/icons/duotone-icons/Layout/Layout-left-panel-1.svg +0 -11
  528. package/src/icons/duotone-icons/Layout/Layout-left-panel-2.svg +0 -11
  529. package/src/icons/duotone-icons/Layout/Layout-right-panel-1.svg +0 -11
  530. package/src/icons/duotone-icons/Layout/Layout-right-panel-2.svg +0 -11
  531. package/src/icons/duotone-icons/Layout/Layout-top-panel-1.svg +0 -11
  532. package/src/icons/duotone-icons/Layout/Layout-top-panel-2.svg +0 -11
  533. package/src/icons/duotone-icons/Layout/Layout-top-panel-3.svg +0 -11
  534. package/src/icons/duotone-icons/Layout/Layout-top-panel-4.svg +0 -11
  535. package/src/icons/duotone-icons/Layout/Layout-top-panel-5.svg +0 -11
  536. package/src/icons/duotone-icons/Layout/Layout-top-panel-6.svg +0 -11
  537. package/src/icons/duotone-icons/Layout/Layout-vertical.svg +0 -11
  538. package/src/icons/duotone-icons/Map/Compass.svg +0 -10
  539. package/src/icons/duotone-icons/Map/Direction#1.svg +0 -10
  540. package/src/icons/duotone-icons/Map/Direction#2.svg +0 -10
  541. package/src/icons/duotone-icons/Map/Location-arrow.svg +0 -10
  542. package/src/icons/duotone-icons/Map/Marker#1.svg +0 -10
  543. package/src/icons/duotone-icons/Map/Marker#2.svg +0 -10
  544. package/src/icons/duotone-icons/Map/Position.svg +0 -12
  545. package/src/icons/duotone-icons/Media/Add-music.svg +0 -11
  546. package/src/icons/duotone-icons/Media/Airplay-video.svg +0 -11
  547. package/src/icons/duotone-icons/Media/Airplay.svg +0 -11
  548. package/src/icons/duotone-icons/Media/Back.svg +0 -11
  549. package/src/icons/duotone-icons/Media/Backward.svg +0 -11
  550. package/src/icons/duotone-icons/Media/CD.svg +0 -11
  551. package/src/icons/duotone-icons/Media/DVD.svg +0 -11
  552. package/src/icons/duotone-icons/Media/Eject.svg +0 -11
  553. package/src/icons/duotone-icons/Media/Equalizer.svg +0 -13
  554. package/src/icons/duotone-icons/Media/Forward.svg +0 -11
  555. package/src/icons/duotone-icons/Media/Media-library#1.svg +0 -13
  556. package/src/icons/duotone-icons/Media/Media-library#2.svg +0 -11
  557. package/src/icons/duotone-icons/Media/Media-library#3.svg +0 -17
  558. package/src/icons/duotone-icons/Media/Movie-Lane #2.svg +0 -11
  559. package/src/icons/duotone-icons/Media/Movie-lane#1.svg +0 -11
  560. package/src/icons/duotone-icons/Media/Music-cloud.svg +0 -11
  561. package/src/icons/duotone-icons/Media/Music-note.svg +0 -10
  562. package/src/icons/duotone-icons/Media/Music.svg +0 -10
  563. package/src/icons/duotone-icons/Media/Mute.svg +0 -11
  564. package/src/icons/duotone-icons/Media/Next.svg +0 -11
  565. package/src/icons/duotone-icons/Media/Pause.svg +0 -10
  566. package/src/icons/duotone-icons/Media/Play.svg +0 -10
  567. package/src/icons/duotone-icons/Media/Playlist#1.svg +0 -11
  568. package/src/icons/duotone-icons/Media/Playlist#2.svg +0 -11
  569. package/src/icons/duotone-icons/Media/Rec.svg +0 -10
  570. package/src/icons/duotone-icons/Media/Repeat-one.svg +0 -11
  571. package/src/icons/duotone-icons/Media/Repeat.svg +0 -11
  572. package/src/icons/duotone-icons/Media/Shuffle.svg +0 -11
  573. package/src/icons/duotone-icons/Media/Volume-down.svg +0 -11
  574. package/src/icons/duotone-icons/Media/Volume-full.svg +0 -11
  575. package/src/icons/duotone-icons/Media/Volume-half.svg +0 -11
  576. package/src/icons/duotone-icons/Media/Volume-up.svg +0 -11
  577. package/src/icons/duotone-icons/Media/Vynil.svg +0 -11
  578. package/src/icons/duotone-icons/Media/Youtube.svg +0 -11
  579. package/src/icons/duotone-icons/Navigation/Angle-double-down.svg +0 -11
  580. package/src/icons/duotone-icons/Navigation/Angle-double-left.svg +0 -11
  581. package/src/icons/duotone-icons/Navigation/Angle-double-right.svg +0 -11
  582. package/src/icons/duotone-icons/Navigation/Angle-double-up.svg +0 -11
  583. package/src/icons/duotone-icons/Navigation/Angle-down.svg +0 -10
  584. package/src/icons/duotone-icons/Navigation/Angle-left.svg +0 -10
  585. package/src/icons/duotone-icons/Navigation/Angle-right.svg +0 -10
  586. package/src/icons/duotone-icons/Navigation/Angle-up.svg +0 -10
  587. package/src/icons/duotone-icons/Navigation/Arrow-down.svg +0 -11
  588. package/src/icons/duotone-icons/Navigation/Arrow-from-bottom.svg +0 -12
  589. package/src/icons/duotone-icons/Navigation/Arrow-from-left.svg +0 -12
  590. package/src/icons/duotone-icons/Navigation/Arrow-from-right.svg +0 -12
  591. package/src/icons/duotone-icons/Navigation/Arrow-from-top.svg +0 -12
  592. package/src/icons/duotone-icons/Navigation/Arrow-left.svg +0 -11
  593. package/src/icons/duotone-icons/Navigation/Arrow-right.svg +0 -11
  594. package/src/icons/duotone-icons/Navigation/Arrow-to-bottom.svg +0 -12
  595. package/src/icons/duotone-icons/Navigation/Arrow-to-left.svg +0 -12
  596. package/src/icons/duotone-icons/Navigation/Arrow-to-right.svg +0 -12
  597. package/src/icons/duotone-icons/Navigation/Arrow-to-up.svg +0 -12
  598. package/src/icons/duotone-icons/Navigation/Arrow-up.svg +0 -11
  599. package/src/icons/duotone-icons/Navigation/Arrows-h.svg +0 -12
  600. package/src/icons/duotone-icons/Navigation/Arrows-v.svg +0 -12
  601. package/src/icons/duotone-icons/Navigation/Check.svg +0 -10
  602. package/src/icons/duotone-icons/Navigation/Close.svg +0 -12
  603. package/src/icons/duotone-icons/Navigation/Double-check.svg +0 -11
  604. package/src/icons/duotone-icons/Navigation/Down-2.svg +0 -11
  605. package/src/icons/duotone-icons/Navigation/Down-left.svg +0 -11
  606. package/src/icons/duotone-icons/Navigation/Down-right.svg +0 -11
  607. package/src/icons/duotone-icons/Navigation/Exchange.svg +0 -13
  608. package/src/icons/duotone-icons/Navigation/Left 3.svg +0 -11
  609. package/src/icons/duotone-icons/Navigation/Left-2.svg +0 -11
  610. package/src/icons/duotone-icons/Navigation/Minus.svg +0 -9
  611. package/src/icons/duotone-icons/Navigation/Plus.svg +0 -10
  612. package/src/icons/duotone-icons/Navigation/Right 3.svg +0 -11
  613. package/src/icons/duotone-icons/Navigation/Right-2.svg +0 -11
  614. package/src/icons/duotone-icons/Navigation/Route.svg +0 -12
  615. package/src/icons/duotone-icons/Navigation/Sign-in.svg +0 -12
  616. package/src/icons/duotone-icons/Navigation/Sign-out.svg +0 -12
  617. package/src/icons/duotone-icons/Navigation/Up-2.svg +0 -11
  618. package/src/icons/duotone-icons/Navigation/Up-down.svg +0 -13
  619. package/src/icons/duotone-icons/Navigation/Up-left.svg +0 -11
  620. package/src/icons/duotone-icons/Navigation/Up-right.svg +0 -11
  621. package/src/icons/duotone-icons/Navigation/Waiting.svg +0 -10
  622. package/src/icons/duotone-icons/Shopping/ATM.svg +0 -11
  623. package/src/icons/duotone-icons/Shopping/Bag#1.svg +0 -11
  624. package/src/icons/duotone-icons/Shopping/Bag#2.svg +0 -11
  625. package/src/icons/duotone-icons/Shopping/Barcode-read.svg +0 -11
  626. package/src/icons/duotone-icons/Shopping/Barcode-scan.svg +0 -12
  627. package/src/icons/duotone-icons/Shopping/Barcode.svg +0 -11
  628. package/src/icons/duotone-icons/Shopping/Bitcoin.svg +0 -12
  629. package/src/icons/duotone-icons/Shopping/Box#1.svg +0 -11
  630. package/src/icons/duotone-icons/Shopping/Box#3.svg +0 -11
  631. package/src/icons/duotone-icons/Shopping/Box2.inline.svg +0 -11
  632. package/src/icons/duotone-icons/Shopping/Calculator.svg +0 -11
  633. package/src/icons/duotone-icons/Shopping/Cart#1.svg +0 -11
  634. package/src/icons/duotone-icons/Shopping/Cart#2.svg +0 -11
  635. package/src/icons/duotone-icons/Shopping/Cart#3.svg +0 -11
  636. package/src/icons/duotone-icons/Shopping/Chart-bar#1.svg +0 -13
  637. package/src/icons/duotone-icons/Shopping/Chart-bar#2.svg +0 -13
  638. package/src/icons/duotone-icons/Shopping/Chart-bar#3.svg +0 -13
  639. package/src/icons/duotone-icons/Shopping/Chart-line#1.svg +0 -11
  640. package/src/icons/duotone-icons/Shopping/Chart-line#2.svg +0 -11
  641. package/src/icons/duotone-icons/Shopping/Chart-pie.svg +0 -11
  642. package/src/icons/duotone-icons/Shopping/Credit-card.svg +0 -12
  643. package/src/icons/duotone-icons/Shopping/Dollar.svg +0 -12
  644. package/src/icons/duotone-icons/Shopping/Euro.svg +0 -11
  645. package/src/icons/duotone-icons/Shopping/Gift.svg +0 -11
  646. package/src/icons/duotone-icons/Shopping/Loader.svg +0 -12
  647. package/src/icons/duotone-icons/Shopping/MC.svg +0 -11
  648. package/src/icons/duotone-icons/Shopping/Money.svg +0 -11
  649. package/src/icons/duotone-icons/Shopping/Pound.svg +0 -11
  650. package/src/icons/duotone-icons/Shopping/Price #1.svg +0 -10
  651. package/src/icons/duotone-icons/Shopping/Price #2.svg +0 -14
  652. package/src/icons/duotone-icons/Shopping/Rouble.svg +0 -11
  653. package/src/icons/duotone-icons/Shopping/Safe.svg +0 -11
  654. package/src/icons/duotone-icons/Shopping/Sale#1.svg +0 -11
  655. package/src/icons/duotone-icons/Shopping/Sale#2.svg +0 -13
  656. package/src/icons/duotone-icons/Shopping/Settings.svg +0 -11
  657. package/src/icons/duotone-icons/Shopping/Sort#1.svg +0 -11
  658. package/src/icons/duotone-icons/Shopping/Sort#2.svg +0 -10
  659. package/src/icons/duotone-icons/Shopping/Sort#3.svg +0 -10
  660. package/src/icons/duotone-icons/Shopping/Ticket.svg +0 -10
  661. package/src/icons/duotone-icons/Shopping/Wallet#2.svg +0 -11
  662. package/src/icons/duotone-icons/Shopping/Wallet#3.svg +0 -12
  663. package/src/icons/duotone-icons/Shopping/Wallet.svg +0 -12
  664. package/src/icons/duotone-icons/Text/Align-auto.svg +0 -11
  665. package/src/icons/duotone-icons/Text/Align-center.svg +0 -11
  666. package/src/icons/duotone-icons/Text/Align-justify.svg +0 -11
  667. package/src/icons/duotone-icons/Text/Align-left.svg +0 -12
  668. package/src/icons/duotone-icons/Text/Align-right.svg +0 -11
  669. package/src/icons/duotone-icons/Text/Article.svg +0 -11
  670. package/src/icons/duotone-icons/Text/Bold.svg +0 -10
  671. package/src/icons/duotone-icons/Text/Bullet-list.svg +0 -11
  672. package/src/icons/duotone-icons/Text/Code.svg +0 -10
  673. package/src/icons/duotone-icons/Text/Edit-text.svg +0 -11
  674. package/src/icons/duotone-icons/Text/Filter.svg +0 -10
  675. package/src/icons/duotone-icons/Text/Font.svg +0 -11
  676. package/src/icons/duotone-icons/Text/H1.svg +0 -11
  677. package/src/icons/duotone-icons/Text/H2.svg +0 -11
  678. package/src/icons/duotone-icons/Text/Itallic.svg +0 -10
  679. package/src/icons/duotone-icons/Text/Menu.svg +0 -11
  680. package/src/icons/duotone-icons/Text/Paragraph.svg +0 -10
  681. package/src/icons/duotone-icons/Text/Quote#1.svg +0 -11
  682. package/src/icons/duotone-icons/Text/Quote#2.svg +0 -11
  683. package/src/icons/duotone-icons/Text/Redo.svg +0 -10
  684. package/src/icons/duotone-icons/Text/Strikethrough.svg +0 -11
  685. package/src/icons/duotone-icons/Text/Text-height.svg +0 -11
  686. package/src/icons/duotone-icons/Text/Text-width.svg +0 -11
  687. package/src/icons/duotone-icons/Text/Text.svg +0 -10
  688. package/src/icons/duotone-icons/Text/Underline.svg +0 -11
  689. package/src/icons/duotone-icons/Text/Undo.svg +0 -10
  690. package/src/icons/duotone-icons/Tools/Angle Grinder.svg +0 -12
  691. package/src/icons/duotone-icons/Tools/Axe.svg +0 -11
  692. package/src/icons/duotone-icons/Tools/Brush.svg +0 -11
  693. package/src/icons/duotone-icons/Tools/Compass.svg +0 -11
  694. package/src/icons/duotone-icons/Tools/Hummer#2.svg +0 -12
  695. package/src/icons/duotone-icons/Tools/Hummer.svg +0 -11
  696. package/src/icons/duotone-icons/Tools/Pantone.svg +0 -12
  697. package/src/icons/duotone-icons/Tools/Road-Cone.svg +0 -11
  698. package/src/icons/duotone-icons/Tools/Roller.svg +0 -12
  699. package/src/icons/duotone-icons/Tools/Roulette.svg +0 -11
  700. package/src/icons/duotone-icons/Tools/Screwdriver.svg +0 -11
  701. package/src/icons/duotone-icons/Tools/Shovel.svg +0 -11
  702. package/src/icons/duotone-icons/Tools/Spatula.svg +0 -11
  703. package/src/icons/duotone-icons/Tools/Swiss-knife.svg +0 -11
  704. package/src/icons/duotone-icons/Tools/Tools.svg +0 -11
  705. package/src/icons/duotone-icons/Weather/Celcium.svg +0 -11
  706. package/src/icons/duotone-icons/Weather/Cloud#1.svg +0 -10
  707. package/src/icons/duotone-icons/Weather/Cloud#2.svg +0 -11
  708. package/src/icons/duotone-icons/Weather/Cloud-fog.svg +0 -11
  709. package/src/icons/duotone-icons/Weather/Cloud-sun.svg +0 -11
  710. package/src/icons/duotone-icons/Weather/Cloud-wind.svg +0 -12
  711. package/src/icons/duotone-icons/Weather/Cloudy-night.svg +0 -11
  712. package/src/icons/duotone-icons/Weather/Cloudy.svg +0 -11
  713. package/src/icons/duotone-icons/Weather/Day-rain.svg +0 -11
  714. package/src/icons/duotone-icons/Weather/Fahrenheit.svg +0 -11
  715. package/src/icons/duotone-icons/Weather/Fog.svg +0 -15
  716. package/src/icons/duotone-icons/Weather/Moon.svg +0 -10
  717. package/src/icons/duotone-icons/Weather/Night-fog.svg +0 -11
  718. package/src/icons/duotone-icons/Weather/Night-rain.svg +0 -11
  719. package/src/icons/duotone-icons/Weather/Rain#1.svg +0 -11
  720. package/src/icons/duotone-icons/Weather/Rain#2.svg +0 -11
  721. package/src/icons/duotone-icons/Weather/Rain#5.svg +0 -11
  722. package/src/icons/duotone-icons/Weather/Rainbow.svg +0 -12
  723. package/src/icons/duotone-icons/Weather/Snow#1.svg +0 -11
  724. package/src/icons/duotone-icons/Weather/Snow#2.svg +0 -11
  725. package/src/icons/duotone-icons/Weather/Snow#3.svg +0 -11
  726. package/src/icons/duotone-icons/Weather/Snow.svg +0 -11
  727. package/src/icons/duotone-icons/Weather/Storm.svg +0 -11
  728. package/src/icons/duotone-icons/Weather/Sun-fog.svg +0 -11
  729. package/src/icons/duotone-icons/Weather/Sun.svg +0 -11
  730. package/src/icons/duotone-icons/Weather/Suset#1.svg +0 -11
  731. package/src/icons/duotone-icons/Weather/Suset#2.svg +0 -11
  732. package/src/icons/duotone-icons/Weather/Temperature-empty.svg +0 -10
  733. package/src/icons/duotone-icons/Weather/Temperature-full.svg +0 -10
  734. package/src/icons/duotone-icons/Weather/Temperature-half.svg +0 -10
  735. package/src/icons/duotone-icons/Weather/Thunder-night.svg +0 -11
  736. package/src/icons/duotone-icons/Weather/Thunder.svg +0 -11
  737. package/src/icons/duotone-icons/Weather/Umbrella.svg +0 -11
  738. package/src/icons/duotone-icons/Weather/Wind.svg +0 -11
  739. package/src/icons/social/facebook.svg +0 -10
  740. package/src/icons/social/instagram.svg +0 -10
  741. package/src/icons/social/pinterest.svg +0 -3
  742. package/src/icons/social/twitter.svg +0 -10
  743. package/src/implemented-proposals/abi-management.md +0 -161
  744. package/src/implemented-proposals/bank-timestamp-correction.md +0 -77
  745. package/src/implemented-proposals/commitment.md +0 -92
  746. package/src/implemented-proposals/durable-tx-nonces.md +0 -131
  747. package/src/implemented-proposals/ed_overview/ed_economic_sustainability.md +0 -9
  748. package/src/implemented-proposals/ed_overview/ed_mvp.md +0 -24
  749. package/src/implemented-proposals/ed_overview/ed_overview.md +0 -19
  750. package/src/implemented-proposals/ed_overview/ed_references.md +0 -7
  751. package/src/implemented-proposals/ed_overview/ed_storage_rent_economics.md +0 -17
  752. package/src/implemented-proposals/ed_overview/ed_validation_client_economics/ed_vce_overview.md +0 -9
  753. package/src/implemented-proposals/ed_overview/ed_validation_client_economics/ed_vce_state_validation_protocol_based_rewards.md +0 -64
  754. package/src/implemented-proposals/ed_overview/ed_validation_client_economics/ed_vce_state_validation_transaction_fees.md +0 -20
  755. package/src/implemented-proposals/ed_overview/ed_validation_client_economics/ed_vce_validation_stake_delegation.md +0 -28
  756. package/src/implemented-proposals/implemented-proposals.md +0 -9
  757. package/src/implemented-proposals/installer.md +0 -216
  758. package/src/implemented-proposals/instruction_introspection.md +0 -28
  759. package/src/implemented-proposals/leader-leader-transition.md +0 -55
  760. package/src/implemented-proposals/leader-validator-transition.md +0 -52
  761. package/src/implemented-proposals/persistent-account-storage.md +0 -83
  762. package/src/implemented-proposals/readonly-accounts.md +0 -25
  763. package/src/implemented-proposals/reliable-vote-transmission.md +0 -60
  764. package/src/implemented-proposals/rent.md +0 -69
  765. package/src/implemented-proposals/repair-service.md +0 -108
  766. package/src/implemented-proposals/rpc-transaction-history.md +0 -107
  767. package/src/implemented-proposals/snapshot-verification.md +0 -56
  768. package/src/implemented-proposals/staking-rewards.md +0 -33
  769. package/src/implemented-proposals/testing-programs.md +0 -53
  770. package/src/implemented-proposals/tower-bft.md +0 -138
  771. package/src/implemented-proposals/transaction-fees.md +0 -32
  772. package/src/implemented-proposals/validator-timestamp-oracle.md +0 -107
  773. package/src/inflation/adjusted_staking_yield.md +0 -118
  774. package/src/inflation/inflation_schedule.md +0 -40
  775. package/src/inflation/terminology.md +0 -54
  776. package/src/integrations/exchange.md +0 -753
  777. package/src/introduction.md +0 -33
  778. package/src/offline-signing/durable-nonce.md +0 -247
  779. package/src/offline-signing.md +0 -174
  780. package/src/pages/index.js +0 -160
  781. package/src/pages/styles.module.css +0 -41
  782. package/src/proposals/accepted-design-proposals.md +0 -11
  783. package/src/proposals/accounts-db-replication.md +0 -185
  784. package/src/proposals/bankless-leader.md +0 -57
  785. package/src/proposals/block-confirmation.md +0 -85
  786. package/src/proposals/cluster-test-framework.md +0 -102
  787. package/src/proposals/comprehensive-compute-fees.md +0 -164
  788. package/src/proposals/embedding-move.md +0 -37
  789. package/src/proposals/interchain-transaction-verification.md +0 -105
  790. package/src/proposals/ledger-replication-to-implement.md +0 -417
  791. package/src/proposals/log_data.md +0 -146
  792. package/src/proposals/optimistic-confirmation-and-slashing.md +0 -89
  793. package/src/proposals/optimistic-transaction-propagation-signal.md +0 -109
  794. package/src/proposals/optimistic_confirmation.md +0 -408
  795. package/src/proposals/program-instruction-macro.md +0 -226
  796. package/src/proposals/return-data.md +0 -144
  797. package/src/proposals/rip-curl.md +0 -56
  798. package/src/proposals/rust-clients.md +0 -54
  799. package/src/proposals/simple-payment-and-state-verification.md +0 -258
  800. package/src/proposals/slashing.md +0 -60
  801. package/src/proposals/snapshot-verification.md +0 -11
  802. package/src/proposals/tick-verification.md +0 -70
  803. package/src/proposals/transactions-v2.md +0 -334
  804. package/src/proposals/validator-proposal.md +0 -54
  805. package/src/proposals/vote-signing-to-implement.md +0 -116
  806. package/src/running-validator/restart-cluster.md +0 -117
  807. package/src/running-validator/validator-failover.md +0 -146
  808. package/src/running-validator/validator-info.md +0 -64
  809. package/src/running-validator/validator-monitor.md +0 -47
  810. package/src/running-validator/validator-reqs.md +0 -115
  811. package/src/running-validator/validator-stake.md +0 -132
  812. package/src/running-validator/validator-start.md +0 -492
  813. package/src/running-validator/validator-troubleshoot.md +0 -17
  814. package/src/running-validator/vote-accounts.md +0 -219
  815. package/src/running-validator.md +0 -7
  816. package/src/staking/stake-accounts.md +0 -141
  817. package/src/staking/stake-programming.md +0 -27
  818. package/src/staking.md +0 -117
  819. package/src/storage_rent_economics.md +0 -17
  820. package/src/terminology.md +0 -346
  821. package/src/theme/Footer/index.js +0 -126
  822. package/src/theme/Footer/styles.module.css +0 -15
  823. package/src/transaction_fees.md +0 -21
  824. package/src/validator/anatomy.md +0 -13
  825. package/src/validator/blockstore.md +0 -91
  826. package/src/validator/gossip.md +0 -90
  827. package/src/validator/runtime.md +0 -69
  828. package/src/validator/tpu.md +0 -5
  829. package/src/validator/tvu.md +0 -9
  830. package/src/wallet-guide/apps.md +0 -74
  831. package/src/wallet-guide/cli.md +0 -67
  832. package/src/wallet-guide/file-system-wallet.md +0 -65
  833. package/src/wallet-guide/hardware-wallets/ledger.md +0 -219
  834. package/src/wallet-guide/hardware-wallets.md +0 -53
  835. package/src/wallet-guide/ledger-live.md +0 -77
  836. package/src/wallet-guide/paper-wallet.md +0 -203
  837. package/src/wallet-guide/solflare.md +0 -201
  838. package/src/wallet-guide/support.md +0 -16
  839. package/src/wallet-guide/web-wallets.md +0 -52
  840. package/src/wallet-guide.md +0 -63
  841. package/static/.nojekyll +0 -0
  842. package/static/img/favicon.ico +0 -0
  843. package/static/katex/README.md +0 -91
  844. package/static/katex/contrib/auto-render.js +0 -350
  845. package/static/katex/contrib/auto-render.min.js +0 -1
  846. package/static/katex/contrib/auto-render.mjs +0 -226
  847. package/static/katex/contrib/copy-tex.css +0 -13
  848. package/static/katex/contrib/copy-tex.js +0 -213
  849. package/static/katex/contrib/copy-tex.min.css +0 -1
  850. package/static/katex/contrib/copy-tex.min.js +0 -1
  851. package/static/katex/contrib/copy-tex.mjs +0 -85
  852. package/static/katex/contrib/mathtex-script-type.js +0 -137
  853. package/static/katex/contrib/mathtex-script-type.min.js +0 -1
  854. package/static/katex/contrib/mathtex-script-type.mjs +0 -24
  855. package/static/katex/contrib/mhchem.js +0 -3241
  856. package/static/katex/contrib/mhchem.min.js +0 -1
  857. package/static/katex/contrib/mhchem.mjs +0 -3109
  858. package/static/katex/contrib/render-a11y-string.js +0 -870
  859. package/static/katex/contrib/render-a11y-string.min.js +0 -1
  860. package/static/katex/contrib/render-a11y-string.mjs +0 -753
  861. package/static/katex/fonts/KaTeX_AMS-Regular.ttf +0 -0
  862. package/static/katex/fonts/KaTeX_AMS-Regular.woff +0 -0
  863. package/static/katex/fonts/KaTeX_AMS-Regular.woff2 +0 -0
  864. package/static/katex/fonts/KaTeX_Caligraphic-Bold.ttf +0 -0
  865. package/static/katex/fonts/KaTeX_Caligraphic-Bold.woff +0 -0
  866. package/static/katex/fonts/KaTeX_Caligraphic-Bold.woff2 +0 -0
  867. package/static/katex/fonts/KaTeX_Caligraphic-Regular.ttf +0 -0
  868. package/static/katex/fonts/KaTeX_Caligraphic-Regular.woff +0 -0
  869. package/static/katex/fonts/KaTeX_Caligraphic-Regular.woff2 +0 -0
  870. package/static/katex/fonts/KaTeX_Fraktur-Bold.ttf +0 -0
  871. package/static/katex/fonts/KaTeX_Fraktur-Bold.woff +0 -0
  872. package/static/katex/fonts/KaTeX_Fraktur-Bold.woff2 +0 -0
  873. package/static/katex/fonts/KaTeX_Fraktur-Regular.ttf +0 -0
  874. package/static/katex/fonts/KaTeX_Fraktur-Regular.woff +0 -0
  875. package/static/katex/fonts/KaTeX_Fraktur-Regular.woff2 +0 -0
  876. package/static/katex/fonts/KaTeX_Main-Bold.ttf +0 -0
  877. package/static/katex/fonts/KaTeX_Main-Bold.woff +0 -0
  878. package/static/katex/fonts/KaTeX_Main-Bold.woff2 +0 -0
  879. package/static/katex/fonts/KaTeX_Main-BoldItalic.ttf +0 -0
  880. package/static/katex/fonts/KaTeX_Main-BoldItalic.woff +0 -0
  881. package/static/katex/fonts/KaTeX_Main-BoldItalic.woff2 +0 -0
  882. package/static/katex/fonts/KaTeX_Main-Italic.ttf +0 -0
  883. package/static/katex/fonts/KaTeX_Main-Italic.woff +0 -0
  884. package/static/katex/fonts/KaTeX_Main-Italic.woff2 +0 -0
  885. package/static/katex/fonts/KaTeX_Main-Regular.ttf +0 -0
  886. package/static/katex/fonts/KaTeX_Main-Regular.woff +0 -0
  887. package/static/katex/fonts/KaTeX_Main-Regular.woff2 +0 -0
  888. package/static/katex/fonts/KaTeX_Math-BoldItalic.ttf +0 -0
  889. package/static/katex/fonts/KaTeX_Math-BoldItalic.woff +0 -0
  890. package/static/katex/fonts/KaTeX_Math-BoldItalic.woff2 +0 -0
  891. package/static/katex/fonts/KaTeX_Math-Italic.ttf +0 -0
  892. package/static/katex/fonts/KaTeX_Math-Italic.woff +0 -0
  893. package/static/katex/fonts/KaTeX_Math-Italic.woff2 +0 -0
  894. package/static/katex/fonts/KaTeX_SansSerif-Bold.ttf +0 -0
  895. package/static/katex/fonts/KaTeX_SansSerif-Bold.woff +0 -0
  896. package/static/katex/fonts/KaTeX_SansSerif-Bold.woff2 +0 -0
  897. package/static/katex/fonts/KaTeX_SansSerif-Italic.ttf +0 -0
  898. package/static/katex/fonts/KaTeX_SansSerif-Italic.woff +0 -0
  899. package/static/katex/fonts/KaTeX_SansSerif-Italic.woff2 +0 -0
  900. package/static/katex/fonts/KaTeX_SansSerif-Regular.ttf +0 -0
  901. package/static/katex/fonts/KaTeX_SansSerif-Regular.woff +0 -0
  902. package/static/katex/fonts/KaTeX_SansSerif-Regular.woff2 +0 -0
  903. package/static/katex/fonts/KaTeX_Script-Regular.ttf +0 -0
  904. package/static/katex/fonts/KaTeX_Script-Regular.woff +0 -0
  905. package/static/katex/fonts/KaTeX_Script-Regular.woff2 +0 -0
  906. package/static/katex/fonts/KaTeX_Size1-Regular.ttf +0 -0
  907. package/static/katex/fonts/KaTeX_Size1-Regular.woff +0 -0
  908. package/static/katex/fonts/KaTeX_Size1-Regular.woff2 +0 -0
  909. package/static/katex/fonts/KaTeX_Size2-Regular.ttf +0 -0
  910. package/static/katex/fonts/KaTeX_Size2-Regular.woff +0 -0
  911. package/static/katex/fonts/KaTeX_Size2-Regular.woff2 +0 -0
  912. package/static/katex/fonts/KaTeX_Size3-Regular.ttf +0 -0
  913. package/static/katex/fonts/KaTeX_Size3-Regular.woff +0 -0
  914. package/static/katex/fonts/KaTeX_Size3-Regular.woff2 +0 -0
  915. package/static/katex/fonts/KaTeX_Size4-Regular.ttf +0 -0
  916. package/static/katex/fonts/KaTeX_Size4-Regular.woff +0 -0
  917. package/static/katex/fonts/KaTeX_Size4-Regular.woff2 +0 -0
  918. package/static/katex/fonts/KaTeX_Typewriter-Regular.ttf +0 -0
  919. package/static/katex/fonts/KaTeX_Typewriter-Regular.woff +0 -0
  920. package/static/katex/fonts/KaTeX_Typewriter-Regular.woff2 +0 -0
  921. package/static/katex/katex.css +0 -1034
  922. package/static/katex/katex.js +0 -17308
  923. package/static/katex/katex.min.css +0 -1
  924. package/static/katex/katex.min.js +0 -1
  925. package/static/katex/katex.mjs +0 -16911
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Downloaded file</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Downloaded-file" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <polygon id="Shape" points="0 0 24 0 24 24 0 24"></polygon>
8
- <path d="M5.85714286,2 L13.7364114,2 C14.0910962,2 14.4343066,2.12568431 14.7051108,2.35473959 L19.4686994,6.3839416 C19.8056532,6.66894833 20,7.08787823 20,7.52920201 L20,20.0833333 C20,21.8738751 19.9795521,22 18.1428571,22 L5.85714286,22 C4.02044787,22 4,21.8738751 4,20.0833333 L4,3.91666667 C4,2.12612489 4.02044787,2 5.85714286,2 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M10.9270649,9.85490253 L10.9270649,11.811376 L8.91939356,11.811376 C8.64325119,11.811376 8.41939356,12.0352336 8.41939356,12.311376 L8.41939356,13.3346747 C8.41939356,13.6108171 8.64325119,13.8346747 8.91939356,13.8346747 L10.9270649,13.8346747 L10.9270649,15.7911482 C10.9270649,16.0672906 11.1509225,16.2911482 11.4270649,16.2911482 C11.5453765,16.2911482 11.6598551,16.2491944 11.7501498,16.172745 L15.2558109,13.2046222 C15.466561,13.0261873 15.4927577,12.7106906 15.3143228,12.4999405 C15.296469,12.4788533 15.2768981,12.4592823 15.2558109,12.4414286 L11.7501498,9.4733057 C11.5393997,9.29487083 11.2239029,9.3210675 11.045468,9.53181761 C10.9690186,9.62211229 10.9270649,9.7365909 10.9270649,9.85490253 Z" id="Shape" fill="#335EEA"></path>
10
- </g>
11
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Downloads-folder</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Downloads-folder" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <path d="M3.5,21 L20.5,21 C21.3284271,21 22,20.3284271 22,19.5 L22,8.5 C22,7.67157288 21.3284271,7 20.5,7 L10,7 L7.43933983,4.43933983 C7.15803526,4.15803526 6.77650439,4 6.37867966,4 L3.5,4 C2.67157288,4 2,4.67157288 2,5.5 L2,19.5 C2,20.3284271 2.67157288,21 3.5,21 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M10.9270649,10.8549025 L10.9270649,12.811376 L8.91939356,12.811376 C8.64325119,12.811376 8.41939356,13.0352336 8.41939356,13.311376 L8.41939356,14.3346747 C8.41939356,14.6108171 8.64325119,14.8346747 8.91939356,14.8346747 L10.9270649,14.8346747 L10.9270649,16.7911482 C10.9270649,17.0672906 11.1509225,17.2911482 11.4270649,17.2911482 C11.5453765,17.2911482 11.6598551,17.2491944 11.7501498,17.172745 L15.2558109,14.2046222 C15.466561,14.0261873 15.4927577,13.7106906 15.3143228,13.4999405 C15.296469,13.4788533 15.2768981,13.4592823 15.2558109,13.4414286 L11.7501498,10.4733057 C11.5393997,10.2948708 11.2239029,10.3210675 11.045468,10.5318176 C10.9690186,10.6221123 10.9270649,10.7365909 10.9270649,10.8549025 Z" id="Shape" fill="#335EEA"></path>
10
- </g>
11
- </svg>
@@ -1,12 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Export</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Export" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <path d="M17,8 C16.4477153,8 16,7.55228475 16,7 C16,6.44771525 16.4477153,6 17,6 L18,6 C20.209139,6 22,7.790861 22,10 L22,18 C22,20.209139 20.209139,22 18,22 L6,22 C3.790861,22 2,20.209139 2,18 L2,9.99305689 C2,7.7839179 3.790861,5.99305689 6,5.99305689 L7.00000482,5.99305689 C7.55228957,5.99305689 8.00000482,6.44077214 8.00000482,6.99305689 C8.00000482,7.54534164 7.55228957,7.99305689 7.00000482,7.99305689 L6,7.99305689 C4.8954305,7.99305689 4,8.88848739 4,9.99305689 L4,18 C4,19.1045695 4.8954305,20 6,20 L18,20 C19.1045695,20 20,19.1045695 20,18 L20,10 C20,8.8954305 19.1045695,8 18,8 L17,8 Z" id="Path-103" fill="#335EEA" opacity="0.3"></path>
9
- <rect id="Rectangle" fill="#335EEA" opacity="0.3" transform="translate(12.000000, 8.000000) scale(1, -1) rotate(-180.000000) translate(-12.000000, -8.000000) " x="11" y="2" width="2" height="12" rx="1"></rect>
10
- <path d="M12,2.58578644 L14.2928932,0.292893219 C14.6834175,-0.0976310729 15.3165825,-0.0976310729 15.7071068,0.292893219 C16.0976311,0.683417511 16.0976311,1.31658249 15.7071068,1.70710678 L12.7071068,4.70710678 C12.3165825,5.09763107 11.6834175,5.09763107 11.2928932,4.70710678 L8.29289322,1.70710678 C7.90236893,1.31658249 7.90236893,0.683417511 8.29289322,0.292893219 C8.68341751,-0.0976310729 9.31658249,-0.0976310729 9.70710678,0.292893219 L12,2.58578644 Z" id="Path-104" fill="#335EEA" transform="translate(12.000000, 2.500000) scale(1, -1) translate(-12.000000, -2.500000) "></path>
11
- </g>
12
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / File-cloud</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-File-cloud" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <polygon id="Shape" points="0 0 24 0 24 24 0 24"></polygon>
8
- <path d="M5.85714286,2 L13.7364114,2 C14.0910962,2 14.4343066,2.12568431 14.7051108,2.35473959 L19.4686994,6.3839416 C19.8056532,6.66894833 20,7.08787823 20,7.52920201 L20,20.0833333 C20,21.8738751 19.9795521,22 18.1428571,22 L5.85714286,22 C4.02044787,22 4,21.8738751 4,20.0833333 L4,3.91666667 C4,2.12612489 4.02044787,2 5.85714286,2 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M8.63657261,15.4632487 C7.65328954,14.8436137 7,13.7480988 7,12.5 C7,10.5670034 8.56700338,9 10.5,9 C12.263236,9 13.7219407,10.3038529 13.9645556,12 L15,12 C16.1045695,12 17,12.8954305 17,14 C17,15.1045695 16.1045695,16 15,16 L10,16 C9.47310652,16 8.99380073,15.7962529 8.63657261,15.4632487 Z" id="Combined-Shape" fill="#335EEA"></path>
10
- </g>
11
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / File-done</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-File-done" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <polygon id="Shape" points="0 0 24 0 24 24 0 24"></polygon>
8
- <path d="M5.85714286,2 L13.7364114,2 C14.0910962,2 14.4343066,2.12568431 14.7051108,2.35473959 L19.4686994,6.3839416 C19.8056532,6.66894833 20,7.08787823 20,7.52920201 L20,20.0833333 C20,21.8738751 19.9795521,22 18.1428571,22 L5.85714286,22 C4.02044787,22 4,21.8738751 4,20.0833333 L4,3.91666667 C4,2.12612489 4.02044787,2 5.85714286,2 Z M10.875,15.75 C11.1145833,15.75 11.3541667,15.6541667 11.5458333,15.4625 L15.3791667,11.6291667 C15.7625,11.2458333 15.7625,10.6708333 15.3791667,10.2875 C14.9958333,9.90416667 14.4208333,9.90416667 14.0375,10.2875 L10.875,13.45 L9.62916667,12.2041667 C9.29375,11.8208333 8.67083333,11.8208333 8.2875,12.2041667 C7.90416667,12.5875 7.90416667,13.1625 8.2875,13.5458333 L10.2041667,15.4625 C10.3958333,15.6541667 10.6354167,15.75 10.875,15.75 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M10.875,15.75 C10.6354167,15.75 10.3958333,15.6541667 10.2041667,15.4625 L8.2875,13.5458333 C7.90416667,13.1625 7.90416667,12.5875 8.2875,12.2041667 C8.67083333,11.8208333 9.29375,11.8208333 9.62916667,12.2041667 L10.875,13.45 L14.0375,10.2875 C14.4208333,9.90416667 14.9958333,9.90416667 15.3791667,10.2875 C15.7625,10.6708333 15.7625,11.2458333 15.3791667,11.6291667 L11.5458333,15.4625 C11.3541667,15.6541667 11.1145833,15.75 10.875,15.75 Z" id="check-path" fill="#335EEA"></path>
10
- </g>
11
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / File-minus</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-File-minus" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <polygon id="Shape" points="0 0 24 0 24 24 0 24"></polygon>
8
- <path d="M5.85714286,2 L13.7364114,2 C14.0910962,2 14.4343066,2.12568431 14.7051108,2.35473959 L19.4686994,6.3839416 C19.8056532,6.66894833 20,7.08787823 20,7.52920201 L20,20.0833333 C20,21.8738751 19.9795521,22 18.1428571,22 L5.85714286,22 C4.02044787,22 4,21.8738751 4,20.0833333 L4,3.91666667 C4,2.12612489 4.02044787,2 5.85714286,2 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <rect id="Rectangle-46" fill="#335EEA" x="9" y="12" width="6" height="2" rx="1"></rect>
10
- </g>
11
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / File-plus</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-File-plus" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <polygon id="Shape" points="0 0 24 0 24 24 0 24"></polygon>
8
- <path d="M5.85714286,2 L13.7364114,2 C14.0910962,2 14.4343066,2.12568431 14.7051108,2.35473959 L19.4686994,6.3839416 C19.8056532,6.66894833 20,7.08787823 20,7.52920201 L20,20.0833333 C20,21.8738751 19.9795521,22 18.1428571,22 L5.85714286,22 C4.02044787,22 4,21.8738751 4,20.0833333 L4,3.91666667 C4,2.12612489 4.02044787,2 5.85714286,2 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M10.5857864,13 L9.17157288,11.5857864 C8.78104858,11.1952621 8.78104858,10.5620972 9.17157288,10.1715729 C9.56209717,9.78104858 10.1952621,9.78104858 10.5857864,10.1715729 L12,11.5857864 L13.4142136,10.1715729 C13.8047379,9.78104858 14.4379028,9.78104858 14.8284271,10.1715729 C15.2189514,10.5620972 15.2189514,11.1952621 14.8284271,11.5857864 L13.4142136,13 L14.8284271,14.4142136 C15.2189514,14.8047379 15.2189514,15.4379028 14.8284271,15.8284271 C14.4379028,16.2189514 13.8047379,16.2189514 13.4142136,15.8284271 L12,14.4142136 L10.5857864,15.8284271 C10.1952621,16.2189514 9.56209717,16.2189514 9.17157288,15.8284271 C8.78104858,15.4379028 8.78104858,14.8047379 9.17157288,14.4142136 L10.5857864,13 Z" id="Combined-Shape" fill="#335EEA"></path>
10
- </g>
11
- </svg>
@@ -1,12 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / File</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-File" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <polygon id="Shape" points="0 0 24 0 24 24 0 24"></polygon>
8
- <path d="M5.85714286,2 L13.7364114,2 C14.0910962,2 14.4343066,2.12568431 14.7051108,2.35473959 L19.4686994,6.3839416 C19.8056532,6.66894833 20,7.08787823 20,7.52920201 L20,20.0833333 C20,21.8738751 19.9795521,22 18.1428571,22 L5.85714286,22 C4.02044787,22 4,21.8738751 4,20.0833333 L4,3.91666667 C4,2.12612489 4.02044787,2 5.85714286,2 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <rect id="Rectangle" fill="#335EEA" x="6" y="11" width="9" height="2" rx="1"></rect>
10
- <rect id="Rectangle-Copy" fill="#335EEA" x="6" y="15" width="5" height="2" rx="1"></rect>
11
- </g>
12
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Folder-check</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Folder-check" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <path d="M3.5,21 L20.5,21 C21.3284271,21 22,20.3284271 22,19.5 L22,8.5 C22,7.67157288 21.3284271,7 20.5,7 L10,7 L7.43933983,4.43933983 C7.15803526,4.15803526 6.77650439,4 6.37867966,4 L3.5,4 C2.67157288,4 2,4.67157288 2,5.5 L2,19.5 C2,20.3284271 2.67157288,21 3.5,21 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M10.875,16.75 C10.6354167,16.75 10.3958333,16.6541667 10.2041667,16.4625 L8.2875,14.5458333 C7.90416667,14.1625 7.90416667,13.5875 8.2875,13.2041667 C8.67083333,12.8208333 9.29375,12.8208333 9.62916667,13.2041667 L10.875,14.45 L14.0375,11.2875 C14.4208333,10.9041667 14.9958333,10.9041667 15.3791667,11.2875 C15.7625,11.6708333 15.7625,12.2458333 15.3791667,12.6291667 L11.5458333,16.4625 C11.3541667,16.6541667 11.1145833,16.75 10.875,16.75 Z" id="check-path" fill="#335EEA"></path>
10
- </g>
11
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Folder-cloud</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Folder-cloud" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <path d="M3.5,21 L20.5,21 C21.3284271,21 22,20.3284271 22,19.5 L22,8.5 C22,7.67157288 21.3284271,7 20.5,7 L10,7 L7.43933983,4.43933983 C7.15803526,4.15803526 6.77650439,4 6.37867966,4 L3.5,4 C2.67157288,4 2,4.67157288 2,5.5 L2,19.5 C2,20.3284271 2.67157288,21 3.5,21 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M8.63657261,16.4632487 C7.65328954,15.8436137 7,14.7480988 7,13.5 C7,11.5670034 8.56700338,10 10.5,10 C12.263236,10 13.7219407,11.3038529 13.9645556,13 L15,13 C16.1045695,13 17,13.8954305 17,15 C17,16.1045695 16.1045695,17 15,17 L10,17 C9.47310652,17 8.99380073,16.7962529 8.63657261,16.4632487 Z" id="Combined-Shape" fill="#335EEA"></path>
10
- </g>
11
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Folder-error</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Folder-error" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <path d="M2,13.1500272 L2,5.5 C2,4.67157288 2.67157288,4 3.5,4 L6.37867966,4 C6.77650439,4 7.15803526,4.15803526 7.43933983,4.43933983 L10,7 L20.5,7 C21.3284271,7 22,7.67157288 22,8.5 L22,19.5 C22,20.3284271 21.3284271,21 20.5,21 L10.9835977,21 C10.9944753,20.8347382 11,20.6680143 11,20.5 C11,16.3578644 7.64213562,13 3.5,13 C2.98630124,13 2.48466491,13.0516454 2,13.1500272 Z" id="Combined-Shape" fill="#335EEA"></path>
9
- <path d="M4.5,16 C5.05228475,16 5.5,16.4477153 5.5,17 L5.5,19 C5.5,19.5522847 5.05228475,20 4.5,20 C3.94771525,20 3.5,19.5522847 3.5,19 L3.5,17 C3.5,16.4477153 3.94771525,16 4.5,16 Z M4.5,23 C3.94771525,23 3.5,22.5522847 3.5,22 C3.5,21.4477153 3.94771525,21 4.5,21 C5.05228475,21 5.5,21.4477153 5.5,22 C5.5,22.5522847 5.05228475,23 4.5,23 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
10
- </g>
11
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Folder-heart</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Folder-heart" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <path d="M3.5,21 L20.5,21 C21.3284271,21 22,20.3284271 22,19.5 L22,8.5 C22,7.67157288 21.3284271,7 20.5,7 L10,7 L7.43933983,4.43933983 C7.15803526,4.15803526 6.77650439,4 6.37867966,4 L3.5,4 C2.67157288,4 2,4.67157288 2,5.5 L2,19.5 C2,20.3284271 2.67157288,21 3.5,21 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M14.35,10.5 C13.54525,10.5 12.604125,11.4123161 12.1,12 C11.595875,11.4123161 10.65475,10.5 9.85,10.5 C8.4255,10.5 7.6,11.6110899 7.6,13.0252044 C7.6,14.5917348 9.1,16.25 12.1,18 C15.1,16.25 16.6,14.625 16.6,13.125 C16.6,11.7108856 15.7745,10.5 14.35,10.5 Z" id="Shape" fill="#335EEA" opacity="0.3"></path>
10
- </g>
11
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Folder-minus</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Folder-minus" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <path d="M3.5,21 L20.5,21 C21.3284271,21 22,20.3284271 22,19.5 L22,8.5 C22,7.67157288 21.3284271,7 20.5,7 L10,7 L7.43933983,4.43933983 C7.15803526,4.15803526 6.77650439,4 6.37867966,4 L3.5,4 C2.67157288,4 2,4.67157288 2,5.5 L2,19.5 C2,20.3284271 2.67157288,21 3.5,21 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <rect id="Rectangle-46" fill="#335EEA" x="9" y="13" width="6" height="2" rx="1"></rect>
10
- </g>
11
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Folder-plus</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Folder-plus" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <path d="M3.5,21 L20.5,21 C21.3284271,21 22,20.3284271 22,19.5 L22,8.5 C22,7.67157288 21.3284271,7 20.5,7 L10,7 L7.43933983,4.43933983 C7.15803526,4.15803526 6.77650439,4 6.37867966,4 L3.5,4 C2.67157288,4 2,4.67157288 2,5.5 L2,19.5 C2,20.3284271 2.67157288,21 3.5,21 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M11,13 L11,11 C11,10.4477153 11.4477153,10 12,10 C12.5522847,10 13,10.4477153 13,11 L13,13 L15,13 C15.5522847,13 16,13.4477153 16,14 C16,14.5522847 15.5522847,15 15,15 L13,15 L13,17 C13,17.5522847 12.5522847,18 12,18 C11.4477153,18 11,17.5522847 11,17 L11,15 L9,15 C8.44771525,15 8,14.5522847 8,14 C8,13.4477153 8.44771525,13 9,13 L11,13 Z" id="Combined-Shape" fill="#335EEA"></path>
10
- </g>
11
- </svg>
@@ -1,10 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Folder-solid</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Folder-solid" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <path d="M3.5,21 L20.5,21 C21.3284271,21 22,20.3284271 22,19.5 L22,8.5 C22,7.67157288 21.3284271,7 20.5,7 L10,7 L7.43933983,4.43933983 C7.15803526,4.15803526 6.77650439,4 6.37867966,4 L3.5,4 C2.67157288,4 2,4.67157288 2,5.5 L2,19.5 C2,20.3284271 2.67157288,21 3.5,21 Z" id="Combined-Shape" fill="#335EEA"></path>
9
- </g>
10
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Folder-star</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Folder-star" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <path d="M3.5,21 L20.5,21 C21.3284271,21 22,20.3284271 22,19.5 L22,8.5 C22,7.67157288 21.3284271,7 20.5,7 L10,7 L7.43933983,4.43933983 C7.15803526,4.15803526 6.77650439,4 6.37867966,4 L3.5,4 C2.67157288,4 2,4.67157288 2,5.5 L2,19.5 C2,20.3284271 2.67157288,21 3.5,21 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M11.9999651,17.2276651 L9.80187391,18.4352848 C9.53879239,18.5798204 9.21340017,18.4741205 9.07509004,18.1991974 C9.02001422,18.0897216 9.00100892,17.9643258 9.02101638,17.8424227 L9.44081443,15.2846431 L7.66252134,13.4732136 C7.44968392,13.2564102 7.44532889,12.9003514 7.65279409,12.677934 C7.73540782,12.5893662 7.84365664,12.5317281 7.96078237,12.5139426 L10.418323,12.1407676 L11.5173686,9.81362288 C11.6489093,9.53509542 11.97161,9.42073887 12.2381407,9.5582004 C12.3442746,9.6129383 12.4301813,9.70271178 12.4825615,9.81362288 L13.5816071,12.1407676 L16.0391477,12.5139426 C16.3332818,12.5586066 16.5370768,12.8439892 16.4943366,13.1513625 C16.4773173,13.2737601 16.4221618,13.3868813 16.3374088,13.4732136 L14.5591157,15.2846431 L14.9789137,17.8424227 C15.0291578,18.148554 14.8324094,18.4392867 14.5394638,18.4917923 C14.4228114,18.5127004 14.3028166,18.4928396 14.1980562,18.4352848 L11.9999651,17.2276651 Z" id="Star" fill="#335EEA" opacity="0.3"></path>
10
- </g>
11
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Folder-thunder</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Folder-thunder" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <path d="M3.5,21 L20.5,21 C21.3284271,21 22,20.3284271 22,19.5 L22,8.5 C22,7.67157288 21.3284271,7 20.5,7 L10,7 L7.43933983,4.43933983 C7.15803526,4.15803526 6.77650439,4 6.37867966,4 L3.5,4 C2.67157288,4 2,4.67157288 2,5.5 L2,19.5 C2,20.3284271 2.67157288,21 3.5,21 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M12.6706167,18.7881514 L15.9697449,13.8394592 C16.1995092,13.4948127 16.1063788,13.0291607 15.7617323,12.7993963 C15.6385316,12.7172626 15.4937759,12.673434 15.3457071,12.673434 L12.659208,12.673434 L12.659208,9.69999981 C12.659208,9.28578625 12.3234215,8.94999981 11.909208,8.94999981 C11.6584431,8.94999981 11.4242696,9.07532566 11.2851703,9.28397466 L7.98604212,14.2326669 C7.75627777,14.5773134 7.84940818,15.0429654 8.19405469,15.2727297 C8.31725533,15.3548635 8.4620111,15.398692 8.61007984,15.398692 L11.296579,15.398692 L11.296579,18.3721263 C11.296579,18.7863398 11.6323654,19.1221263 12.046579,19.1221263 C12.2973439,19.1221263 12.5315174,18.9968004 12.6706167,18.7881514 Z" id="Path-3" fill="#335EEA" opacity="0.3"></path>
10
- </g>
11
- </svg>
@@ -1,10 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Folder</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Folder" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <path d="M3.5,21 L20.5,21 C21.3284271,21 22,20.3284271 22,19.5 L22,8.5 C22,7.67157288 21.3284271,7 20.5,7 L10,7 L7.43933983,4.43933983 C7.15803526,4.15803526 6.77650439,4 6.37867966,4 L3.5,4 C2.67157288,4 2,4.67157288 2,5.5 L2,19.5 C2,20.3284271 2.67157288,21 3.5,21 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- </g>
10
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Group-folders</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Group-folders" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <path d="M4.5,21 L21.5,21 C22.3284271,21 23,20.3284271 23,19.5 L23,8.5 C23,7.67157288 22.3284271,7 21.5,7 L11,7 L8.43933983,4.43933983 C8.15803526,4.15803526 7.77650439,4 7.37867966,4 L4.5,4 C3.67157288,4 3,4.67157288 3,5.5 L3,19.5 C3,20.3284271 3.67157288,21 4.5,21 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M2.5,19 L19.5,19 C20.3284271,19 21,18.3284271 21,17.5 L21,6.5 C21,5.67157288 20.3284271,5 19.5,5 L9,5 L6.43933983,2.43933983 C6.15803526,2.15803526 5.77650439,2 5.37867966,2 L2.5,2 C1.67157288,2 1,2.67157288 1,3.5 L1,17.5 C1,18.3284271 1.67157288,19 2.5,19 Z" id="Combined-Shape-Copy" fill="#335EEA"></path>
10
- </g>
11
- </svg>
@@ -1,12 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Import</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Import" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <rect id="Rectangle" fill="#335EEA" opacity="0.3" transform="translate(12.000000, 7.000000) rotate(-180.000000) translate(-12.000000, -7.000000) " x="11" y="1" width="2" height="12" rx="1"></rect>
9
- <path d="M17,8 C16.4477153,8 16,7.55228475 16,7 C16,6.44771525 16.4477153,6 17,6 L18,6 C20.209139,6 22,7.790861 22,10 L22,18 C22,20.209139 20.209139,22 18,22 L6,22 C3.790861,22 2,20.209139 2,18 L2,9.99305689 C2,7.7839179 3.790861,5.99305689 6,5.99305689 L7.00000482,5.99305689 C7.55228957,5.99305689 8.00000482,6.44077214 8.00000482,6.99305689 C8.00000482,7.54534164 7.55228957,7.99305689 7.00000482,7.99305689 L6,7.99305689 C4.8954305,7.99305689 4,8.88848739 4,9.99305689 L4,18 C4,19.1045695 4.8954305,20 6,20 L18,20 C19.1045695,20 20,19.1045695 20,18 L20,10 C20,8.8954305 19.1045695,8 18,8 L17,8 Z" id="Path-103" fill="#335EEA" opacity="0.3"></path>
10
- <path d="M14.2928932,10.2928932 C14.6834175,9.90236893 15.3165825,9.90236893 15.7071068,10.2928932 C16.0976311,10.6834175 16.0976311,11.3165825 15.7071068,11.7071068 L12.7071068,14.7071068 C12.3165825,15.0976311 11.6834175,15.0976311 11.2928932,14.7071068 L8.29289322,11.7071068 C7.90236893,11.3165825 7.90236893,10.6834175 8.29289322,10.2928932 C8.68341751,9.90236893 9.31658249,9.90236893 9.70710678,10.2928932 L12,12.5857864 L14.2928932,10.2928932 Z" id="Path-104" fill="#335EEA"></path>
11
- </g>
12
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Locked-folder</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Locked-folder" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <path d="M3.5,21 L20.5,21 C21.3284271,21 22,20.3284271 22,19.5 L22,8.5 C22,7.67157288 21.3284271,7 20.5,7 L10,7 L7.43933983,4.43933983 C7.15803526,4.15803526 6.77650439,4 6.37867966,4 L3.5,4 C2.67157288,4 2,4.67157288 2,5.5 L2,19.5 C2,20.3284271 2.67157288,21 3.5,21 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M14.5,13 C15.0522847,13 15.5,13.4477153 15.5,14 L15.5,17 C15.5,17.5522847 15.0522847,18 14.5,18 L9.5,18 C8.94771525,18 8.5,17.5522847 8.5,17 L8.5,14 C8.5,13.4477153 8.94771525,13 9.5,13 L9.5,12.5 C9.5,11.1192881 10.6192881,10 12,10 C13.3807119,10 14.5,11.1192881 14.5,12.5 L14.5,13 Z M12,11 C11.1715729,11 10.5,11.6715729 10.5,12.5 L10.5,13 L13.5,13 L13.5,12.5 C13.5,11.6715729 12.8284271,11 12,11 Z" id="Combined-Shape" fill="#335EEA"></path>
10
- </g>
11
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Media-folder</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Media-folder" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <path d="M3.5,21 L20.5,21 C21.3284271,21 22,20.3284271 22,19.5 L22,8.5 C22,7.67157288 21.3284271,7 20.5,7 L10,7 L7.43933983,4.43933983 C7.15803526,4.15803526 6.77650439,4 6.37867966,4 L3.5,4 C2.67157288,4 2,4.67157288 2,5.5 L2,19.5 C2,20.3284271 2.67157288,21 3.5,21 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M10.782158,17.5100514 L15.1856088,14.5000448 C15.4135806,14.3442132 15.4720618,14.0330791 15.3162302,13.8051073 C15.2814587,13.7542388 15.2375842,13.7102355 15.1868178,13.6753149 L10.783367,10.6463273 C10.5558531,10.489828 10.2445489,10.5473967 10.0880496,10.7749107 C10.0307022,10.8582806 10,10.9570884 10,11.0582777 L10,17.097272 C10,17.3734143 10.2238576,17.597272 10.5,17.597272 C10.6006894,17.597272 10.699033,17.566872 10.782158,17.5100514 Z" id="Path-10" fill="#335EEA"></path>
10
- </g>
11
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Media</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Media" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <polygon id="Shape" points="0 0 24 0 24 24 0 24"></polygon>
8
- <path d="M5.85714286,2 L13.7364114,2 C14.0910962,2 14.4343066,2.12568431 14.7051108,2.35473959 L19.4686994,6.3839416 C19.8056532,6.66894833 20,7.08787823 20,7.52920201 L20,20.0833333 C20,21.8738751 19.9795521,22 18.1428571,22 L5.85714286,22 C4.02044787,22 4,21.8738751 4,20.0833333 L4,3.91666667 C4,2.12612489 4.02044787,2 5.85714286,2 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M10.782158,15.8052934 L15.1856088,12.7952868 C15.4135806,12.6394552 15.4720618,12.3283211 15.3162302,12.1003494 C15.2814587,12.0494808 15.2375842,12.0054775 15.1868178,11.970557 L10.783367,8.94156929 C10.5558531,8.78507001 10.2445489,8.84263875 10.0880496,9.07015268 C10.0307022,9.15352258 10,9.25233045 10,9.35351969 L10,15.392514 C10,15.6686564 10.2238576,15.892514 10.5,15.892514 C10.6006894,15.892514 10.699033,15.8621141 10.782158,15.8052934 Z" id="Path-10" fill="#335EEA"></path>
10
- </g>
11
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Music</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Music" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <polygon id="Shape" points="0 0 24 0 24 24 0 24"></polygon>
8
- <path d="M5.85714286,2 L13.7364114,2 C14.0910962,2 14.4343066,2.12568431 14.7051108,2.35473959 L19.4686994,6.3839416 C19.8056532,6.66894833 20,7.08787823 20,7.52920201 L20,20.0833333 C20,21.8738751 19.9795521,22 18.1428571,22 L5.85714286,22 C4.02044787,22 4,21.8738751 4,20.0833333 L4,3.91666667 C4,2.12612489 4.02044787,2 5.85714286,2 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M9.83333333,17 C8.82081129,17 8,16.3159906 8,15.4722222 C8,14.6284539 8.82081129,13.9444444 9.83333333,13.9444444 C10.0476105,13.9444444 10.2533018,13.9750785 10.4444444,14.0313779 L10.4444444,9.79160113 C10.4444444,9.47824076 10.6398662,9.20124044 10.9268804,9.10777287 L14.4407693,8.0331119 C14.8834716,7.88894376 15.3333333,8.23360047 15.3333333,8.71694016 L15.3333333,9.79160113 C15.3333333,10.1498215 14.9979332,10.3786009 14.7222222,10.4444444 C14.3255297,10.53918 13.3070112,10.7428837 11.6666667,11.0555556 L11.6666667,15.5035214 C11.6666667,15.5583862 11.6622174,15.6091837 11.6535404,15.6559869 C11.5446237,16.4131089 10.771224,17 9.83333333,17 Z" id="Combined-Shape" fill="#335EEA"></path>
10
- </g>
11
- </svg>
@@ -1,13 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Pictures#1</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Pictures#1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <path d="M3.5,21 L20.5,21 C21.3284271,21 22,20.3284271 22,19.5 L22,8.5 C22,7.67157288 21.3284271,7 20.5,7 L10,7 L7.43933983,4.43933983 C7.15803526,4.15803526 6.77650439,4 6.37867966,4 L3.5,4 C2.67157288,4 2,4.67157288 2,5.5 L2,19.5 C2,20.3284271 2.67157288,21 3.5,21 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <polygon id="Path" fill="#335EEA" opacity="0.3" points="4 19 10 11 16 19"></polygon>
10
- <polygon id="Path-Copy" fill="#335EEA" points="11 19 15 14 19 19"></polygon>
11
- <path d="M18,12 C18.8284271,12 19.5,11.3284271 19.5,10.5 C19.5,9.67157288 18.8284271,9 18,9 C17.1715729,9 16.5,9.67157288 16.5,10.5 C16.5,11.3284271 17.1715729,12 18,12 Z" id="Path" fill="#335EEA" opacity="0.3"></path>
12
- </g>
13
- </svg>
@@ -1,15 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Pictures#2</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Pictures#2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <path d="M3.5,21 L20.5,21 C21.3284271,21 22,20.3284271 22,19.5 L22,8.5 C22,7.67157288 21.3284271,7 20.5,7 L10,7 L7.43933983,4.43933983 C7.15803526,4.15803526 6.77650439,4 6.37867966,4 L3.5,4 C2.67157288,4 2,4.67157288 2,5.5 L2,19.5 C2,20.3284271 2.67157288,21 3.5,21 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <circle id="Oval-32" fill="#335EEA" opacity="0.3" cx="13.5" cy="16.5" r="2.5"></circle>
10
- <circle id="Oval-32-Copy" fill="#335EEA" opacity="0.3" cx="10.5" cy="16.5" r="2.5"></circle>
11
- <circle id="Oval-32-Copy-2" fill="#335EEA" opacity="0.3" cx="9.5" cy="13.5" r="2.5"></circle>
12
- <circle id="Oval-32-Copy-3" fill="#335EEA" opacity="0.3" cx="14.5" cy="13.5" r="2.5"></circle>
13
- <circle id="Oval-32-Copy-4" fill="#335EEA" opacity="0.3" cx="12" cy="11.5" r="2.5"></circle>
14
- </g>
15
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Protected-file</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Protected-file" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <polygon id="Shape" points="0 0 24 0 24 24 0 24"></polygon>
8
- <path d="M5.85714286,2 L13.7364114,2 C14.0910962,2 14.4343066,2.12568431 14.7051108,2.35473959 L19.4686994,6.3839416 C19.8056532,6.66894833 20,7.08787823 20,7.52920201 L20,20.0833333 C20,21.8738751 19.9795521,22 18.1428571,22 L5.85714286,22 C4.02044787,22 4,21.8738751 4,20.0833333 L4,3.91666667 C4,2.12612489 4.02044787,2 5.85714286,2 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M14.5,12 C15.0522847,12 15.5,12.4477153 15.5,13 L15.5,16 C15.5,16.5522847 15.0522847,17 14.5,17 L9.5,17 C8.94771525,17 8.5,16.5522847 8.5,16 L8.5,13 C8.5,12.4477153 8.94771525,12 9.5,12 L9.5,11.5 C9.5,10.1192881 10.6192881,9 12,9 C13.3807119,9 14.5,10.1192881 14.5,11.5 L14.5,12 Z M12,10 C11.1715729,10 10.5,10.6715729 10.5,11.5 L10.5,12 L13.5,12 L13.5,11.5 C13.5,10.6715729 12.8284271,10 12,10 Z" id="Combined-Shape" fill="#335EEA"></path>
10
- </g>
11
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Selected-file</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Selected-file" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <polygon id="Shape" points="0 0 24 0 24 24 0 24"></polygon>
8
- <path d="M4.85714286,1 L11.7364114,1 C12.0910962,1 12.4343066,1.12568431 12.7051108,1.35473959 L17.4686994,5.3839416 C17.8056532,5.66894833 18,6.08787823 18,6.52920201 L18,19.0833333 C18,20.8738751 17.9795521,21 16.1428571,21 L4.85714286,21 C3.02044787,21 3,20.8738751 3,19.0833333 L3,2.91666667 C3,1.12612489 3.02044787,1 4.85714286,1 Z M8,12 C7.44771525,12 7,12.4477153 7,13 C7,13.5522847 7.44771525,14 8,14 L15,14 C15.5522847,14 16,13.5522847 16,13 C16,12.4477153 15.5522847,12 15,12 L8,12 Z M8,16 C7.44771525,16 7,16.4477153 7,17 C7,17.5522847 7.44771525,18 8,18 L11,18 C11.5522847,18 12,17.5522847 12,17 C12,16.4477153 11.5522847,16 11,16 L8,16 Z" id="Combined-Shape-Copy" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M6.85714286,3 L14.7364114,3 C15.0910962,3 15.4343066,3.12568431 15.7051108,3.35473959 L20.4686994,7.3839416 C20.8056532,7.66894833 21,8.08787823 21,8.52920201 L21,21.0833333 C21,22.8738751 20.9795521,23 19.1428571,23 L6.85714286,23 C5.02044787,23 5,22.8738751 5,21.0833333 L5,4.91666667 C5,3.12612489 5.02044787,3 6.85714286,3 Z M8,12 C7.44771525,12 7,12.4477153 7,13 C7,13.5522847 7.44771525,14 8,14 L15,14 C15.5522847,14 16,13.5522847 16,13 C16,12.4477153 15.5522847,12 15,12 L8,12 Z M8,16 C7.44771525,16 7,16.4477153 7,17 C7,17.5522847 7.44771525,18 8,18 L11,18 C11.5522847,18 12,17.5522847 12,17 C12,16.4477153 11.5522847,16 11,16 L8,16 Z" id="Combined-Shape" fill="#335EEA"></path>
10
- </g>
11
- </svg>
@@ -1,13 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Share</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Share" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <path d="M15.1231569,19.0111815 L7.83785094,14.818972 C8.31992102,14.3336937 8.67836566,13.7254559 8.86199856,13.0454449 L16.0980947,17.246999 C15.6352738,17.7346932 15.2940944,18.3389541 15.1231569,19.0111815 Z M7.75585639,9.10080708 L15.0774983,4.78750147 C15.2169157,5.48579221 15.5381369,6.11848298 15.9897205,6.63413231 L8.86499752,10.9657252 C8.67212677,10.2431476 8.28201274,9.60110795 7.75585639,9.10080708 Z" id="Combined-Shape" fill="#335EEA"></path>
9
- <circle id="Oval-77" fill="#335EEA" opacity="0.3" cx="19" cy="4" r="3"></circle>
10
- <circle id="Oval-77-Copy" fill="#335EEA" opacity="0.3" cx="19" cy="20" r="3"></circle>
11
- <circle id="Oval-77-Copy-2" fill="#335EEA" opacity="0.3" cx="5" cy="12" r="3"></circle>
12
- </g>
13
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Upload-folder</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Upload-folder" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <path d="M3.5,21 L20.5,21 C21.3284271,21 22,20.3284271 22,19.5 L22,8.5 C22,7.67157288 21.3284271,7 20.5,7 L10,7 L7.43933983,4.43933983 C7.15803526,4.15803526 6.77650439,4 6.37867966,4 L3.5,4 C2.67157288,4 2,4.67157288 2,5.5 L2,19.5 C2,20.3284271 2.67157288,21 3.5,21 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M10.7576713,10.293016 L10.7576713,12.4161 L8.75,12.4161 C8.47385763,12.4161 8.25,12.6399576 8.25,12.9161 L8.25,14.08392 C8.25,14.3600624 8.47385763,14.58392 8.75,14.58392 L10.7576713,14.58392 L10.7576713,16.7070039 C10.7576713,16.9831463 10.9815289,17.2070039 11.2576713,17.2070039 C11.3818701,17.2070039 11.5016234,17.16078 11.5936123,17.0773331 L15.1288855,13.8703391 C15.3334126,13.684804 15.3488087,13.3685961 15.1632736,13.164069 C15.1523755,13.1520553 15.1408992,13.140579 15.1288855,13.1296809 L11.5936123,9.9226869 C11.3890852,9.73715181 11.0728773,9.75254789 10.8873422,9.95707501 C10.8038953,10.0490639 10.7576713,10.1688172 10.7576713,10.293016 Z" id="Shape" fill="#335EEA"></path>
10
- </g>
11
- </svg>
@@ -1,12 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Upload</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Upload" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <path d="M2,13 C2,12.5 2.5,12 3,12 C3.5,12 4,12.5 4,13 C4,13.3333333 4,15 4,18 C4,19.1045695 4.8954305,20 6,20 L18,20 C19.1045695,20 20,19.1045695 20,18 L20,13 C20,12.4477153 20.4477153,12 21,12 C21.5522847,12 22,12.4477153 22,13 L22,18 C22,20.209139 20.209139,22 18,22 L6,22 C3.790861,22 2,20.209139 2,18 C2,15 2,13.3333333 2,13 Z" id="Path-57" fill="#335EEA" opacity="0.3"></path>
9
- <rect id="Rectangle" fill="#335EEA" opacity="0.3" x="11" y="2" width="2" height="14" rx="1"></rect>
10
- <path d="M12.0362375,3.37797611 L7.70710678,7.70710678 C7.31658249,8.09763107 6.68341751,8.09763107 6.29289322,7.70710678 C5.90236893,7.31658249 5.90236893,6.68341751 6.29289322,6.29289322 L11.2928932,1.29289322 C11.6689749,0.916811528 12.2736364,0.900910387 12.6689647,1.25670585 L17.6689647,5.75670585 C18.0794748,6.12616487 18.1127532,6.75845471 17.7432941,7.16896473 C17.3738351,7.57947475 16.7415453,7.61275317 16.3310353,7.24329415 L12.0362375,3.37797611 Z" id="Path-102" fill="#335EEA"></path>
11
- </g>
12
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / Uploaded-file</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Uploaded-file" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <polygon id="Shape" points="0 0 24 0 24 24 0 24"></polygon>
8
- <path d="M5.85714286,2 L13.7364114,2 C14.0910962,2 14.4343066,2.12568431 14.7051108,2.35473959 L19.4686994,6.3839416 C19.8056532,6.66894833 20,7.08787823 20,7.52920201 L20,20.0833333 C20,21.8738751 19.9795521,22 18.1428571,22 L5.85714286,22 C4.02044787,22 4,21.8738751 4,20.0833333 L4,3.91666667 C4,2.12612489 4.02044787,2 5.85714286,2 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M10.9270649,9.85490253 L10.9270649,11.811376 L8.91939356,11.811376 C8.64325119,11.811376 8.41939356,12.0352336 8.41939356,12.311376 L8.41939356,13.3346747 C8.41939356,13.6108171 8.64325119,13.8346747 8.91939356,13.8346747 L10.9270649,13.8346747 L10.9270649,15.7911482 C10.9270649,16.0672906 11.1509225,16.2911482 11.4270649,16.2911482 C11.5453765,16.2911482 11.6598551,16.2491944 11.7501498,16.172745 L15.2558109,13.2046222 C15.466561,13.0261873 15.4927577,12.7106906 15.3143228,12.4999405 C15.296469,12.4788533 15.2768981,12.4592823 15.2558109,12.4414286 L11.7501498,9.4733057 C11.5393997,9.29487083 11.2239029,9.3210675 11.045468,9.53181761 C10.9690186,9.62211229 10.9270649,9.7365909 10.9270649,9.85490253 Z" id="Shape" fill="#335EEA"></path>
10
- </g>
11
- </svg>
@@ -1,12 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Files / User-folder</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-User-folder" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <path d="M3.5,21 L20.5,21 C21.3284271,21 22,20.3284271 22,19.5 L22,8.5 C22,7.67157288 21.3284271,7 20.5,7 L10,7 L7.43933983,4.43933983 C7.15803526,4.15803526 6.77650439,4 6.37867966,4 L3.5,4 C2.67157288,4 2,4.67157288 2,5.5 L2,19.5 C2,20.3284271 2.67157288,21 3.5,21 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M12,13 C10.8954305,13 10,12.1045695 10,11 C10,9.8954305 10.8954305,9 12,9 C13.1045695,9 14,9.8954305 14,11 C14,12.1045695 13.1045695,13 12,13 Z" id="Mask" fill="#335EEA" opacity="0.3"></path>
10
- <path d="M7.00036205,18.4995035 C7.21569918,15.5165724 9.36772908,14 11.9907452,14 C14.6506758,14 16.8360465,15.4332455 16.9988413,18.5 C17.0053266,18.6221713 16.9988413,19 16.5815,19 C14.5228466,19 11.463736,19 7.4041679,19 C7.26484009,19 6.98863236,18.6619875 7.00036205,18.4995035 Z" id="Mask-Copy" fill="#335EEA" opacity="0.3"></path>
11
- </g>
12
- </svg>
@@ -1,14 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Food / Beer</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Food-/-Beer" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <path d="M22,7 L22,9 L19,9 C18.4477153,9 18,9.44771525 18,10 L18,13 C18,13.5522847 18.4477153,14 19,14 L22,14 L22,16 L19,16 C17.3431458,16 16,14.6568542 16,13 L16,10 C16,8.34314575 17.3431458,7 19,7 L22,7 Z" id="Path-52" fill="#335EEA" opacity="0.3" transform="translate(19.000000, 11.500000) scale(-1, 1) translate(-19.000000, -11.500000) "></path>
9
- <path d="M4.75777452,5 C5.56503586,3.79401426 6.93979195,3 8.5,3 C10.0602081,3 11.4349641,3.79401426 12.2422255,5 L4.75777452,5 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
10
- <path d="M7,5 C7,2.790861 8.790861,1 11,1 C13.209139,1 15,2.790861 15,5 L7,5 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
11
- <path d="M12.0500091,5 C12.2816442,3.85887984 13.290521,3 14.5,3 C15.709479,3 16.7183558,3.85887984 16.9499909,5 L12.0500091,5 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
12
- <path d="M8,8 L8,8 C8.55228475,8 9,8.44771525 9,9 L9,18 C9,18.5522847 8.55228475,19 8,19 L8,19 C7.44771525,19 7,18.5522847 7,18 L7,9 C7,8.44771525 7.44771525,8 8,8 Z M13,8 L13,8 C13.5522847,8 14,8.44771525 14,9 L14,18 C14,18.5522847 13.5522847,19 13,19 L13,19 C12.4477153,19 12,18.5522847 12,18 L12,9 C12,8.44771525 12.4477153,8 13,8 Z M4.06055214,5 L16.9394479,5 C17.4917326,5 17.9394479,5.44771525 17.9394479,6 C17.9394479,6.01958668 17.9388724,6.03916914 17.9377222,6.05872202 L17.1107386,20.117444 C17.0485547,21.1745693 16.1731425,22 15.1141898,22 L5.88581016,22 C4.82685754,22 3.95144525,21.1745693 3.88926141,20.117444 L3.06227777,6.05872202 C3.02984649,5.50739031 3.4504984,5.0341569 4.00183012,5.00172563 C4.021383,5.00057546 4.04096546,5 4.06055214,5 Z" id="Combined-Shape" fill="#335EEA"></path>
13
- </g>
14
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Food / Bottle#1</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Food-/-Bottle#1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <path d="M6.2,9.73333333 L8.7,6.4 C8.88885438,6.14819416 9.1852427,6 9.5,6 L14.5,6 C14.8147573,6 15.1111456,6.14819416 15.3,6.4 L17.8,9.73333333 C17.9298221,9.9064295 18,10.1169631 18,10.3333333 L18,21 C18,22.1045695 17.1045695,23 16,23 L8,23 C6.8954305,23 6,22.1045695 6,21 L6,10.3333333 C6,10.1169631 6.07017787,9.9064295 6.2,9.73333333 Z M9,12 C8.44771525,12 8,12.4477153 8,13 L8,20 C8,20.5522847 8.44771525,21 9,21 L10,21 C10.5522847,21 11,20.5522847 11,20 L11,13 C11,12.4477153 10.5522847,12 10,12 L9,12 Z" id="Combined-Shape" fill="#335EEA"></path>
9
- <rect id="Rectangle" fill="#335EEA" opacity="0.3" x="9" y="1" width="6" height="3" rx="1"></rect>
10
- </g>
11
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Food / Bottle#2</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Food-/-Bottle#2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <path d="M8,18 L8,22 C8,22.5522847 8.44771525,23 9,23 L15,23 C15.5522847,23 16,22.5522847 16,22 L16,10.4142136 C16,10.1489971 15.8946432,9.89464316 15.7071068,9.70710678 L14.2928932,8.29289322 C14.1053568,8.10535684 14,7.85100293 14,7.58578644 L14,5 C14,4.44771525 13.5522847,4 13,4 L11,4 C10.4477153,4 10,4.44771525 10,5 L10,7.58578644 C10,7.85100293 9.89464316,8.10535684 9.70710678,8.29289322 L8.29289322,9.70710678 C8.10535684,9.89464316 8,10.1489971 8,10.4142136 L8,13 L12,13 L12,18 L8,18 Z" id="Path-73" fill="#335EEA"></path>
9
- <rect id="Rectangle" fill="#335EEA" opacity="0.3" x="10" y="1" width="4" height="2" rx="1"></rect>
10
- </g>
11
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Food / Bread</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Food-/-Bread" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <path d="M21,10.6631844 L21,19 C21,20.1045695 20.1045695,21 19,21 L9,21 C7.8954305,21 7,20.1045695 7,19 L7,10.6631844 C5.81752633,10.1014525 5,8.89619798 5,7.5 C5,5.56700338 6.56700338,4 8.5,4 L19.5,4 C21.4329966,4 23,5.56700338 23,7.5 C23,8.89619798 22.1824737,10.1014525 21,10.6631844 Z" id="Combined-Shape-Copy" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M17,10.6631844 L17,19 C17,20.1045695 16.1045695,21 15,21 L5,21 C3.8954305,21 3,20.1045695 3,19 L3,10.6631844 C1.81752633,10.1014525 1,8.89619798 1,7.5 C1,5.56700338 2.56700338,4 4.5,4 L15.5,4 C17.4329966,4 19,5.56700338 19,7.5 C19,8.89619798 18.1824737,10.1014525 17,10.6631844 Z" id="Combined-Shape" fill="#335EEA"></path>
10
- </g>
11
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
4
- <title>Stockholm-icons / Food / Bucket</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Food-/-Bucket" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <rect id="bound" x="0" y="0" width="24" height="24"></rect>
8
- <rect id="Rectangle" fill="#335EEA" opacity="0.3" x="7" y="1" width="10" height="3" rx="1"></rect>
9
- <path d="M9.32225611,6 L14.6777439,6 C17.4391676,6 19.6777439,8.23857625 19.6777439,11 C19.6777439,11.1040398 19.6744966,11.2080542 19.6680068,11.3118914 L19.1172027,20.1247566 C19.0513233,21.1788264 18.1772241,22 17.1210976,22 L6.87890244,22 C5.82277588,22 4.94867665,21.1788264 4.88279729,20.1247566 L4.33199321,11.3118914 C4.15974033,8.55584534 6.25431858,6.18198999 9.01036468,6.00973711 C9.11420186,6.00324728 9.21821631,6 9.32225611,6 Z M9,9 C7.8954305,9 7,9.8954305 7,11 L7,12 C7,13.1045695 7.8954305,14 9,14 L15,14 C16.1045695,14 17,13.1045695 17,12 L17,11 C17,9.8954305 16.1045695,9 15,9 L9,9 Z" id="Combined-Shape" fill="#335EEA"></path>
10
- </g>
11
- </svg>