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.83 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 20 21' } exports.default = (0, vue_1.defineComponent)({ name: 'FoodPizza20Regular', 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: 'M7.5 9.006a.747.747 0 1 0 0-1.495a.747.747 0 0 0 0 1.495zm3.723 1.253a.747.747 0 1 1-1.495 0a.747.747 0 0 1 1.495 0zm-3.719 3.253a.751.751 0 1 0 0-1.502a.751.751 0 0 0 0 1.502zM4 3.96c0-1.095.895-2.022 2.03-1.952c4.447.273 8.347 1.77 11.402 4.687c.867.827.696 2.178-.203 2.868a302.914 302.914 0 0 1-4.225 3.203v1.74c0 .717-.555 1.5-1.5 1.5c-.181 0-.348-.03-.498-.08v.083c0 .713-.556 1.491-1.503 1.491c-.754 0-1.251-.497-1.426-1.05c-.548.41-1.147.856-1.682 1.254c-.99.737-2.395.03-2.395-1.201V3.96zm7.005 10.546c0 .259.195.5.499.5c.305 0 .5-.242.5-.5v-1.994a.5.5 0 0 1 .206-.404c.78-.566 2.108-1.575 3.284-2.474C12.801 7.07 9.026 5.549 5 5.518v10.985a.5.5 0 0 0 .798.4c.786-.586 1.713-1.276 2.409-1.798a.5.5 0 0 1 .8.4v.504c0 .246.19.492.496.492a.49.49 0 0 0 .502-.492v-1.503a.5.5 0 0 1 1 0zm5.614-5.735c.465-.357.5-.993.122-1.354c-2.857-2.727-6.52-4.15-10.772-4.412C5.45 2.973 5 3.399 5 3.96v.558c4.327.033 8.402 1.687 11.297 4.5l.322-.247z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })