@vicons/fa
Version:
Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)
31 lines (30 loc) • 1.36 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 496 512'
}
export default defineComponent({
name: 'GrinAlt',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'path',
{
d: 'M248 8C111 8 0 119 0 256s111 248 248 248s248-111 248-248S385 8 248 8zm63.7 128.7c7.6-11.4 24.7-11.7 32.7 0c12.4 18.4 15.1 36.9 15.7 55.3c-.5 18.4-3.3 36.9-15.7 55.3c-7.6 11.4-24.7 11.7-32.7 0c-12.4-18.4-15.1-36.9-15.7-55.3c.5-18.4 3.3-36.9 15.7-55.3zm-160 0c7.6-11.4 24.7-11.7 32.7 0c12.4 18.4 15.1 36.9 15.7 55.3c-.5 18.4-3.3 36.9-15.7 55.3c-7.6 11.4-24.7 11.7-32.7 0c-12.4-18.4-15.1-36.9-15.7-55.3c.5-18.4 3.3-36.9 15.7-55.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3c-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9c-9.3 55-83.2 93.3-143.8 93.3z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})