submenu_arrow.icon 387 B

12345678910111213141516171819
  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. CANVAS_DIMENSIONS, 16,
  5. FLIPS_IN_RTL,
  6. MOVE_TO, 3, 16,
  7. R_LINE_TO, 11, -8,
  8. LINE_TO, 3, 0,
  9. R_V_LINE_TO, 16,
  10. CLOSE
  11. CANVAS_DIMENSIONS, 8,
  12. FLIPS_IN_RTL,
  13. MOVE_TO, 2, 8,
  14. R_LINE_TO, 5, -4,
  15. R_LINE_TO, -5, -4,
  16. R_V_LINE_TO, 8,
  17. CLOSE