email.icon 560 B

1234567891011121314151617181920212223
  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, 24,
  5. MOVE_TO, 20, 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, 6,
  13. R_CUBIC_TO, 0, -1.1f, -0.9f, -2, -2, -2,
  14. CLOSE,
  15. R_MOVE_TO, 0, 4,
  16. R_LINE_TO, -8, 5,
  17. R_LINE_TO, -8, -5,
  18. V_LINE_TO, 6,
  19. R_LINE_TO, 8, 5,
  20. R_LINE_TO, 8, -5,
  21. R_V_LINE_TO, 2,
  22. CLOSE