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.2 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 16 16' } export default defineComponent({ name: 'Premium16Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M3.5 2a.5.5 0 0 0-.447.276l-2 4a.5.5 0 0 0 .059.54l6.5 8a.5.5 0 0 0 .776 0l6.5-8a.5.5 0 0 0 .06-.54l-2-4A.5.5 0 0 0 12.5 2h-9zM2.309 6l1.5-3h2.05l-.75 3h-2.8zm.241 1h2.583l1.613 5.164L2.55 7zm3.63 0h3.64L8 12.823L6.18 7zm4.688 0h2.582l-4.196 5.164L10.868 7zm2.823-1h-2.8l-.75-3h2.05l1.5 3zM9.86 6H6.14l.75-3h2.22l.75 3z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })