67 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			Vue
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			67 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			Vue
		
	
	
		
			Executable File
		
	
	
	
	
| <template>
 | |
|   <svg
 | |
|     xmlns:dc="http://purl.org/dc/elements/1.1/"
 | |
|     xmlns:cc="http://creativecommons.org/ns#"
 | |
|     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 | |
|     xmlns:svg="http://www.w3.org/2000/svg"
 | |
|     xmlns="http://www.w3.org/2000/svg"
 | |
|     xmlns:xlink="http://www.w3.org/1999/xlink"
 | |
|     xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
 | |
|     xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
 | |
|     version="1.1"
 | |
|     id="logo"
 | |
|     viewBox="0 0 465.36509 465.36288"
 | |
|     class="w-0"
 | |
|     sodipodi:docname="logo.svg"
 | |
|     inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
 | |
|   >
 | |
|     <defs id="defs2431">
 | |
|       <linearGradient
 | |
|         id="linear-gradient"
 | |
|         gradientUnits="userSpaceOnUse"
 | |
|         x1="110.25"
 | |
|         y1="213.3"
 | |
|         x2="496.14001"
 | |
|         y2="436.09"
 | |
|       >
 | |
|         <stop offset="0" style="stop-color: rgb(170, 92, 195)" id="stop2426" />
 | |
|         <stop offset="1" style="stop-color: rgb(0, 164, 220)" id="stop2428" />
 | |
|       </linearGradient>
 | |
|       <linearGradient
 | |
|         inkscape:collect="always"
 | |
|         xlink:href="#linear-gradient"
 | |
|         id="linearGradient6687"
 | |
|         gradientUnits="userSpaceOnUse"
 | |
|         x1="110.25"
 | |
|         y1="213.3"
 | |
|         x2="496.14001"
 | |
|         y2="436.09"
 | |
|       />
 | |
|       <linearGradient
 | |
|         inkscape:collect="always"
 | |
|         xlink:href="#linear-gradient"
 | |
|         id="linearGradient6689"
 | |
|         gradientUnits="userSpaceOnUse"
 | |
|         x1="110.25"
 | |
|         y1="213.3"
 | |
|         x2="496.14001"
 | |
|         y2="436.09"
 | |
|       />
 | |
|     </defs>
 | |
|     <g id="icon-transparent" transform="translate(-23.290284,-23.3)">
 | |
|       <path
 | |
|         id="inner-shape"
 | |
|         d="m 256,201.6 c -20.4,0 -86.2,119.3 -76.2,139.4 10,20.1 142.5,19.9 152.4,0 9.9,-19.9 -55.7,-139.4 -76.2,-139.4 z"
 | |
|         inkscape:connector-curvature="0"
 | |
|         style="fill: url(#linearGradient6687)"
 | |
|       />
 | |
|       <path
 | |
|         id="outer-shape"
 | |
|         d="m 256,23.3 c -61.6,0 -259.8,359.4 -229.6,420.1 30.2,60.7 429.3,60 459.2,0 C 515.5,383.4 317.6,23.3 256,23.3 Z m 150.5,367.5 c -19.6,39.3 -281.1,39.8 -300.9,0 C 85.8,351 215.7,115.5 256,115.5 c 40.3,0 170.1,235.9 150.5,275.3 z"
 | |
|         inkscape:connector-curvature="0"
 | |
|         style="fill: url(#linearGradient6689)"
 | |
|       />
 | |
|     </g>
 | |
|   </svg>
 | |
| </template>
 |