@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.47 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'ShoppingBagTag24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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-.954c-.162-.16-.34-.299-.531-.417V8.5h-3.99v2.502h-.509c-.347 0-.68.06-.991.168V8.5H5.5V18A2.5 2.5 0 0 0 8 20.5h5.3l1.474 1.5H8a4 4 0 0 1-4-4V8.5A1.5 1.5 0 0 1 5.5 7H7zm4.5 0V5a1.5 1.5 0 0 0-3 0v2h3zM13 7h2.5V5a1.5 1.5 0 0 0-2.656-.956c.101.3.156.622.156.956v2zm-.428 11.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 */
)
])
)
)
}
})