UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 2.25 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: 'FoodToast16Regular', 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: 'M4.85 6.5a.5.5 0 0 1 .5-.5h3.2a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-3.2a.5.5 0 0 1-.5-.5v-3zm1 2.5h2.2V7h-2.2v2zM1.268 4.01C1.758 2.902 2.867 2 4.2 2H12c1.437 0 3 1.186 3 3c0 1.056-.59 1.951-1.004 2.407c-.007.548.015 1.274.042 2.051l.008.235c.027.792.055 1.615.055 2.307c0 .64-.066 1.239-.494 1.615c-.212.187-.47.278-.73.326c-.256.047-.553.059-.877.059H4c-.943 0-1.553-.283-1.866-.805c-.248-.413-.239-.895-.235-1.127L1.9 12V7.42c-1.028-1-1.107-2.335-.632-3.41zM4.2 3c-.867 0-1.657.599-2.017 1.414c-.35.793-.265 1.72.541 2.405A.5.5 0 0 1 2.9 7.2v4.867c0 .271 0 .46.091.613c.062.103.253.32 1.01.32h6c.312 0 .524-.013.675-.042c.145-.028.188-.063.2-.076c.013-.012.049-.053.079-.198c.03-.15.045-.365.045-.684c0-.487-.004-1.026-.007-1.57A98.373 98.373 0 0 1 11 7.386a.5.5 0 0 1 .147-.34c.08-.08.156-.152.23-.222c.194-.184.364-.345.519-.572c.19-.28.346-.657.346-1.252c0-.656-.298-1.142-.728-1.478A2.55 2.55 0 0 0 10 3H4.2zm7.734 9.885a1.927 1.927 0 0 1-.027.115H12c.312 0 .533-.013.696-.043c.16-.03.223-.069.252-.094c.055-.048.153-.2.153-.863c0-.674-.027-1.479-.055-2.275l-.008-.233c-.029-.862-.055-1.704-.038-2.306a.5.5 0 0 1 .156-.349C13.458 6.55 14 5.806 14 5c0-.983-.713-1.711-1.506-1.931c.447.483.748 1.13.748 1.931c0 .796-.216 1.37-.52 1.816c-.222.325-.502.59-.712.787l-.015.015c-.016.756-.01 1.768-.002 2.777c.003.55.007 1.1.007 1.605c0 .333-.014.631-.066.885z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })