UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.48 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 20 20' } export default defineComponent({ name: 'FoodEgg20Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M10.469 9.609a.5.5 0 0 0 .143-.99c-1.076-.155-2.354.722-2.354 2.163a.5.5 0 0 0 1 0c0-.8.707-1.246 1.211-1.173zM3.993 7.134c-2.417 1.908-2.48 5.142-1.347 7.32c.761 1.464 2.225 2.767 4.421 2.767c.545 0 .938-.015 1.248-.026c.937-.036 1.107-.042 2.412.48c1.736.694 3.582.488 5.124-.476c1.388-.868 2.185-2.882 2.05-4.517c-.081-.982-.008-1.366.086-1.862c.063-.33.135-.708.178-1.344c.107-1.595-.645-3.092-1.054-3.806c-.41-.714-1.1-1.83-2.724-2.855c-1.333-.842-3.858-1.245-5.856-.146c-1.464.805-2.196 1.537-3.074 3c-.333.555-.652.823-1.464 1.465zM14.9 10.465a4.495 4.495 0 1 1-8.99 0a4.495 4.495 0 0 1 8.99 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })