@vicons/fa
Version:
Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)
33 lines (32 loc) • 1.66 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: 'LemonRegular',
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: 'M484.112 27.889C455.989-.233 416.108-8.057 387.059 8.865C347.604 31.848 223.504-41.111 91.196 91.197C-41.277 223.672 31.923 347.472 8.866 387.058c-16.922 29.051-9.1 68.932 19.022 97.054c28.135 28.135 68.011 35.938 97.057 19.021c39.423-22.97 163.557 49.969 295.858-82.329c132.474-132.477 59.273-256.277 82.331-295.861c16.922-29.05 9.1-68.931-19.022-97.054zm-22.405 72.894c-38.8 66.609 45.6 165.635-74.845 286.08c-120.44 120.443-219.475 36.048-286.076 74.843c-22.679 13.207-64.035-27.241-50.493-50.488c38.8-66.609-45.6-165.635 74.845-286.08C245.573 4.702 344.616 89.086 411.219 50.292c22.73-13.24 64.005 27.288 50.488 50.491zm-169.861 8.736c1.37 10.96-6.404 20.957-17.365 22.327c-54.846 6.855-135.779 87.787-142.635 142.635c-1.373 10.989-11.399 18.734-22.326 17.365c-10.961-1.37-18.735-11.366-17.365-22.326c9.162-73.286 104.167-168.215 177.365-177.365c10.953-1.368 20.956 6.403 22.326 17.364z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})