@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.33 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 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'FoodEgg24Filled',
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: 'M11.5 12.25a.75.75 0 0 1 .75-.75a.75.75 0 0 0 0-1.5A2.25 2.25 0 0 0 10 12.25a.75.75 0 0 0 1.5 0zM13.5 2c-3.117 0-5.812 1.825-7.285 4.494c-.24.435-.609.813-1.056 1.115C3.25 8.901 2 11.18 2 13.75C2 17.696 4.967 21 8.75 21c.324 0 .643-.024.955-.072c.87-.132 1.792 0 2.567.38a6.75 6.75 0 0 0 9.616-7.291a3.143 3.143 0 0 1-.024-1.081c.09-.54.136-1.095.136-1.661C22 6.221 18.26 2 13.5 2zm3.75 10.5a4.75 4.75 0 1 1-9.5 0a4.75 4.75 0 0 1 9.5 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})