@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'BowlChopsticks16Regular',
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.152 1.081a.5.5 0 0 1 .692.147l3.1 4.766H14.3a.7.7 0 0 1 .7.7v1.302a7.001 7.001 0 0 1-3.352 5.979h2.127a.5.5 0 0 1 0 1H8.593a7.104 7.104 0 0 1-1.186 0H2.225a.5.5 0 0 1 0-1h2.127A7.001 7.001 0 0 1 1 7.995v-1.3a.7.7 0 0 1 .7-.7h4.25L3.206 1.773a.5.5 0 0 1 .838-.546l3.1 4.766H8.75l-2.745-4.22a.5.5 0 0 1 .146-.693zM2 6.995v1c0 .341.028.676.083 1.001h11.834c.055-.325.083-.66.083-1V6.995H2zm11.659 3.002H2.34a6.006 6.006 0 0 0 5.11 3.978h1.098a6.006 6.006 0 0 0 5.11-3.978z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})