code.icon 472 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. MOVE_TO, 18.8f, 33.2f,
  5. LINE_TO, 9.7f, 24,
  6. R_LINE_TO, 9.2f, -9.2f,
  7. LINE_TO, 16, 12,
  8. LINE_TO, 4, 24,
  9. R_LINE_TO, 12, 12,
  10. R_LINE_TO, 2.8f, -2.8f,
  11. CLOSE,
  12. R_MOVE_TO, 10.4f, 0,
  13. R_LINE_TO, 9.2f, -9.2f,
  14. R_LINE_TO, -9.2f, -9.2f,
  15. LINE_TO, 32, 12,
  16. R_LINE_TO, 12, 12,
  17. R_LINE_TO, -12, 12,
  18. R_LINE_TO, -2.8f, -2.8f,
  19. CLOSE