@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.23 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 32 32'
}
export default defineComponent({
name: 'Backpack32Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M12 16a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2h-8zm4-14a4 4 0 0 0-4 4v.832A10.002 10.002 0 0 0 6 16v4h20v-4c0-4.1-2.468-7.625-6-9.168V6a4 4 0 0 0-4-4zm0 4c-.685 0-1.354.069-2 .2V6a2 2 0 1 1 4 0v.2c-.646-.131-1.315-.2-2-.2zm-2 6h4a4 4 0 0 1 4 4a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2a4 4 0 0 1 4-4zm-2 13v-3H6v3a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5v-3H14v3a1 1 0 1 1-2 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})