arrow_back.icon 412 B

12345678910111213141516
  1. // Copyright 2021 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. MOVE_TO, 13.33f, 7.33f,
  6. H_LINE_TO, 5.22f,
  7. R_LINE_TO, 3.73f, -3.73f,
  8. LINE_TO, 8, 2.67f,
  9. LINE_TO, 2.67f, 8,
  10. LINE_TO, 8, 13.33f,
  11. R_LINE_TO, 0.94f, -0.94f,
  12. R_LINE_TO, -3.72f, -3.73f,
  13. R_H_LINE_TO, 8.11f,
  14. V_LINE_TO, 7.33f,
  15. CLOSE