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.45 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: 'FoodPizza20Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M4 3.956c0-1.095.895-2.022 2.03-1.952c4.447.274 8.347 1.77 11.402 4.687c.867.827.696 2.178-.203 2.868l-.244.188l-.397-.441l-.007-.007C13.645 6.284 9.39 4.514 4.871 4.514H4v-.558zm0 1.557V16.5c0 1.232 1.406 1.938 2.395 1.201l1.608-1.198v.002a1 1 0 0 0 2 0v-2.002a.5.5 0 0 1 .996-.059v.56a1 1 0 0 0 2 0v-2.238c.825-.605 2.086-1.564 3.19-2.408l-.331-.369C13.119 7.181 9.13 5.513 4.87 5.513H4zm4.248 2.742a.747.747 0 1 1-1.495-.001a.747.747 0 0 1 1.495 0zm2.975 2a.747.747 0 1 1-1.495 0a.747.747 0 0 1 1.495 0zm-2.967 2.502a.751.751 0 1 1-1.503 0a.751.751 0 0 1 1.503 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })