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.26 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: 'Gift20Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M9.5 11v7h-3a2.5 2.5 0 0 1-2.495-2.336L4 15.5V11h5.5zm6.5 0v4.5a2.5 2.5 0 0 1-2.336 2.495L13.5 18h-3v-7H16zm-4-9a2.5 2.5 0 0 1 2 4.001L16 6a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-5.5V6h-1v4H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1l2 .001a2.5 2.5 0 1 1 4-3a2.49 2.49 0 0 1 2-1.001zm0 1a1.5 1.5 0 0 0-1.5 1.5V6H12a1.5 1.5 0 0 0 0-3zM8 3a1.5 1.5 0 0 0-.144 2.993L8 6h1.5V4.5l-.007-.144A1.5 1.5 0 0 0 8 3z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })