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.42 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'Trophy16Regular', 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: 'M3.999 3a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2h.5a1.5 1.5 0 0 1 1.5 1.5v1c0 1.251-.92 2.287-2.119 2.471A4.004 4.004 0 0 1 8.5 10.969V12H10a2 2 0 0 1 2 2v.504a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5V14a2 2 0 0 1 2-2h1.5v-1.03A4.004 4.004 0 0 1 4.118 7.97A2.503 2.503 0 0 1 1.996 5.5v-1a1.5 1.5 0 0 1 1.5-1.5H4zm7 0a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v4a3 3 0 0 0 6 .07V3zm1 3.914c.583-.206 1-.761 1-1.414v-1a.5.5 0 0 0-.5-.5h-.5v2.914zM3.999 4h-.503a.5.5 0 0 0-.5.5v1c0 .653.42 1.209 1.003 1.415V4zm1 10v.004h6V14a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })