@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.2 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: 'FoodEgg20Regular',
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: 'M10.064 9.58a.5.5 0 1 0 .132-.991c-.94-.125-1.78.589-1.78 1.631a.5.5 0 0 0 1 0c0-.457.328-.683.648-.64zm.344 5.385a4.495 4.495 0 1 0 0-8.99a4.495 4.495 0 0 0 0 8.99zm0-1a3.495 3.495 0 1 1 0-6.99a3.495 3.495 0 0 1 0 6.99zm1.218-11.89c1.045.068 2.026.379 2.727.821c1.607 1.015 2.3 2.131 2.7 2.83c.389.678 1.156 2.183 1.046 3.824a9.841 9.841 0 0 1-.174 1.316l-.04.214c-.056.324-.091.656-.032 1.378c.07.851-.102 1.783-.462 2.61c-.36.825-.925 1.587-1.678 2.057c-1.565.978-3.45 1.19-5.218.483c-.809-.323-1.082-.4-1.388-.418a6.697 6.697 0 0 0-.646.006h-.007c-.29.012-.662.026-1.179.026c-2.273 0-3.785-1.36-4.557-2.844c-1.131-2.176-1.1-5.47 1.387-7.434c.76-.599.987-.798 1.243-1.226c.421-.702.821-1.252 1.305-1.726c.485-.476 1.036-.859 1.744-1.248c1.029-.566 2.18-.738 3.229-.67zm-.065.998c-.9-.06-1.854.092-2.683.548c-.654.36-1.124.692-1.525 1.085c-.401.394-.751.866-1.147 1.526c-.362.603-.728.903-1.481 1.497c-2.01 1.587-2.096 4.31-1.12 6.188c.645 1.24 1.858 2.305 3.67 2.305c.498 0 .856-.014 1.143-.025h.019c.276-.01.51-.02.733-.005c.483.03.89.165 1.696.488c1.461.584 3.012.413 4.317-.403c.538-.336.99-.915 1.291-1.609c.302-.692.438-1.458.383-2.128c-.066-.799-.03-1.216.043-1.632l.045-.241c.057-.303.118-.625.156-1.184c.09-1.327-.543-2.61-.915-3.26c-.361-.628-.954-1.59-2.367-2.481c-.54-.341-1.354-.61-2.258-.67z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})