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.66 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'FoodEgg24Regular', 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 0zM7 12.5a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0zm5.5-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8zM6.215 6.494C7.688 3.825 10.383 2 13.5 2c4.76 0 8.5 4.221 8.5 9.275c0 .566-.047 1.121-.136 1.66c-.057.344-.045.71.024 1.083a6.75 6.75 0 0 1-9.616 7.291a4.397 4.397 0 0 0-2.567-.381A6.335 6.335 0 0 1 8.75 21C4.967 21 2 17.696 2 13.75c0-2.571 1.248-4.85 3.16-6.14c.446-.303.814-.681 1.055-1.116zM13.5 3.5c-2.501 0-4.727 1.464-5.972 3.719c-.375.678-.922 1.223-1.53 1.633C4.513 9.857 3.5 11.664 3.5 13.75c0 3.233 2.406 5.75 5.25 5.75c.248 0 .491-.019.73-.055a5.896 5.896 0 0 1 3.454.518a5.25 5.25 0 0 0 7.478-5.673a4.637 4.637 0 0 1-.028-1.6c.076-.458.116-.931.116-1.415c0-4.363-3.2-7.775-7-7.775z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })