new_tab.icon 606 B

12345678910111213141516171819202122232425262728
  1. // Copyright 2018 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, 4, 2,
  6. R_H_LINE_TO, 12,
  7. R_ARC_TO, 2, 2, 0, 0, 1, 2, 2,
  8. R_V_LINE_TO, 12,
  9. R_ARC_TO, 2, 2, 0, 0, 1, -2, 2,
  10. H_LINE_TO, 4,
  11. R_ARC_TO, 2, 2, 0, 0, 1, -2, -2,
  12. V_LINE_TO, 4,
  13. R_ARC_TO, 2, 2, 0, 0, 1, 2, -2,
  14. CLOSE,
  15. R_MOVE_TO, 0, 2,
  16. R_V_LINE_TO, 12,
  17. R_H_LINE_TO, 12,
  18. V_LINE_TO, 4,
  19. H_LINE_TO, 4,
  20. CLOSE,
  21. R_MOVE_TO, 4, 0,
  22. R_H_LINE_TO, 8,
  23. R_V_LINE_TO, 4,
  24. R_H_LINE_TO, -6,
  25. R_ARC_TO, 2, 2, 0, 0, 1, -2, -2,
  26. V_LINE_TO, 4,
  27. CLOSE