@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.43 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Backpack28Filled',
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.5 12.25c0-.966.784-1.75 1.75-1.75h3.5c.966 0 1.75.784 1.75 1.75a.25.25 0 0 1-.25.25h-6.5a.25.25 0 0 1-.25-.25zM14 2a5.251 5.251 0 0 0-5.19 4.45A9.994 9.994 0 0 0 4 15v1h20v-1a9.994 9.994 0 0 0-4.81-8.55A5.251 5.251 0 0 0 14 2zm0 3c-.913 0-1.798.122-2.638.352A3.246 3.246 0 0 1 14 4c1.086 0 2.048.533 2.638 1.352C15.798 5.122 14.913 5 14 5zm-1.75 4h3.5A3.25 3.25 0 0 1 19 12.25A1.75 1.75 0 0 1 17.25 14h-6.5A1.75 1.75 0 0 1 9 12.25A3.25 3.25 0 0 1 12.25 9zM9 19.25V17.5H4V22a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4v-4.5H10.5v1.75a.75.75 0 0 1-1.5 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})