2
0

menu.js 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. Copyright (C) 2017 Cloudbase Solutions SRL
  3. This program is free software: you can redistribute it and/or modify
  4. it under the terms of the GNU Affero General Public License as
  5. published by the Free Software Foundation, either version 3 of the
  6. License, or (at your option) any later version.
  7. This program is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. GNU Affero General Public License for more details.
  11. You should have received a copy of the GNU Affero General Public License
  12. along with this program. If not, see <http://www.gnu.org/licenses/>.
  13. */
  14. const menu = () => `
  15. <?xml version="1.0" encoding="UTF-8"?>
  16. <svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  17. <!-- Generator: Sketch 53.2 (72643) - https://sketchapp.com -->
  18. <title>Group 2</title>
  19. <desc>Created with Sketch.</desc>
  20. <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(0 5)">
  21. <g id="Icon/Hamburger-Closed" fill="#FFFFFF">
  22. <g id="Group-2">
  23. <rect id="top" x="0" y="0" width="20" height="2" rx="1"></rect>
  24. <rect id="bottom" x="0" y="8" width="20" height="2" rx="1"></rect>
  25. </g>
  26. </g>
  27. </g>
  28. </svg>
  29. `
  30. export default menu