@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.45 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 12 12'
}
exports.default = (0, vue_1.defineComponent)({
name: 'FoodCake12Filled',
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: 'M4.933 1.65a2.015 2.015 0 0 0-.303.884c-.025.424.04.842.303 1.158c.275.33.672.438 1.065.438c.403 0 .797-.123 1.068-.45c.261-.316.332-.731.303-1.152a2.06 2.06 0 0 0-.304-.869C6.883 1.369 6.538 1 5.998 1c-.534 0-.88.357-1.065.65zM3.5 5A1.5 1.5 0 0 0 2 6.5v.006l1.867 1.456a.25.25 0 0 0 .298.006l1.11-.79a1.25 1.25 0 0 1 1.45 0l1.11.79a.25.25 0 0 0 .298-.006L10 6.506V6.5A1.5 1.5 0 0 0 8.5 5h-5zm5.249 3.75L10 7.774V10h.5a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1H2V7.774l1.251.976a1.25 1.25 0 0 0 1.495.033l1.109-.79a.25.25 0 0 1 .29 0l1.11.79a1.25 1.25 0 0 0 1.494-.033z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})