Initial Commit

toast
Kit Kasune 3 years ago
commit 1194d633e5
  1. 1
      .gitignore
  2. 5
      .idea/.gitignore
  3. 12
      .idea/FileKade.iml
  4. 7
      .idea/discord.xml
  5. 8
      .idea/modules.xml
  6. 12
      .vscode/tasks.json
  7. BIN
      assets/Montserrat-Thin.ttf
  8. 41
      assets/icons/base/file.svg
  9. 4
      assets/icons/base/folder.svg
  10. 3
      assets/icons/base/nav-arrow.svg
  11. 1
      assets/icons/extension/bat.svg
  12. 1
      assets/icons/extension/c.svg
  13. 1
      assets/icons/extension/certificate.svg
  14. 1
      assets/icons/extension/cpp.svg
  15. 3
      assets/icons/extension/css.svg
  16. 1
      assets/icons/extension/database.svg
  17. 1
      assets/icons/extension/disc.svg
  18. 1
      assets/icons/extension/docker.svg
  19. 3
      assets/icons/extension/excel.svg
  20. 3
      assets/icons/extension/exe.svg
  21. 1
      assets/icons/extension/git.svg
  22. 8
      assets/icons/extension/go.svg
  23. 6
      assets/icons/extension/h.svg
  24. 3
      assets/icons/extension/html.svg
  25. 3
      assets/icons/extension/image.svg
  26. 1
      assets/icons/extension/java.svg
  27. 3
      assets/icons/extension/javascript.svg
  28. 1
      assets/icons/extension/json.svg
  29. 3
      assets/icons/extension/markdown.svg
  30. 1
      assets/icons/extension/pdf.svg
  31. 3
      assets/icons/extension/powerpoint.svg
  32. 1
      assets/icons/extension/powershell.svg
  33. 1
      assets/icons/extension/prettier.svg
  34. 1
      assets/icons/extension/psd.svg
  35. 1
      assets/icons/extension/python-misc.svg
  36. 8
      assets/icons/extension/python.svg
  37. 3
      assets/icons/extension/react.svg
  38. 1
      assets/icons/extension/react_ts.svg
  39. 3
      assets/icons/extension/settings.svg
  40. 1
      assets/icons/extension/txt.svg
  41. 3
      assets/icons/extension/typescript.svg
  42. 4
      assets/icons/extension/video.svg
  43. 4
      assets/icons/extension/visualstudio.svg
  44. 3
      assets/icons/extension/word.svg
  45. 1
      assets/icons/extension/yaml.svg
  46. 1
      assets/icons/extension/yarn.svg
  47. 272
      assets/icons/extension/zip.svg
  48. 1
      assets/icons/folder/folder-android.svg
  49. 1
      assets/icons/folder/folder-app.svg
  50. 1
      assets/icons/folder/folder-archive.svg
  51. 1
      assets/icons/folder/folder-bower.svg
  52. 1
      assets/icons/folder/folder-client.svg
  53. 2
      assets/icons/folder/folder-database.svg
  54. 17
      assets/icons/folder/folder-desktop.svg
  55. 2
      assets/icons/folder/folder-dist.svg
  56. 1
      assets/icons/folder/folder-document.svg
  57. 1
      assets/icons/folder/folder-download.svg
  58. 1
      assets/icons/folder/folder-font.svg
  59. 1
      assets/icons/folder/folder-functions.svg
  60. 1
      assets/icons/folder/folder-git.svg
  61. 1
      assets/icons/folder/folder-github.svg
  62. 12
      assets/icons/folder/folder-home.svg
  63. 1
      assets/icons/folder/folder-husky.svg
  64. 1
      assets/icons/folder/folder-intellij.svg
  65. 2
      assets/icons/folder/folder-javascript.svg
  66. 2
      assets/icons/folder/folder-lib.svg
  67. 2
      assets/icons/folder/folder-music.svg
  68. 1
      assets/icons/folder/folder-node.svg
  69. 2
      assets/icons/folder/folder-picture.svg
  70. 1
      assets/icons/folder/folder-project.svg
  71. 2
      assets/icons/folder/folder-public.svg
  72. 1
      assets/icons/folder/folder-python.svg
  73. 1
      assets/icons/folder/folder-recent.svg
  74. 2
      assets/icons/folder/folder-resource.svg
  75. 2
      assets/icons/folder/folder-scripts.svg
  76. 1
      assets/icons/folder/folder-server.svg
  77. 1
      assets/icons/folder/folder-template.svg
  78. 1
      assets/icons/folder/folder-test.svg
  79. 1
      assets/icons/folder/folder-trash.svg
  80. 2
      assets/icons/folder/folder-video.svg
  81. 1
      assets/icons/folder/folder-view.svg
  82. 1
      assets/icons/folder/folder-vscode.svg
  83. 1
      assets/icons/folder/folder-webpack.svg
  84. 1
      assets/icons/folder/setting-about.svg
  85. 1
      assets/icons/folder/setting-appearance.svg
  86. 1
      assets/icons/folder/setting-preference.svg
  87. 17
      assets/icons/folder/sidebar-desktop.svg
  88. 3
      assets/icons/folder/sidebar-document.svg
  89. 1
      assets/icons/folder/sidebar-download.svg
  90. 10
      assets/icons/folder/sidebar-favorite.svg
  91. 83
      assets/icons/folder/sidebar-home.svg
  92. 1
      assets/icons/folder/sidebar-music.svg
  93. 1
      assets/icons/folder/sidebar-picture.svg
  94. 1
      assets/icons/folder/sidebar-recent.svg
  95. 3
      assets/icons/folder/sidebar-setting.svg
  96. 1
      assets/icons/folder/sidebar-trash.svg
  97. 1
      assets/icons/folder/sidebar-video.svg
  98. BIN
      assets/images/neon.png
  99. 35
      index.html
  100. 7
      json/extensions.json
  101. Some files were not shown because too many files have changed in this diff Show More

1
.gitignore vendored

@ -0,0 +1 @@
node_modules/

5
.idea/.gitignore vendored

@ -0,0 +1,5 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DiscordProjectSettings">
<option name="show" value="PROJECT_FILES" />
<option name="description" value="" />
</component>
</project>

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/FileKade.iml" filepath="$PROJECT_DIR$/.idea/FileKade.iml" />
</modules>
</component>
</project>

12
.vscode/tasks.json vendored

@ -0,0 +1,12 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "start",
"problemMatcher": [],
"label": "npm: start",
"detail": "electron ."
}
]
}

Binary file not shown.

@ -0,0 +1,41 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 495.035 495.035" style="enable-background:new 0 0 495.035 495.035;" xml:space="preserve">
<path d="M423.445,55.012h-41.161v-38.4C382.284,7.43,374.859,0,365.678,0H71.584C62.403,0,54.98,7.43,54.98,16.611v406.807
c0,9.176,7.423,16.605,16.604,16.605h41.161v38.402c0,9.18,7.43,16.609,16.609,16.609h294.091c9.18,0,16.61-7.43,16.61-16.609
V71.621C440.055,62.441,432.625,55.012,423.445,55.012z M88.193,406.809V33.215H349.07V339.44h-50.773
c-9.165,0-16.61,7.428-16.61,16.605v50.764H88.193z M406.839,461.82H145.959v-21.797h152.338c4.584,0,8.736-1.865,11.72-4.863h0.017
l0.022-0.021l67.351-67.336l0.016-0.016c3-2.998,4.863-7.15,4.863-11.742V88.227h24.556V461.82z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

@ -0,0 +1,4 @@
<svg version="1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" enable-background="new 0 0 48 48">
<path fill="#FFA000" d="M38,12H22l-4-4H8c-2.2,0-4,1.8-4,4v24c0,2.2,1.8,4,4,4h31c1.7,0,3-1.3,3-3V16C42,13.8,40.2,12,38,12z"/>
<path fill="#FFCA28" d="M42.2,18H15.3c-1.9,0-3.6,1.4-3.9,3.3L8,40h31.7c1.9,0,3.6-1.4,3.9-3.3l2.5-14C46.6,20.3,44.7,18,42.2,18z"/>
</svg>

After

Width:  |  Height:  |  Size: 377 B

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<polygon points="7.293 4.707 14.586 12 7.293 19.293 8.707 20.707 17.414 12 8.707 3.293 7.293 4.707"/>
</svg>

After

Width:  |  Height:  |  Size: 195 B

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="22.737" cy="22.737" r="3.628" gradientTransform="translate(-4.708 41.626) rotate(-81.5) scale(1 1.071)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#bedcdc"/><stop offset="0.5" stop-color="#8e9e9e" stop-opacity="0.74"/><stop offset="1" stop-color="#404f5c" stop-opacity="0.84"/></radialGradient><radialGradient id="b" cx="11.336" cy="11.336" r="5.201" gradientTransform="translate(-2.347 20.753) rotate(-81.5) scale(1 1.071)" xlink:href="#a"/></defs><title>file_type_bat</title><polygon points="24.811 27.318 27.215 24.914 28.417 27.318 27.215 28.52 24.811 27.318" style="fill:silver"/><polygon points="20.964 27.443 24.365 27.443 23.515 29.993 21.815 29.993 20.964 27.443" style="fill:silver"/><polygon points="18.157 24.811 20.561 27.215 18.157 28.417 16.954 27.215 18.157 24.811" style="fill:silver"/><polygon points="18.032 20.964 18.032 24.365 15.482 23.515 15.482 21.815 18.032 20.964" style="fill:silver"/><polygon points="20.664 18.157 18.26 20.561 17.058 18.157 18.26 16.954 20.664 18.157" style="fill:silver"/><polygon points="24.51 18.032 21.11 18.032 21.96 15.482 23.66 15.482 24.51 18.032" style="fill:silver"/><polygon points="27.318 20.664 24.914 18.26 27.318 17.058 28.52 18.26 27.318 20.664" style="fill:silver"/><polygon points="27.443 24.51 27.443 21.11 29.993 21.96 29.993 23.66 27.443 24.51" style="fill:silver"/><path d="M27.776,22.737A5.039,5.039,0,1,1,26.3,19.175,5.023,5.023,0,0,1,27.776,22.737Zm-5.039-1.9a1.9,1.9,0,1,0,1.344.557A1.894,1.894,0,0,0,22.737,20.837Z" style="fill:silver"/><path d="M22.656,18.074A4.664,4.664,0,1,0,27.4,22.656,4.664,4.664,0,0,0,22.656,18.074Zm.15,8.61a3.947,3.947,0,1,1,3.877-4.015A3.947,3.947,0,0,1,22.806,26.684Z" style="fill:#a9a9a9"/><path d="M22.674,19.11a3.628,3.628,0,1,0,3.69,3.564A3.628,3.628,0,0,0,22.674,19.11Zm.1,5.7A2.073,2.073,0,1,1,24.811,22.7,2.073,2.073,0,0,1,22.774,24.81Z" style="fill:url(#a)"/><path d="M22.7,20.665A2.073,2.073,0,1,0,24.81,22.7,2.073,2.073,0,0,0,22.7,20.665Zm.067,3.826a1.754,1.754,0,1,1,1.723-1.784A1.754,1.754,0,0,1,22.768,24.491Z" style="fill:#a9a9a9"/><polygon points="6.563 16.976 8.838 18.238 7.374 19.806 6.009 19.049 6.563 16.976" style="fill:silver"/><polygon points="4.382 13.834 5.722 16.064 3.67 16.69 2.866 15.352 4.382 13.834" style="fill:silver"/><polygon points="4.065 10.023 4.11 12.624 2.02 12.14 1.993 10.579 4.065 10.023" style="fill:silver"/><polygon points="5.696 6.563 4.434 8.838 2.866 7.374 3.623 6.009 5.696 6.563" style="fill:silver"/><polygon points="8.838 4.382 6.608 5.722 5.982 3.67 7.32 2.866 8.838 4.382" style="fill:silver"/><polygon points="12.65 4.065 10.048 4.11 10.532 2.02 12.093 1.993 12.65 4.065" style="fill:silver"/><polygon points="16.109 5.696 13.834 4.434 15.298 2.866 16.663 3.623 16.109 5.696" style="fill:silver"/><polygon points="18.29 8.838 16.95 6.608 19.002 5.982 19.806 7.32 18.29 8.838" style="fill:silver"/><polygon points="18.607 12.65 18.562 10.048 20.652 10.532 20.679 12.093 18.607 12.65" style="fill:silver"/><polygon points="16.976 16.109 18.238 13.834 19.806 15.298 19.049 16.663 16.976 16.109" style="fill:silver"/><polygon points="13.834 18.29 16.064 16.95 16.69 19.002 15.352 19.806 13.834 18.29" style="fill:silver"/><polygon points="10.023 18.607 12.624 18.562 12.14 20.652 10.579 20.679 10.023 18.607" style="fill:silver"/><path d="M11.467,18.831a7.5,7.5,0,1,1,5.261-2.288A7.473,7.473,0,0,1,11.467,18.831Zm2.682-7.544a2.814,2.814,0,1,0-.789,2A2.8,2.8,0,0,0,14.149,11.287Z" style="fill:silver"/><path d="M11.218,4.6a6.737,6.737,0,1,0,6.854,6.619A6.737,6.737,0,0,0,11.218,4.6Zm.217,12.436a5.7,5.7,0,1,1,5.6-5.8A5.7,5.7,0,0,1,11.436,17.036Z" style="fill:#a9a9a9"/><path d="M11.245,6.136a5.2,5.2,0,1,0,5.29,5.109A5.2,5.2,0,0,0,11.245,6.136Zm.14,8.036a2.837,2.837,0,1,1,2.787-2.886A2.837,2.837,0,0,1,11.386,14.172Z" style="fill:url(#b)"/><path d="M11.282,8.227a3.109,3.109,0,1,0,3.163,3.055A3.109,3.109,0,0,0,11.282,8.227Zm.1,5.74a2.631,2.631,0,1,1,2.585-2.677A2.631,2.631,0,0,1,11.382,13.967Z" style="fill:#a9a9a9"/></svg>

After

Width:  |  Height:  |  Size: 4.0 KiB

@ -0,0 +1 @@
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m16.45 15.97.42 2.44c-.26.14-.68.27-1.24.39-.57.13-1.24.2-2.01.2-2.21-.04-3.87-.7-4.98-1.96-1.14-1.27-1.68-2.88-1.68-4.83.04-2.31.72-4.08 2.04-5.32 1.28-1.25 2.92-1.89 4.9-1.89.75 0 1.4.07 1.94.19s.94.25 1.2.4l-.6 2.49-1.04-.34c-.4-.1-.87-.15-1.4-.15-1.15-.01-2.11.36-2.86 1.1-.76.73-1.14 1.85-1.18 3.34.01 1.36.37 2.42 1.08 3.2.71.77 1.7 1.17 2.99 1.18l1.33-.12c.43-.08.79-.19 1.09-.32z" style="fill:#0277bd"/></svg>

After

Width:  |  Height:  |  Size: 501 B

@ -0,0 +1 @@
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 2.5c-1.11 0-2 .89-2 2v10a2 2 0 0 0 2 2h8v5l3-3 3 3v-5h2a2 2 0 0 0 2-2v-10a2 2 0 0 0-2-2H4m8 2 3 2 3-2V8l3 1.5-3 1.5v3.5l-3-2-3 2V11L9 9.5 12 8V4.5m-8 0h5v2H4v-2m0 4h3v2H4v-2m0 4h5v2H4z" fill="#ff5722"/></svg>

After

Width:  |  Height:  |  Size: 280 B

@ -0,0 +1 @@
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m10 15.97.41 2.44c-.26.14-.68.27-1.24.39-.57.13-1.24.2-2.01.2-2.21-.04-3.87-.7-4.98-1.96-1.12-1.27-1.68-2.88-1.68-4.83.05-2.31.72-4.08 2-5.32 1.32-1.25 2.96-1.89 4.94-1.89.75 0 1.4.07 1.94.19s.94.25 1.2.4l-.58 2.49-1.06-.34c-.4-.1-.86-.15-1.39-.15-1.16-.01-2.12.36-2.87 1.1-.76.73-1.15 1.85-1.18 3.34 0 1.36.37 2.42 1.08 3.2.71.77 1.71 1.17 2.99 1.18l1.33-.12c.43-.08.79-.19 1.1-.32m.5-4.97h2v-2h2v2h2v2h-2v2h-2v-2h-2v-2m7 0h2v-2h2v2h2v2h-2v2h-2v-2h-2z" style="fill:#0277bd"/></svg>

After

Width:  |  Height:  |  Size: 566 B

@ -0,0 +1,3 @@
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="m5 3l-.65 3.34h13.59l-.44 2.16h-13.58l-.66 3.33h13.59l-.76 3.81-5.48 1.81-4.75-1.81.33-1.64h-3.34l-.79 4 7.85 3 9.05-3 1.2-6.03.24-1.21 1.54-7.76h-16.94z" fill="#42a5f5"/>
</svg>

After

Width:  |  Height:  |  Size: 263 B

@ -0,0 +1 @@
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m12 3c-4.42 0-8 1.79-8 4s3.58 4 8 4 8-1.79 8-4-3.58-4-8-4m-8 6v3c0 2.21 3.58 4 8 4s8-1.79 8-4v-3c0 2.21-3.58 4-8 4s-8-1.79-8-4m0 5v3c0 2.21 3.58 4 8 4s8-1.79 8-4v-3c0 2.21-3.58 4-8 4s-8-1.79-8-4z" style="fill:#ffca28"/></svg>

After

Width:  |  Height:  |  Size: 309 B

@ -0,0 +1 @@
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 14.5A2.5 2.5 0 0 1 9.5 12c0-1.387 1.113-2.5 2.5-2.5s2.5 1.113 2.5 2.5a2.5 2.5 0 0 1-2.5 2.5M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2z" style="fill:#b0bec5;stroke-width:1.25"/></svg>

After

Width:  |  Height:  |  Size: 288 B

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.593 10.11c-.065-.043-.605-.464-1.77-.464-.303 0-.606.032-.908.086-.227-1.512-1.49-2.278-1.544-2.31l-.313-.184-.195.291a3.57 3.57 0 0 0-.55 1.285c-.216.864-.087 1.685.356 2.387-.53.302-1.393.378-1.577.378H1.87a.675.675 0 0 0-.67.68c0 1.242.195 2.483.627 3.65.486 1.285 1.22 2.235 2.16 2.818 1.058.648 2.797 1.015 4.773 1.015.853 0 1.738-.075 2.613-.237a10.655 10.655 0 0 0 3.445-1.253 8.962 8.962 0 0 0 2.343-1.933c1.134-1.263 1.803-2.7 2.29-3.941h.204c1.231 0 1.998-.497 2.42-.918.28-.26.485-.572.636-.94l.087-.259-.205-.15M3.199 11.178h1.9a.178.178 0 0 0 .173-.173V9.3a.178.178 0 0 0-.173-.173H3.2a.17.17 0 0 0-.173.173v1.706c.01.098.075.173.173.173m2.624 0h1.9a.178.178 0 0 0 .173-.173V9.3a.178.178 0 0 0-.173-.173h-1.9a.17.17 0 0 0-.173.173v1.706c.01.098.075.173.173.173m2.667 0h1.89c.108 0 .183-.075.183-.173V9.3c0-.086-.065-.173-.183-.173H8.49c-.087 0-.162.076-.162.173v1.706c0 .098.065.173.162.173m2.635 0h1.91c.087 0 .163-.075.163-.173V9.3c0-.086-.065-.173-.162-.173h-1.911c-.087 0-.162.076-.162.173v1.706c0 .098.075.173.162.173M5.823 8.76h1.9c.087 0 .173-.097.173-.194V6.87a.17.17 0 0 0-.173-.172h-1.9c-.098 0-.173.064-.173.172v1.696c.01.097.075.194.173.194m2.667 0h1.89c.108 0 .183-.097.183-.194V6.87c0-.097-.065-.172-.183-.172H8.49c-.087 0-.162.064-.162.172v1.696c0 .097.065.194.162.194m2.635 0h1.91c.087 0 .163-.097.163-.194V6.87c0-.097-.076-.172-.162-.172h-1.911c-.087 0-.162.064-.162.172v1.696c0 .097.075.194.162.194m0-2.462h1.91c.087 0 .163-.075.163-.173V4.441c0-.108-.076-.184-.162-.184h-1.911c-.087 0-.162.065-.162.184v1.684c0 .087.075.173.162.173m2.656 4.881h1.9a.17.17 0 0 0 .173-.173V9.3a.178.178 0 0 0-.172-.173H13.78c-.086 0-.162.076-.162.173v1.706c0 .097.076.173.162.173" fill="#0087c9"/></svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

@ -0,0 +1,3 @@
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="m6 2h8l6 6v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-16a2 2 0 0 1 2 -2m7 1.5v5.5h5.5l-5.5-5.5m4 7.5h-4v2h1l-2 1.67-2-1.67h1v-2h-4v2h1l3 2.5-3 2.5h-1v2h4v-2h-1l2-1.67 2 1.67h-1v2h4v-2h-1l-3-2.5 3-2.5h1v-2z" fill="#8bc34a"/>
</svg>

After

Width:  |  Height:  |  Size: 311 B

@ -0,0 +1,3 @@
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="m19 4c1.11 0 2 .9 2 2v12a2 2 0 0 1 -2 2h-14c-1.11 0-2-.9-2-2v-12a2 2 0 0 1 2 -2h14m0 14v-10h-14v10h14z" fill="#e64a19"/>
</svg>

After

Width:  |  Height:  |  Size: 212 B

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.6 10.59 8.38 4.8l1.69 1.7c-.24.85.15 1.78.93 2.23v5.54c-.6.34-1 .99-1 1.73a2 2 0 0 0 2 2 2 2 0 0 0 2-2c0-.74-.4-1.39-1-1.73V9.41l2.07 2.09c-.07.15-.07.32-.07.5a2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2c-.18 0-.35 0-.5.07L13.93 7.5a1.98 1.98 0 0 0-1.15-2.34c-.43-.16-.88-.2-1.28-.09L9.8 3.38l.79-.78c.78-.79 2.04-.79 2.82 0l7.99 7.99c.79.78.79 2.04 0 2.82l-7.99 7.99c-.78.79-2.04.79-2.82 0L2.6 13.41c-.79-.78-.79-2.04 0-2.82z" fill="#e64a19"/></svg>

After

Width:  |  Height:  |  Size: 520 B

@ -0,0 +1,8 @@
<svg version="1.1" viewBox="0 0 300 300" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><style type="text/css">
.st0{fill:#2DBCAF;}
.st1{fill:#5DC9E1;}
.st2{fill:#FDDD00;}
.st3{fill:#CE3262;}
.st4{fill:#00ACD7;}
.st5{fill:#FFFFFF;}
</style><g transform="matrix(1.4595 0 0 1.4595 -35.938 -9.1601)" style="fill:#00acc1"><g style="fill:#00acc1"><g style="fill:#00acc1"><g style="fill:#00acc1"><path class="st4" d="m40.2 101.1c-.4 0-.5-.2-.3-.5l2.1-2.7c.2-.3.7-.5 1.1-.5h35.7c.4 0 .5.3.3.6l-1.7 2.6c-.2.3-.7.6-1 .6z" style="fill:#00acc1"/></g></g></g><g style="fill:#00acc1"><g style="fill:#00acc1"><g style="fill:#00acc1"><path class="st4" d="m25.1 110.3c-.4 0-.5-.2-.3-.5l2.1-2.7c.2-.3.7-.5 1.1-.5h45.6c.4 0 .6.3.5.6l-.8 2.4c-.1.4-.5.6-.9.6z" style="fill:#00acc1"/></g></g></g><g style="fill:#00acc1"><g style="fill:#00acc1"><g style="fill:#00acc1"><path class="st4" d="m49.3 119.5c-.4 0-.5-.3-.3-.6l1.4-2.5c.2-.3.6-.6 1-.6h20c.4 0 .6.3.6.7l-.2 2.4c0 .4-.4.7-.7.7z" style="fill:#00acc1"/></g></g></g><g style="fill:#00acc1"><g id="CXHf1q_3_" style="fill:#00acc1"><g style="fill:#00acc1"><g style="fill:#00acc1"><path class="st4" d="m153.1 99.3c-6.3 1.6-10.6 2.8-16.8 4.4-1.5.4-1.6.5-2.9-1-1.5-1.7-2.6-2.8-4.7-3.8-6.3-3.1-12.4-2.2-18.1 1.5-6.8 4.4-10.3 10.9-10.2 19 .1 8 5.6 14.6 13.5 15.7 6.8.9 12.5-1.5 17-6.6.9-1.1 1.7-2.3 2.7-3.7h-19.3c-2.1 0-2.6-1.3-1.9-3 1.3-3.1 3.7-8.3 5.1-10.9.3-.6 1-1.6 2.5-1.6h36.4c-.2 2.7-.2 5.4-.6 8.1-1.1 7.2-3.8 13.8-8.2 19.6-7.2 9.5-16.6 15.4-28.5 17-9.8 1.3-18.9-.6-26.9-6.6-7.4-5.6-11.6-13-12.7-22.2-1.3-10.9 1.9-20.7 8.5-29.3 7.1-9.3 16.5-15.2 28-17.3 9.4-1.7 18.4-.6 26.5 4.9 5.3 3.5 9.1 8.3 11.6 14.1.6.9.2 1.4-1 1.7z" style="fill:#00acc1"/></g><g style="fill:#00acc1"><path class="st4" d="m186.2 154.6c-9.1-.2-17.4-2.8-24.4-8.8-5.9-5.1-9.6-11.6-10.8-19.3-1.8-11.3 1.3-21.3 8.1-30.2 7.3-9.6 16.1-14.6 28-16.7 10.2-1.8 19.8-.8 28.5 5.1 7.9 5.4 12.8 12.7 14.1 22.3 1.7 13.5-2.2 24.5-11.5 33.9-6.6 6.7-14.7 10.9-24 12.8-2.7.5-5.4.6-8 .9zm23.8-40.4c-.1-1.3-.1-2.3-.3-3.3-1.8-9.9-10.9-15.5-20.4-13.3-9.3 2.1-15.3 8-17.5 17.4-1.8 7.8 2 15.7 9.2 18.9 5.5 2.4 11 2.1 16.3-.6 7.9-4.1 12.2-10.5 12.7-19.1z" style="fill:#00acc1"/></g></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<g fill="#0277bd" aria-label="h">
<path d="m16.745 19.818h-3.0066v-5.8824q0-2.381-1.7367-2.381-0.86836 0-1.4379 0.66294-0.56023 0.66294-0.56023 1.718v5.8824h-3.0159v-15.285h3.0159v6.508h0.03735q1.1858-1.8021 3.1933-1.8021 3.5108 0 3.5108 4.2391z" fill="#0277bd" stroke-width=".47806"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 439 B

@ -0,0 +1,3 @@
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="m12 17.56l4.07-1.13.55-6.1h-7.24l-.18-2.03h7.6l.2-1.99h-10l.56 6.01h6.89l-.23 2.58-2.22.6-2.22-.6-.14-1.66h-2l.29 3.19 4.07 1.13m-7.93-14.56h15.86l-1.43 16.2-6.5 1.8-6.5-1.8-1.43-16.2z" fill="#e44d26"/>
</svg>

After

Width:  |  Height:  |  Size: 294 B

@ -0,0 +1,3 @@
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="m12.976 9.0724h5.3677l-5.3677-5.3677v5.3677m-6.8316-6.8316h7.8075l5.8557 5.8557v11.711a1.9519 1.9519 0 0 1 -1.9519 1.9519h-11.711c-1.0833 0-1.9519-.87835-1.9519-1.9519v-15.615c0-1.0833.86859-1.9519 1.9519-1.9519m0 17.567h11.711v-7.8075l-3.9038 3.9038-1.9519-1.9519-5.8557 5.8557m1.9519-10.735a1.9519 1.9519 0 0 0 -1.9519 1.9519 1.9519 1.9519 0 0 0 1.9519 1.9519 1.9519 1.9519 0 0 0 1.9519 -1.9519 1.9519 1.9519 0 0 0 -1.9519 -1.9519z" fill="#26a69a" stroke-width=".97594"/>
</svg>

After

Width:  |  Height:  |  Size: 565 B

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>file_type_java</title><path d="M12.325,23.654s-1.07.622.761.833a16.023,16.023,0,0,0,5.8-.246,10.088,10.088,0,0,0,1.541.752c-5.481,2.349-12.405-.136-8.1-1.339" style="fill:#5382a1"/><path d="M11.656,20.588s-1.2.888.633,1.078a22.618,22.618,0,0,0,7.481-.359,3.32,3.32,0,0,0,1.152.7c-6.627,1.938-14.009.153-9.266-1.421" style="fill:#5382a1"/><path d="M17.3,15.388a2.051,2.051,0,0,1-.355,2.954s3.429-1.77,1.854-3.987c-1.471-2.067-2.6-3.095,3.508-6.636,0,0-9.586,2.394-5.007,7.669" style="fill:#5382a1"/><path d="M24.552,25.921s.792.652-.872,1.157c-3.164.958-13.168,1.248-15.948.038-1-.435.874-1.038,1.464-1.164a3.8,3.8,0,0,1,.966-.108c-1.111-.783-7.181,1.537-3.083,2.2,11.176,1.812,20.372-.816,17.473-2.124" style="fill:#5382a1"/><path d="M12.84,17.412s-5.089,1.209-1.8,1.648a38.225,38.225,0,0,0,6.731-.072c2.106-.178,4.221-.555,4.221-.555a8.934,8.934,0,0,0-1.28.685c-5.168,1.359-15.151.727-12.277-.663a9.629,9.629,0,0,1,4.407-1.042" style="fill:#5382a1"/><path d="M21.969,22.515c5.253-2.73,2.824-5.353,1.129-5a3.932,3.932,0,0,0-.6.161.957.957,0,0,1,.449-.346c3.354-1.179,5.933,3.478-1.083,5.322a.458.458,0,0,0,.106-.138" style="fill:#5382a1"/><path d="M18.8,2s2.909,2.91-2.759,7.386c-4.546,3.59-1.037,5.637,0,7.975-2.653-2.394-4.6-4.5-3.294-6.463C14.664,8.019,19.976,6.623,18.8,2" style="fill:#5382a1"/><path d="M13.356,29.912c5.042.323,12.786-.179,12.969-2.565,0,0-.353.9-4.167,1.623a41.458,41.458,0,0,1-12.76.2s.645.533,3.959.746" style="fill:#5382a1"/></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

@ -0,0 +1,3 @@
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="m3 3h18v18h-18v-18m4.73 15.04c.4.85 1.19 1.55 2.54 1.55 1.5 0 2.53-.8 2.53-2.55v-5.78h-1.7v5.74c0 .86-.35 1.08-.9 1.08-.58 0-.82-.4-1.09-.87l-1.38.83m5.98-.18c.5.98 1.51 1.73 3.09 1.73 1.6 0 2.8-.83 2.8-2.36 0-1.41-.81-2.04-2.25-2.66l-.42-.18c-.73-.31-1.04-.52-1.04-1.02 0-.41.31-.73.81-.73.48 0 .8.21 1.09.73l1.31-.87c-.55-.96-1.33-1.33-2.4-1.33-1.51 0-2.48.96-2.48 2.23 0 1.38.81 2.03 2.03 2.55l.42.18c.78.34 1.24.55 1.24 1.13 0 .48-.45.83-1.15.83-.83 0-1.31-.43-1.67-1.03l-1.38.8z" fill="#ffca28"/>
</svg>

After

Width:  |  Height:  |  Size: 593 B

@ -0,0 +1 @@
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m5 3h2v2h-2v5a2 2 0 0 1 -2 2 2 2 0 0 1 2 2v5h2v2h-2c-1.07-.27-2-.9-2-2v-4a2 2 0 0 0 -2 -2h-1v-2h1a2 2 0 0 0 2 -2v-4a2 2 0 0 1 2 -2m14 0a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2h1v2h-1a2 2 0 0 0 -2 2v4a2 2 0 0 1 -2 2h-2v-2h2v-5a2 2 0 0 1 2 -2 2 2 0 0 1 -2 -2v-5h-2v-2h2m-7 12a1 1 0 0 1 1 1 1 1 0 0 1 -1 1 1 1 0 0 1 -1 -1 1 1 0 0 1 1 -1m-4 0a1 1 0 0 1 1 1 1 1 0 0 1 -1 1 1 1 0 0 1 -1 -1 1 1 0 0 1 1 -1m8 0a1 1 0 0 1 1 1 1 1 0 0 1 -1 1 1 1 0 0 1 -1 -1 1 1 0 0 1 1 -1z" style="fill:#fbc02d"/></svg>

After

Width:  |  Height:  |  Size: 567 B

@ -0,0 +1,3 @@
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="m2.25 15.75v-8h2l3 3 3-3h2v8h-2v-5.17l-3 3-3-3v5.17h-2m14-8h3v4h2.5l-4 4.5-4-4.5h2.5z" fill="#42a5f5"/>
</svg>

After

Width:  |  Height:  |  Size: 195 B

@ -0,0 +1 @@
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m13 9h5.5l-5.5-5.5v5.5m-7-7h8l6 6v12a2 2 0 0 1 -2 2h-12c-1.11 0-2-.9-2-2v-16a2 2 0 0 1 2 -2m4.93 10.44c.41.9.93 1.64 1.53 2.15l.41.32c-.87.16-2.07.44-3.34.93l-.11.04.5-1.04c.45-.87.78-1.66 1.01-2.4m6.48 3.81c.18-.18.27-.41.28-.66.03-.2-.02-.39-.12-.55-.29-.47-1.04-.69-2.28-.69l-1.29.07-.87-.58c-.63-.52-1.2-1.43-1.6-2.56l.04-.14c.33-1.33.64-2.94-.02-3.6-.16-.16-.38-.24-.61-.24h-.24c-.37 0-.7.39-.79.77-.37 1.33-.15 2.06.22 3.27v.01c-.25.88-.57 1.9-1.08 2.93l-.96 1.8-.89.49c-1.2.75-1.77 1.59-1.88 2.12-.04.19-.02.36.05.54l.03.05.48.31.44.11c.81 0 1.73-.95 2.97-3.07l.18-.07c1.03-.33 2.31-.56 4.03-.75 1.03.51 2.24.74 3 .74.44 0 .74-.11.91-.3m-.41-.71l.09.11c-.01.1-.04.11-.09.13h-.04l-.19.02c-.46 0-1.17-.19-1.9-.51.09-.1.13-.1.23-.1 1.4 0 1.8.25 1.9.35m-9.17 1.46c-.65 1.19-1.24 1.85-1.69 2 .05-.38.5-1.04 1.21-1.69l.48-.31m3.02-6.91c-.23-.9-.24-1.63-.07-2.05l.07-.12.15.05c.17.24.19.56.09 1.1l-.03.16-.16.82z" style="fill:#f44336"/></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

@ -0,0 +1,3 @@
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="m6 2h8l6 6v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-16a2 2 0 0 1 2 -2m7 1.5v5.5h5.5l-5.5-5.5m-5 7.5v2h1v6h-1v1h4v-1h-1v-2h2a3 3 0 0 0 3 -3 3 3 0 0 0 -3 -3h-5m5 2a1 1 0 0 1 1 1 1 1 0 0 1 -1 1h-2v-2h2z" fill="#d14524"/>
</svg>

After

Width:  |  Height:  |  Size: 307 B

@ -0,0 +1 @@
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m21.783 4.0386c.48763 0 .79614.39807.66676.8857l-3.1447 14.151c-.10947.48763-.58715.8857-1.0748.8857h-16.012c-.48763 0-.79614-.39807-.66676-.8857l3.1447-14.151c.10947-.48763.58715-.8857 1.0748-.8857h16.012m-5.971 11.942h-3.9807c-.45778 0-.82599.37816-.82599.83594 0 .46773.36821.8459.82599.8459h3.9807c.46773 0 .8459-.37816.8459-.8459 0-.45778-.37816-.83594-.8459-.83594m-10.001.27865c-.39807.27865-.48763.82599-.20899 1.2141.27865.41797.83594.49759 1.234.22889 7.3145-5.145 7.3643-5.2047 7.414-5.2346.17913-.15923.2687-.37816.27865-.5971.01-.19904-.03981-.36821-.15923-.5573l-4.8962-5.2545c-.32841-.35826-.8857-.37816-1.244-.029855-.35826.31845-.37816.87575-.049758 1.234l4.13 4.4186z" style="fill:#03a9f4;stroke-width:.99517"/></svg>

After

Width:  |  Height:  |  Size: 819 B

@ -0,0 +1 @@
<svg viewBox="0 0 210 210" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.9 0 0 .9 10.5 10.5)" fill="none" fill-rule="evenodd"><rect x="165" y="40" width="20" height="10" rx="5" fill="#56B3B4"/><rect x="15" y="200" width="60" height="10" rx="5" fill="#EA5E5E"/><rect x="135" y="120" width="40" height="10" rx="5" fill="#BF85BF"/><rect x="75" y="120" width="50" height="10" rx="5" fill="#EA5E5E"/><rect x="15" y="120" width="50" height="10" rx="5" fill="#56B3B4"/><rect x="15" y="160" width="60" height="10" rx="5" fill="#BF85BF"/><rect x="15" y="80" width="60" height="10" rx="5" fill="#BF85BF"/><rect x="65" y="20" width="110" height="10" rx="5" fill="#F7BA3E"/><rect x="15" y="20" width="40" height="10" rx="5" fill="#EA5E5E"/><rect x="55" y="180" width="20" height="10" rx="5" fill="#F7BA3E"/><rect x="55" y="60" width="20" height="10" rx="5" fill="#56B3B4"/><rect x="15" y="180" width="30" height="10" rx="5" fill="#56B3B4"/><rect x="15" y="60" width="30" height="10" rx="5" fill="#F7BA3E"/><rect x="95" y="100" width="90" height="10" rx="5" fill="#56B3B4"/><rect x="45" y="100" width="40" height="10" rx="5" fill="#F7BA3E"/><rect x="15" y="100" width="20" height="10" rx="5" fill="#EA5E5E"/><rect x="105" y="40" width="50" height="10" rx="5" fill="#BF85BF"/><rect x="15" y="40" width="80" height="10" rx="5" fill="#56B3B4"/><rect x="45" y="140" width="100" height="10" rx="5" fill="#F7BA3E"/><rect x="15" y="140" width="20" height="10" rx="5" fill="#BF85BF"/><rect x="135" y="60" width="60" height="10" rx="5" fill="#EA5E5E"/><rect x="135" y="80" width="60" height="10" rx="5" fill="#F7BA3E"/><rect x="15" width="130" height="10" rx="5" fill="#56B3B4"/></g></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>file_type_photoshop</title><path d="M3.167,3.517H28.833V28.483H3.167Z" style="fill:#0c0824"/><path d="M3.167,3.517H28.833V28.483H3.167ZM2,29.65H30V2.35H2Zm18.877-16.1c-.922,0-1.237.467-1.237.852,0,.42.21.712,1.447,1.353,1.832.887,2.4,1.738,2.4,2.987,0,1.867-1.423,2.87-3.348,2.87a5.076,5.076,0,0,1-2.392-.5c-.082-.035-.093-.093-.093-.187V19.208c0-.117.058-.152.14-.093a4.33,4.33,0,0,0,2.345.688c.922,0,1.307-.385,1.307-.91,0-.42-.268-.793-1.447-1.4-1.657-.793-2.345-1.6-2.345-2.94,0-1.505,1.178-2.753,3.22-2.753a5.365,5.365,0,0,1,2.088.327.258.258,0,0,1,.117.233v1.6c0,.093-.058.152-.175.117a3.941,3.941,0,0,0-2.03-.525ZM10.843,14.938c.268.023.478.023.945.023,1.365,0,2.648-.478,2.648-2.333,0-1.482-.922-2.228-2.473-2.228-.467,0-.91.023-1.12.035Zm-2.077-6.2c0-.082.163-.14.257-.14.747-.035,1.855-.058,3.01-.058,3.232,0,4.492,1.773,4.492,4.037,0,2.963-2.147,4.235-4.783,4.235-.443,0-.595-.023-.91-.023v4.48c0,.093-.035.14-.14.14H8.907c-.093,0-.14-.035-.14-.14V8.743Z" style="fill:#31c5f0"/></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

@ -0,0 +1 @@
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m13 9h5.5l-5.5-5.5v5.5m-7-7h8l6 6v12a2 2 0 0 1 -2 2h-12c-1.11 0-2-.9-2-2v-16c0-1.11.89-2 2-2m9 16v-2h-9v2h9m3-4v-2h-12v2h12z" fill="#757575" style="fill:#757575"/><g transform="translate(12 12) scale(.5)"><g transform="translate(-1.5418e-7 -.00046865)"><g><path d="m9.8594 2.0009c-1.58 0-2.8594 1.2794-2.8594 2.8594v1.6797h4.2891c.39 0 .71094.57094.71094.96094h-7.1406c-1.58 0-2.8594 1.2794-2.8594 2.8594v3.7812c0 1.58 1.2794 2.8594 2.8594 2.8594h1.1797v-2.6797c0-1.58 1.2716-2.8594 2.8516-2.8594h5.25c1.58 0 2.8594-1.2716 2.8594-2.8516v-3.75c0-1.58-1.2794-2.8594-2.8594-2.8594zm-.71875 1.6094c.4 0 .71875.12094.71875.71094s-.31875.89062-.71875.89062c-.39 0-.71094-.30062-.71094-.89062s.32094-.71094.71094-.71094z" fill="#3c78aa"/><path d="m17.959 7v2.6797c0 1.58-1.2696 2.8594-2.8496 2.8594h-5.25c-1.58 0-2.8594 1.2696-2.8594 2.8496v3.75a2.86 2.86 0 0 0 2.8594 2.8613h4.2812a2.86 2.86 0 0 0 2.8594 -2.8613v-1.6797h-4.291c-.39 0-.70898-.56898-.70898-.95898h7.1406a2.86 2.86 0 0 0 2.8594 -2.8613v-3.7793a2.86 2.86 0 0 0 -2.8594 -2.8594zm-9.6387 4.5137-.0039.0039c.01198-.0024.02507-.0016.03711-.0039zm6.5391 7.2754c.39 0 .71094.30062.71094.89062a.71 .71 0 0 1 -.71094 .70898c-.4 0-.71875-.11898-.71875-.70898s.31875-.89062.71875-.89062z" fill="#fdd835"/></g></g></g></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

@ -0,0 +1,8 @@
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<g transform="translate(-1.5418e-7 -.00046865)">
<g>
<path d="m9.8594 2.0009c-1.58 0-2.8594 1.2794-2.8594 2.8594v1.6797h4.2891c.39 0 .71094.57094.71094.96094h-7.1406c-1.58 0-2.8594 1.2794-2.8594 2.8594v3.7812c0 1.58 1.2794 2.8594 2.8594 2.8594h1.1797v-2.6797c0-1.58 1.2716-2.8594 2.8516-2.8594h5.25c1.58 0 2.8594-1.2716 2.8594-2.8516v-3.75c0-1.58-1.2794-2.8594-2.8594-2.8594zm-.71875 1.6094c.4 0 .71875.12094.71875.71094s-.31875.89062-.71875.89062c-.39 0-.71094-.30062-.71094-.89062s.32094-.71094.71094-.71094z" fill="#3c78aa"/>
<path d="m17.959 7v2.6797c0 1.58-1.2696 2.8594-2.8496 2.8594h-5.25c-1.58 0-2.8594 1.2696-2.8594 2.8496v3.75a2.86 2.86 0 0 0 2.8594 2.8613h4.2812a2.86 2.86 0 0 0 2.8594 -2.8613v-1.6797h-4.291c-.39 0-.70898-.56898-.70898-.95898h7.1406a2.86 2.86 0 0 0 2.8594 -2.8613v-3.7793a2.86 2.86 0 0 0 -2.8594 -2.8594zm-9.6387 4.5137-.0039.0039c.01198-.0024.02507-.0016.03711-.0039zm6.5391 7.2754c.39 0 .71094.30062.71094.89062a.71 .71 0 0 1 -.71094 .70898c-.4 0-.71875-.11898-.71875-.70898s.31875-.89062.71875-.89062z" fill="#fdd835"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -0,0 +1,3 @@
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="m12 10.11c1.03 0 1.87.84 1.87 1.89 0 1-.84 1.85-1.87 1.85s-1.87-.85-1.87-1.85c0-1.05.84-1.89 1.87-1.89m-4.63 9.89c.63.38 2.01-.2 3.6-1.7-.52-.59-1.03-1.23-1.51-1.9-.82-.08-1.63-.2-2.4-.36-.51 2.14-.32 3.61.31 3.96m.71-5.74l-.29-.51c-.11.29-.22.58-.29.86.27.06.57.11.88.16l-.3-.51m6.54-.76l.81-1.5-.81-1.5c-.3-.53-.62-1-.91-1.47-.54-.03-1.11-.03-1.71-.03s-1.17 0-1.71.03c-.29.47-.61.94-.91 1.47l-.81 1.5.81 1.5c.3.53.62 1 .91 1.47.54.03 1.11.03 1.71.03s1.17 0 1.71-.03c.29-.47.61-.94.91-1.47m-2.62-6.72c-.19.22-.39.45-.59.72h.59.59c-.2-.27-.4-.5-.59-.72m0 10.44c.19-.22.39-.45.59-.72h-.59-.59c.2.27.4.5.59.72m4.62-13.22c-.62-.38-2 .2-3.59 1.7.52.59 1.03 1.23 1.51 1.9.82.08 1.63.2 2.4.36.51-2.14.32-3.61-.32-3.96m-.7 5.74l.29.51c.11-.29.22-.58.29-.86-.27-.06-.57-.11-.88-.16l.3.51m1.45-7.05c1.47.84 1.63 3.05 1.01 5.63 2.54.75 4.37 1.99 4.37 3.68s-1.83 2.93-4.37 3.68c.62 2.58.46 4.79-1.01 5.63-1.46.84-3.45-.12-5.37-1.95-1.92 1.83-3.91 2.79-5.38 1.95-1.46-.84-1.62-3.05-1-5.63-2.54-.75-4.37-1.99-4.37-3.68s1.83-2.93 4.37-3.68c-.62-2.58-.46-4.79 1-5.63 1.47-.84 3.46.12 5.38 1.95 1.92-1.83 3.91-2.79 5.37-1.95m-.29 9.31c.34.75.64 1.5.89 2.26 2.1-.63 3.28-1.53 3.28-2.26s-1.18-1.63-3.28-2.26c-.25.76-.55 1.51-.89 2.26m-10.16 0c-.34-.75-.64-1.5-.89-2.26-2.1.63-3.28 1.53-3.28 2.26s1.18 1.63 3.28 2.26c.25-.76.55-1.51.89-2.26m9 2.26l-.3.51c.31-.05.61-.1.88-.16-.07-.28-.18-.57-.29-.86l-.29.51m-2.89 4.04c1.59 1.5 2.97 2.08 3.59 1.7.64-.35.83-1.82.32-3.96-.77.16-1.58.28-2.4.36-.48.67-.99 1.31-1.51 1.9m-4.95-8.56l.3-.51c-.31.05-.61.1-.88.16.07.28.18.57.29.86l.29-.51m2.89-4.04c-1.59-1.5-2.97-2.08-3.6-1.7-.63.35-.82 1.82-.31 3.96.77-.16 1.58-.28 2.4-.36.48-.67.99-1.31 1.51-1.9z" fill="#00bcd4"/>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

@ -0,0 +1 @@
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m12 10.11c1.03 0 1.87.84 1.87 1.89 0 1-.84 1.85-1.87 1.85s-1.87-.85-1.87-1.85c0-1.05.84-1.89 1.87-1.89m-4.63 9.89c.63.38 2.01-.2 3.6-1.7-.52-.59-1.03-1.23-1.51-1.9-.82-.08-1.63-.2-2.4-.36-.51 2.14-.32 3.61.31 3.96m.71-5.74l-.29-.51c-.11.29-.22.58-.29.86.27.06.57.11.88.16l-.3-.51m6.54-.76l.81-1.5-.81-1.5c-.3-.53-.62-1-.91-1.47-.54-.03-1.11-.03-1.71-.03s-1.17 0-1.71.03c-.29.47-.61.94-.91 1.47l-.81 1.5.81 1.5c.3.53.62 1 .91 1.47.54.03 1.11.03 1.71.03s1.17 0 1.71-.03c.29-.47.61-.94.91-1.47m-2.62-6.72c-.19.22-.39.45-.59.72h1.18c-.2-.27-.4-.5-.59-.72m0 10.44c.19-.22.39-.45.59-.72h-1.18c.2.27.4.5.59.72m4.62-13.22c-.62-.38-2 .2-3.59 1.7.52.59 1.03 1.23 1.51 1.9.82.08 1.63.2 2.4.36.51-2.14.32-3.61-.32-3.96m-.7 5.74l.29.51c.11-.29.22-.58.29-.86-.27-.06-.57-.11-.88-.16l.3.51m1.45-7.05c1.47.84 1.63 3.05 1.01 5.63 2.54.75 4.37 1.99 4.37 3.68s-1.83 2.93-4.37 3.68c.62 2.58.46 4.79-1.01 5.63-1.46.84-3.45-.12-5.37-1.95-1.92 1.83-3.91 2.79-5.38 1.95-1.46-.84-1.62-3.05-1-5.63-2.54-.75-4.37-1.99-4.37-3.68s1.83-2.93 4.37-3.68c-.62-2.58-.46-4.79 1-5.63 1.47-.84 3.46.12 5.38 1.95 1.92-1.83 3.91-2.79 5.37-1.95m-.29 9.31c.34.75.64 1.5.89 2.26 2.1-.63 3.28-1.53 3.28-2.26s-1.18-1.63-3.28-2.26c-.25.76-.55 1.51-.89 2.26m-10.16 0c-.34-.75-.64-1.5-.89-2.26-2.1.63-3.28 1.53-3.28 2.26s1.18 1.63 3.28 2.26c.25-.76.55-1.51.89-2.26m9 2.26l-.3.51c.31-.05.61-.1.88-.16-.07-.28-.18-.57-.29-.86l-.29.51m-2.89 4.04c1.59 1.5 2.97 2.08 3.59 1.7.64-.35.83-1.82.32-3.96-.77.16-1.58.28-2.4.36-.48.67-.99 1.31-1.51 1.9m-4.95-8.56l.3-.51c-.31.05-.61.1-.88.16.07.28.18.57.29.86l.29-.51m2.89-4.04c-1.59-1.5-2.97-2.08-3.6-1.7-.63.35-.82 1.82-.31 3.96.77-.16 1.58-.28 2.4-.36.48-.67.99-1.31 1.51-1.9z" fill="#00bcd4" style="fill:#0288d1"/></svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

@ -0,0 +1,3 @@
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="m12.002 15.5a3.5 3.5 0 0 1 -3.5 -3.5 3.5 3.5 0 0 1 3.5 -3.5 3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1 -3.5 3.5m7.43-2.53c.04-.32.07-.64.07-.97s-.03-.66-.07-1l2.11-1.63c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.31-.61-.22l-2.49 1c-.52-.39-1.06-.73-1.69-.98l-.37-2.65c-.04-.24-.25-.42-.5-.42h-4c-.25 0-.46.18-.5.42l-.37 2.65c-.63.25-1.17.59-1.69.98l-2.49-1c-.22-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64l2.11 1.63c-.04.34-.07.67-.07 1s.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.63-.26 1.17-.59 1.69-.99l2.49 1.01c.22.08.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64z" fill="#42a5f5"/>
</svg>

After

Width:  |  Height:  |  Size: 790 B

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>file_type_text</title><path d="M22.038,2H6.375a1.755,1.755,0,0,0-1.75,1.75v24.5A1.755,1.755,0,0,0,6.375,30h19.25a1.755,1.755,0,0,0,1.75-1.75V6.856Zm.525,2.844,1.663,1.531H22.563ZM6.375,28.25V3.75H20.813V8.125h4.813V28.25Z" style="fill:#c2c2c2"/><rect x="8.125" y="15.097" width="13.076" height="1.75" style="fill:#829ec2"/><rect x="8.125" y="24.439" width="9.762" height="1.75" style="fill:#829ec2"/><rect x="8.125" y="19.763" width="15.75" height="1.75" style="fill:#829ec2"/><rect x="8.125" y="10.23" width="15.75" height="1.75" style="fill:#829ec2"/></svg>

After

Width:  |  Height:  |  Size: 626 B

@ -0,0 +1,3 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" version="1.1" viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg">
<path d="m46 46v408h408v-408h-408zm310.02 198.17v.00586c3.9124.01226 8.3586.21357 11.703.57617 13.619 1.4734 24.225 7.349 33.248 18.416 4.4934 5.5129 6.0307 7.9253 5.7031 8.957-.21108.66564-3.294 2.874-13.096 9.3809-9.6287 6.3921-12.731 8.3066-13.451 8.3066-.73045 0-2.2517-1.5657-4.4453-4.5723-4.2244-5.7892-8.5373-8.4314-15.205-9.3125-7.1704-.9496-13.602 1.3105-16.752 5.8887-2.6923 3.9112-3.099 10.206-.95899 14.779 2.4792 5.2976 6.9671 8.2262 24.166 15.768 19.836 8.6975 29.888 14.651 37.209 22.039 7.8838 7.9563 11.878 17.143 13.105 30.137.59907 6.3332-.13284 13.84-1.9453 19.943-4.4447 14.961-16.439 25.916-34.02 31.072-4.8597 1.4248-9.3818 2.276-13.855 2.6035-6.8282.50274-16.603.22572-22.486-.63086-14.884-2.1677-31.686-10.829-40.064-20.65-4.1128-4.8205-9.3633-12.754-9.3633-14.15 0-.67351.33372-1.0557 1.6562-1.8965 3.9213-2.4911 26.394-15.338 26.83-15.338.26345 0 1.4373 1.3838 2.6074 3.0742 2.6512 3.8278 9.17 10.407 12.484 12.602 2.7074 1.7928 6.1691 3.2327 10.279 4.2715 2.3539.5868 3.6002.69141 8.7363.69141 5.2475-.00176 6.3243-.0901 8.6719-.72071 6.2096-1.6713 11.057-5.1293 13.111-9.3535.90039-1.8254.91797-2.0533.91797-6.4805v-4.5898l-1.1035-2.1894c-2.6734-5.3067-8.4338-8.9474-26.645-16.836-8.3655-3.6237-18.611-8.733-22.611-11.275-9.1282-5.801-15.455-12.433-19.607-20.551-4.13-8.073-4.7459-11.078-4.7559-23.217-.01017-9.5024-.02592-9.3858 1.9414-15.451 1.785-5.5038 5.439-11.652 9.4727-15.939 8.0511-8.5582 19.813-14.058 32.406-15.152 1.6108-.15244 3.768-.21208 6.1152-.20508zm-108.36 1.877h.00391c24.253.01227 38.156.0962 38.379.23633.42036.2603.47265 2.3708.47265 15.842v15.541l-24.201.08789-24.201.08789v68.713c0 37.793-.07654 68.938-.18164 69.213-.17115.46249-2.0325.49805-17.779.49805h-17.588l-.18164-.71094c-.11745-.39011-.20308-31.536-.20508-69.213l-.00586-68.504-24.201-.08594-24.201-.08789v-15.357c0-12.18.08414-15.442.4082-15.766.333-.34334 12.684-.43187 65.902-.48437 10.261-.01034 19.495-.01477 27.58-.00977z" fill="#0288d1"/>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M18,4L20,8H17L15,4H13L15,8H12L10,4H8L10,8H7L5,4H4A2,2 0 0,0 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V4H18Z" fill="#ff9800"/>
</svg>

After

Width:  |  Height:  |  Size: 279 B

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="300" height="300" version="1.1" viewBox="0 0 281.25 281.25" xmlns="http://www.w3.org/2000/svg">
<path d="m196.18 101.74-52.778 42.444 52.778 40.889v-83.333m-136.67 110-30-18.889v-100l33.333-11.111 47.778 37 96.666-89.222 44.444 27.778v172.22l-55.555 22.222-85.111-81.555-51.555 41.555m3.3333-48.889 20.667-19.111-20.667-19.778z" fill="#ab47bc" stroke-width="11.111"/>
</svg>

After

Width:  |  Height:  |  Size: 427 B

@ -0,0 +1,3 @@
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="m6 2h8l6 6v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-16a2 2 0 0 1 2 -2m7 1.5v5.5h5.5l-5.5-5.5m-6 9.5l1.5 7h2l1.5-3 1.5 3h2l1.5-7h1v-2h-4v2h1l-.9 4.2-1.1-2.2h-2l-1.1 2.2-.9-4.2h1v-2h-4v2h1z" fill="#01579b"/>
</svg>

After

Width:  |  Height:  |  Size: 295 B

@ -0,0 +1 @@
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M13 9h5.5L13 3.5V9M6 2h8l6 6v12c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2m12 16v-2H9v2h9m-4-4v-2H6v2z" fill="#FF5252"/></svg>

After

Width:  |  Height:  |  Size: 201 B

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 290 290"><path d="M249.9 217.2c-12.389 2.942-18.661 5.652-33.993 15.641-24.004 15.486-50.176 22.688-50.176 22.688s-2.168 3.252-8.44 4.723c-10.84 2.633-51.647 4.879-55.364 4.956-9.989.077-16.106-2.555-17.81-6.66-5.187-12.388 7.434-17.808 7.434-17.808s-2.787-1.704-4.413-3.252c-1.471-1.471-3.02-4.414-3.485-3.33-1.935 4.723-2.942 16.261-8.13 21.45-7.124 7.2-20.597 4.8-28.572.619-8.75-4.646.62-15.564.62-15.564s-4.724 2.787-8.518-2.943c-3.407-5.265-6.582-14.247-5.73-25.32 1.084-12.776 15.177-25.01 15.177-25.01s-2.478-18.66 5.653-37.787c7.356-17.422 27.179-31.437 27.179-31.437s-16.648-18.35-10.453-34.999c4.026-10.84 5.652-10.763 6.968-11.228 4.646-1.78 9.137-3.716 12.467-7.356 16.648-17.964 37.864-14.557 37.864-14.557s9.912-30.43 19.203-24.468c2.865 1.859 13.163 24.778 13.163 24.778s10.995-6.427 12.234-4.026c6.66 12.93 7.434 37.632 4.491 52.654-4.955 24.778-17.345 38.097-22.3 46.459-1.161 1.936 13.318 8.053 22.455 33.373 8.44 23.152.93 42.588 2.246 44.756.232.387.31.542.31.542s9.679.774 29.114-11.228c10.376-6.427 22.688-13.628 36.703-13.783 13.55-.232 14.247 15.719 4.104 18.119z" fill="#0288d1"/></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -0,0 +1,272 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="24"
height="24"
viewBox="0 0 24 24"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="folder_closed.svg">
<sodipodi:namedview
id="base"
pagecolor="#393939"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="22.4"
inkscape:cx="15.496418"
inkscape:cy="13.75501"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:window-width="1151"
inkscape:window-height="708"
inkscape:window-x="123"
inkscape:window-y="71"
inkscape:window-maximized="0"
objecttolerance="1"
gridtolerance="1"
guidetolerance="2"
units="px">
<inkscape:grid
type="xygrid"
id="grid4443"
spacingx="24"
spacingy="24.000001"
dotted="false"
snapvisiblegridlinesonly="false" />
</sodipodi:namedview>
<defs
id="defs4">
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 526.18109 : 1"
inkscape:vp_y="0 : 999.99998 : 0"
inkscape:vp_z="744.09448 : 526.18109 : 1"
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
id="perspective4534" />
<pattern
y="0"
x="0"
height="6"
width="6"
patternUnits="userSpaceOnUse"
id="EMFhbasepattern" />
<pattern
y="0"
x="0"
height="6"
width="6"
patternUnits="userSpaceOnUse"
id="EMFhbasepattern-6" />
<pattern
y="0"
x="0"
height="6"
width="6"
patternUnits="userSpaceOnUse"
id="EMFhbasepattern-1" />
<pattern
y="0"
x="0"
height="6"
width="6"
patternUnits="userSpaceOnUse"
id="EMFhbasepattern-7" />
</defs>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:groupmode="layer"
inkscape:label="Layer 1"
transform="translate(0,-1028.3621)">
<g
id="g4175">
<path
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0"
id="path4225"
d="m 2.96023,1036.2648 0,-3.1511 7.484032,0 0,2.9895"
style="fill:#bdc3c7;fill-opacity:1;fill-rule:evenodd;stroke:#7f8c8d;stroke-width:1.79999995;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path4223"
d="m 3.064692,1047.9336 17.775373,0 0,-11.8772 -17.85617,0 z"
style="fill:#7f8c8d;fill-rule:evenodd;stroke:#7f8c8d;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1" />
<path
style="fill:none;fill-rule:evenodd;stroke:#566473;stroke-width:1.08878005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 15.724965,1036.0613 3.08616,0"
id="path4929"
inkscape:connector-curvature="0"
inkscape:tile-cx="232.1618"
inkscape:tile-cy="1011.6603"
inkscape:tile-w="3.74887"
inkscape:tile-h="1.2"
inkscape:tile-x0="230.28736"
inkscape:tile-y0="1011.0603" />
<use
x="0"
y="0"
inkscape:tiled-clone-of="#path4929"
xlink:href="#path4929"
id="use4965"
width="100%"
height="100%"
inkscape:tile-cx="233.2032"
inkscape:tile-cy="1011.471"
inkscape:tile-w="3.08616"
inkscape:tile-h="1.08878"
inkscape:tile-x0="231.66012"
inkscape:tile-y0="1010.9266"
transform="translate(1.5136096e-6,0)" />
<use
x="0"
y="0"
inkscape:tiled-clone-of="#use4965"
xlink:href="#use4965"
id="use5040"
width="100%"
height="100%"
transform="translate(1.5136096e-6,0)" />
<use
x="0"
y="0"
inkscape:tiled-clone-of="#use4965"
xlink:href="#use4965"
transform="translate(1.5136096e-6,2.3953)"
id="use5042"
width="100%"
height="100%" />
<use
x="0"
y="0"
inkscape:tiled-clone-of="#use4965"
xlink:href="#use4965"
transform="translate(1.5136096e-6,4.7906)"
id="use5044"
width="100%"
height="100%" />
<use
x="0"
y="0"
inkscape:tiled-clone-of="#use4965"
xlink:href="#use4965"
transform="translate(1.5136096e-6,7.186)"
id="use5046"
width="100%"
height="100%" />
<use
x="0"
y="0"
inkscape:tiled-clone-of="#use4965"
xlink:href="#use4965"
transform="translate(1.5136096e-6,9.5813)"
id="use5048"
width="100%"
height="100%" />
<use
x="0"
y="0"
inkscape:tiled-clone-of="#use4965"
xlink:href="#use4965"
transform="translate(1.5136096e-6,11.9766)"
id="use5050"
width="100%"
height="100%" />
<path
style="fill:none;fill-rule:evenodd;stroke:#566473;stroke-width:1.08878005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 14.849585,1037.2578 3.08616,0"
id="path4929-5"
inkscape:connector-curvature="0"
inkscape:tile-cx="232.1618"
inkscape:tile-cy="1011.6603"
inkscape:tile-w="3.74887"
inkscape:tile-h="1.2"
inkscape:tile-x0="230.28736"
inkscape:tile-y0="1011.0603" />
<use
transform="translate(1.5136096e-6,0)"
x="0"
y="0"
inkscape:tiled-clone-of="#path4929-5"
xlink:href="#path4929-5"
id="use4965-6"
width="100%"
height="100%"
inkscape:tile-cx="233.2032"
inkscape:tile-cy="1011.471"
inkscape:tile-w="3.08616"
inkscape:tile-h="1.08878"
inkscape:tile-x0="231.66012"
inkscape:tile-y0="1010.9266" />
<use
transform="translate(1.5136096e-6,0)"
height="100%"
width="100%"
x="0"
y="0"
inkscape:tiled-clone-of="#use4965-6"
xlink:href="#use4965-6"
id="use5040-4" />
<use
height="100%"
width="100%"
x="0"
y="0"
inkscape:tiled-clone-of="#use4965-6"
xlink:href="#use4965-6"
transform="translate(1.5136096e-6,2.3953)"
id="use5042-9" />
<use
height="100%"
width="100%"
x="0"
y="0"
inkscape:tiled-clone-of="#use4965-6"
xlink:href="#use4965-6"
transform="translate(1.5136096e-6,4.7906)"
id="use5044-3" />
<use
height="100%"
width="100%"
x="0"
y="0"
inkscape:tiled-clone-of="#use4965-6"
xlink:href="#use4965-6"
transform="translate(1.5136096e-6,7.186)"
id="use5046-7" />
<use
height="100%"
width="100%"
x="0"
y="0"
inkscape:tiled-clone-of="#use4965-6"
xlink:href="#use4965-6"
transform="translate(1.5136096e-6,9.5813)"
id="use5048-5" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.0 KiB

@ -0,0 +1 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4142" version="1.1" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m10 4h-6c-1.11 0-2 .89-2 2v12c0 1.097.903 2 2 2h16c1.097 0 2-.903 2-2v-10c0-1.11-.9-2-2-2h-8l-2-2z" fill="#e57373" fill-rule="nonzero" style="fill:#8bc34a"/><path d="m19.589 11.113h-.59831v-.59831h.59831m-2.9916.59831h-.59831v-.59831h.59831m3.3087-1.1009.7838-.78379c.11368-.11368.11368-.30514 0-.4248-.11966-.11368-.31112-.11368-.4248 0l-.88547.88547c-.47865-.23334-1.0172-.37095-1.5856-.37095-.57438 0-1.1128.13762-1.5915.37694l-.89146-.89146c-.11368-.11368-.30514-.11368-.41882 0-.11966.11966-.11966.31112 0 .4248l.7838.78379c-.89146.65816-1.4718 1.6992-1.4718 2.8958h7.1798c0-1.1966-.59831-2.2437-1.4778-2.8958m2.9736 3.4942a.89745 .89745 0 0 0 -.89745 .89745v4.1882a.89745 .89745 0 0 0 .89745 .89745 .89745 .89745 0 0 0 .89745 -.89745v-4.1882a.89745 .89745 0 0 0 -.89745 -.89745m-10.172 0a.89745 .89745 0 0 0 -.89745 .89745v4.1882a.89745 .89745 0 0 0 .89745 .89745 .89745 .89745 0 0 0 .89745 -.89745v-4.1882a.89745 .89745 0 0 0 -.89745 -.89745m1.4958 5.9831a.59831 .59831 0 0 0 .59831 .59831h.59831v2.0941a.89745 .89745 0 0 0 .89745 .89745 .89745 .89745 0 0 0 .89745 -.89745v-2.0941h1.1966v2.0941a.89745 .89745 0 0 0 .89745 .89745 .89745 .89745 0 0 0 .89745 -.89745v-2.0941h.59831a.59831 .59831 0 0 0 .59831 -.59831v-5.9831h-7.1798z" style="fill:#dcedc8;stroke-width:.59831"/></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

@ -0,0 +1 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M10 4H4c-1.11 0-2 .89-2 2v12c0 1.097.903 2 2 2h16c1.097 0 2-.903 2-2V8a2 2 0 0 0-2-2h-8l-2-2z" fill="#FFB300" fill-rule="nonzero" style="fill:#ef5350"/><path d="m11.375 11.618h3.0812v-3.0812h-3.0812zm4.6219 9.2438h3.0812v-3.0812h-3.0812zm-4.6219 0h3.0812v-3.0812h-3.0812zm0-4.6219h3.0812v-3.0812h-3.0812zm4.6219 0h3.0812v-3.0812h-3.0812zm4.6219-7.7031v3.0812h3.0812v-3.0812zm-4.6219 3.0812h3.0812v-3.0812h-3.0812zm4.6219 4.6219h3.0812v-3.0812h-3.0812zm0 4.6219h3.0812v-3.0812h-3.0812z" style="fill:#ffcdd2;stroke-width:.94808"/></svg>

After

Width:  |  Height:  |  Size: 708 B

@ -0,0 +1 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4142" version="1.1" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m10 4h-6c-1.11 0-2 .89-2 2v12c0 1.097.903 2 2 2h16c1.097 0 2-.903 2-2v-10c0-1.11-.9-2-2-2h-8l-2-2z" fill="#0097a7" fill-rule="nonzero" style="fill:#8d6e63"/><path d="m17.651 19.894a4.7612 4.7612 0 0 0 4.7612 -4.7612 4.7612 4.7612 0 0 0 -4.7612 -4.7612 4.7612 4.7612 0 0 0 -4.7612 4.7612 4.7612 4.7612 0 0 0 4.7612 4.7612m0-10.713a5.9515 5.9515 0 0 1 5.9515 5.9515 5.9515 5.9515 0 0 1 -5.9515 5.9515c-3.2912 0-5.9515-2.6782-5.9515-5.9515a5.9515 5.9515 0 0 1 5.9515 -5.9515m.29758 2.9758v3.1245l2.6782 1.5891-.44636.73204-3.1245-1.8747v-3.5709z" fill="#b2ebf2" stroke="#b2ebf2" stroke-miterlimit="4" stroke-width=".271" style="fill:#d7ccc8;stroke:#d7ccc8"/></svg>

After

Width:  |  Height:  |  Size: 857 B

@ -0,0 +1 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="M10 4H4c-1.11 0-2 .89-2 2v12c0 1.097.903 2 2 2h16c1.097 0 2-.903 2-2V8a2 2 0 0 0-2-2h-8l-2-2z" fill="#8d6e63" fill-rule="nonzero"/><path d="M23.64 15.288c-.77-.74-4.62-1.202-5.834-1.336.059-.139.109-.283.15-.43a4.86 4.86 0 0 1 .53-.197c.022.067.128.321.188.442 2.442.067 2.568-1.815 2.667-2.33.097-.505.092-.992.93-1.882-1.248-.364-3.043.563-3.644 1.943a3.75 3.75 0 0 0-.676-.185c-.16-.648-.996-2.451-3.189-2.451-2.776 0-5.802 2.29-5.802 6.167 0 3.26 2.225 6.116 3.482 6.116.549 0 1.021-.411 1.132-.78.093.253.378 1.038.472 1.238.138.296.779.552 1.059.245.36.2 1.021.32 1.381-.213.694.147 1.308-.267 1.321-.76.34-.019.508-.497.433-.878-.055-.28-.64-1.286-.868-1.633.452.368 1.597.472 1.736 0 .729.572 1.864.272 1.955-.193.885.23 1.9-.275 1.734-.887 1.423-.099 1.24-1.613.842-1.996z" fill="#543729"/><path d="M19.678 12.06c.306-.609.691-1.272 1.177-1.683-.535.216-1.063.86-1.376 1.55a4.82 4.82 0 0 0-.484-.27c.436-.931 1.449-1.708 2.565-1.769-.748.678-.482 2.087-1.097 2.834a8.052 8.052 0 0 0-.785-.663zm-.484.99c0-.024.01-.203.026-.285a2.585 2.585 0 0 0-.449-.06c-.01.175.074.472.156.65.568-.011.978-.181 1.22-.338-.206-.095-.557-.18-.823-.232-.03.062-.103.219-.13.264z" fill="#00acee"/><g stroke-width=".973" transform="matrix(.03326 0 0 .03326 8.75 8.632)"><path d="M250.54 277.39c.004.024.015.057.018.082-2.165-4.657-4.463-10.314-7.208-17.708 10.688 15.557 44.184 7.533 42.427-6.407 16.395 12.336 50.143-2.055 42.471-19.353 16.423 7.653 35.168-7.745 30.964-14.455 28 5.4 54.832 10.783 63.256 12.938-5.595 9.123-18.339 15.566-37.549 11.089 10.38 14.14-9.773 31.105-37.844 21.76 6.18 13.883-18.814 26.38-47.22 11.91.361 13.889-35.24 15.488-49.315.143zm55.543-70.194c32.497 2.495 86.238 7.34 119.51 11.997-2.102-10.828-7.844-13.921-25.905-18.772-19.425 2.072-68.706 6.913-93.604 6.776z" fill="#2baf2b"/><path d="M285.78 253.36c16.395 12.336 50.143-2.055 42.471-19.353 16.423 7.653 35.168-7.745 30.964-14.455-33.103-6.383-67.84-12.788-75.719-13.908 4.78.254 12.702.797 22.59 1.556 24.899.137 74.18-4.704 93.604-6.775-31.452-7.975-95.666-19.613-140.01-22.48-2.055 3.003-5.833 8.097-12.413 13.51-19.403 41.053-54.557 68.34-93.454 68.34-11.335 0-24.018-1.912-38.233-6.456-8.865 9.497-46.661 16.694-77.329 1.641 24.326 56.961 80.74 94.984 143.19 94.984 52.591 0 75.912-53.704 70.808-67.914-1.238-3.45-6.145-14.889-8.891-22.283 10.689 15.556 44.185 7.532 42.429-6.408z" fill="#ffcc2f"/><path d="M253.91 145.27c4.644-2.526 20.69-12.253 35.981-15.908a67.843 67.843 0 0 1-.536-5.12c-10.032 2.403-28.945 10.51-39.784-.661 22.866 6.9 34.283-6.149 51.09-6.149 10.014 0 24.305 2.798 35.57 7.22-9.061-8.37-38.772-33.63-75.558-33.717-8.213 9.957-17.09 31.526-6.764 54.334z" fill="#cecece"/><path d="M115.58 253.33c14.215 4.544 26.898 6.457 38.233 6.457 38.896 0 74.05-27.29 93.454-68.341-14.351 11.978-39.291 22.228-78.241 22.228 34.694-7.866 64.56-25.156 79.753-50.427-10.68-16.998-22.263-54.603 7.07-84.33-4.512-14.497-26.475-52.766-75.095-52.766-84.85 0-155.17 71.001-155.17 166.15 0 22.525 4.547 43.65 12.67 62.664 30.666 15.054 68.462 7.858 77.327-1.64z" fill="#ef5734"/><path d="M141.03 108.45c0 21.644 17.546 39.191 39.19 39.191s39.192-17.548 39.192-39.191c0-21.644-17.548-39.191-39.192-39.191s-39.19 17.547-39.19 39.191z" fill="#ffcc2f"/><path d="M156.76 108.45c0 12.958 10.507 23.463 23.463 23.463 12.96 0 23.464-10.506 23.464-23.463 0-12.959-10.504-23.464-23.464-23.464-12.957 0-23.463 10.506-23.463 23.464z" fill="#543729"/><ellipse cx="180.22" cy="98.044" rx="13.673" ry="8.501" fill="#fff"/></g></svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

@ -0,0 +1 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4142" version="1.1" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m10 4h-6c-1.11 0-2 .89-2 2v12c0 1.097.903 2 2 2h16c1.097 0 2-.903 2-2v-10c0-1.11-.9-2-2-2h-8l-2-2z" fill="#e57373" fill-rule="nonzero" style="fill:#039be5"/><path d="m21.985 18.967h-2.4661v-4.3157h2.4661m.61652-1.233h-3.6992a.61653 .61653 0 0 0 -.61652 .61653v6.1653a.61653 .61653 0 0 0 .61652 .61653h3.6992a.61653 .61653 0 0 0 .61653 -.61653v-6.1653a.61653 .61653 0 0 0 -.61653 -.61653m-11.714-1.2331h11.097v-1.2331h-11.097a1.2331 1.2331 0 0 0 -1.2331 1.2331v6.7818h-1.233v1.8496h8.6314v-1.8496h-6.1653z" style="fill:#b3e5fc;stroke-width:.61653"/></svg>

After

Width:  |  Height:  |  Size: 750 B

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4142" version="1.1" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m10 4h-6c-1.11 0-2 0.89-2 2v12c0 1.097 0.903 2 2 2h16c1.097 0 2-0.903 2-2v-10c0-1.11-0.9-2-2-2h-8l-2-2z" fill="#ffca28" fill-rule="nonzero"/><path d="m17.761 8.8588c-3.1558 0-5.7119 1.278-5.7119 2.8559 0 1.5779 2.5561 2.8559 5.7119 2.8559 3.1558 0 5.7119-1.278 5.7119-2.8559 0-1.5779-2.5561-2.8559-5.7119-2.8559m-5.7119 4.2839v2.1419c0 1.5779 2.5561 2.8559 5.7119 2.8559 3.1558 0 5.7119-1.278 5.7119-2.8559v-2.1419c0 1.5779-2.5561 2.8559-5.7119 2.8559-3.1558 0-5.7119-1.278-5.7119-2.8559m0 3.5699v2.1419c0 1.5779 2.5561 2.8559 5.7119 2.8559 3.1558 0 5.7119-1.278 5.7119-2.8559v-2.1419c0 1.5779-2.5561 2.8559-5.7119 2.8559-3.1558 0-5.7119-1.278-5.7119-2.8559z" fill="#ffecb3" stroke-width=".71398"/></svg>

After

Width:  |  Height:  |  Size: 939 B

@ -0,0 +1,17 @@
<svg version="1.2" baseProfile="tiny-ps" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
<title>music-svg</title>
<defs>
<linearGradient id="grd1" gradientUnits="userSpaceOnUse" x1="11" y1="15" x2="22" y2="15">
<stop offset="-99" stop-color="#fdb99b" />
<stop offset="0" stop-color="#be8cc2" />
<stop offset="1" stop-color="#d891ef" />
</linearGradient>
</defs>
<style>
tspan { white-space:pre }
.shp0 { fill: #8c00ae }
.shp1 { fill: url(#grd1) }
</style>
<path id="Layer" class="shp0" d="M10 3L4 3C2.89 3 2 3.89 2 5L2 17C2 18.1 2.9 19 4 19L20 19C21.1 19 22 18.1 22 17L22 7C22 5.89 21.1 5 20 5L12 5L10 3Z" />
<path id="path7" fill-rule="evenodd" class="shp1" d="M12.25 17.5C11.56 17.5 11 16.99 11 16.36L11 11.14C11 10.51 11.56 10 12.25 10L20.75 10C21.44 10 22 10.51 22 11.14L22 11.82C22 12.07 21.78 12.27 21.5 12.27C21.22 12.27 21 12.07 21 11.82L21 11.14C21 11.01 20.89 10.91 20.75 10.91L12.25 10.91C12.11 10.91 12 11.01 12 11.14L12 16.36C12 16.49 12.11 16.59 12.25 16.59L20.75 16.59C20.89 16.59 21 16.49 21 16.36L21 13.86C21 13.61 21.22 13.41 21.5 13.41C21.78 13.41 22 13.61 22 13.86L22 16.36C22 16.99 21.44 17.5 20.75 17.5L18.25 17.5L18.25 19.09L19.75 19.09C20.03 19.09 20.25 19.29 20.25 19.55C20.25 19.8 20.03 20 19.75 20L13.25 20C12.97 20 12.75 19.8 12.75 19.55C12.75 19.29 12.97 19.09 13.25 19.09L14.75 19.09L14.75 17.5L12.25 17.5ZM15.75 17.5L15.75 19.09L17.25 19.09L17.25 17.5L15.75 17.5Z" />
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4142" version="1.1" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m10 4h-6c-1.11 0-2 0.89-2 2v12c0 1.097 0.903 2 2 2h16c1.097 0 2-0.903 2-2v-10c0-1.11-0.9-2-2-2h-8l-2-2z" fill="#e57373" fill-rule="nonzero"/><path d="m18.575 11.113h-2.5763v-1.2881h2.5763m3.8644 1.2881h-2.5763v-1.2881l-1.2881-1.2881h-2.5763l-1.2881 1.2881v1.2881h-2.5763c-0.71492 0-1.2881 0.57322-1.2881 1.2881v7.0847a1.2881 1.2881 0 0 0 1.2881 1.2881h10.305a1.2881 1.2881 0 0 0 1.2881 -1.2881v-7.0847c0-0.71492-0.57966-1.2881-1.2881-1.2881z" fill="#ffcdd2" stroke-width=".64407"/></svg>

After

Width:  |  Height:  |  Size: 722 B

@ -0,0 +1 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M10 4H4c-1.11 0-2 .89-2 2v12c0 1.097.903 2 2 2h16c1.097 0 2-.903 2-2V8a2 2 0 0 0-2-2h-8l-2-2z" fill="#00BCD4" fill-rule="nonzero"/><path d="m17.51 14.937h3.9322v.96533h-3.9322zm0-1.6082h3.9322v.96533h-3.9322zm0 3.2163h3.9322v.96533h-3.9322zm4.4944-6.7541h-10.114c-.6181 0-1.1233.57941-1.1233 1.2867v8.3633c0 .70733.50523 1.2857 1.1233 1.2857h10.115c.61702 0 1.1233-.57834 1.1233-1.2867v-8.3633c0-.70626-.50523-1.2857-1.1244-1.2857zm0 9.649h-5.0566v-8.3633h5.0566z" style="fill:#b2ebf2;stroke-width:1.075"/></svg>

After

Width:  |  Height:  |  Size: 686 B

@ -0,0 +1 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4142" version="1.1" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m10 4h-6c-1.11 0-2 .89-2 2v12c0 1.097.903 2 2 2h16c1.097 0 2-.903 2-2v-10c0-1.11-.9-2-2-2h-8l-2-2z" fill="#e57373" fill-rule="nonzero" style="fill:#4caf50"/><path d="m12.282 20.704h10.269v-1.467h-10.269m10.269-6.6016h-2.9341v-4.4011h-4.4011v4.4011h-2.9341l5.1346 5.1346z" style="fill:#c8e6c9;stroke-width:.73351"/></svg>

After

Width:  |  Height:  |  Size: 516 B

@ -0,0 +1 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4142" version="1.1" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m10 4h-6c-1.11 0-2 .89-2 2v12c0 1.097.903 2 2 2h16c1.097 0 2-.903 2-2v-10c0-1.11-.9-2-2-2h-8l-2-2z" fill="#e57373" fill-rule="nonzero" style="fill:#ff5252"/><path d="m15.32 16.342 2.064-5.4897 2.0554 5.4897m-2.9226-7.8052-4.7698 12.141h1.9513l.97131-2.6017h5.4203l.97999 2.6017h1.9513l-4.7698-12.141z" style="fill:#ffcdd2;stroke-width:.86724"/></svg>

After

Width:  |  Height:  |  Size: 546 B

@ -0,0 +1 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M10 4H4c-1.11 0-2 .89-2 2v12c0 1.097.903 2 2 2h16c1.097 0 2-.903 2-2V8a2 2 0 0 0-2-2h-8l-2-2z" fill="#01579B" fill-rule="nonzero" style="fill:#0288d1"/><path d="m17.66 10.789c-.70848-.06441-1.3332.45729-1.3976 1.1722l-.16102 1.8614h1.8163v1.2881h-1.9322l-.28339 3.2654c-.12881 1.4169-1.3783 2.4668-2.7953 2.338-.80508-.07085-1.5329-.51526-1.958-1.2044l.9661-.9661c.21254.67627.94034 1.0563 1.6102.83729.50237-.15458.85661-.59898.90169-1.1207l.27051-3.1495h-1.9322v-1.2881h2.0481l.1739-1.9773c.12237-1.4169 1.3654-2.4668 2.7888-2.3508.81152.07085 1.5458.52169 1.9708 1.2173l-.9661.9661c-.16102-.49593-.59898-.84373-1.1207-.88881m6.1702 5.3844-.90814-.90814-1.8227 1.8227-1.8227-1.8227-.92102.90814 1.8356 1.8356-1.8356 1.8098.92102.90814 1.8227-1.8227 1.8227 1.8227.90814-.90814-1.8227-1.8098z" style="fill:#b3e5fc;stroke-width:.64407"/></svg>

After

Width:  |  Height:  |  Size: 1016 B

@ -0,0 +1 @@
<svg style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.4142" version="1.1" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m10 4h-6c-1.11 0-2 .89-2 2v12c0 1.097.903 2 2 2h16c1.097 0 2-.903 2-2v-10c0-1.11-.9-2-2-2h-8l-2-2z" style="fill-rule:nonzero;fill:#ff7043"/><g transform="matrix(.69978 0 0 .69978 8.6102 6.7292)" style="fill:#ffccbc"><path d="m2.6 10.59l5.78-5.79 1.69 1.7c-.24.85.15 1.78.93 2.23v5.54c-.6.34-1 .99-1 1.73 0 1.097.903 2 2 2s2-.903 2-2c0-.74-.4-1.39-1-1.73v-4.86l2.07 2.09c-.07.15-.07.32-.07.5 0 1.097.903 2 2 2s2-.903 2-2-.903-2-2-2c-.18 0-.35 0-.5.07l-2.57-2.57c.26-.93-.22-1.95-1.15-2.34-.43-.16-.88-.2-1.28-.09l-1.7-1.69.79-.78c.78-.79 2.04-.79 2.82 0l7.99 7.99c.79.78.79 2.04 0 2.82l-7.99 7.99c-.78.79-2.04.79-2.82 0l-7.99-7.99c-.79-.78-.79-2.04 0-2.82z" style="fill-rule:nonzero;fill:#ffccbc"/></g></svg>

After

Width:  |  Height:  |  Size: 903 B

@ -0,0 +1 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="M10 4H4c-1.11 0-2 .89-2 2v12c0 1.097.903 2 2 2h16c1.097 0 2-.903 2-2V8a2 2 0 0 0-2-2h-8l-2-2z" fill="#546e7a" fill-rule="nonzero"/><path d="M16.698 7.825a6.797 6.797 0 0 0-6.797 6.796 6.815 6.815 0 0 0 4.65 6.457c.34.054.448-.156.448-.34V19.59c-1.883.407-2.284-.911-2.284-.911-.312-.788-.754-1-.754-1-.619-.42.047-.407.047-.407.68.048 1.04.7 1.04.7.592 1.033 1.59.727 1.978.564.061-.442.238-.74.428-.91-1.509-.17-3.092-.755-3.092-3.344 0-.755.258-1.36.7-1.842-.068-.17-.306-.877.068-1.795 0 0 .57-.183 1.869.694.537-.15 1.121-.225 1.7-.225s1.161.075 1.698.225c1.298-.877 1.87-.694 1.87-.694.373.918.135 1.625.067 1.795.442.482.7 1.087.7 1.842 0 2.596-1.59 3.167-3.106 3.337.245.21.47.625.47 1.257v1.862c0 .184.108.401.455.34a6.816 6.816 0 0 0 4.642-6.457 6.797 6.797 0 0 0-6.797-6.796z" fill="#eceff1"/></svg>

After

Width:  |  Height:  |  Size: 989 B

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4142" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="linearGradient821">
<stop style="stop-color:#42a5f5;stop-opacity:1" offset="0" id="stop817"/>
<stop style="stop-color:#d891ef;stop-opacity:1" offset="1" id="stop819"/>
</linearGradient>
<linearGradient id="linearGradient823" x1="2" y1="8" x2="14" y2="8" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1, 0, 0, 1, 10.298719, 7.652916)" xlink:href="#linearGradient821"/>
</defs>
<path d="m10 4h-6c-1.11 0-2 .89-2 2v12c0 1.097.903 2 2 2h16c1.097 0 2-.903 2-2v-10c0-1.11-.9-2-2-2h-8l-2-2z" fill-rule="nonzero" style="fill: rgb(115, 99, 141);"/>
<path style="fill: url(#linearGradient823); fill-opacity: 1; stroke: none; border-block-color: rgb(77, 77, 77); border-color: rgb(77, 77, 77); border-inline-color: rgb(77, 77, 77); caret-color: rgb(77, 77, 77); color: rgb(77, 77, 77); column-rule-color: rgb(77, 77, 77); outline-color: rgb(77, 77, 77); text-decoration: none solid rgb(77, 77, 77); -webkit-text-emphasis-color: rgb(77, 77, 77); -webkit-text-fill-color: rgb(77, 77, 77); -webkit-text-stroke-color: rgb(77, 77, 77);" d="M 18.299 9.653 L 17.592 10.352 L 17.596 10.356 L 12.299 15.651 L 12.299 15.653 L 12.299 16.653 L 13.307 16.653 L 13.307 20.653 L 13.299 20.653 L 13.299 21.653 L 23.299 21.653 L 23.299 20.653 L 23.299 16.653 L 24.299 16.653 L 24.299 15.653 L 24.299 15.651 L 23.156 14.508 L 22.455 15.21 L 22.898 15.653 L 22.299 15.653 L 22.299 20.653 L 19.299 20.653 L 19.299 17.653 L 17.299 17.653 L 17.299 20.653 L 14.299 20.653 L 14.299 16.653 L 14.299 15.653 L 13.699 15.653 L 18.297 11.057 L 18.299 11.059 L 18.301 11.057 L 19.742 12.497 L 20.443 11.795 L 19.002 10.356 L 19.006 10.352 L 18.299 9.653 Z M 21.299 10.653 L 21.299 13.653 L 22.307 13.653 L 22.307 10.653 L 21.299 10.653 Z" class="ColorScheme-Text" id="path4"/>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

@ -0,0 +1 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="M10 4H4c-1.11 0-2 .89-2 2v12c0 1.097.903 2 2 2h16c1.097 0 2-.903 2-2V8a2 2 0 0 0-2-2h-8l-2-2z" fill="#e57373" fill-rule="nonzero" style="fill:#607d8b"/><path d="M18.311 8.601c.67.268.935 1.323.585 2.365-.347 1.037-1.166 1.669-1.84 1.406-.667-.26-.937-1.318-.592-2.363.341-1.04 1.17-1.665 1.847-1.408m3.748 2.164c.567.46.435 1.488-.285 2.31-.738.818-1.783 1.116-2.348.665-.569-.455-.431-1.48.298-2.296.728-.824 1.773-1.122 2.335-.679m-7.945-1.371c.746.088 1.29 1.023 1.245 2.081-.08 1.059-.719 1.85-1.46 1.765-.74-.085-1.281-1.013-1.22-2.075.061-1.062.713-1.853 1.435-1.772m9.437 5.449c.431.584.072 1.544-.817 2.128-.89.584-1.963.58-2.407-.02-.444-.598-.078-1.547.799-2.146.893-.567 1.975-.564 2.425.038m-4.139 5.145c-.263.505-.955.833-1.524.777-1.187-.112-1.784-1.645-2.827-2.247-1.043-.603-2.7-.322-3.354-1.322-.376-.56-.344-1.45.05-1.976.546-.727 1.727-.605 2.612-.855 1.166-.313 2.492-1.4 3.546-.79 1.049.604.814 2.293 1.083 3.462.213.976.871 2.076.414 2.951z" style="fill:#cfd8dc;stroke-width:.60534"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

@ -0,0 +1 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="M10 4H4c-1.11 0-2 .89-2 2v12c0 1.097.903 2 2 2h16c1.097 0 2-.903 2-2V8a2 2 0 0 0-2-2h-8l-2-2z" fill="#546e7a" fill-rule="nonzero"/><g transform="translate(10.126 8.976) scale(.11021)"><linearGradient id="a" x1="31.841" x2="110.24" y1="120.56" y2="73.24" gradientUnits="userSpaceOnUse"><stop stop-color="#fdd835" offset="0"/><stop stop-color="#f57c00" offset="1"/></linearGradient><path d="M118.6 71.8c.9-.8 1.4-1.9 1.5-3.2.1-2.6-1.8-4.7-4.4-4.9-1.2-.1-2.4.4-3.3 1.1l-83.8 45.9c-1.9.8-3.6 2.2-4.7 4.1-2.9 4.8-1.3 11 3.6 13.9 3.4 2 7.5 1.8 10.7-.2.2-.2.5-.3.7-.5l78-54.8c.4-.3 1.5-1.1 1.7-1.4z" fill="url(#a)"/><linearGradient id="b" x1="48.361" x2="119.92" y1="6.908" y2="69.555" gradientUnits="userSpaceOnUse"><stop stop-color="#ef5350" offset="0"/><stop stop-color="#ff6e40" offset=".57"/><stop stop-color="#f57c00" offset="1"/></linearGradient><path d="M118.8 65.1 55 2.5C53.6 1 51.6 0 49.3 0c-4.3 0-7.7 3.5-7.7 7.7 0 2.1.8 3.9 2.1 5.3.4.4.8.7 1.2 1l67.4 57.7c.8.7 1.8 1.2 3 1.3 2.6.1 4.7-1.8 4.9-4.4 0-1.3-.5-2.6-1.4-3.5z" fill="url(#b)"/><linearGradient id="c" x1="52.947" x2="10.538" y1="63.641" y2="37.156" gradientUnits="userSpaceOnUse"><stop stop-color="#8e24aa" offset="0"/><stop stop-color="#ab47bc" offset=".385"/><stop stop-color="#ec407a" offset=".765"/><stop stop-color="#ec407a" offset=".957"/></linearGradient><path d="M57.1 59.5c-.1 0-39.4-31-40.2-31.5l-1.8-.9c-5.8-2.2-12.2.8-14.4 6.6-1.9 5.1.2 10.7 4.6 13.4.7.4 1.3.7 2 .9.4.2 45.4 18.8 45.4 18.8 1.8.8 3.9.3 5.1-1.2 1.5-1.9 1.2-4.6-.7-6.1z" fill="url(#c)"/><linearGradient id="d" x1="52.174" x2="10.771" y1="3.702" y2="37.897" gradientUnits="userSpaceOnUse"><stop stop-color="#ef5350" offset="0"/><stop stop-color="#EE4E72" offset=".364"/><stop stop-color="#ec407a" offset="1"/></linearGradient><path d="M49.3 0c-1.7 0-3.3.6-4.6 1.5L4.9 28.3c-.1.1-.2.1-.2.2h-.1c-1.7 1.2-3.1 3-3.9 5.1-2.2 5.8.8 12.3 6.6 14.4 3.6 1.4 7.5.7 10.4-1.4.7-.5 1.3-1 1.8-1.6l34.6-31.2c1.8-1.4 3-3.6 3-6.1 0-4.2-3.5-7.7-7.8-7.7z" fill="url(#d)"/></g></svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4142" version="1.1" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m10 4h-6c-1.11 0-2 0.89-2 2v12c0 1.097 0.903 2 2 2h16c1.097 0 2-0.903 2-2v-10c0-1.11-0.9-2-2-2h-8l-2-2z" fill="#ffca28" fill-rule="nonzero"/><g transform="matrix(.66602 0 0 .66602 2.6082 .73828)" fill="#ffecb3"><path d="m23.013 26.479c0.555 1.123 1.708 1.833 2.961 1.821 1.244 0 2.033-0.622 2.033-1.481 0-1.025-0.815-1.393-2.181-1.989l-0.753-0.324c-2.155-0.92-3.61-2.068-3.61-4.512 0-2.252 1.752-3.96 4.38-3.96 1.772-0.129 3.457 0.819 4.267 2.4l-2.33 1.5c-0.313-0.789-1.087-1.304-1.936-1.288-0.044-4e-3 -0.088-7e-3 -0.132-7e-3 -0.666 0-1.231 0.511-1.298 1.174-4e-3 0.04-6e-3 0.08-7e-3 0.121 0 0.876 0.561 1.262 1.84 1.822l0.753 0.324c2.549 1.1 3.986 2.208 3.986 4.713 0 2.7-2.12 4.179-4.967 4.179-2.253 0.132-4.384-1.073-5.433-3.072zm-10.583 0.263c0.473 0.876 0.876 1.542 1.927 1.542s1.6-0.385 1.6-1.884v-10.171h3v10.215c0 3.1-1.822 4.521-4.477 4.521-1.917 0.103-3.709-0.991-4.494-2.742z" fill="#ffecb3" fill-rule="nonzero"/></g></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4142" version="1.1" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m10 4h-6c-1.11 0-2 0.89-2 2v12c0 1.097 0.903 2 2 2h16c1.097 0 2-0.903 2-2v-10c0-1.11-0.9-2-2-2h-8l-2-2z" fill="#c0ca33" fill-rule="nonzero"/><path d="m17.39 12.544a2.0508 2.0508 0 0 0 2.0508 -2.0508 2.0508 2.0508 0 0 0 -2.0508 -2.0508 2.0508 2.0508 0 0 0 -2.0508 2.0508 2.0508 2.0508 0 0 0 2.0508 2.0508m0 2.42c-1.6133-1.4971-3.7599-2.42-6.1525-2.42v7.5198c2.3927 0 4.5392 0.92288 6.1525 2.42 1.6133-1.4971 3.7599-2.42 6.1525-2.42v-7.5198c-2.3927 0-4.5392 0.92288-6.1525 2.42z" fill="#f0f4c3" stroke-width=".68362"/></svg>

After

Width:  |  Height:  |  Size: 757 B

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4142" version="1.1" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m10 4h-6c-1.11 0-2 0.89-2 2v12c0 1.097 0.903 2 2 2h16c1.097 0 2-0.903 2-2v-10c0-1.11-0.9-2-2-2h-8l-2-2z" fill="#ef5350" fill-rule="nonzero"/><path d="m19.946 13.159v-1.3288h-2.6576v3.6542c-0.27905-0.20597-0.6179-0.3322-0.99661-0.3322a1.661 1.661 0 0 0 -1.661 1.661 1.661 1.661 0 0 0 1.661 1.661 1.661 1.661 0 0 0 1.661 -1.661v-3.6542h1.9932m-2.6576-4.6508a6.6441 6.6441 0 0 1 6.6441 6.6441 6.6441 6.6441 0 0 1 -6.6441 6.6441 6.6441 6.6441 0 0 1 -6.6441 -6.6441 6.6441 6.6441 0 0 1 6.6441 -6.6441z" fill="#ffcdd2" stroke-width=".66441"/></svg>

After

Width:  |  Height:  |  Size: 777 B

@ -0,0 +1 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4142" version="1.1" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="a"><path d="m239.03 226.6-42.13 24.317c-1.578.91-2.546 2.59-2.546 4.406v48.668c0 1.817.968 3.496 2.546 4.406l42.133 24.336c1.575.907 3.517.907 5.09 0l42.126-24.336c1.57-.91 2.54-2.59 2.54-4.406v-48.668c0-1.816-.97-3.496-2.55-4.406l-42.12-24.317c-.79-.453-1.67-.68-2.55-.68s-1.76.227-2.55.68"/></clipPath></defs><path d="m10 4h-6c-1.11 0-2 .89-2 2v12c0 1.097.903 2 2 2h16c1.097 0 2-.903 2-2v-10c0-1.11-.9-2-2-2h-8l-2-2z" fill="#8bc34a" fill-rule="nonzero" style="fill:#8bc34a"/><g transform="matrix(.071918 0 0 .071919 8.2615 7.25)" style="fill:#dcedc8"><g transform="matrix(1.8117 0 0 1.8117 -312.71 -393.32)" clip-path="url(#a)" style="fill:#dcedc8"><path d="m331.36 246.79-118.72-58.19-60.87 124.17 118.71 58.193z" style="fill:#dcedc8"/></g></g></svg>

After

Width:  |  Height:  |  Size: 960 B

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4142" version="1.1" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m10 4h-6c-1.11 0-2 0.89-2 2v12c0 1.097 0.903 2 2 2h16c1.097 0 2-0.903 2-2v-10c0-1.11-0.9-2-2-2h-8l-2-2z" fill="#009688" fill-rule="nonzero"/><g transform="matrix(.675 0 0 .675 9.8 6.784)" fill="#b2dfdb"><path d="m13 9h5.5l-5.5-5.5v5.5m-7-7h8l6 6v12c0 1.097-0.903 2-2 2h-12c-1.11 0-2-0.9-2-2v-16c0-1.11 0.89-2 2-2m0 18h12v-8l-4 4-2-2-6 6m2-11c-1.097 0-2 0.903-2 2s0.903 2 2 2 2-0.903 2-2-0.903-2-2-2z" fill="#b2dfdb" fill-rule="nonzero"/></g></svg>

After

Width:  |  Height:  |  Size: 682 B

@ -0,0 +1 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4142" version="1.1" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m10 4h-6c-1.11 0-2 0.89-2 2v12c0 1.097 0.903 2 2 2h16c1.097 0 2-0.903 2-2v-10c0-1.11-0.9-2-2-2h-8l-2-2z" fill="#e57373" fill-rule="nonzero" style="fill:#1e88e5"/><path d="m20.283 15.319 3.4496 3.4251-2.0342 2.0097-3.4251-3.4251v-0.56369l1.446-1.446h0.56369m0.55757-1.5502-0.59433-0.5882-2.9349 2.941v1.207l-3.4496 3.4496-2.0097-2.0342 3.4251-3.4251h1.207l0.47792-0.47791-2.3528-2.3589h-0.79652l-1.7217-1.7401 1.6053-1.6053 1.7156 1.7156v0.80265l2.3834 2.3528 1.6298-1.6298-0.5882-0.61884 0.79652-0.80265h-1.6298l-0.39826-0.39826 2.0281-2.0342 0.40439 0.40439v1.6298l0.80265-0.80878 2.0097 2.0097c0.66786 0.67398 0.66786 1.7707 0 2.4386l-1.207-1.2315z" style="fill:#bbdefb;stroke-width:.61271"/></svg>

After

Width:  |  Height:  |  Size: 896 B

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4142" version="1.1" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m10 4h-6c-1.11 0-2 0.89-2 2v12c0 1.097 0.903 2 2 2h16c1.097 0 2-0.903 2-2v-10c0-1.11-0.9-2-2-2h-8l-2-2z" fill="#039be5" fill-rule="nonzero"/><path d="m20.036 16.746c0.0495-0.40831 0.08661-0.81661 0.08661-1.2373s-0.03711-0.82898-0.08661-1.2373h2.091c0.09898 0.39593 0.16085 0.81042 0.16085 1.2373 0 0.42686-0.06187 0.84136-0.16085 1.2373m-3.186 3.4397c0.37119-0.6867 0.65576-1.4291 0.85373-2.2024h1.825c-0.5939 1.0208-1.5404 1.8126-2.6787 2.2024m-0.15466-3.4397h-2.8953c-0.06187-0.40831-0.09898-0.81661-0.09898-1.2373s0.03712-0.83517 0.09898-1.2373h2.8953c0.05568 0.40212 0.09898 0.81661 0.09898 1.2373s-0.0433 0.82898-0.09898 1.2373m-1.4476 3.6871c-0.51347-0.74237-0.92797-1.5652-1.1816-2.4498h2.3632c-0.25364 0.88466-0.66814 1.7075-1.1816 2.4498m-2.4746-7.399h-1.8064c0.58771-1.0269 1.5404-1.8188 2.6725-2.2024-0.37119 0.6867-0.64958 1.4291-0.8661 2.2024m-1.8064 4.9492h1.8064c0.21653 0.77331 0.49492 1.5157 0.8661 2.2024-1.1321-0.38975-2.0848-1.1816-2.6725-2.2024m-0.50729-1.2373c-0.09898-0.39593-0.16085-0.81042-0.16085-1.2373 0-0.42686 0.06187-0.84136 0.16085-1.2373h2.091c-0.04949 0.4083-0.08661 0.81661-0.08661 1.2373s0.03712 0.82898 0.08661 1.2373m2.6973-6.1679c0.51348 0.74237 0.92797 1.5714 1.1816 2.456h-2.3632c0.25364-0.88466 0.66814-1.7136 1.1816-2.456m4.281 2.456h-1.825c-0.19797-0.7733-0.48254-1.5157-0.85373-2.2024 1.1383 0.38975 2.0848 1.1754 2.6787 2.2024m-4.281-3.7119c-3.4211 0-6.1864 2.7839-6.1864 6.1864a6.1864 6.1864 0 0 0 6.1864 6.1864 6.1864 6.1864 0 0 0 6.1864 -6.1864 6.1864 6.1864 0 0 0 -6.1864 -6.1864z" fill="#b3e5fc" stroke-width=".61864"/></svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

@ -0,0 +1 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4142" version="1.1" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m10 4h-6c-1.11 0-2 .89-2 2v12c0 1.097.903 2 2 2h16c1.097 0 2-.903 2-2v-10c0-1.11-.9-2-2-2h-8l-2-2z" fill="#e57373" fill-rule="nonzero" style="fill:#42a5f5"/><g transform="matrix(.6453 0 0 .64533 9.5434 7.2458)"><g><path d="m9.8594 2.0009c-1.58 0-2.8594 1.2794-2.8594 2.8594v1.6797h4.2891c.39 0 .71094.57094.71094.96094h-7.1406c-1.58 0-2.8594 1.2794-2.8594 2.8594v3.7812c0 1.58 1.2794 2.8594 2.8594 2.8594h1.1797v-2.6797c0-1.58 1.2716-2.8594 2.8516-2.8594h5.25c1.58 0 2.8594-1.2716 2.8594-2.8516v-3.75c0-1.58-1.2794-2.8594-2.8594-2.8594zm-.71875 1.6094c.4 0 .71875.12094.71875.71094s-.31875.89062-.71875.89062c-.39 0-.71094-.30062-.71094-.89062s.32094-.71094.71094-.71094z" style="fill:#3c78aa"/><path d="m17.959 7v2.6797c0 1.58-1.2696 2.8594-2.8496 2.8594h-5.25c-1.58 0-2.8594 1.2696-2.8594 2.8496v3.75a2.86 2.86 0 0 0 2.8594 2.8613h4.2812a2.86 2.86 0 0 0 2.8594 -2.8613v-1.6797h-4.291c-.39 0-.70898-.56898-.70898-.95898h7.1406a2.86 2.86 0 0 0 2.8594 -2.8613v-3.7793a2.86 2.86 0 0 0 -2.8594 -2.8594zm-9.6387 4.5137-.0039.0039c.01198-.0024.02507-.0016.03711-.0039zm6.5391 7.2754c.39 0 .71094.30062.71094.89062a.71 .71 0 0 1 -.71094 .70898c-.4 0-.71875-.11898-.71875-.70898s.31875-.89062.71875-.89062z" style="fill:#fdd835"/></g></g></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 92 KiB

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4142" version="1.1" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m10 4h-6c-1.11 0-2 0.89-2 2v12c0 1.097 0.903 2 2 2h16c1.097 0 2-0.903 2-2v-10c0-1.11-0.9-2-2-2h-8l-2-2z" fill="#fbc02d" fill-rule="nonzero"/><path d="m21.598 12.059h-6.0845v-1.2169h6.0845m-2.4339 6.0846h-3.6507v-1.2169h3.6507m2.4339-1.2169h-6.0845v-1.2169h6.0845m0.60845-4.2592h-7.3015a1.2169 1.2169 0 0 0 -1.2169 1.2169v7.3016a1.2169 1.2169 0 0 0 1.2169 1.2169h7.3015a1.2169 1.2169 0 0 0 1.2169 -1.2169v-7.3016a1.2169 1.2169 0 0 0 -1.2169 -1.2169m-9.7352 2.4339h-1.2169v8.5184a1.2169 1.2169 0 0 0 1.2169 1.2169h8.5184v-1.2169h-8.5184z" fill="#fff9c4" stroke-width=".60845"/></svg>

After

Width:  |  Height:  |  Size: 816 B

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4142" version="1.1" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m10 4h-6c-1.11 0-2 0.89-2 2v12c0 1.097 0.903 2 2 2h16c1.097 0 2-0.903 2-2v-10c0-1.11-0.9-2-2-2h-8l-2-2z" fill="#546e7a" fill-rule="nonzero"/><g transform="matrix(.62922 0 0 .62922 9.657 7.657)" fill="#cfd8dc"><path d="m14 20c1.097 0 2-0.903 2-2v-13h-7c-0.549 0-1 0.451-1 1v10h-3v-11c0-1.646 1.354-3 3-3h11c1.646 0 3 1.354 3 3v1h-4v13c0 1.646-1.354 3-3 3h-10c-1.646 0-3-1.354-3-3v-1h10c0 1.097 0.903 2 2 2z" fill="#cfd8dc" fill-rule="nonzero"/></g></svg>

After

Width:  |  Height:  |  Size: 688 B

@ -0,0 +1 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4142" version="1.1" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m10 4h-6c-1.11 0-2 .89-2 2v12c0 1.097.903 2 2 2h16c1.097 0 2-.903 2-2v-10c0-1.11-.9-2-2-2h-8l-2-2z" fill="#e57373" fill-rule="nonzero" style="fill:#fbc02d"/><path d="m13.424 8.5427h9.3703a.58564 .58564 0 0 1 .58564 .58564v2.3426a.58564 .58564 0 0 1 -.58564 .58564h-9.3703a.58564 .58564 0 0 1 -.58564 -.58564v-2.3426a.58564 .58564 0 0 1 .58564 -.58564m0 4.6852h9.3703a.58564 .58564 0 0 1 .58564 .58564v2.3426a.58564 .58564 0 0 1 -.58564 .58564h-9.3703a.58564 .58564 0 0 1 -.58564 -.58564v-2.3426a.58564 .58564 0 0 1 .58564 -.58564m0 4.6852h9.3703a.58564 .58564 0 0 1 .58564 .58565v2.3426a.58564 .58564 0 0 1 -.58564 .58564h-9.3703a.58564 .58564 0 0 1 -.58564 -.58564v-2.3426a.58564 .58564 0 0 1 .58564 -.58565m2.9282-7.0277h.58564v-1.1713h-.58564v1.1713m0 4.6852h.58564v-1.1713h-.58564v1.1713m0 4.6852h.58564v-1.1713h-.58564v1.1713m-2.3426-10.542v1.1713h1.1713v-1.1713h-1.1713m0 4.6852v1.1713h1.1713v-1.1713h-1.1713m0 4.6852v1.1713h1.1713v-1.1713z" style="fill:#fffde7;stroke-width:.58564"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

@ -0,0 +1 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M10 4H4c-1.11 0-2 .89-2 2v12c0 1.097.903 2 2 2h16c1.097 0 2-.903 2-2V8a2 2 0 0 0-2-2h-8l-2-2z" fill="#A1887F" fill-rule="nonzero" style="fill:#8d6e63"/><path d="M10.6 17.829h5.333v-1.286H10.6zm0 2.571h5.333v-1.286H10.6zm0-5.143h5.333v-1.286H10.6zm0-3.857v1.286h5.333V11.4zm6.667 0H22.6v9h-5.333z" fill="#D7CCC8"/></svg>

After

Width:  |  Height:  |  Size: 493 B

@ -0,0 +1 @@
<svg style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.4142" version="1.1" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m10 4h-6c-1.11 0-2 .89-2 2v12c0 1.097.903 2 2 2h16c1.097 0 2-.903 2-2v-10c0-1.11-.9-2-2-2h-8l-2-2z" style="fill-rule:nonzero;fill:#00bfa5"/><g transform="matrix(.69514 0 0 .69514 8.3205 6.7069)" style="fill:#a7ffeb"><path d="m7 2v2h1v14c0 2.194 1.806 4 4 4s4-1.806 4-4v-14h1v-2h-10m4 14c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1m2-4c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1m1-5h-4v-3h4z" style="fill-rule:nonzero;fill:#a7ffeb"/></g></svg>

After

Width:  |  Height:  |  Size: 635 B

@ -0,0 +1 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 252 198"><defs><style>.cls-1,.cls-6,.cls-7{fill:none;stroke:#995b99;stroke-linecap:round;stroke-linejoin:round;}.cls-1{stroke-width:7px;}.cls-1,.cls-4,.cls-5,.cls-7{fill-rule:evenodd;}.cls-2{fill:url(#linear-gradient);}.cls-3{fill:#b55c85;}.cls-4{fill:#f7afd1;}.cls-5{fill:#f59bc5;}.cls-6,.cls-7{stroke-width:5px;}.cls-6{opacity:0.72;}</style><linearGradient id="linear-gradient" x1="830.95" y1="460.69" x2="1052.18" y2="619.79" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ef599f"/><stop offset="1" stop-color="#f59496"/></linearGradient></defs><path class="cls-1" d="M1393.5,765.5" transform="translate(-834 -441)"/><path class="cls-2" d="M924.4,441H856.6A22.76,22.76,0,0,0,834,463.93V601.48a22.83,22.83,0,0,0,22.6,22.92h180.8a22.83,22.83,0,0,0,22.6-22.92V486.85a22.76,22.76,0,0,0-22.6-22.92H947Z" transform="translate(-834 -441)"/><ellipse class="cls-3" cx="197.96" cy="76.23" rx="54.04" ry="9.37"/><path class="cls-4" d="M1085.47,518.77l-24,120.23h-4.65l23.52-117.91A17,17,0,0,0,1085.47,518.77Z" transform="translate(-834 -441)"/><path class="cls-5" d="M1080.36,521.09,1056.84,639h-54.59L978.88,521.81l-.64-3.22c4.85,4.17,27.06,7.31,53.72,7.31a271.15,271.15,0,0,0,33.67-1.91h.07A91.6,91.6,0,0,0,1080.36,521.09Z" transform="translate(-834 -441)"/><line class="cls-6" x1="169.53" y1="112.44" x2="187.31" y2="180.85"/><line class="cls-6" x1="228.35" y1="109.98" x2="216.04" y2="180.85"/><path class="cls-7" d="M974.91,551" transform="translate(-834 -441)"/><line class="cls-6" x1="200.31" y1="109.98" x2="200.31" y2="180.85"/></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4142" version="1.1" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m10 4h-6c-1.11 0-2 0.89-2 2v12c0 1.097 0.903 2 2 2h16c1.097 0 2-0.903 2-2v-10c0-1.11-0.9-2-2-2h-8l-2-2z" fill="#ff9800" fill-rule="nonzero"/><path d="m21.159 10.275 1.3031 2.6062h-1.9547l-1.3031-2.6062h-1.3031l1.3031 2.6062h-1.9547l-1.3031-2.6062h-1.3031l1.3031 2.6062h-1.9547l-1.3031-2.6062h-0.65156a1.3031 1.3031 0 0 0 -1.3031 1.3031v7.8188a1.3031 1.3031 0 0 0 1.3031 1.3031h10.425a1.3031 1.3031 0 0 0 1.3031 -1.3031v-9.1219z" fill="#ffe0b2" stroke-width=".65156"/></svg>

After

Width:  |  Height:  |  Size: 708 B

@ -0,0 +1 @@
<svg style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.4142" version="1.1" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m10 4h-6c-1.11 0-2 .89-2 2v12c0 1.097.903 2 2 2h16c1.097 0 2-.903 2-2v-10c0-1.11-.9-2-2-2h-8l-2-2z" style="fill-rule:nonzero;fill:#ff7043"/><g transform="matrix(.65434 0 0 .65434 3.2169 2.9566)" style="fill:#ffccbc"><path d="m14.167 28.901l-1.685-18.901h18.516l-1.687 18.898-7.582 2.102-7.562-2.099zm6.823-4.89l-6-3.607v-1.307l6-3.608v2.023l-3.828 2.238 3.828 2.239v2.022zm1.5-.002v-2.021l3.855-2.238-3.855-2.237v-2.022l6 3.591v1.336l-6 3.591z" style="fill:#ffccbc"/></g></svg>

After

Width:  |  Height:  |  Size: 673 B

@ -0,0 +1 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="M10 4H4c-1.11 0-2 .89-2 2v12c0 1.097.903 2 2 2h16c1.097 0 2-.903 2-2V8a2 2 0 0 0-2-2h-8l-2-2z" fill="#42a5f5" fill-rule="nonzero"/><path d="m20.811 8.52-5.988 5.506-3.346-2.522-1.383.805 3.298 3.03-3.298 3.032 1.383.807 3.346-2.522 5.988 5.503 2.921-1.419V9.94zm0 3.622v6.396l-4.245-3.198z" fill="#bbdefb"/></svg>

After

Width:  |  Height:  |  Size: 493 B

@ -0,0 +1 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="M10 4H4c-1.11 0-2 .89-2 2v12c0 1.097.903 2 2 2h16c1.097 0 2-.903 2-2V8a2 2 0 0 0-2-2h-8l-2-2z" fill="#03a9f4" fill-rule="nonzero"/><path d="m22.044 18.085-5.113 2.952-5.113-2.952V12.18l5.113-2.952 5.113 2.952z" fill="#fff" fill-opacity=".785"/><path d="M17.341 8.793c-.14 0-.272.04-.378.12l-5.24 2.944a.658.658 0 0 0-.351.584v5.97c0 .252.138.471.35.584l5.24 2.945c.107.08.24.119.38.119s.271-.04.377-.12l5.24-2.944a.658.658 0 0 0 .352-.584v-5.97a.658.658 0 0 0-.351-.584l-5.24-2.945a.627.627 0 0 0-.379-.119zm0 1.426 4.643 2.613v1.396h-.01v3.434h.01v.357l-4.643 2.613-4.643-2.613v-5.187zm0 1.38-3.25 1.877 3.25 1.877 3.25-1.877zm-3.316 3.37v2.374l2.653 1.532V16.5zm6.633 0-2.654 1.53v2.376l2.654-1.532z" fill="#8ed6fb"/><path d="m17.341 11.6-3.25 1.876 3.25 1.877 3.25-1.877zm-3.316 3.369v2.374l2.653 1.532V16.5zm6.633 0-2.654 1.53v2.376l2.654-1.532z" fill="#1c78c0"/></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--flat-color-icons" width="32" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48"><path fill="#2196F3" d="M37 40H11l-6 6V12c0-3.3 2.7-6 6-6h26c3.3 0 6 2.7 6 6v22c0 3.3-2.7 6-6 6z"></path><g fill="#fff"><path d="M22 20h4v11h-4z"></path><circle cx="24" cy="15" r="2"></circle></g></svg>

After

Width:  |  Height:  |  Size: 436 B

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--dashicons" width="32" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"><path d="M14.48 11.06L7.41 3.99l1.5-1.5c.5-.56 2.3-.47 3.51.32c1.21.8 1.43 1.28 2.91 2.1c1.18.64 2.45 1.26 4.45.85zm-.71.71L6.7 4.7L4.93 6.47a.996.996 0 0 0 0 1.41l1.06 1.06c.39.39.39 1.03 0 1.42c-.6.6-1.43 1.11-2.21 1.69c-.35.26-.7.53-1.01.84C1.43 14.23.4 16.08 1.4 17.07c.99 1 2.84-.03 4.18-1.36c.31-.31.58-.66.85-1.02c.57-.78 1.08-1.61 1.69-2.21a.996.996 0 0 1 1.41 0l1.06 1.06c.39.39 1.02.39 1.41 0z" fill="#b8c327"></path></svg>

After

Width:  |  Height:  |  Size: 660 B

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--ic" width="32" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M14 11.26V6h3v4h2V4h-5V3H5v16H3v2h9.26A6.963 6.963 0 0 1 11 17c0-2.38 1.19-4.47 3-5.74zM10 11h2v2h-2v-2zm11.69 5.37l1.14-1l-1-1.73l-1.45.49c-.32-.27-.68-.48-1.08-.63L19 12h-2l-.3 1.49c-.4.15-.76.36-1.08.63l-1.45-.49l-1 1.73l1.14 1c-.08.5-.08.76 0 1.26l-1.14 1l1 1.73l1.45-.49c.32.27.68.48 1.08.63L17 22h2l.3-1.49c.4-.15.76-.36 1.08-.63l1.45.49l1-1.73l-1.14-1c.08-.51.08-.77 0-1.27zM18 19c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2z" fill="currentColor"></path></svg>

After

Width:  |  Height:  |  Size: 696 B

@ -0,0 +1,17 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny-ps" viewBox="4.64 9.09 11 10"><rect id="backgroundrect" width="100%" height="100%" x="0" y="0" fill="none" stroke="none"/>
<title>music-svg</title>
<defs>
<linearGradient id="grd1" gradientUnits="userSpaceOnUse" x1="11" y1="15" x2="22" y2="15">
<stop offset="-99" stop-color="#ff9800"/>
<stop offset="0" stop-color="#be8cc2"/>
<stop offset="1" stop-color="#d891ef"/>
</linearGradient>
</defs>
<style>
tspan { white-space:pre }
.shp0 { fill: #8c00ae }
.shp1 { fill: url(#grd1) }
</style>
<g class="currentLayer" style=""><title>Layer 1</title><path id="path7" fill-rule="evenodd" class="shp1 selected" d="M5.886363983154297,16.590909123420715 C5.196363983154297,16.590909123420715 4.636363983154297,16.080909123420714 4.636363983154297,15.450909123420715 L4.636363983154297,10.230909123420716 C4.636363983154297,9.600909123420715 5.196363983154297,9.090909123420715 5.886363983154297,9.090909123420715 L14.386363983154297,9.090909123420715 C15.076363983154298,9.090909123420715 15.636363983154297,9.600909123420715 15.636363983154297,10.230909123420716 L15.636363983154297,10.910909123420716 C15.636363983154297,11.160909123420716 15.416363983154298,11.360909123420715 15.136363983154297,11.360909123420715 C14.856363983154296,11.360909123420715 14.636363983154297,11.160909123420716 14.636363983154297,10.910909123420716 L14.636363983154297,10.230909123420716 C14.636363983154297,10.100909123420715 14.526363983154297,10.000909123420715 14.386363983154297,10.000909123420715 L5.886363983154297,10.000909123420715 C5.746363983154296,10.000909123420715 5.636363983154297,10.100909123420715 5.636363983154297,10.230909123420716 L5.636363983154297,15.450909123420715 C5.636363983154297,15.580909123420714 5.746363983154296,15.680909123420715 5.886363983154297,15.680909123420715 L14.386363983154297,15.680909123420715 C14.526363983154297,15.680909123420715 14.636363983154297,15.580909123420714 14.636363983154297,15.450909123420715 L14.636363983154297,12.950909123420715 C14.636363983154297,12.700909123420715 14.856363983154296,12.500909123420715 15.136363983154297,12.500909123420715 C15.416363983154298,12.500909123420715 15.636363983154297,12.700909123420715 15.636363983154297,12.950909123420715 L15.636363983154297,15.450909123420715 C15.636363983154297,16.080909123420714 15.076363983154298,16.590909123420715 14.386363983154297,16.590909123420715 L11.886363983154297,16.590909123420715 L11.886363983154297,18.180909123420715 L13.386363983154297,18.180909123420715 C13.666363983154298,18.180909123420715 13.886363983154297,18.380909123420714 13.886363983154297,18.640909123420716 C13.886363983154297,18.890909123420716 13.666363983154298,19.090909123420715 13.386363983154297,19.090909123420715 L6.886363983154297,19.090909123420715 C6.6063639831542975,19.090909123420715 6.386363983154297,18.890909123420716 6.386363983154297,18.640909123420716 C6.386363983154297,18.380909123420714 6.6063639831542975,18.180909123420715 6.886363983154297,18.180909123420715 L8.386363983154297,18.180909123420715 L8.386363983154297,16.590909123420715 L5.886363983154297,16.590909123420715 zM9.386363983154297,16.590909123420715 L9.386363983154297,18.180909123420715 L10.886363983154297,18.180909123420715 L10.886363983154297,16.590909123420715 L9.386363983154297,16.590909123420715 z"/></g></svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

@ -0,0 +1,3 @@
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="m13 9h5.5l-5.5-5.5v5.5m-7-7h8l6 6v12a2 2 0 0 1 -2 2h-12c-1.11 0-2-.9-2-2v-16c0-1.11.89-2 2-2m9 16v-2h-9v2h9m3-4v-2h-12v2h12z" fill="#42a5f5"/>
</svg>

After

Width:  |  Height:  |  Size: 234 B

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4142" version="1.1" xml:space="preserve" style="" viewBox="5.2 8.23 10.27 12.47"><rect id="backgroundrect" width="100%" height="100%" x="0" y="0" fill="none" stroke="none"/><g class="currentLayer" style=""><title>Layer 1</title><path d="m5.202353889465332,20.704 h10.269 v-1.467 h-10.269 m10.269,-6.6016 h-2.9341 v-4.4011 h-4.4011 v4.4011 h-2.9341 l5.1346,5.1346 z" style="fill:#4caf50;stroke-width:.73351" id="svg_2" class="selected"/></g></svg>

After

Width:  |  Height:  |  Size: 571 B

@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
<defs>
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#fbd914;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ffb56b;stop-opacity:1" />
</linearGradient>
</defs>
<path d="M8 .2l4.9 15.2L0 6h16L3.1 15.4z" fill="url(#grad)" />
</svg>

After

Width:  |  Height:  |  Size: 365 B

@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 16 16"
version="1.1"
id="svg6"
sodipodi:docname="user-home.svg"
inkscape:version="0.92.4 (unknown)">
<metadata
id="metadata10">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1366"
inkscape:window-height="723"
id="namedview8"
showgrid="false"
inkscape:zoom="14.335917"
inkscape:cx="13.166607"
inkscape:cy="8.0246621"
inkscape:window-x="0"
inkscape:window-y="22"
inkscape:window-maximized="1"
inkscape:current-layer="svg6" />
<defs
id="defs3051">
<linearGradient
inkscape:collect="always"
id="linearGradient821">
<stop
style="stop-color:#42a5f5;stop-opacity:1"
offset="0"
id="stop817" />
<stop
style="stop-color:#d891ef;stop-opacity:1"
offset="1"
id="stop819" />
</linearGradient>
<style
type="text/css"
id="current-color-scheme">
.ColorScheme-Text {
color:#4d4d4d;
}
</style>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient821"
id="linearGradient823"
x1="2"
y1="8"
x2="14"
y2="8"
gradientUnits="userSpaceOnUse" />
</defs>
<path
style="fill:url(#linearGradient823);fill-opacity:1;stroke:none"
d="M 8 2 L 7.2929688 2.6992188 L 7.296875 2.703125 L 2 7.9980469 L 2 8 L 2 9 L 3.0078125 9 L 3.0078125 13 L 3 13 L 3 14 L 13 14 L 13 13 L 13 9 L 14 9 L 14 8 L 14 7.9980469 L 12.857422 6.8554688 L 12.15625 7.5566406 L 12.599609 8 L 12 8 L 12 13 L 9 13 L 9 10 L 7 10 L 7 13 L 4 13 L 4 9 L 4 8 L 3.4003906 8 L 7.9980469 3.4042969 L 8 3.40625 L 8.0019531 3.4042969 L 9.4433594 4.84375 L 10.144531 4.1425781 L 8.703125 2.703125 L 8.7070312 2.6992188 L 8 2 z M 11 3 L 11 6 L 12.007812 6 L 12.007812 3 L 11 3 z "
class="ColorScheme-Text"
id="path4" />
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4142" version="1.1" xml:space="preserve" viewBox="3.71 5.54 13.29 13.29"><rect id="backgroundrect" width="100%" height="100%" x="0" y="0" fill="none" stroke="none"/><g class="currentLayer" style=""><title>Layer 1</title><path d="m13.015306850433351,10.18870290184021 v-1.3288000000000002 h-2.6576000000000004 v3.6542000000000003 c-0.27905,-0.20597000000000001 -0.6179000000000001,-0.33220000000000005 -0.99661,-0.33220000000000005 a1.661,1.661 0 0 0 -1.661,1.661 a1.661,1.661 0 0 0 1.661,1.661 a1.661,1.661 0 0 0 1.661,-1.661 v-3.6542000000000003 h1.9931999999999999 m-2.6576000000000004,-4.6508 a6.6441,6.6441 0 0 1 6.6441,6.6441 a6.6441,6.6441 0 0 1 -6.6441,6.6441 a6.6441,6.6441 0 0 1 -6.6441,-6.6441 a6.6441,6.6441 0 0 1 6.6441,-6.6441 z" fill="#ef5350" stroke-width=".66441" id="svg_2" class="selected"/></g></svg>

After

Width:  |  Height:  |  Size: 944 B

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4142" version="1.1" xml:space="preserve" viewBox="0.62 10.11 10.8 13.5"><rect id="backgroundrect" width="100%" height="100%" x="0" y="0" fill="none" stroke="none"/><g class="currentLayer" style=""><title>Layer 1</title><g fill="#009688" id="svg_2" class="selected"><path d="m6.693811607360843,14.83919802570343 h3.7125000000000004 l-3.7125000000000004,-3.7125000000000004 v3.7125000000000004 m-4.7250000000000005,-4.7250000000000005 h5.4 l4.050000000000001,4.050000000000001 v8.100000000000001 c0,0.7404750000000001 -0.6095250000000002,1.35 -1.35,1.35 h-8.100000000000001 c-0.7492500000000002,0 -1.35,-0.6075 -1.35,-1.35 v-10.8 c0,-0.7492500000000002 0.6007500000000002,-1.35 1.35,-1.35 m0,12.15 h8.100000000000001 v-5.4 l-2.7,2.7 l-1.35,-1.35 l-4.050000000000001,4.050000000000001 m1.35,-7.425000000000001 c-0.7404750000000001,0 -1.35,0.6095250000000002 -1.35,1.35 s0.6095250000000002,1.35 1.35,1.35 s1.35,-0.6095250000000002 1.35,-1.35 s-0.6095250000000002,-1.35 -1.35,-1.35 z" fill="#009688" fill-rule="nonzero" stroke-width="0" id="svg_3"/></g></g></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

@ -0,0 +1 @@
<?xml version="1.0" ?><svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title/><path d="M12.25,2A9.81,9.81,0,0,0,4.77,5.46L3.41,4.25a1,1,0,0,0-1.07-.16A1,1,0,0,0,1.75,5V9a1,1,0,0,0,1,1h4.5a1,1,0,0,0,.93-.64,1,1,0,0,0-.27-1.11L6.26,6.78a7.86,7.86,0,0,1,6-2.78A8,8,0,1,1,4.72,14.67a1,1,0,0,0-1.89.66A10,10,0,1,0,12.25,2Z" fill="#31a75e"/><path d="M16,16a1,1,0,0,1-.6-.2l-4-3A1,1,0,0,1,11,12V8a1,1,0,0,1,2,0v3.5l3.6,2.7a1,1,0,0,1,.2,1.4A1,1,0,0,1,16,16Z" fill="#31a75e"/></svg>

After

Width:  |  Height:  |  Size: 485 B

@ -0,0 +1,3 @@
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="m12.002 15.5a3.5 3.5 0 0 1 -3.5 -3.5 3.5 3.5 0 0 1 3.5 -3.5 3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1 -3.5 3.5m7.43-2.53c.04-.32.07-.64.07-.97s-.03-.66-.07-1l2.11-1.63c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.31-.61-.22l-2.49 1c-.52-.39-1.06-.73-1.69-.98l-.37-2.65c-.04-.24-.25-.42-.5-.42h-4c-.25 0-.46.18-.5.42l-.37 2.65c-.63.25-1.17.59-1.69.98l-2.49-1c-.22-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64l2.11 1.63c-.04.34-.07.67-.07 1s.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.63-.26 1.17-.59 1.69-.99l2.49 1.01c.22.08.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64z" fill="#878c90"/>
</svg>

After

Width:  |  Height:  |  Size: 790 B

@ -0,0 +1 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 157.64 191.28"><defs><style>.cls-1{fill:#b55c85;}.cls-2{fill:#f7afd1;}.cls-2,.cls-3,.cls-5{fill-rule:evenodd;}.cls-3{fill:#f59bc5;}.cls-4,.cls-5{fill:none;stroke:#995b99;stroke-linecap:round;stroke-linejoin:round;stroke-width:5px;}.cls-4{opacity:0.72;}</style></defs><ellipse class="cls-1" cx="78.82" cy="13.66" rx="78.82" ry="13.66"/><path class="cls-2" d="M1040.24,460.28l-35,175.36h-6.78l34.3-172A25,25,0,0,0,1040.24,460.28Z" transform="translate(-883.38 -444.36)"/><path class="cls-3" d="M1032.79,463.66l-34.3,172H918.87L884.78,464.71l-.94-4.69c7.08,6.07,39.47,10.65,78.36,10.65a397.58,397.58,0,0,0,49.11-2.78h.11A133.32,133.32,0,0,0,1032.79,463.66Z" transform="translate(-883.38 -444.36)"/><line class="cls-4" x1="37.34" y1="66.48" x2="63.28" y2="166.27"/><line class="cls-4" x1="123.15" y1="62.89" x2="105.19" y2="166.27"/><path class="cls-5" d="M879,507.25" transform="translate(-883.38 -444.36)"/><line class="cls-4" x1="82.25" y1="62.89" x2="82.25" y2="166.27"/></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4142" version="1.1" xml:space="preserve" viewBox="10.73 10.27 13.03 10.43"><rect id="backgroundrect" width="100%" height="100%" x="0" y="0" fill="none" stroke="none"/><g class="currentLayer" style=""><title>Layer 1</title><path d="m21.159 10.275 1.3031 2.6062h-1.9547l-1.3031-2.6062h-1.3031l1.3031 2.6062h-1.9547l-1.3031-2.6062h-1.3031l1.3031 2.6062h-1.9547l-1.3031-2.6062h-0.65156a1.3031 1.3031 0 0 0 -1.3031 1.3031v7.8188a1.3031 1.3031 0 0 0 1.3031 1.3031h10.425a1.3031 1.3031 0 0 0 1.3031 -1.3031v-9.1219z" fill="#ff9800" stroke-width=".65156" id="svg_2"/></g></svg>

After

Width:  |  Height:  |  Size: 694 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 MiB

@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
<link href="./styles/styles.css" rel="stylesheet">
<link href='./styles/files.css' rel='stylesheet'>
<link href='./styles/controls.css' rel='stylesheet'>
<title>FileKade</title>
</head>
<body>
<div id='container'>
<div id='controls' class='controls'>
<div id='header-buttons'></div>
<div id='header-nav'></div>
</div>
<div id='files' class='files'>
<div id='file-header' class='file-header'>
<p></p>
<p>Name</p>
<p>Type</p>
<p>Last Modified</p>
<p>Size</p>
</div>
</div>
</div>
<script src="./scripts/renderer.js"></script>
</body>
</html>

@ -0,0 +1,7 @@
{
"zip": "Compressed Folder",
"js": "JavaScript File",
"lnk": "Shortcut",
"url": "Shortcut",
"ini": ".ini Config File"
}

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save