UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.28 kB
'use strict' 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: 'Food20Filled', 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: '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 3z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })