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.92 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: 'ShoppingBagPlay20Filled', 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: 'M6 4.5V6H5a1 1 0 0 0-1 1v8c0 .417.078.807.235 1.172c.156.359.372.677.648.953A3 3 0 0 0 7 18h3.257A5.477 5.477 0 0 1 9 14.5c0-1.708.778-3.234 2-4.243V4.5a2.479 2.479 0 0 0-.328-1.242c.245-.172.521-.258.828-.258a1.482 1.482 0 0 1 1.383.914c.078.182.117.378.117.586V6h-1v3.6c.75-.384 1.6-.6 2.5-.6c.52 0 1.023.072 1.5.207V7a1 1 0 0 0-1-1h-1V4.5c0-.344-.065-.667-.195-.969A2.483 2.483 0 0 0 11.5 2a2.442 2.442 0 0 0-1.492.508a2.542 2.542 0 0 0-.703-.375A2.432 2.432 0 0 0 8.5 2c-.344 0-.667.065-.969.195c-.307.13-.573.31-.797.539c-.229.224-.409.49-.539.797c-.13.302-.195.625-.195.969zM10 6H7V4.5a1.482 1.482 0 0 1 .914-1.383C8.096 3.039 8.292 3 8.5 3a1.482 1.482 0 0 1 1.383.914c.078.182.117.378.117.586V6zm4.5 13a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9zm-.74-6.545c.096 0 .182.026.26.079l2.296 1.506a.499.499 0 0 1 .229.426a.535.535 0 0 1-.091.3a.46.46 0 0 1-.13.128l-2.296 1.567a.545.545 0 0 1-.13.063a.453.453 0 0 1-.323-.018a.57.57 0 0 1-.158-.111a.504.504 0 0 1-.145-.357v-3.075a.51.51 0 0 1 .3-.466a.436.436 0 0 1 .189-.042z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })