github.com/System-Glitch/goyave/v2@v2.10.3-0.20200819142921-51011e75d504/docs_src/src/.vuepress/theme/components/settings/DarkThemeIcon.vue (about) 1 <template> 2 <svg 3 aria-hidden="true" 4 data-prefix="fas" 5 data-icon="cog" 6 class="svg-inline--fa fa-cog fa-w-16" 7 role="img" 8 xmlns="http://www.w3.org/2000/svg" 9 viewBox="0 0 16 16" 10 > 11 <!-- eslint-disable-next-line vue/html-self-closing --> 12 <path 13 fill="currentColor" 14 d="M8 0c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zM8 15c-3.9 0-7-3.1-7-7 0-2.4 1.2-4.6 3.2-5.9-0.1 0.6-0.2 1.3-0.2 1.9 0 4.9 4 8.9 8.9 9-1.3 1.3-3 2-4.9 2z" 15 /> 16 </svg> 17 </template> 18 19 <script> 20 export default { 21 name: "DarkThemeIcon" 22 }; 23 </script>