@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.14 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'FoodApple20Regular',
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)(
'g',
{
fill: 'none'
},
[
(0, vue_1.createElementVNode)('path', {
d: 'M7.224 8.342a.5.5 0 0 1-.316.632a1.22 1.22 0 0 0-.717.605c-.185.349-.312.923-.195 1.86a.5.5 0 0 1-.992.123c-.133-1.063-.01-1.864.305-2.453c.32-.6.807-.925 1.283-1.083a.5.5 0 0 1 .632.316zm4.934-5.368a.5.5 0 0 0-.316-.948c-.938.312-1.523 1.082-1.866 1.907a5.288 5.288 0 0 0-.128.339a3.998 3.998 0 0 0-.71-.963a3.99 3.99 0 0 0-2.94-1.17c-.58.016-1.043.48-1.06 1.059a3.99 3.99 0 0 0 1.202 2.97A4.002 4.002 0 0 0 3.198 9.76l-.006.074a8.5 8.5 0 0 0 1.01 4.748l.359.658c.01.017.02.034.032.05l1 1.402a2.685 2.685 0 0 0 4.084.338a.456.456 0 0 1 .645 0a2.685 2.685 0 0 0 4.084-.338l1-1.401a.51.51 0 0 0 .033-.051l.358-.658a8.5 8.5 0 0 0 1.011-4.748l-.006-.074a4 4 0 0 0-4.644-3.626L10.5 6.41c.01-.681.13-1.447.398-2.093c.281-.675.697-1.155 1.26-1.343zM8.718 6.28l-.154-.026a2.985 2.985 0 0 1-1.548-.824a2.99 2.99 0 0 1-.878-2.205a.088.088 0 0 1 .088-.087a2.99 2.99 0 0 1 2.204.878c.607.607.9 1.408.878 2.205a.088.088 0 0 1-.087.087a3.02 3.02 0 0 1-.503-.028zm-.328.959l.174.029l.778.13a4 4 0 0 0 1.316 0l1.664-.278a3 3 0 0 1 3.484 2.72l.005.074a7.5 7.5 0 0 1-.892 4.19l-.344.63l-.983 1.376a1.685 1.685 0 0 1-2.563.213a1.456 1.456 0 0 0-2.059 0a1.685 1.685 0 0 1-2.563-.213l-.983-1.376l-.344-.63a7.5 7.5 0 0 1-.892-4.19l.006-.074a3 3 0 0 1 3.484-2.72l.712.119z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})