@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.42 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 24 25'
}
exports.default = (0, vue_1.defineComponent)({
name: 'FoodPizza24Filled',
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: 'M5.003 4.664c0-1.496 1.231-2.804 2.821-2.647a20.782 20.782 0 0 1 13.442 6.827c1.07 1.193.737 2.964-.479 3.845l-.423.307l-.363-.54l-.008-.012c-3.19-4.406-8.38-7.274-14.24-7.274h-.75v-.506zm13.768 8.65l.378.563a4004.33 4004.33 0 0 0-3.947 2.865l-.202.15v2.102a1 1 0 1 1-2 0v-.06a.5.5 0 0 0-.996.06v1.501a1 1 0 0 1-1.995.1l-1.44 1.04c-1.489 1.074-3.57.01-3.569-1.826l.003-13.14h.75c5.354 0 10.096 2.617 13.018 6.645zm-9.767-2.32a1 1 0 1 0 0-2a1 1 0 0 0 0 2zm4 2.998a1 1 0 1 0 0-2a1 1 0 0 0 0 2zm-4 2.998a1 1 0 1 0 0-2a1 1 0 0 0 0 2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})