@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.25 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 20 20'
}
export default defineComponent({
name: 'BowlChopsticks20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 */
)
])
)
)
}
})