@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.33 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: 'Food20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M9.5 3a.5.5 0 0 1 .492.41L10 3.5v3a2.5 2.5 0 0 1-2 2.45v7.55a.5.5 0 0 1-.992.09L7 16.5V8.95a2.501 2.501 0 0 1-1.994-2.279L5 6.5v-3a.5.5 0 0 1 .992-.09L6 3.5v3a1.5 1.5 0 0 0 1 1.415V3.5a.5.5 0 0 1 .992-.09L8 3.5v4.414c.538-.19.935-.678.993-1.265L9 6.5v-3a.5.5 0 0 1 .5-.5zm5 0a.5.5 0 0 1 .492.41L15 3.5v13a.5.5 0 0 1-.992.09L14 16.5V11h-1.5a.5.5 0 0 1-.492-.41L12 10.5v-5A2.5 2.5 0 0 1 14.5 3zm-.5 7V4.085c-.538.19-.935.678-.993 1.266L13 5.5V10h1V4.085V10z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})