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.34 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 24 24' } export default defineComponent({ name: 'GiftCardMultiple24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M5 4h3v2.708A2.5 2.5 0 0 0 4.708 10H2V7a3 3 0 0 1 3-3zM2 14.5v-3h4.94l-1.72 1.72a.75.75 0 1 0 1.06 1.06L8 12.56v4.94H5a3 3 0 0 1-3-3zm7.5 3h7a3 3 0 0 0 3-3v-3h-8.94l1.72 1.72a.75.75 0 1 1-1.06 1.06L9.5 12.56v4.94zm3.292-7.5H19.5V7a3 3 0 0 0-3-3h-7v2.708A2.5 2.5 0 0 1 12.792 10zM10.5 10h-1V9a1 1 0 1 1 1 1zM7 10h1V8.992A1 1 0 1 0 7 10zm.5 10c-1.11 0-2.08-.603-2.599-1.5H16.5a4 4 0 0 0 4-4V6.901A2.999 2.999 0 0 1 22 9.5v5a5.5 5.5 0 0 1-5.5 5.5h-9z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })