@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.19 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'FoodEgg16Regular',
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: 'M7.694 8.221a.732.732 0 0 1 .208-.366a.38.38 0 0 1 .11-.076l.004-.001a.5.5 0 0 0 .183-.983c-.402-.085-.76.123-.98.33c-.237.221-.43.538-.504.89a.5.5 0 1 0 .979.206zm.606 3.38a3.3 3.3 0 1 0 0-6.6a3.3 3.3 0 0 0 0 6.6zm0-1a2.3 2.3 0 1 1 0-4.6a2.3 2.3 0 0 1 0 4.6zm.903-8.596c.786.051 1.528.285 2.064.623c1.202.759 1.643 1.455 2.027 2.124c.384.671.786 1.526.786 2.849c0 .62-.069.93-.126 1.19l-.01.045c-.048.215-.087.411-.046.914a4.204 4.204 0 0 1-.35 1.98c-.271.623-.701 1.206-1.283 1.57c-1.183.74-2.611.9-3.95.365c-.595-.238-.778-.285-.978-.298a4.806 4.806 0 0 0-.461.005H6.87c-.212.008-.488.019-.87.019c-1.73 0-2.88-1.037-3.464-2.16c-.851-1.637-.836-4.13 1.054-5.623c.558-.44.707-.574.881-.864c.313-.521.613-.935.979-1.294c.367-.36.783-.648 1.31-.937c.781-.43 1.653-.56 2.443-.508zm-.066.998c-.64-.042-1.314.066-1.896.386c-.474.26-.808.498-1.09.775c-.285.278-.535.615-.822 1.094c-.28.466-.567.7-1.12 1.135c-1.411 1.115-1.481 3.039-.785 4.377c.456.878 1.307 1.62 2.576 1.62c.363 0 .624-.009.834-.017h.018c.199-.008.376-.015.547-.004c.378.024.695.131 1.287.368c1.031.412 2.125.292 3.05-.285c.366-.23.681-.63.896-1.122c.213-.49.308-1.03.27-1.498c-.051-.614 0-.911.065-1.21l.011-.05c.05-.226.102-.459.102-.971c0-1.086-.318-1.767-.654-2.351c-.336-.587-.677-1.135-1.693-1.776c-.375-.237-.95-.429-1.596-.471z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})