@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.93 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: 'FoodToast20Filled',
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: 'M6.78 7.455a.5.5 0 0 0-.5.5v4.09a.5.5 0 0 0 .5.5h4.345a.5.5 0 0 0 .5-.5v-4.09a.5.5 0 0 0-.5-.5H6.779zm.5 1h3.345v3.09H7.279v-3.09zM5.451 2.5C3.82 2.5 2.45 3.606 1.845 4.978c-.59 1.337-.485 2.994.816 4.227v5.976c-.006.3-.015.871.278 1.36c.365.608 1.083.959 2.259.959h10.181c.41 0 .778-.015 1.092-.073c.317-.059.618-.168.864-.384c.493-.433.582-1.134.582-1.952c0-.878-.036-1.92-.07-2.927v-.006c-.039-1.12-.076-2.189-.063-2.967c.512-.551 1.277-1.681 1.277-3.01c0-2.222-1.918-3.681-3.682-3.681H5.452zm7.382 1c.621 0 1.383.301 1.994.82c.606.513.99 1.176.996 1.85c-.04.754-.206 1.235-.405 1.58a3.08 3.08 0 0 1-.562.688c-.05.049-.103.098-.157.148a13.812 13.812 0 0 0-.31.297l-.141.14l-.006.199c-.029 1.002-.02 2.44-.01 3.842v.01c.005.697.01 1.387.01 2.017c0 .408-.019.693-.06.898c-.042.2-.096.28-.138.322c-.043.041-.126.094-.326.133c-.128.025-.286.04-.483.049a9.84 9.84 0 0 1-.402.007H5.198c-.989 0-1.288-.285-1.401-.473c-.138-.23-.137-.508-.136-.84V8.98a.5.5 0 0 0-.176-.38c-1.079-.917-1.191-2.165-.726-3.22C3.236 4.304 4.285 3.5 5.452 3.5h7.382z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})