UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.6 kB
'use strict' 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: 'ShoppingBagPlay24Filled', 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 5v2H5.5A1.5 1.5 0 0 0 4 8.5V18a4 4 0 0 0 4 4h4.81A6.478 6.478 0 0 1 11 17.5a6.48 6.48 0 0 1 2-4.69V5c0-.334-.055-.656-.156-.956A1.5 1.5 0 0 1 15.5 5v2h-1v4.732a6.472 6.472 0 0 1 3-.732c.886 0 1.73.177 2.5.498V8.5A1.5 1.5 0 0 0 18.5 7H17V5a3 3 0 0 0-5-2.236A3 3 0 0 0 7 5zm3-1.5A1.5 1.5 0 0 1 11.5 5v2h-3V5A1.5 1.5 0 0 1 10 3.5zm13 14a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0zm-6.087-2.403a.552.552 0 0 0-.547-.045a.601.601 0 0 0-.19.133a.622.622 0 0 0-.177.437v3.757c0 .082.016.16.047.236a.724.724 0 0 0 .13.2c.057.057.121.102.194.137a.553.553 0 0 0 .439.006a.664.664 0 0 0 .114-.061l2.806-1.915a.565.565 0 0 0 .2-.227a.654.654 0 0 0 .07-.297a.609.609 0 0 0-.074-.298a.595.595 0 0 0-.205-.223l-2.807-1.84z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })