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.23 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: 'BowlChopsticks28Filled', 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: 'M7.124 2.584a.75.75 0 1 0-1.248.832L9.599 9H11.4L7.124 2.584zm5 0L16.401 9H14.6l-3.723-5.584a.75.75 0 0 1 1.248-.832zM3.154 10C2.518 10 2 10.517 2 11.155V14h24v-2.845c0-.638-.517-1.155-1.155-1.155H3.155zm-1.061 5.5a12.007 12.007 0 0 0 6.093 9H4.75a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5h-3.436a12.007 12.007 0 0 0 6.093-9H2.093z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })