videocam_off.icon 620 B

1234567891011121314151617181920212223242526
  1. // Copyright 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, 21, 18,
  6. LINE_TO, 9, 6,
  7. H_LINE_TO, 16,
  8. CUBIC_TO, 16.55f, 6, 17, 6.45f, 17, 7,
  9. V_LINE_TO, 10.5f,
  10. LINE_TO, 21, 6.5f,
  11. V_LINE_TO, 18,
  12. CLOSE,
  13. MOVE_TO, 21.8f, 21.6f,
  14. LINE_TO, 17, 16.8f,
  15. LINE_TO, 6.2f, 6,
  16. LINE_TO, 2.6f, 2.4f,
  17. LINE_TO, 1.2f, 3.8f,
  18. LINE_TO, 3.53f, 6.13f,
  19. CUBIC_TO, 3.22f, 6.3f, 3, 6.62f, 3, 7,
  20. V_LINE_TO, 17,
  21. CUBIC_TO, 3, 17.55f, 3.45f, 18, 4, 18,
  22. H_LINE_TO, 15.4f,
  23. LINE_TO, 20.4f, 23,
  24. LINE_TO, 21.8f, 21.6f,
  25. CLOSE