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.27 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: 'Gift20Filled', 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: '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 */ ) ]) ) ) } })