@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.24 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 32 32'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Backpack32Filled',
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: '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 */
)
])
)
)
}
})