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,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 / Devices / Server</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Devices-/-Server" 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="M5,2 L19,2 C20.1045695,2 21,2.8954305 21,4 L21,6 C21,7.1045695 20.1045695,8 19,8 L5,8 C3.8954305,8 3,7.1045695 3,6 L3,4 C3,2.8954305 3.8954305,2 5,2 Z M11,4 C10.4477153,4 10,4.44771525 10,5 C10,5.55228475 10.4477153,6 11,6 L16,6 C16.5522847,6 17,5.55228475 17,5 C17,4.44771525 16.5522847,4 16,4 L11,4 Z M7,6 C7.55228475,6 8,5.55228475 8,5 C8,4.44771525 7.55228475,4 7,4 C6.44771525,4 6,4.44771525 6,5 C6,5.55228475 6.44771525,6 7,6 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M5,9 L19,9 C20.1045695,9 21,9.8954305 21,11 L21,13 C21,14.1045695 20.1045695,15 19,15 L5,15 C3.8954305,15 3,14.1045695 3,13 L3,11 C3,9.8954305 3.8954305,9 5,9 Z M11,11 C10.4477153,11 10,11.4477153 10,12 C10,12.5522847 10.4477153,13 11,13 L16,13 C16.5522847,13 17,12.5522847 17,12 C17,11.4477153 16.5522847,11 16,11 L11,11 Z M7,13 C7.55228475,13 8,12.5522847 8,12 C8,11.4477153 7.55228475,11 7,11 C6.44771525,11 6,11.4477153 6,12 C6,12.5522847 6.44771525,13 7,13 Z" id="Combined-Shape-Copy" fill="#335EEA"></path>
10
- <path d="M5,16 L19,16 C20.1045695,16 21,16.8954305 21,18 L21,20 C21,21.1045695 20.1045695,22 19,22 L5,22 C3.8954305,22 3,21.1045695 3,20 L3,18 C3,16.8954305 3.8954305,16 5,16 Z M11,18 C10.4477153,18 10,18.4477153 10,19 C10,19.5522847 10.4477153,20 11,20 L16,20 C16.5522847,20 17,19.5522847 17,19 C17,18.4477153 16.5522847,18 16,18 L11,18 Z M7,20 C7.55228475,20 8,19.5522847 8,19 C8,18.4477153 7.55228475,18 7,18 C6.44771525,18 6,18.4477153 6,19 C6,19.5522847 6.44771525,20 7,20 Z" id="Combined-Shape-Copy-2" 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 / Devices / Speaker</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Devices-/-Speaker" 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="M7,2 L17,2 C18.1045695,2 19,2.8954305 19,4 L19,20 C19,21.1045695 18.1045695,22 17,22 L7,22 C5.8954305,22 5,21.1045695 5,20 L5,4 C5,2.8954305 5.8954305,2 7,2 Z M12,19 C9.790861,19 8,17.209139 8,15 C8,12.790861 9.790861,11 12,11 C14.209139,11 16,12.790861 16,15 C16,17.209139 14.209139,19 12,19 Z M12,7 C11.1715729,7 10.5,6.32842712 10.5,5.5 C10.5,4.67157288 11.1715729,4 12,4 C12.8284271,4 13.5,4.67157288 13.5,5.5 C13.5,6.32842712 12.8284271,7 12,7 Z" id="Combined-Shape" fill="#335EEA"></path>
9
- <path d="M12,17 C13.1045695,17 14,16.1045695 14,15 C14,13.8954305 13.1045695,13 12,13 C10.8954305,13 10,13.8954305 10,15 C10,16.1045695 10.8954305,17 12,17 Z" id="Oval" fill="#335EEA" opacity="0.3"></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 / Devices / TV#1</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Devices-/-TV#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="M4.5,6 L19.5,6 C20.8807119,6 22,6.97004971 22,8.16666667 L22,16.8333333 C22,18.0299503 20.8807119,19 19.5,19 L4.5,19 C3.11928813,19 2,18.0299503 2,16.8333333 L2,8.16666667 C2,6.97004971 3.11928813,6 4.5,6 Z M4,8 L4,17 L20,17 L20,8 L4,8 Z" id="Combined-Shape" fill="#335EEA"></path>
9
- <polygon id="Combined-Shape" fill="#335EEA" opacity="0.3" points="4 8 4 17 20 17 20 8"></polygon>
10
- <rect id="Rectangle" fill="#335EEA" opacity="0.3" x="7" y="20" width="10" height="1" rx="0.5"></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 / Devices / TV#2</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Devices-/-TV#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 L21,5 C21.5522847,5 22,5.44771525 22,6 L22,17 C22,17.5522847 21.5522847,18 21,18 L3,18 C2.44771525,18 2,17.5522847 2,17 L2,6 C2,5.44771525 2.44771525,5 3,5 Z M9.632,10.066 L11.032,10.066 L11.032,9.044 L7.035,9.044 L7.035,10.066 L8.435,10.066 L8.435,14 L9.632,14 L9.632,10.066 Z M14.935,14 L16.846,9.044 L15.523,9.044 L14.382,12.558 L14.354,12.558 L13.206,9.044 L11.862,9.044 L13.738,14 L14.935,14 Z" id="Combined-Shape" fill="#335EEA"></path>
9
- <rect id="Rectangle" fill="#335EEA" opacity="0.3" x="3" y="19" width="18" height="1" rx="0.5"></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 / Devices / Tablet</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Devices-/-Tablet" 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.5,4 L6.5,20 L17.5,20 L17.5,4 L6.5,4 Z M7,2 L17,2 C18.1045695,2 19,2.8954305 19,4 L19,20 C19,21.1045695 18.1045695,22 17,22 L7,22 C5.8954305,22 5,21.1045695 5,20 L5,4 C5,2.8954305 5.8954305,2 7,2 Z" id="Combined-Shape" fill="#335EEA"></path>
9
- <polygon id="Combined-Shape" fill="#335EEA" opacity="0.3" points="6.5 4 6.5 20 17.5 20 17.5 4"></polygon>
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 / Devices / USB</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Devices-/-USB" 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-69" fill="#335EEA" x="4" y="9" width="16" height="9" rx="2"></rect>
9
- <path d="M7,3 L17,3 L17,9 L7,9 L7,3 Z M9,5 L9,7 L11,7 L11,5 L9,5 Z M13,5 L13,7 L15,7 L15,5 L13,5 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
10
- <path d="M10,18 L14,18 L14,20 C14,20.5522847 13.5522847,21 13,21 L11,21 C10.4477153,21 10,20.5522847 10,20 L10,18 Z" id="Rectangle-3" fill="#335EEA" opacity="0.3"></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 / Devices / Usb-storage</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Devices-/-Usb-storage" 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="M11.5,17.4497475 L6.55025253,12.5 C6.15972824,12.1094757 6.15972824,11.4763107 6.55025253,11.0857864 L13.6213203,4.01471863 C14.4023689,3.23367004 15.6686989,3.23367004 16.4497475,4.01471863 L19.9852814,7.55025253 C20.76633,8.33130112 20.76633,9.59763107 19.9852814,10.3786797 L12.9142136,17.4497475 C12.5236893,17.8402718 11.8905243,17.8402718 11.5,17.4497475 Z" id="Rectangle-53" fill="#335EEA"></path>
9
- <path d="M6.90380592,19.9246212 L4.0753788,17.0961941 C3.88011665,16.9009319 3.88011665,16.5843494 4.0753788,16.3890873 L6.55025253,13.9142136 L10.0857864,17.4497475 L7.6109127,19.9246212 C7.41565056,20.1198833 7.09906807,20.1198833 6.90380592,19.9246212 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 / Devices / Video-camera</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Devices-/-Video-camera" 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="Combined-Shape" fill="#335EEA" x="2" y="6" width="13" height="12" rx="2"></rect>
9
- <path d="M22,8.4142119 L22,15.5857848 C22,16.1380695 21.5522847,16.5857848 21,16.5857848 C20.7347833,16.5857848 20.4804293,16.4804278 20.2928929,16.2928912 L16.7071064,12.7071013 C16.3165823,12.3165768 16.3165826,11.6834118 16.7071071,11.2928877 L20.2928936,7.70710477 C20.683418,7.31658067 21.316583,7.31658098 21.7071071,7.70710546 C21.8946433,7.89464181 22,8.14899558 22,8.4142119 Z" id="Path-2" fill="#335EEA" opacity="0.3"></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 / Devices / Watch#1</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Devices-/-Watch#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="M9,8 C8.44771525,8 8,8.44771525 8,9 L8,15 C8,15.5522847 8.44771525,16 9,16 L15,16 C15.5522847,16 16,15.5522847 16,15 L16,9 C16,8.44771525 15.5522847,8 15,8 L9,8 Z M9,6 L15,6 C16.6568542,6 18,7.34314575 18,9 L18,15 C18,16.6568542 16.6568542,18 15,18 L9,18 C7.34314575,18 6,16.6568542 6,15 L6,9 C6,7.34314575 7.34314575,6 9,6 Z" id="Combined-Shape" fill="#335EEA"></path>
9
- <path d="M9,8 C8.44771525,8 8,8.44771525 8,9 L8,15 C8,15.5522847 8.44771525,16 9,16 L15,16 C15.5522847,16 16,15.5522847 16,15 L16,9 C16,8.44771525 15.5522847,8 15,8 L9,8 Z" id="Rectangle-36" fill="#335EEA" opacity="0.3"></path>
10
- <path d="M9,18 L15,18 L15,20.5 C15,21.3284271 14.3284271,22 13.5,22 L10.5,22 C9.67157288,22 9,21.3284271 9,20.5 L9,18 Z" id="Rectangle" fill="#335EEA" opacity="0.3"></path>
11
- <path d="M10.5,2 L13.5,2 C14.3284271,2 15,2.67157288 15,3.5 L15,6 L9,6 L9,3.5 C9,2.67157288 9.67157288,2 10.5,2 Z" id="Rectangle-Copy" fill="#335EEA" opacity="0.3"></path>
12
- </g>
13
- </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 / Devices / Watch#2</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Devices-/-Watch#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="M9,17 L15,17 L15,20.5 C15,21.3284271 14.3284271,22 13.5,22 L10.5,22 C9.67157288,22 9,21.3284271 9,20.5 L9,17 Z" id="Rectangle" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M12,17 C14.7614237,17 17,14.7614237 17,12 C17,9.23857625 14.7614237,7 12,7 C9.23857625,7 7,9.23857625 7,12 C7,14.7614237 9.23857625,17 12,17 Z" id="Path" fill="#335EEA" opacity="0.3"></path>
10
- <path d="M10.5,2 L13.5,2 C14.3284271,2 15,2.67157288 15,3.5 L15,7 L9,7 L9,3.5 C9,2.67157288 9.67157288,2 10.5,2 Z" id="Rectangle-Copy" fill="#335EEA" opacity="0.3"></path>
11
- <path d="M12,17 C14.7614237,17 17,14.7614237 17,12 C17,9.23857625 14.7614237,7 12,7 C9.23857625,7 7,9.23857625 7,12 C7,14.7614237 9.23857625,17 12,17 Z M12,19 C8.13400675,19 5,15.8659932 5,12 C5,8.13400675 8.13400675,5 12,5 C15.8659932,5 19,8.13400675 19,12 C19,15.8659932 15.8659932,19 12,19 Z" id="Oval" fill="#335EEA"></path>
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 / Devices / Wi-fi</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Devices-/-Wi-fi" 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="M19.366142,13.9305937 L17.2619853,15.6656848 C15.9733542,14.1029531 14.0626842,13.1818182 11.9984835,13.1818182 C9.94104045,13.1818182 8.03600715,14.0968752 6.74725784,15.6508398 L4.64798148,13.9098472 C6.44949126,11.7375997 9.12064835,10.4545455 11.9984835,10.4545455 C14.8857906,10.4545455 17.5648042,11.7460992 19.366142,13.9305937 Z M23.5459782,10.4257575 L21.4473503,12.1675316 C19.1284914,9.37358605 15.6994058,7.72727273 11.9984835,7.72727273 C8.30267753,7.72727273 4.87785708,9.36900008 2.55893241,12.1563207 L0.462362714,10.4120696 C3.29407133,7.00838857 7.48378666,5 11.9984835,5 C16.519438,5 20.7143528,7.01399004 23.5459782,10.4257575 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M15.1189503,17.3544974 L13.0392442,19.1188213 L11.9619232,20 L10.9331836,19.1485815 L8.80489611,17.4431757 C9.57552634,16.4814558 10.741377,15.9090909 11.9984835,15.9090909 C13.215079,15.9090909 14.347452,16.4450896 15.1189503,17.3544974 Z" id="Oval-21" 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 / Devices / iMac</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Devices-/-iMac" 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="M5,5 L5,16 L19,16 L19,5 L5,5 Z M5,3 L19,3 C20.4201608,3 21,3.7163444 21,4.6 L21,17.4 C21,18.2836556 20.4201608,19 19,19 L5,19 C3.57983921,19 3,18.2836556 3,17.4 L3,4.6 C3,3.7163444 3.57983921,3 5,3 Z M12,18 C12.2761424,18 12.5,17.7761424 12.5,17.5 C12.5,17.2238576 12.2761424,17 12,17 C11.7238576,17 11.5,17.2238576 11.5,17.5 C11.5,17.7761424 11.7238576,18 12,18 Z" id="Combined-Shape" fill="#335EEA"></path>
9
- <polygon id="Combined-Shape" fill="#335EEA" opacity="0.3" points="5 5 5 16 19 16 19 5"></polygon>
10
- <rect id="Rectangle-4" fill="#335EEA" opacity="0.3" x="10" y="20" width="4" height="1" rx="0.5"></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 / Devices / iPhone-X</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Devices-/-iPhone-X" 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,2.5 C7.30964406,2.5 6.75,3.05964406 6.75,3.75 L6.75,20.25 C6.75,20.9403559 7.30964406,21.5 8,21.5 L16,21.5 C16.6903559,21.5 17.25,20.9403559 17.25,20.25 L17.25,3.75 C17.25,3.05964406 16.6903559,2.5 16,2.5 L8,2.5 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M8,2.5 C7.30964406,2.5 6.75,3.05964406 6.75,3.75 L6.75,20.25 C6.75,20.9403559 7.30964406,21.5 8,21.5 L16,21.5 C16.6903559,21.5 17.25,20.9403559 17.25,20.25 L17.25,3.75 C17.25,3.05964406 16.6903559,2.5 16,2.5 L8,2.5 Z M8,1 L16,1 C17.5187831,1 18.75,2.23121694 18.75,3.75 L18.75,20.25 C18.75,21.7687831 17.5187831,23 16,23 L8,23 C6.48121694,23 5.25,21.7687831 5.25,20.25 L5.25,3.75 C5.25,2.23121694 6.48121694,1 8,1 Z M9.5,1.75 L14.5,1.75 C14.7761424,1.75 15,1.97385763 15,2.25 L15,3.25 C15,3.52614237 14.7761424,3.75 14.5,3.75 L9.5,3.75 C9.22385763,3.75 9,3.52614237 9,3.25 L9,2.25 C9,1.97385763 9.22385763,1.75 9.5,1.75 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 / Devices / iPhone-back</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Devices-/-iPhone-back" 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,2 L16,2 C17.1045695,2 18,2.8954305 18,4 L18,20 C18,21.1045695 17.1045695,22 16,22 L8,22 C6.8954305,22 6,21.1045695 6,20 L6,4 C6,2.8954305 6.8954305,2 8,2 Z M8,3 C7.44771525,3 7,3.44771525 7,4 C7,4.55228475 7.44771525,5 8,5 L10,5 C10.5522847,5 11,4.55228475 11,4 C11,3.44771525 10.5522847,3 10,3 L8,3 Z" id="Combined-Shape" fill="#335EEA"></path>
9
- </g>
10
- </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 / Devices / iPhone-x-back</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Devices-/-iPhone-x-back" 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,2 L16,2 C17.1045695,2 18,2.8954305 18,4 L18,20 C18,21.1045695 17.1045695,22 16,22 L8,22 C6.8954305,22 6,21.1045695 6,20 L6,4 C6,2.8954305 6.8954305,2 8,2 Z M8,3 C7.44771525,3 7,3.44771525 7,4 L7,6 C7,6.55228475 7.44771525,7 8,7 C8.55228475,7 9,6.55228475 9,6 L9,4 C9,3.44771525 8.55228475,3 8,3 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 / Electric / Air-conditioning</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Electric-/-Air-conditioning" 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,3 L21,3 C21.5522847,3 22,3.44771525 22,4 L22,11 C22,11.5522847 21.5522847,12 21,12 L3,12 C2.44771525,12 2,11.5522847 2,11 L2,4 C2,3.44771525 2.44771525,3 3,3 Z M5,8 C4.44771525,8 4,8.44771525 4,9 C4,9.55228475 4.44771525,10 5,10 L19,10 C19.5522847,10 20,9.55228475 20,9 C20,8.44771525 19.5522847,8 19,8 L5,8 Z" id="Combined-Shape" fill="#335EEA"></path>
9
- <path d="M17.2914283,14.2943612 L18.7085717,15.7056388 C17.6611931,16.7573706 17.6647221,18.4590358 18.7164539,19.5064144 C18.8065164,19.5961041 18.902828,19.6792918 19.0046636,19.755351 L19.5984004,20.1988028 L18.4015996,21.8011972 L17.8078628,21.3577454 C17.6302443,21.2250852 17.4622605,21.0799918 17.3051762,20.9235577 C15.4707777,19.096752 15.4646226,16.1287596 17.2914283,14.2943612 Z M11.2914283,15.2943612 L12.7085717,16.7056388 C11.6611931,17.7573706 11.6647221,19.4590358 12.7164539,20.5064144 C12.8065164,20.5961041 12.902828,20.6792918 13.0046636,20.755351 L13.5984004,21.1988028 L12.4015996,22.8011972 L11.8078628,22.3577454 C11.6302443,22.2250852 11.4622605,22.0799918 11.3051762,21.9235577 C9.47077775,20.096752 9.4646226,17.1287596 11.2914283,15.2943612 Z M5.29142832,14.2943612 L6.70857168,15.7056388 C5.66119311,16.7573706 5.66472209,18.4590358 6.71645389,19.5064144 C6.80651638,19.5961041 6.90282804,19.6792918 7.00466363,19.755351 L7.59840039,20.1988028 L6.40159961,21.8011972 L5.80786284,21.3577454 C5.63024431,21.2250852 5.46226047,21.0799918 5.30517622,20.9235577 C3.47077775,19.096752 3.4646226,16.1287596 5.29142832,14.2943612 Z" id="Combined-Shape" 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 / Electric / Blender</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Electric-/-Blender" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <path d="M17.2024293,13 L15,13 C14.4477153,13 14,13.4477153 14,14 C14,14.5522847 14.4477153,15 15,15 L16.6419082,15 L16.0011546,17.2862783 C15.8801606,17.7179966 15.4866086,18.0164151 15.0382559,18.0164151 L7.96869566,18.0164157 C7.32289855,18.0164157 6.65623289,16.5787625 5.96869866,13.7034562 C4.82174248,12.9484241 3,10.9111513 3,8.5164151 C3,5.47884897 4.32212298,3.0164151 5.95304434,3.0164151 C5.97700649,3.0164151 6.00090198,3.01694665 6.0247276,3.01800378 C6.10056889,2.99516635 10.3205297,2.99405553 18.68461,3.01467133 C18.7750091,3.01489414 18.8649605,3.02737382 18.9520059,3.05176928 C19.4837952,3.20080923 19.7940748,3.75273034 19.6450348,4.28451957 L19.4445139,5 L15,5 C14.4477153,5 14,5.44771525 14,6 C14,6.55228475 14.4477153,7 15,7 L18.8839927,7 L18.3234716,9 L15,9 C14.4477153,9 14,9.44771525 14,10 C14,10.5522847 14.4477153,11 15,11 L17.7629505,11 L17.2024293,13 Z M6.44521839,11.0164151 L6.44521839,5.0164151 C5.46087028,5.5164151 4.96869623,6.14853376 4.96869623,8.0164151 C4.96869623,10.0962194 6.22339771,11.0164151 6.44521839,11.0164151 Z" id="Combined-Shape" fill="#335EEA"></path>
8
- <path d="M6,19 L16,19 C17.1045695,19 18,19.8954305 18,21 L18,22.5 C18,22.7761424 17.7761424,23 17.5,23 L4.5,23 C4.22385763,23 4,22.7761424 4,22.5 L4,21 C4,19.8954305 4.8954305,19 6,19 Z M11,22 C11.5522847,22 12,21.5522847 12,21 C12,20.4477153 11.5522847,20 11,20 C10.4477153,20 10,20.4477153 10,21 C10,21.5522847 10.4477153,22 11,22 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- </g>
10
- </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 / Electric / Fan</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Electric-/-Fan" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <polygon id="bound" points="0 0 24 0 24 24 0 24"></polygon>
8
- <path d="M23.3743557,18.8971143 C22.131715,21.0494311 18.4102262,21.2272253 15.0621778,19.2942286 C11.7141295,17.361232 10.0073593,14.0494311 11.25,11.8971143 C12.4926407,9.74479751 16.2141295,9.56700338 19.5621778,11.5 C22.9102262,13.4329966 24.6169963,16.7447975 23.3743557,18.8971143 Z" id="Oval-32-Copy-3" fill="#335EEA" opacity="0.3"></path>
9
- <ellipse id="Oval-32-Copy-5" fill="#335EEA" opacity="0.3" transform="translate(12.500000, 9.000000) rotate(-180.000000) translate(-12.500000, -9.000000) " cx="12.5" cy="9" rx="4.5" ry="7"></ellipse>
10
- <path d="M1.25,18.8971143 C0.00735931295,16.7447975 1.71412946,13.4329966 5.06217783,11.5 C8.41022619,9.56700338 12.131715,9.74479751 13.3743557,11.8971143 C14.6169963,14.0494311 12.9102262,17.361232 9.56217783,19.2942286 C6.21412946,21.2272253 2.49264069,21.0494311 1.25,18.8971143 Z" id="Oval-32-Copy-4" fill="#335EEA" opacity="0.3"></path>
11
- </g>
12
- </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 / Electric / Fridge</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Electric-/-Fridge" 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="M7,10 L7,16 C7,16.5522847 7.44771525,17 8,17 C8.55228475,17 9,16.5522847 9,16 L9,10 L19,10 L19,22 C19,22.5522847 18.5522847,23 18,23 L6,23 C5.44771525,23 5,22.5522847 5,22 L5,10 L7,10 Z M7,8 L5,8 L5,2 C5,1.44771525 5.44771525,1 6,1 L18,1 C18.5522847,1 19,1.44771525 19,2 L19,8 L9,8 L9,5 C9,4.44771525 8.55228475,4 8,4 C7.44771525,4 7,4.44771525 7,5 L7,8 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 / Electric / Gas-stove</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Electric-/-Gas-stove" 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 L3,10 L3,5 C3,4.44771525 3.44771525,4 4,4 L20,4 C20.5522847,4 21,4.44771525 21,5 L21,10 Z M16,6 C15.4477153,6 15,6.44771525 15,7 C15,7.55228475 15.4477153,8 16,8 C16.5522847,8 17,7.55228475 17,7 C17,6.44771525 16.5522847,6 16,6 Z M8,6 C8.55228475,6 9,6.44771525 9,7 C9,7.55228475 8.55228475,8 8,8 C7.44771525,8 7,7.55228475 7,7 C7,6.44771525 7.44771525,6 8,6 Z M21,11 L21,21 C21,21.5522847 20.5522847,22 20,22 L4,22 C3.44771525,22 3,21.5522847 3,21 L3,11 L21,11 Z M8,13 C7.44771525,13 7,13.5223345 7,14.1666667 L7,18.8333333 C7,19.4776655 7.44771525,20 8,20 L16,20 C16.5522847,20 17,19.4776655 17,18.8333333 L17,14.1666667 C17,13.5223345 16.5522847,13 16,13 L8,13 Z" id="Combined-Shape" fill="#335EEA"></path>
9
- <path d="M6,3 L10,3 C10.5522847,3 11,3.44771525 11,4 L5,4 C5,3.44771525 5.44771525,3 6,3 Z M16,3 L18,3 C18.5522847,3 19,3.44771525 19,4 L15,4 C15,3.44771525 15.4477153,3 16,3 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 / Electric / Нair-dryer</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Electric-/-Нair-dryer" 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.58533569,12.781583 L9.41496482,11.4874877 L11.3383193,18.6655444 C11.6956738,19.9992097 10.9042176,21.3700521 9.57055236,21.7274066 C8.2368871,22.0847611 6.86604471,21.2933049 6.50869018,19.9596397 L4.58533569,12.781583 Z M12.382617,14.4115723 C13.0494497,14.232895 13.7348709,14.6286231 13.9135481,15.2954558 L14.0429577,15.7784187 C14.2216349,16.4452513 13.8259068,17.1306725 13.1590742,17.3093498 C12.4922415,17.488027 11.8068203,17.0922989 11.6281431,16.4254663 L11.4987336,15.9425034 C11.3200563,15.2756708 11.7157844,14.5902496 12.382617,14.4115723 Z M18,6 L21,5 L21,12 L18,11 L18,6 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M8.44472222,4.77781746 L17,6 L17,11 L8.28838171,13.4890338 C6.08529918,14.1184859 3.78907613,12.8428065 3.15962397,10.6397239 C3.05372478,10.2690768 3,9.88547887 3,9.5 C3,6.86553287 5.13565758,4.72987529 7.77012471,4.72987529 C7.99584162,4.72987529 8.22127388,4.74589627 8.44472222,4.77781746 Z M7,11 C8.1045695,11 9,10.1045695 9,9 C9,7.8954305 8.1045695,7 7,7 C5.8954305,7 5,7.8954305 5,9 C5,10.1045695 5.8954305,11 7,11 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 / Electric / Highvoltage</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Electric-/-Highvoltage" 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.76702366,20 C2.59202225,20 2.4200849,19.9540749 2.2683913,19.8668136 C1.78966338,19.5914265 1.62482304,18.9800956 1.90021009,18.5013676 L11.1332403,2.45083309 C11.221302,2.29774818 11.3483346,2.17071522 11.5014193,2.08265312 C11.9801465,1.80726488 12.5914779,1.97210369 12.8668662,2.45083092 L22.0999499,18.5013655 C22.187212,18.6530596 22.2331375,18.8249977 22.2331375,19 C22.2331375,19.5522847 21.7854223,20 21.2331375,20 L2.76702366,20 Z M11,18 L15,12 L12.9444444,12 L12.9444444,8 L9,14 L11,14 L11,18 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 / Electric / Iron</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Electric-/-Iron" 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="M20.1428571,18 L19,20 L2,20 C2,19.3209573 2.04834392,18.653206 2.14177772,18 L20.1428571,18 Z M17,7 L23,7 L23,9 L17,9 L17,7 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M21.2857143,16 L2.57975736,16 C4.30085574,10.2170221 9.65795873,5 16,5 L17.5,5 L23,13 L21.2857143,16 Z M10.9899495,8.85857864 C10.4219207,8.93972561 10,9.42620429 10,10 C10,10.5522847 10.4477153,11 11,11 L15.5,11 C16.3284271,11 17,10.3284271 17,9.5 C17,9.43844084 16.9956306,9.37695932 16.9869249,9.31601886 C16.8853149,8.60474902 16.2263456,8.11052206 15.5150758,8.21213203 L10.9899495,8.85857864 Z M7,14 C7.55228475,14 8,13.5522847 8,13 C8,12.4477153 7.55228475,12 7,12 C6.44771525,12 6,12.4477153 6,13 C6,13.5522847 6.44771525,14 7,14 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 / Electric / Kettle</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Electric-/-Kettle" 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="M18,2 C19.6568542,2 21,4.46243388 21,7.5 C21,9.89473621 20.1651912,11.932009 18.9999975,12.6870411 L19,19 L6,19 L6,9.20710678 C6,9.07449854 5.94732158,8.94732158 5.85355339,8.85355339 L4.37313832,7.37313832 C4.16951476,7.1453957 4.18808067,6.82932088 4.3944808,6.64582295 C6.92668014,4.39467552 8.96184021,3.01271993 10.5,2.5 C11.9160658,2.02797806 17.8056973,1.96558112 17.9271769,2.00158869 C17.9513814,2.00053156 17.9756568,2 18,2 Z M17.5,11 C17.7253478,11 19,9.07980431 19,7 C19,5.13211867 18.5,4.5 17.5,4 C17.5,4 17.5,12 17.5,11 Z M11,15 L12,15 C12.5522847,15 13,14.5522847 13,14 C13,13.4477153 12.5522847,13 12,13 L11,13 L11,12 L12,12 C12.5522847,12 13,11.5522847 13,11 C13,10.4477153 12.5522847,10 12,10 L11,10 L11,9 L12,9 C12.5522847,9 13,8.55228475 13,8 C13,7.44771525 12.5522847,7 12,7 L11,7 C11,5.8954305 11.8954305,5 13,5 C14.1045695,5 15,5.8954305 15,7 L15,15 C15,16.1045695 14.1045695,17 13,17 C11.8954305,17 11,16.1045695 11,15 Z" id="Combined-Shape" fill="#335EEA"></path>
9
- <path d="M6,20 L19,20 C19.5522847,20 20,20.4477153 20,21 L20,22 L5,22 L5,21 C5,20.4477153 5.44771525,20 6,20 Z" id="Rectangle" 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 / Electric / Mixer</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Electric-/-Mixer" 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.42265796,7.19586566 C8.29274899,7.06902235 8.24181036,6.88172419 8.28958307,6.7065576 L8.84282239,4.67801339 C9.00979535,4.06577924 9.54397158,3.62486362 10.1767564,3.5769679 L17.7994949,3 L18.8601551,4.06066017 C19.9316933,5.13219832 21.3708193,6.76044424 23.1775333,8.94539793 C23.6686011,9.53927189 23.7747948,10.3624484 23.4505211,11.0615052 L20.8919878,16.5770868 C20.8204632,16.7312766 20.7232524,16.8721885 20.6045081,16.9938028 C20.0257572,17.5865413 19.0760775,17.5978806 18.4833389,17.0191298 L8.42265796,7.19586566 Z M20.5421356,9.22081528 L17.7994949,5.56396103 C17.3684003,4.9891682 16.5529674,4.87267779 15.9781746,5.30377241 C15.9289273,5.3407079 15.8823637,5.38109231 15.8388348,5.4246212 C15.2530483,6.01040764 15.2530483,6.96015511 15.8388348,7.54594155 L19.0208153,10.7279221 C19.4113396,11.1184464 20.0445046,11.1184464 20.4350288,10.7279221 C20.8407637,10.3221872 20.886413,9.67985184 20.5421356,9.22081528 Z" id="Combined-Shape" fill="#335EEA"></path>
9
- <path d="M10.3766771,14.2317944 L12.0401418,15.8952592 C12.6526127,16.50773 12.6526127,17.5007414 12.0401418,18.1132123 L8.71321228,21.4401418 C8.10074145,22.0526126 7.10773005,22.0526126 6.49525923,21.4401418 L2.05935314,17.0042357 C1.44688232,16.3917649 1.44688232,15.3987535 2.05935314,14.7862827 L5.38628271,11.4593531 C5.99875353,10.8468823 6.99176493,10.8468823 7.60423575,11.4593531 L9.26770054,13.1228179 L10.9311653,11.4593531 L12.0401418,12.5683296 L10.3766771,14.2317944 Z M7.32699162,20.0539212 L10.6539212,16.7269916 L10.0994329,16.1725033 L6.77250336,19.4994329 L7.32699162,20.0539212 Z M5.66352684,18.3904564 L8.99045641,15.0635268 L8.43596815,14.5090386 L5.10903858,17.8359681 L5.66352684,18.3904564 Z M4.00006205,16.7269916 L7.32699162,13.400062 L6.77250336,12.8455738 L3.44557379,16.1725033 L4.00006205,16.7269916 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 / Electric / Outlet</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Electric-/-Outlet" 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,4 C15.5522847,4 16,4.44771525 16,5 L16,9 L14,9 L14,5 C14,4.44771525 14.4477153,4 15,4 Z M9,4 C9.55228475,4 10,4.44771525 10,5 L10,9 L8,9 L8,5 C8,4.44771525 8.44771525,4 9,4 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M13,16.9291111 L13,22 L11,22 L11,16.9291111 C7.60770586,16.4438815 5,13.5264719 5,10 L5,9 L19,9 L19,10 C19,13.5264719 16.3922941,16.4438815 13,16.9291111 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 / Electric / Range-hood</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Electric-/-Range-hood" 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="M9,13 L15,13 L20.4472136,15.7236068 C20.7859976,15.8929988 21,16.2392619 21,16.618034 L21,20 C21,20.5522847 20.5522847,21 20,21 L4,21 C3.44771525,21 3,20.5522847 3,20 L3,16.618034 C3,16.2392619 3.21400238,15.8929988 3.5527864,15.7236068 L9,13 Z M10,2 L14,2 L10,2 Z M18,19 C18.5522847,19 19,18.5522847 19,18 C19,17.4477153 18.5522847,17 18,17 C17.4477153,17 17,17.4477153 17,18 C17,18.5522847 17.4477153,19 18,19 Z M15,19 C15.5522847,19 16,18.5522847 16,18 C16,17.4477153 15.5522847,17 15,17 C14.4477153,17 14,17.4477153 14,18 C14,18.5522847 14.4477153,19 15,19 Z M12,19 C12.5522847,19 13,18.5522847 13,18 C13,17.4477153 12.5522847,17 12,17 C11.4477153,17 11,17.4477153 11,18 C11,18.5522847 11.4477153,19 12,19 Z" id="Combined-Shape" fill="#335EEA"></path>
9
- <path d="M9,13 L9,3 C9,2.44771525 9.44771525,2 10,2 L14,2 C14.5522847,2 15,2.44771525 15,3 L15,13 L9,13 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 / Electric / Shutdown</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Electric-/-Shutdown" 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="M7.62302337,5.30262097 C8.08508802,5.000107 8.70490146,5.12944838 9.00741543,5.59151303 C9.3099294,6.05357769 9.18058801,6.67339112 8.71852336,6.97590509 C7.03468892,8.07831239 6,9.95030239 6,12 C6,15.3137085 8.6862915,18 12,18 C15.3137085,18 18,15.3137085 18,12 C18,9.99549229 17.0108275,8.15969002 15.3875704,7.04698597 C14.9320347,6.73472706 14.8158858,6.11230651 15.1281448,5.65677076 C15.4404037,5.20123501 16.0628242,5.08508618 16.51836,5.39734508 C18.6800181,6.87911023 20,9.32886071 20,12 C20,16.418278 16.418278,20 12,20 C7.581722,20 4,16.418278 4,12 C4,9.26852332 5.38056879,6.77075716 7.62302337,5.30262097 Z" id="Oval-25" fill="#335EEA"></path>
9
- <rect id="Rectangle" fill="#335EEA" opacity="0.3" x="11" y="3" width="2" height="10" rx="1"></rect>
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 / Electric / Socket-eu</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Electric-/-Socket-eu" 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="M11,3.05492878 L11,5 C11,5.55228475 11.4477153,6 12,6 C12.5522847,6 13,5.55228475 13,5 L13,3.05492878 C17.4999505,3.55237307 21,7.36744635 21,12 C21,16.6325537 17.4999505,20.4476269 13,20.9450712 L13,19 C13,18.4477153 12.5522847,18 12,18 C11.4477153,18 11,18.4477153 11,19 L11,20.9450712 C6.50004954,20.4476269 3,16.6325537 3,12 C3,7.36744635 6.50004954,3.55237307 11,3.05492878 Z M8.5,13 C9.32842712,13 10,12.3284271 10,11.5 C10,10.6715729 9.32842712,10 8.5,10 C7.67157288,10 7,10.6715729 7,11.5 C7,12.3284271 7.67157288,13 8.5,13 Z M15.5,13 C16.3284271,13 17,12.3284271 17,11.5 C17,10.6715729 16.3284271,10 15.5,10 C14.6715729,10 14,10.6715729 14,11.5 C14,12.3284271 14.6715729,13 15.5,13 Z" id="Combined-Shape" fill="#335EEA"></path>
9
- </g>
10
- </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 / Electric / Socket-us</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Electric-/-Socket-us" 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="M5,4 L19,4 C19.5522847,4 20,4.44771525 20,5 L20,19 C20,19.5522847 19.5522847,20 19,20 L5,20 C4.44771525,20 4,19.5522847 4,19 L4,5 C4,4.44771525 4.44771525,4 5,4 Z M9,7 C8.44771525,7 8,7.44771525 8,8 L8,11 C8,11.5522847 8.44771525,12 9,12 C9.55228475,12 10,11.5522847 10,11 L10,8 C10,7.44771525 9.55228475,7 9,7 Z M12,15 C11.1715729,15 10.5,15.6715729 10.5,16.5 L10.5,18 L13.5,18 L13.5,16.5 C13.5,15.6715729 12.8284271,15 12,15 Z M15,7 C14.4477153,7 14,7.44771525 14,8 L14,11 C14,11.5522847 14.4477153,12 15,12 C15.5522847,12 16,11.5522847 16,11 L16,8 C16,7.44771525 15.5522847,7 15,7 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 / Electric / Washer</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Electric-/-Washer" 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,4 C5.44771525,4 5,4.44771525 5,5 L5,8 L19,8 L19,5 C19,4.44771525 18.5522847,4 18,4 L6,4 Z M6,2 L18,2 C19.6568542,2 21,3.34314575 21,5 L21,20 C21,21.6568542 19.6568542,23 18,23 L6,23 C4.34314575,23 3,21.6568542 3,20 L3,5 C3,3.34314575 4.34314575,2 6,2 Z M12,21.5 C15.3137085,21.5 18,18.8137085 18,15.5 C18,12.1862915 15.3137085,9.5 12,9.5 C8.6862915,9.5 6,12.1862915 6,15.5 C6,18.8137085 8.6862915,21.5 12,21.5 Z M7,7 C7.55228475,7 8,6.55228475 8,6 C8,5.44771525 7.55228475,5 7,5 C6.44771525,5 6,5.44771525 6,6 C6,6.55228475 6.44771525,7 7,7 Z M10,7 C10.5522847,7 11,6.55228475 11,6 C11,5.44771525 10.5522847,5 10,5 C9.44771525,5 9,5.44771525 9,6 C9,6.55228475 9.44771525,7 10,7 Z" id="Combined-Shape" fill="#335EEA"></path>
9
- <path d="M12,19.5 C14.209139,19.5 16,17.709139 16,15.5 C16,13.290861 14.209139,11.5 12,11.5 C9.790861,11.5 8,13.290861 8,15.5 C8,17.709139 9.790861,19.5 12,19.5 Z" id="Path" 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 / Cloud-download</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Cloud-download" 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.74714567,13.0425758 C4.09410362,11.9740356 3,10.1147886 3,8 C3,4.6862915 5.6862915,2 9,2 C11.7957591,2 14.1449096,3.91215918 14.8109738,6.5 L17.25,6.5 C19.3210678,6.5 21,8.17893219 21,10.25 C21,12.3210678 19.3210678,14 17.25,14 L8.25,14 C7.28817895,14 6.41093178,13.6378962 5.74714567,13.0425758 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M11.1288761,15.7336977 L11.1288761,17.6901712 L9.12120481,17.6901712 C8.84506244,17.6901712 8.62120481,17.9140288 8.62120481,18.1901712 L8.62120481,19.2134699 C8.62120481,19.4896123 8.84506244,19.7134699 9.12120481,19.7134699 L11.1288761,19.7134699 L11.1288761,21.6699434 C11.1288761,21.9460858 11.3527337,22.1699434 11.6288761,22.1699434 C11.7471877,22.1699434 11.8616664,22.1279896 11.951961,22.0515402 L15.4576222,19.0834174 C15.6683723,18.9049825 15.6945689,18.5894857 15.5161341,18.3787356 C15.4982803,18.3576485 15.4787093,18.3380775 15.4576222,18.3202237 L11.951961,15.3521009 C11.7412109,15.173666 11.4257142,15.1998627 11.2472793,15.4106128 C11.1708299,15.5009075 11.1288761,15.6153861 11.1288761,15.7336977 Z" id="Shape" fill="#335EEA" transform="translate(11.959697, 18.661508) rotate(-270.000000) translate(-11.959697, -18.661508) "></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 / Cloud-upload</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Cloud-upload" 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.74714567,13.0425758 C4.09410362,11.9740356 3,10.1147886 3,8 C3,4.6862915 5.6862915,2 9,2 C11.7957591,2 14.1449096,3.91215918 14.8109738,6.5 L17.25,6.5 C19.3210678,6.5 21,8.17893219 21,10.25 C21,12.3210678 19.3210678,14 17.25,14 L8.25,14 C7.28817895,14 6.41093178,13.6378962 5.74714567,13.0425758 Z" id="Combined-Shape" fill="#335EEA" opacity="0.3"></path>
9
- <path d="M11.1288761,15.7336977 L11.1288761,17.6901712 L9.12120481,17.6901712 C8.84506244,17.6901712 8.62120481,17.9140288 8.62120481,18.1901712 L8.62120481,19.2134699 C8.62120481,19.4896123 8.84506244,19.7134699 9.12120481,19.7134699 L11.1288761,19.7134699 L11.1288761,21.6699434 C11.1288761,21.9460858 11.3527337,22.1699434 11.6288761,22.1699434 C11.7471877,22.1699434 11.8616664,22.1279896 11.951961,22.0515402 L15.4576222,19.0834174 C15.6683723,18.9049825 15.6945689,18.5894857 15.5161341,18.3787356 C15.4982803,18.3576485 15.4787093,18.3380775 15.4576222,18.3202237 L11.951961,15.3521009 C11.7412109,15.173666 11.4257142,15.1998627 11.2472793,15.4106128 C11.1708299,15.5009075 11.1288761,15.6153861 11.1288761,15.7336977 Z" id="Shape" fill="#335EEA" transform="translate(11.959697, 18.661508) rotate(-90.000000) translate(-11.959697, -18.661508) "></path>
10
- </g>
11
- </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 / Files / Compilation</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Compilation" 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-41" fill="#335EEA" opacity="0.3" transform="translate(8.984240, 14.127098) rotate(-45.000000) translate(-8.984240, -14.127098) " x="7.41281179" y="12.5556689" width="3.14285714" height="3.14285714" rx="0.75"></rect>
10
- <rect id="Rectangle-41-Copy" fill="#335EEA" opacity="0.3" transform="translate(15.269955, 14.127098) rotate(-45.000000) translate(-15.269955, -14.127098) " x="13.6985261" y="12.5556689" width="3.14285714" height="3.14285714" rx="0.75"></rect>
11
- <rect id="Rectangle-41-Copy-3" fill="#335EEA" transform="translate(12.127098, 17.269955) rotate(-45.000000) translate(-12.127098, -17.269955) " x="10.5556689" y="15.6985261" width="3.14285714" height="3.14285714" rx="0.75"></rect>
12
- <rect id="Rectangle-41-Copy-4" fill="#335EEA" transform="translate(12.127098, 10.984240) rotate(-45.000000) translate(-12.127098, -10.984240) " x="10.5556689" y="9.41281179" width="3.14285714" height="3.14285714" rx="0.75"></rect>
13
- </g>
14
- </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 / Files / Compiled-file</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Compiled-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-41" fill="#335EEA" opacity="0.3" transform="translate(8.984240, 12.127098) rotate(-45.000000) translate(-8.984240, -12.127098) " x="7.41281179" y="10.5556689" width="3.14285714" height="3.14285714" rx="0.75"></rect>
10
- <rect id="Rectangle-41-Copy" fill="#335EEA" opacity="0.3" transform="translate(15.269955, 12.127098) rotate(-45.000000) translate(-15.269955, -12.127098) " x="13.6985261" y="10.5556689" width="3.14285714" height="3.14285714" rx="0.75"></rect>
11
- <rect id="Rectangle-41-Copy-3" fill="#335EEA" transform="translate(12.127098, 15.269955) rotate(-45.000000) translate(-12.127098, -15.269955) " x="10.5556689" y="13.6985261" width="3.14285714" height="3.14285714" rx="0.75"></rect>
12
- <rect id="Rectangle-41-Copy-4" fill="#335EEA" transform="translate(12.127098, 8.984240) rotate(-45.000000) translate(-12.127098, -8.984240) " x="10.5556689" y="7.41281179" width="3.14285714" height="3.14285714" rx="0.75"></rect>
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 / Files / Deleted-file</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Deleted-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.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,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 / Deleted-folder</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Deleted-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.5857864,14 L9.17157288,12.5857864 C8.78104858,12.1952621 8.78104858,11.5620972 9.17157288,11.1715729 C9.56209717,10.7810486 10.1952621,10.7810486 10.5857864,11.1715729 L12,12.5857864 L13.4142136,11.1715729 C13.8047379,10.7810486 14.4379028,10.7810486 14.8284271,11.1715729 C15.2189514,11.5620972 15.2189514,12.1952621 14.8284271,12.5857864 L13.4142136,14 L14.8284271,15.4142136 C15.2189514,15.8047379 15.2189514,16.4379028 14.8284271,16.8284271 C14.4379028,17.2189514 13.8047379,17.2189514 13.4142136,16.8284271 L12,15.4142136 L10.5857864,16.8284271 C10.1952621,17.2189514 9.56209717,17.2189514 9.17157288,16.8284271 C8.78104858,16.4379028 8.78104858,15.8047379 9.17157288,15.4142136 L10.5857864,14 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 / Download</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Stockholm-icons-/-Files-/-Download" 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" transform="translate(12.000000, 8.000000) rotate(-180.000000) translate(-12.000000, -8.000000) " x="11" y="1" width="2" height="14" rx="1"></rect>
10
- <path d="M7.70710678,15.7071068 C7.31658249,16.0976311 6.68341751,16.0976311 6.29289322,15.7071068 C5.90236893,15.3165825 5.90236893,14.6834175 6.29289322,14.2928932 L11.2928932,9.29289322 C11.6689749,8.91681153 12.2736364,8.90091039 12.6689647,9.25670585 L17.6689647,13.7567059 C18.0794748,14.1261649 18.1127532,14.7584547 17.7432941,15.1689647 C17.3738351,15.5794748 16.7415453,15.6127532 16.3310353,15.2432941 L12.0362375,11.3779761 L7.70710678,15.7071068 Z" id="Path-102" fill="#335EEA" transform="translate(12.000004, 12.499999) rotate(-180.000000) translate(-12.000004, -12.499999) "></path>
11
- </g>
12
- </svg>