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.46 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: 'TrophyOff16Filled', 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.843 10.55l4.303 4.304a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708L2.594 3.3A1.498 1.498 0 0 0 1.996 4.5v1c0 1.252.922 2.288 2.122 2.471a4.004 4.004 0 0 0 3.381 2.998V12h-1.5a2 2 0 0 0-2 2v.504a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V14a2 2 0 0 0-2-2h-1.5v-1.03c.48-.06.933-.206 1.344-.42zm-6.52-6.52L4 4.707v2.209A1.502 1.502 0 0 1 2.996 5.5v-1a.5.5 0 0 1 .327-.47zm8.557 3.941a3.98 3.98 0 0 1-.547 1.24L4.215 2.094A2 2 0 0 1 6 1h4a2 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.471zM12 4v2.914c.583-.206 1-.761 1-1.414v-1a.5.5 0 0 0-.5-.5h-.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })