@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.28 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'BowlChopsticks16Filled',
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.844 1.228a.5.5 0 1 0-.838.545L8.1 4.993h1.193L6.844 1.229zm-2.8 0l2.449 3.766H5.3l-2.094-3.22a.5.5 0 0 1 .838-.546zM14.3 5.994a.7.7 0 0 1 .7.7v1.302c0 .34-.024.673-.07 1H1.07a7.07 7.07 0 0 1-.07-1V6.695a.7.7 0 0 1 .7-.7h12.6zM1.29 9.997a7.02 7.02 0 0 0 3.062 3.978H2.225a.5.5 0 0 0 0 1h5.182a7.104 7.104 0 0 0 1.186 0h5.182a.5.5 0 0 0 0-1h-2.127a7.02 7.02 0 0 0 3.062-3.978H1.29z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})