@@ -9,19 +9,60 @@ const props = withDefaults(defineProps<Props>(), {
99 </script >
1010
1111<template >
12- <svg xmlns =" http://www.w3.org/2000/svg" id =" root" viewBox =" 0 0 40 41" fill =" none" class =" hidden dark:block" :height =" props.size" :width =" props.size" >
13- <path d="M27.187,16.156L27.187,16.157C23.88,19.315 21.045,22.933 18.768,26.899L18.768,26.899C18.692,27.033 18.586,27.146 18.458,27.232C18.331,27.318 18.185,27.373 18.033,27.393C17.88,27.413 17.726,27.398 17.58,27.349C17.434,27.299 17.302,27.217 17.194,27.109L12.794,22.706L12.787,22.7L12.781,22.694C12.683,22.603 12.604,22.492 12.549,22.37C12.495,22.247 12.465,22.115 12.463,21.98C12.46,21.846 12.485,21.713 12.535,21.588C12.586,21.464 12.661,21.35 12.756,21.256C12.85,21.161 12.964,21.086 13.088,21.035C13.213,20.985 13.346,20.96 13.48,20.963C13.615,20.965 13.747,20.994 13.87,21.049C13.992,21.104 14.103,21.183 14.194,21.281L14.2,21.287L14.207,21.294L17.251,24.336L17.694,24.779L18.028,24.248C20.215,20.758 22.828,17.555 25.805,14.71C25.9,14.619 26.012,14.548 26.135,14.5C26.257,14.453 26.388,14.43 26.519,14.433C26.65,14.436 26.78,14.465 26.9,14.518C27.02,14.571 27.129,14.647 27.219,14.742C27.31,14.837 27.381,14.949 27.429,15.072C27.476,15.194 27.499,15.325 27.496,15.456C27.493,15.587 27.464,15.717 27.411,15.837C27.358,15.957 27.282,16.066 27.187,16.156ZM20,37C24.376,37 28.573,35.262 31.667,32.167C34.762,29.073 36.5,24.876 36.5,20.5C36.5,16.124 34.762,11.927 31.667,8.833C28.573,5.738 24.376,4 20,4C15.624,4 11.427,5.738 8.333,8.833C5.238,11.927 3.5,16.124 3.5,20.5C3.5,24.876 5.238,29.073 8.333,32.167C11.427,35.262 15.624,37 20,37Z" stroke-width="1" stroke-linejoin="bevel" fill="#10B981" stroke="black"></path>
14- <circle cx =" 20" cy =" 20.5" r =" 15.5" stroke =" url(#paint0_linear_343_10907)" stroke-opacity =" 0.3" ></circle >
15- <circle cx =" 20" cy =" 20.5" r =" 18" stroke =" url(#paint1_linear_343_10907)" stroke-opacity =" 0.3" stroke-width =" 4" ></circle >
16- <defs >
17- <linearGradient id =" paint0_linear_343_10907" x1 =" 12.1082" y1 =" 0.237206" x2 =" 43.0515" y2 =" 46.6521" gradientUnits =" userSpaceOnUse" >
18- <stop stop-color =" white" ></stop >
19- <stop offset =" 1" stop-color =" white" stop-opacity =" 0" ></stop >
20- </linearGradient >
21- <linearGradient id =" paint1_linear_343_10907" x1 =" -52.0569" y1 =" -87.8493" x2 =" 40.5249" y2 =" 45.237" gradientUnits =" userSpaceOnUse" >
22- <stop offset =" 0.63328" stop-color =" #10B981" ></stop >
23- <stop offset =" 1" stop-color =" #10B981" stop-opacity =" 0" ></stop >
12+ <svg
13+ xmlns =" http://www.w3.org/2000/svg"
14+ id =" root"
15+ viewBox =" 0 0 40 41"
16+ fill =" none"
17+ class =" hidden dark:block"
18+ :height =" props.size"
19+ :width =" props.size"
20+ >
21+ <path
22+ d="M27.187,16.156L27.187,16.157C23.88,19.315 21.045,22.933 18.768,26.899L18.768,26.899C18.692,27.033 18.586,27.146 18.458,27.232C18.331,27.318 18.185,27.373 18.033,27.393C17.88,27.413 17.726,27.398 17.58,27.349C17.434,27.299 17.302,27.217 17.194,27.109L12.794,22.706L12.787,22.7L12.781,22.694C12.683,22.603 12.604,22.492 12.549,22.37C12.495,22.247 12.465,22.115 12.463,21.98C12.46,21.846 12.485,21.713 12.535,21.588C12.586,21.464 12.661,21.35 12.756,21.256C12.85,21.161 12.964,21.086 13.088,21.035C13.213,20.985 13.346,20.96 13.48,20.963C13.615,20.965 13.747,20.994 13.87,21.049C13.992,21.104 14.103,21.183 14.194,21.281L14.2,21.287L14.207,21.294L17.251,24.336L17.694,24.779L18.028,24.248C20.215,20.758 22.828,17.555 25.805,14.71C25.9,14.619 26.012,14.548 26.135,14.5C26.257,14.453 26.388,14.43 26.519,14.433C26.65,14.436 26.78,14.465 26.9,14.518C27.02,14.571 27.129,14.647 27.219,14.742C27.31,14.837 27.381,14.949 27.429,15.072C27.476,15.194 27.499,15.325 27.496,15.456C27.493,15.587 27.464,15.717 27.411,15.837C27.358,15.957 27.282,16.066 27.187,16.156ZM20,37C24.376,37 28.573,35.262 31.667,32.167C34.762,29.073 36.5,24.876 36.5,20.5C36.5,16.124 34.762,11.927 31.667,8.833C28.573,5.738 24.376,4 20,4C15.624,4 11.427,5.738 8.333,8.833C5.238,11.927 3.5,16.124 3.5,20.5C3.5,24.876 5.238,29.073 8.333,32.167C11.427,35.262 15.624,37 20,37Z"
23+ stroke-width =" 1"
24+ stroke-linejoin =" bevel"
25+ fill =" #10B981"
26+ stroke =" black"
27+ ></path >
28+ <circle
29+ cx =" 20"
30+ cy =" 20.5"
31+ r =" 15.5"
32+ stroke =" url(#paint0_linear_343_10907)"
33+ stroke-opacity =" 0.3"
34+ ></circle >
35+ <circle
36+ cx =" 20"
37+ cy =" 20.5"
38+ r =" 18"
39+ stroke =" url(#paint1_linear_343_10907)"
40+ stroke-opacity =" 0.3"
41+ stroke-width =" 4"
42+ ></circle >
43+ <defs >
44+ <linearGradient
45+ id =" paint0_linear_343_10907"
46+ x1 =" 12.1082"
47+ y1 =" 0.237206"
48+ x2 =" 43.0515"
49+ y2 =" 46.6521"
50+ gradientUnits =" userSpaceOnUse"
51+ >
52+ <stop stop-color =" white" ></stop >
53+ <stop offset =" 1" stop-color =" white" stop-opacity =" 0" ></stop >
2454 </linearGradient >
25- </defs >
26- </svg >
27- </template >
55+ <linearGradient
56+ id =" paint1_linear_343_10907"
57+ x1 =" -52.0569"
58+ y1 =" -87.8493"
59+ x2 =" 40.5249"
60+ y2 =" 45.237"
61+ gradientUnits =" userSpaceOnUse"
62+ >
63+ <stop offset =" 0.63328" stop-color =" #10B981" ></stop >
64+ <stop offset =" 1" stop-color =" #10B981" stop-opacity =" 0" ></stop >
65+ </linearGradient >
66+ </defs >
67+ </svg >
68+ </template >
0 commit comments