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.93 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: 'FoodCake16Filled', 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: 'M6.814 1.667C7.076 1.32 7.482 1 8 1c.518 0 .924.32 1.186.667c.269.355.45.813.51 1.267c.06.45.01.96-.267 1.375C9.134 4.75 8.639 5 8 5c-.64 0-1.134-.25-1.429-.691c-.276-.416-.327-.926-.267-1.375c.06-.454.241-.912.51-1.267zM2.03 7.65A2 2 0 0 1 4 6h8a2 2 0 0 1 1.99 1.802a30.475 30.475 0 0 1-1.427 1.32c-.429.369-.878.728-1.277.993c-.2.132-.376.234-.523.301a.782.782 0 0 1-.263.084c-.258 0-.432-.166-.821-.589l-.003-.003C9.34 9.544 8.84 9 8 9s-1.34.544-1.676.908l-.003.003c-.39.423-.563.589-.821.589a.304.304 0 0 1-.063-.014a1.245 1.245 0 0 1-.172-.068a4.098 4.098 0 0 1-.517-.302c-.396-.266-.85-.627-1.284-.997A32.878 32.878 0 0 1 2.01 7.8c.005-.051.012-.1.02-.15zM2 9.16c.243.223.523.472.816.722c.446.38.932.769 1.376 1.066c.221.148.442.28.648.377c.195.091.428.176.66.176c.728 0 1.192-.51 1.495-.844l.062-.067C7.412 10.203 7.642 10 8 10s.588.203.943.589l.062.067c.303.334.767.844 1.495.844c.236 0 .473-.081.677-.174a4.89 4.89 0 0 0 .662-.378c.45-.298.935-.689 1.377-1.07c.282-.242.55-.485.784-.702V13h.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1H2V9.16z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })