github.com/covergates/covergates@v0.2.2-0.20201009050117-42ef8a19fb95/web/src/components/icons/GiteaIcon.vue (about) 1 <template> 2 <object class="icon" :data="require('@/assets/icons/gitea.svg')" type="image/svg+xml"></object> 3 </template> 4 5 <style lang="scss"> 6 .icon { 7 max-width: 48px; 8 } 9 </style>> 10 11 <docs> 12 13 ## Examples 14 15 ```jsx 16 <GiteaIcon/> 17 ``` 18 19 </docs>