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.36 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'BowlChopsticks28Regular', 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.084 2.376a.75.75 0 0 1 1.04.208L12.068 10h3.197l-4.389-6.584a.75.75 0 1 1 1.248-.832L17.068 10h7.777c.638 0 1.155.517 1.155 1.155V14c0 4.518-2.497 8.453-6.186 10.5h3.436a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5h3.436A11.997 11.997 0 0 1 2 14v-2.845C2 10.517 2.517 10 3.155 10h7.11L5.876 3.416a.75.75 0 0 1 .208-1.04zM3.5 11.5V14c0 .337.016.671.047 1h20.906c.031-.329.047-.663.047-1v-2.5h-21zm10.5 13c4.938 0 9.079-3.408 10.2-8H3.8c1.121 4.592 5.263 8 10.2 8z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })