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.78 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 25' } exports.default = (0, vue_1.defineComponent)({ name: 'FoodPizza24Regular', 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: 'M9 10.994a1 1 0 1 0 0-2a1 1 0 0 0 0 2zm5 1.998a1 1 0 1 1-2 0a1 1 0 0 1 2 0zM9 16.99a1 1 0 1 0 0-2a1 1 0 0 0 0 2zM5 4.664C5 3.168 6.23 1.86 7.82 2.017a20.782 20.782 0 0 1 13.442 6.827c1.07 1.193.737 2.964-.479 3.845c-1.582 1.147-3.94 2.857-5.283 3.833c-.002.437-.002.721-.001 1.091v.629a1.75 1.75 0 0 1-2.056 1.724c-.204.826-.932 1.527-1.944 1.527c-.7 0-1.262-.335-1.609-.815l-1.325.956c-1.488 1.075-3.57.012-3.569-1.825L5 4.664zM7.672 3.51c-.609-.06-1.174.443-1.174 1.156v.52c5.254.22 9.911 2.748 12.985 6.594l.419-.304c.578-.42.652-1.173.242-1.63A19.282 19.282 0 0 0 7.673 3.51zm-1.177 16.3c0 .613.694.968 1.19.61l2.128-1.535a.75.75 0 0 1 1.188.61c0 .27.209.5.497.5a.497.497 0 0 0 .502-.5V18.24a.75.75 0 0 1 1.5 0c0 .141.111.251.248.251a.25.25 0 0 0 .25-.25v-.622c-.001-.47-.002-.808.005-1.489a.75.75 0 0 1 .308-.6c.902-.656 2.496-1.812 3.956-2.87a16.04 16.04 0 0 0-11.77-5.974L6.497 19.81z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })