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.96 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'ShoppingBagPlay20Regular', 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: 'M15 6a1 1 0 0 1 1 1v2.207a5.48 5.48 0 0 0-1-.185V7h-3v2.6a5.503 5.503 0 0 0-1 .657V7H5v8a1.977 1.977 0 0 0 .586 1.414A2.018 2.018 0 0 0 7 17h2.6c.183.358.404.693.657 1H7a3 3 0 0 1-2.117-.875a3.062 3.062 0 0 1-.648-.953A2.932 2.932 0 0 1 4 15V7a1 1 0 0 1 1-1h1V4.5c0-.344.065-.667.195-.969c.13-.307.31-.573.539-.797c.224-.229.49-.409.797-.539c.302-.13.625-.195.969-.195c.281 0 .549.044.805.133c.256.089.49.214.703.375A2.442 2.442 0 0 1 11.5 2a2.484 2.484 0 0 1 2.305 1.531c.13.302.195.625.195.969V6h1zm-2-1.5c0-.208-.039-.404-.117-.586A1.482 1.482 0 0 0 11.5 3c-.307 0-.583.086-.828.258A2.503 2.503 0 0 1 11 4.5V6h2V4.5zM7 6h3V4.5c0-.208-.039-.404-.117-.586A1.482 1.482 0 0 0 8.5 3c-.208 0-.404.039-.586.117A1.482 1.482 0 0 0 7 4.5V6zm12 8.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0zm-4.98-1.966a.452.452 0 0 0-.447-.037a.492.492 0 0 0-.156.108a.51.51 0 0 0-.145.357v3.075a.504.504 0 0 0 .145.358a.57.57 0 0 0 .158.11a.453.453 0 0 0 .36.006a.545.545 0 0 0 .093-.05l2.296-1.567a.46.46 0 0 0 .163-.185a.535.535 0 0 0-.003-.487a.486.486 0 0 0-.168-.182l-2.296-1.506z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })