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.8 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: 'ShoppingBagPercent20Filled', 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.085a1.5 1.5 0 0 1 .354-1.56l.561-.561v-1.05a3.001 3.001 0 0 1 0-5.658V4.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-1v3a3 3 0 0 1 2.998 2.881L16 10.879V7a1 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.969zm4 0V6H7V4.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.586zm2 9.5a2 2 0 1 0 0-4a2 2 0 0 0 0 4zm0-3a1 1 0 1 1 0 2a1 1 0 0 1 0-2zm5 8a2 2 0 1 0 0-4a2 2 0 0 0 0 4zm0-3a1 1 0 1 1 0 2a1 1 0 0 1 0-2zm.854-4.146a.5.5 0 0 0-.708-.708l-6 6a.5.5 0 0 0 .708.708l6-6z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })