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.44 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: 'FoodCake20Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M9.996 1.992c-.77 0-1.279.541-1.568 1.027c-.294.493-.45 1.07-.471 1.442c-.041.74.07 1.388.439 1.856c.384.488.96.675 1.6.675c.649 0 1.223-.209 1.605-.697c.369-.472.488-1.115.44-1.839c-.023-.352-.181-.926-.474-1.421c-.287-.485-.796-1.043-1.57-1.043zM3.011 9.79l3.203 2.94a1 1 0 0 0 1.424-.073l.866-.975a2 2 0 0 1 2.992 0l.865.975a1 1 0 0 0 1.424.073l3.204-2.94A2 2 0 0 0 15 8H5a2 2 0 0 0-1.99 1.79zM17 11.137l-2.539 2.33a2 2 0 0 1-2.847-.146l-.866-.976a1 1 0 0 0-1.496 0l-.866.976a2 2 0 0 1-2.848.146L3 11.137V16h-.5a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1H17v-4.863z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })