not_secure_warning.icon 717 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. CANVAS_DIMENSIONS, 32,
  5. MOVE_TO, 4, 27,
  6. R_H_LINE_TO, 25,
  7. LINE_TO, 16.5f, 5,
  8. LINE_TO, 4, 27,
  9. CLOSE,
  10. R_MOVE_TO, 14, -3,
  11. R_H_LINE_TO, -3,
  12. R_V_LINE_TO, -3,
  13. R_H_LINE_TO, 3,
  14. R_V_LINE_TO, 3,
  15. CLOSE,
  16. R_MOVE_TO, 0, -5,
  17. R_H_LINE_TO, -3,
  18. R_V_LINE_TO, -6,
  19. R_H_LINE_TO, 3,
  20. R_V_LINE_TO, 6,
  21. CLOSE
  22. CANVAS_DIMENSIONS, 16,
  23. MOVE_TO, 0.5f, 14,
  24. R_H_LINE_TO, 15,
  25. LINE_TO, 8, 1,
  26. LINE_TO, 0.5f, 14,
  27. CLOSE,
  28. MOVE_TO, 9, 12,
  29. H_LINE_TO, 7,
  30. R_V_LINE_TO, -2,
  31. R_H_LINE_TO, 2,
  32. R_V_LINE_TO, 2,
  33. CLOSE,
  34. R_MOVE_TO, 0, -3,
  35. H_LINE_TO, 7,
  36. V_LINE_TO, 6,
  37. R_H_LINE_TO, 2,
  38. R_V_LINE_TO, 3,
  39. CLOSE