@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.5 kB
JavaScript
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: 'TrophyOff20Filled',
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: 'M2.854 2.146a.5.5 0 1 0-.708.708L3.594 4.3A1.498 1.498 0 0 0 2.996 5.5v1.498a3.006 3.006 0 0 0 2.61 2.974a4.503 4.503 0 0 0 3.895 3.5v1.496H7.504a2 2 0 0 0-2 2v.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-.5a2 2 0 0 0-2-2h-2.003v-1.495a4.47 4.47 0 0 0 1.712-.553l4.933 4.934a.5.5 0 0 0 .708-.708l-15-15zM5.5 6.208v2.726a2.006 2.006 0 0 1-1.505-1.936V5.5a.5.5 0 0 1 .327-.47l1.178 1.178zm8.894 3.766a4.476 4.476 0 0 1-.701 1.598L5.576 3.455a2 2 0 0 1 1.925-1.453h5A2 2 0 0 1 14.5 4h.995a1.5 1.5 0 0 1 1.5 1.5v1.505a2.996 2.996 0 0 1-2.601 2.97zm.106-1.037a1.996 1.996 0 0 0 1.495-1.932V5.5a.5.5 0 0 0-.5-.5h-.995v3.937z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})