@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.37 kB
JavaScript
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 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'FoodToast20Regular',
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: 'M6.229 7.955a.5.5 0 0 1 .5-.5h4.346a.5.5 0 0 1 .5.5v4.09a.5.5 0 0 1-.5.5H6.729a.5.5 0 0 1-.5-.5v-4.09zm1 3.59h3.346v-3.09H7.229v3.09zM1.794 4.979C2.4 3.606 3.77 2.5 5.402 2.5h9.927c1.764 0 3.682 1.459 3.682 3.682c0 1.328-.765 2.458-1.277 3.009c-.012.708.018 1.657.052 2.67l.01.298c.035 1.009.071 2.054.071 2.932c0 .818-.089 1.519-.582 1.952c-.246.216-.547.325-.864.384a6.189 6.189 0 0 1-1.092.073H5.147c-1.175 0-1.894-.351-2.258-.959c-.293-.489-.284-1.06-.28-1.36l.002-.09V9.205c-1.301-1.233-1.407-2.89-.817-4.227zM5.402 3.5c-1.167 0-2.217.803-2.693 1.882c-.466 1.054-.353 2.302.726 3.219a.5.5 0 0 1 .176.38v6.205c-.002.333-.003.61.135.84c.113.189.413.474 1.401.474h7.637c.399 0 .68-.016.885-.056c.2-.039.283-.092.326-.133c.042-.041.096-.122.137-.322c.042-.205.06-.49.06-.898c0-.623-.004-1.31-.009-2.004c-.01-1.415-.02-2.863.01-3.865a.5.5 0 0 1 .146-.34c.11-.109.213-.205.31-.296c.233-.216.434-.404.623-.681c.243-.358.455-.867.501-1.735c-.004-.674-.39-1.337-.995-1.85c-.611-.519-1.373-.82-1.994-.82H5.402zm9.71 12.69c-.022.106-.05.21-.087.31h.304c.398 0 .69-.016.91-.057c.217-.04.324-.097.386-.151c.12-.106.242-.36.242-1.201c0-.86-.035-1.887-.07-2.9l-.01-.297c-.038-1.098-.07-2.165-.049-2.927a.5.5 0 0 1 .156-.348c.398-.378 1.117-1.359 1.117-2.437c0-1.584-1.372-2.667-2.655-2.682l.069.057c.753.639 1.348 1.562 1.348 2.625v.026c-.053 1.032-.313 1.728-.675 2.26c-.257.377-.578.676-.833.914l-.078.072c-.022.97-.013 2.289-.004 3.598c.005.7.01 1.398.01 2.039c0 .422-.018.79-.081 1.098z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})