@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.67 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: 'BackpackAdd28Filled',
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: 'M8.81 6.45a5.251 5.251 0 0 1 10.38 0a10.001 10.001 0 0 1 4.742 7.38A7.467 7.467 0 0 0 20.5 13a7.52 7.52 0 0 0-1.79.215c.183-.277.29-.608.29-.965A3.25 3.25 0 0 0 15.75 9h-3.5A3.25 3.25 0 0 0 9 12.25c0 .966.784 1.75 1.75 1.75h6.006a7.536 7.536 0 0 0-2.257 2H4v-1a9.994 9.994 0 0 1 4.81-8.55zm7.828-1.098A3.246 3.246 0 0 0 14 4a3.246 3.246 0 0 0-2.638 1.352C12.202 5.122 13.087 5 14 5c.913 0 1.798.122 2.638.352zM13 20.5c0-1.067.223-2.081.624-3H10.5v1.75a.75.75 0 0 1-1.5 0V17.5H4V22a4 4 0 0 0 4 4h7.4a7.48 7.48 0 0 1-2.4-5.5zm-.75-10a1.75 1.75 0 0 0-1.75 1.75c0 .138.112.25.25.25h6.5a.25.25 0 0 0 .25-.25a1.75 1.75 0 0 0-1.75-1.75h-3.5zM27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0zm-6-4a.5.5 0 0 0-1 0V20h-3.5a.5.5 0 0 0 0 1H20v3.5a.5.5 0 0 0 1 0V21h3.5a.5.5 0 0 0 0-1H21v-3.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})