@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.31 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'BowlChopsticks24Regular',
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: 'M9.118 2.105a.75.75 0 0 1 1.027.263L14.075 9h7.16c.423 0 .765.342.765.765V12a9.993 9.993 0 0 1-4.73 8.5h2.98a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1 0-1.5h2.98A9.993 9.993 0 0 1 2 12V9.765C2 9.342 2.342 9 2.765 9h5.567L4.855 3.132a.75.75 0 0 1 1.29-.764L10.075 9h2.257L8.855 3.132a.75.75 0 0 1 .263-1.027zM3.5 10.5V12c0 .338.02.672.058 1h16.884c.038-.328.058-.662.058-1v-1.5h-17zm.374 4a8.504 8.504 0 0 0 16.252 0H3.874z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})