@vicons/fa
Version:
Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)
33 lines (32 loc) • 1.15 kB
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const vue_1 = require('vue')
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 512 512'
}
exports.default = (0, vue_1.defineComponent)({
name: 'PenFancy',
render: function render(_ctx, _cache) {
return (
(0, vue_1.openBlock)(),
(0, vue_1.createElementBlock)(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
(0, vue_1.createElementVNode)(
'path',
{
d: 'M79.18 282.94a32.005 32.005 0 0 0-20.24 20.24L0 480l4.69 4.69l92.89-92.89c-.66-2.56-1.57-5.03-1.57-7.8c0-17.67 14.33-32 32-32s32 14.33 32 32s-14.33 32-32 32c-2.77 0-5.24-.91-7.8-1.57l-92.89 92.89L32 512l176.82-58.94a31.983 31.983 0 0 0 20.24-20.24l33.07-84.07l-98.88-98.88l-84.07 33.07zM369.25 28.32L186.14 227.81l97.85 97.85l199.49-183.11C568.4 67.48 443.73-55.94 369.25 28.32z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})