@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.61 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 20 20'
}
export default defineComponent({
name: 'FoodApple20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M12.158 2.974a.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.17 2.94l.032.03A4.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.343zm-5.25 6a1.22 1.22 0 0 0-.716.605c-.186.348-.312.922-.195 1.859a.5.5 0 0 1-.993.124c-.132-1.064-.009-1.865.306-2.454c.32-.6.807-.924 1.282-1.083a.5.5 0 0 1 .317.949z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})