UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.35 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 28 28' } export default defineComponent({ name: 'BowlChopsticks28Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _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 */ ) ]) ) ) } })