ActAsPanda.js 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. /*
  2. * Copyright (C) 2017 - present Instructure, Inc.
  3. *
  4. * This file is part of Canvas.
  5. *
  6. * Canvas is free software: you can redistribute it and/or modify it under
  7. * the terms of the GNU Affero General Public License as published by the Free
  8. * Software Foundation, version 3 of the License.
  9. *
  10. * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
  11. * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
  12. * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
  13. * details.
  14. *
  15. * You should have received a copy of the GNU Affero General Public License along
  16. * with this program. If not, see <http://www.gnu.org/licenses/>.
  17. */
  18. import React from 'react'
  19. export default function ActAsPanda () {
  20. return (
  21. <svg
  22. viewBox="0 0 129 157"
  23. className="ActAs__panda"
  24. >
  25. <path
  26. className="ActAs__panda-1"
  27. d="M125.68 154.71a61.07 61.07 0 0 0-122.11 0z"
  28. />
  29. <circle
  30. className="ActAs__panda-2"
  31. cx="104.62"
  32. cy="24.31"
  33. r="21.09"
  34. />
  35. <circle
  36. className="ActAs__panda-3"
  37. cx="104.62"
  38. cy="24.31"
  39. r="12"
  40. />
  41. <circle
  42. className="ActAs__panda-2"
  43. cx="24.62"
  44. cy="24.31"
  45. r="21.09"
  46. />
  47. <circle
  48. className="ActAs__panda-3"
  49. cx="24.62"
  50. cy="24.31"
  51. r="12"
  52. />
  53. <circle
  54. className="ActAs__panda-1"
  55. cx="64.62"
  56. cy="66.89"
  57. r="53.44"
  58. />
  59. <path d="M59.91 66.92l-5.53 7a6 6 0 0 0 4.71 9.72h11.06a6 6 0 0 0 4.71-9.72l-5.53-7a6 6 0 0 0-9.42 0z" />
  60. <path
  61. className="ActAs__panda-4"
  62. d="M59.39 76.92h10.47"
  63. />
  64. <path
  65. className="ActAs__panda-5"
  66. d="M79.12 66.64C71.66 54.33 74.55 44 82.89 41s18.77 0 23.1 9.31 2.67 21-3.33 25S85.92 79 79.12 66.64z"
  67. />
  68. <circle
  69. cx="87.8"
  70. cy="55.54"
  71. r="8.42"
  72. />
  73. <path
  74. className="ActAs__panda-6"
  75. d="M87.8 47.63a7.92 7.92 0 1 1-7.92 7.92 7.92 7.92 0 0 1 7.92-7.92m0-1a8.92 8.92 0 1 0 8.92 8.92 8.93 8.93 0 0 0-8.92-8.92z"
  76. />
  77. <circle
  78. className="ActAs__panda-7"
  79. cx="89.58"
  80. cy="52.93"
  81. r="2.62"
  82. />
  83. <path
  84. className="ActAs__panda-5"
  85. d="M50.12 66.64C57.59 54.33 54.69 44 46.36 41s-18.77 0-23.1 9.31-2.67 21 3.33 25S43.33 79 50.12 66.64z"
  86. />
  87. <circle
  88. cx="41.44"
  89. cy="55.54"
  90. r="8.42"
  91. />
  92. <path
  93. className="ActAs__panda-6"
  94. d="M41.44 47.63a7.92 7.92 0 1 1-7.92 7.92 7.92 7.92 0 0 1 7.92-7.92m0-1a8.92 8.92 0 1 0 8.92 8.92 8.93 8.93 0 0 0-8.92-8.92z"
  95. />
  96. <circle
  97. className="ActAs__panda-7"
  98. cx="43.66"
  99. cy="52.93"
  100. r="2.62"
  101. />
  102. <path
  103. className="ActAs__panda-5"
  104. d="M100.59 154.71a36 36 0 0 0-71.93 0z"
  105. />
  106. </svg>
  107. )
  108. }