gpp_maybe.icon 747 B

1234567891011121314151617181920212223242526272829303132
  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, 12, 4.24f,
  6. R_LINE_TO, 6, 3,
  7. R_V_LINE_TO, 4.1f,
  8. R_CUBIC_TO, 0, 3.9f, -2.55f, 7.5f, -6, 8.59f,
  9. R_CUBIC_TO, -3.45f, -1.09f, -6, -4.7f, -6, -8.59f,
  10. R_V_LINE_TO, -4.1f,
  11. R_LINE_TO, 6, -3,
  12. MOVE_TO, 12, 2,
  13. LINE_TO, 4, 6,
  14. R_V_LINE_TO, 5.33f,
  15. R_CUBIC_TO, 0, 4.93f, 3.41f, 9.55f, 8, 10.67f,
  16. R_CUBIC_TO, 4.59f, -1.12f, 8, -5.73f, 8, -10.67f,
  17. V_LINE_TO, 6,
  18. R_LINE_TO, -8, -4,
  19. CLOSE,
  20. R_MOVE_TO, -1, 13,
  21. R_H_LINE_TO, 2,
  22. R_V_LINE_TO, 2,
  23. R_H_LINE_TO, -2,
  24. R_V_LINE_TO, -2,
  25. CLOSE,
  26. R_MOVE_TO, 2, -7,
  27. R_H_LINE_TO, -2,
  28. R_V_LINE_TO, 5,
  29. R_H_LINE_TO, 2,
  30. V_LINE_TO, 8,
  31. CLOSE