launch.icon 655 B

1234567891011121314151617181920212223242526272829
  1. // Copyright 2017 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, 18,
  5. MOVE_TO, 13.5f, 13.5f,
  6. R_H_LINE_TO, -9,
  7. R_V_LINE_TO, -9,
  8. H_LINE_TO, 8,
  9. V_LINE_TO, 3,
  10. H_LINE_TO, 4.33f,
  11. CUBIC_TO, 3.59f, 3, 3, 3.6f, 3, 4.33f,
  12. R_V_LINE_TO, 9.33f,
  13. CUBIC_TO, 3, 14.4f, 3.59f, 15, 4.33f, 15,
  14. R_H_LINE_TO, 9.33f,
  15. CUBIC_TO, 14.4f, 15, 15, 14.4f, 15, 13.67f,
  16. V_LINE_TO, 10,
  17. R_H_LINE_TO, -1.5f,
  18. CLOSE,
  19. MOVE_TO, 10, 3,
  20. R_V_LINE_TO, 1.5f,
  21. R_H_LINE_TO, 2.5f,
  22. R_LINE_TO, -6, 6,
  23. R_LINE_TO, 1, 1,
  24. R_LINE_TO, 6, -6,
  25. V_LINE_TO, 8,
  26. H_LINE_TO, 15,
  27. V_LINE_TO, 3,
  28. CLOSE