UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.51 kB
'use strict' 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: 'FoodEgg16Filled', 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.22a.732.732 0 0 1 .208-.365a.38.38 0 0 1 .11-.077l.004-.001a.5.5 0 0 0 .183-.983c-.402-.085-.76.124-.98.33a1.73 1.73 0 0 0-.504.89a.5.5 0 1 0 .979.206zM3.522 5.83c-1.787 1.424-1.834 3.836-.996 5.461c.563 1.092 1.645 2.064 3.269 2.064c.403 0 .693-.01.922-.02c.693-.026.82-.03 1.784.359c1.284.518 2.648.364 3.789-.355c1.026-.647 1.615-2.15 1.515-3.37c-.053-.646.005-.91.071-1.21c.059-.267.124-.563.124-1.181c0-1.316-.39-2.154-.78-2.84c-.389-.686-.813-1.365-2.013-2.13c-.986-.628-2.853-.929-4.33-.11c-1.082.602-1.623 1.148-2.273 2.24c-.246.413-.481.614-1.082 1.092zM11.6 8.3a3.3 3.3 0 1 1-6.6 0a3.3 3.3 0 0 1 6.6 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })