folder_touch.icon 470 B

1234567891011121314151617
  1. // Copyright 2018 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, 10, 4,
  6. H_LINE_TO, 4,
  7. R_CUBIC_TO, -1.1f, 0, -1.99f, 0.9f, -1.99f, 2,
  8. LINE_TO, 2, 18,
  9. R_CUBIC_TO, 0, 1.1f, 0.9f, 2, 2, 2,
  10. R_H_LINE_TO, 16,
  11. R_CUBIC_TO, 1.1f, 0, 2, -0.9f, 2, -2,
  12. V_LINE_TO, 8,
  13. R_CUBIC_TO, 0, -1.1f, -0.9f, -2, -2, -2,
  14. R_H_LINE_TO, -8,
  15. R_LINE_TO, -2, -2,
  16. CLOSE