@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.26 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'BowlChopsticks20Regular',
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: 'M10.63 8L7.568 2.752a.5.5 0 1 1 .864-.504L11.787 8H17.2a.8.8 0 0 1 .8.8V10a7.998 7.998 0 0 1-4.124 7H16.5a.5.5 0 1 1 0 1h-13a.5.5 0 0 1 0-1h2.624A7.998 7.998 0 0 1 2 10V8.8a.8.8 0 0 1 .8-.8h4.83L4.567 2.752a.5.5 0 1 1 .864-.504L8.787 8h1.843zM3 9v1c0 .34.024.674.07 1h13.86c.046-.326.07-.66.07-1V9H3zm.29 3a7.003 7.003 0 0 0 6.69 5h.04a7.003 7.003 0 0 0 6.69-5H3.29z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})