linux_low_density.icon 786 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. // Copyright 2019 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. CANVAS_DIMENSIONS, 20,
  5. MOVE_TO, 9, 17,
  6. H_LINE_TO, 3,
  7. V_LINE_TO, 3,
  8. R_H_LINE_TO, 14,
  9. R_V_LINE_TO, 6,
  10. R_H_LINE_TO, -2,
  11. V_LINE_TO, 5,
  12. H_LINE_TO, 5,
  13. R_V_LINE_TO, 10,
  14. R_H_LINE_TO, 4,
  15. CLOSE,
  16. R_MOVE_TO, 8, 0,
  17. R_H_LINE_TO, -2,
  18. R_V_LINE_TO, -2,
  19. R_H_LINE_TO, 2,
  20. CLOSE,
  21. R_MOVE_TO, -4, 0,
  22. R_H_LINE_TO, -2,
  23. R_V_LINE_TO, -2,
  24. R_H_LINE_TO, 2,
  25. CLOSE,
  26. R_MOVE_TO, -4, -4,
  27. H_LINE_TO, 7,
  28. R_V_LINE_TO, -2,
  29. R_H_LINE_TO, 2,
  30. CLOSE,
  31. R_MOVE_TO, 0, -4,
  32. H_LINE_TO, 7,
  33. V_LINE_TO, 7,
  34. R_H_LINE_TO, 2,
  35. CLOSE,
  36. R_MOVE_TO, 4, 0,
  37. R_H_LINE_TO, -2,
  38. V_LINE_TO, 7,
  39. R_H_LINE_TO, 2,
  40. CLOSE,
  41. R_MOVE_TO, 4, 4,
  42. R_H_LINE_TO, -2,
  43. R_V_LINE_TO, -2,
  44. R_H_LINE_TO, 2,
  45. CLOSE