close_rounded.icon 543 B

1234567891011121314151617181920
  1. // Copyright 2015 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. // A variant of ic_close with rounded corners.
  5. CANVAS_DIMENSIONS, 32,
  6. STROKE, 3.5f,
  7. MOVE_TO, 8.75f, 8.75f,
  8. R_LINE_TO, 14.5f, 14.5f,
  9. MOVE_TO, 8.75f, 23.25f,
  10. R_LINE_TO, 14.5f, -14.5f
  11. // A variant of ic_close with rounded corners and optimized for 1x scale factor
  12. // devices.
  13. CANVAS_DIMENSIONS, 16,
  14. STROKE, 1.85f,
  15. MOVE_TO, 4, 4,
  16. R_LINE_TO, 8, 8,
  17. MOVE_TO, 4, 12,
  18. R_LINE_TO, 8, -8