description.icon 702 B

1234567891011121314151617181920212223242526272829303132333435
  1. // Copyright 2021 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, 24,
  5. MOVE_TO, 8, 16,
  6. R_H_LINE_TO, 8,
  7. R_V_LINE_TO, 2,
  8. H_LINE_TO, 8,
  9. R_V_LINE_TO, -2,
  10. CLOSE,
  11. R_MOVE_TO, 0, -4,
  12. R_H_LINE_TO, 8,
  13. R_V_LINE_TO, 2,
  14. H_LINE_TO, 8,
  15. R_V_LINE_TO, -2,
  16. CLOSE,
  17. R_MOVE_TO, 6, -10,
  18. H_LINE_TO, 6,
  19. R_CUBIC_TO, -1.1f, 0, -2, 0.9f, -2, 2,
  20. R_V_LINE_TO, 16,
  21. R_CUBIC_TO, 0, 1.1f, 0.89f, 2, 1.99f, 2,
  22. H_LINE_TO, 18,
  23. R_CUBIC_TO, 1.1f, 0, 2, -0.9f, 2, -2,
  24. V_LINE_TO, 8,
  25. R_LINE_TO, -6, -6,
  26. CLOSE,
  27. R_MOVE_TO, 4, 18,
  28. H_LINE_TO, 6,
  29. V_LINE_TO, 4,
  30. R_H_LINE_TO, 7,
  31. R_V_LINE_TO, 5,
  32. R_H_LINE_TO, 5,
  33. R_V_LINE_TO, 11,
  34. CLOSE