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.31 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: 'Gift20Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M12 2a2.5 2.5 0 0 1 2 4.001L16 6a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1v4.5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 4 15.5V11a1 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.001zm-2.5 9H5v4.5A1.5 1.5 0 0 0 6.5 17h3v-6zm5.5 0h-4.5v6h3a1.5 1.5 0 0 0 1.5-1.5V11zM9.5 7H4v3h5.5V7zM16 7h-5.5v3H16V7zm-4-4a1.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 */ ) ]) ) ) } })