close.icon 635 B

123456789101112131415161718192021222324252627
  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, 24,
  5. MOVE_TO, 19, 6.41f,
  6. LINE_TO, 17.59f, 5,
  7. LINE_TO, 12, 10.59f,
  8. LINE_TO, 6.41f, 5,
  9. LINE_TO, 5, 6.41f,
  10. LINE_TO, 10.59f, 12,
  11. LINE_TO, 5, 17.59f,
  12. LINE_TO, 6.41f, 19,
  13. LINE_TO, 12, 13.41f,
  14. LINE_TO, 17.59f, 19,
  15. LINE_TO, 19, 17.59f,
  16. LINE_TO, 13.41f, 12,
  17. CLOSE
  18. // A variant of ic_close with rounded corners and optimized for 1x scale factor
  19. // devices.
  20. CANVAS_DIMENSIONS, 16,
  21. STROKE, 1.85f,
  22. MOVE_TO, 4, 4,
  23. R_LINE_TO, 8, 8,
  24. MOVE_TO, 4, 12,
  25. R_LINE_TO, 8, -8