@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.53 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'BackpackAdd20Filled',
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: 'M7.5 4.5a2.5 2.5 0 0 1 5 0v.044a6.006 6.006 0 0 1 3.446 4.648a5.507 5.507 0 0 0-3.064.05c.076-.165.118-.349.118-.542A1.7 1.7 0 0 0 11.3 7H8.7A1.7 1.7 0 0 0 7 8.7A1.3 1.3 0 0 0 8.3 10h3.037A5.526 5.526 0 0 0 9.6 12H4v-2a6.001 6.001 0 0 1 3.5-5.456V4.5zm3.966-.32a1.5 1.5 0 0 0-2.932 0a6.012 6.012 0 0 1 2.932 0zM9 14.5c0-.52.072-1.023.207-1.5H8v1.5a.5.5 0 0 1-1 0V13H4v2a3 3 0 0 0 3 3h3.257A5.477 5.477 0 0 1 9 14.5zM8.7 8a.7.7 0 0 0-.7.7a.3.3 0 0 0 .3.3h3.4a.3.3 0 0 0 .3-.3a.7.7 0 0 0-.7-.7H8.7zM19 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0zm-4-2a.5.5 0 0 0-1 0V14h-1.5a.5.5 0 0 0 0 1H14v1.5a.5.5 0 0 0 1 0V15h1.5a.5.5 0 0 0 0-1H15v-1.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})