@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.46 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ShoppingBagTag24Filled',
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 7V5a3 3 0 0 1 5-2.236A3 3 0 0 1 17 5v2h1.5A1.5 1.5 0 0 1 20 8.5v4.318l-.969-.954A3.008 3.008 0 0 0 16.92 11l-2.419.002V7h1V5a1.5 1.5 0 0 0-2.656-.956c.101.3.156.622.156.956v6.173a2.997 2.997 0 0 0-2 2.825v2.937c0 .785.309 1.538.859 2.098L14.774 22H8a4 4 0 0 1-4-4V8.5A1.5 1.5 0 0 1 5.5 7H7zm1.5-2v2h3V5a1.5 1.5 0 0 0-3 0zm4.072 13.332l4.001 4.072c.781.796 2.064.8 2.852.012l2.993-2.996a1.992 1.992 0 0 0-.012-2.83l-4.076-4.013A2.008 2.008 0 0 0 16.92 12l-2.918.002A2 2 0 0 0 12 13.998v2.937c0 .522.205 1.024.572 1.397zM15.996 15a1 1 0 1 1-2 .001a1 1 0 0 1 2-.001z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})