UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.44 kB
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 20 20' } export default defineComponent({ name: 'ShoppingBagPercent20Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M8.5 2c.563 0 1.082.186 1.5.5a2.5 2.5 0 0 1 4 2V6h1a1 1 0 0 1 1 1v3.879l-1 1V7h-3v2c-.35 0-.687.06-1 .17V7H5v8a2 2 0 0 0 2 2h3.085a1.506 1.506 0 0 0 0 1H7a3 3 0 0 1-3-3V7a1 1 0 0 1 1-1h1V4.5A2.5 2.5 0 0 1 8.5 2zm0 1A1.5 1.5 0 0 0 7 4.5V6h3V4.5A1.5 1.5 0 0 0 8.5 3zm3 0c-.308 0-.595.093-.833.252c.212.368.333.794.333 1.248V6h2V4.5A1.5 1.5 0 0 0 11.5 3zm.5 11a2 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 */ ) ]) ) ) } })