error_outline.icon 749 B

1234567891011121314151617181920212223242526272829
  1. // Copyright (c) 2020 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, 11, 15,
  6. R_H_LINE_TO, 2,
  7. R_V_LINE_TO, 2,
  8. R_H_LINE_TO, -2,
  9. R_V_LINE_TO, -2,
  10. CLOSE,
  11. R_MOVE_TO, 0, -8,
  12. R_H_LINE_TO, 2,
  13. R_V_LINE_TO, 6,
  14. R_H_LINE_TO, -2,
  15. V_LINE_TO, 7,
  16. CLOSE,
  17. R_MOVE_TO, 0.99f, -5,
  18. CUBIC_TO, 6.47f, 2, 2, 6.48f, 2, 12,
  19. R_CUBIC_TO, 0, 5.52f, 4.47f, 10, 9.99f, 10,
  20. CUBIC_TO, 17.52f, 22, 22, 17.52f, 22, 12,
  21. CUBIC_TO_SHORTHAND, 17.52f, 2, 11.99f, 2,
  22. CLOSE,
  23. MOVE_TO, 12, 20,
  24. R_CUBIC_TO, -4.42f, 0, -8, -3.58f, -8, -8,
  25. R_CUBIC_TO, 0, -4.42f, 3.58f, -8, 8, -8,
  26. R_CUBIC_TO, 4.42f, 0, 8, 3.58f, 8, 8,
  27. R_CUBIC_TO, 0, 4.42f, -3.58f, 8, -8, 8,
  28. CLOSE