@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.47 kB
JavaScript
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 32 32'
}
export default defineComponent({
name: 'TrophyOff32Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M4.536 5.95L2.293 3.708a1 1 0 0 1 1.414-1.414l26 26a1 1 0 0 1-1.414 1.414l-8.606-8.606a7.945 7.945 0 0 1-2.689.837V24h3.5a3.5 3.5 0 0 1 3.5 3.5v1a1.5 1.5 0 0 1-1.5 1.5h-13a1.5 1.5 0 0 1-1.5-1.5v-1a3.5 3.5 0 0 1 3.5-3.5h3.5v-2.062a8.008 8.008 0 0 1-6.75-5.945a4.5 4.5 0 0 1-4.25-4.493v-4c0-.585.201-1.123.538-1.55zm3.462 3.463L6.005 7.419a.503.503 0 0 0-.007.081v4a2.5 2.5 0 0 0 2 2.45V9.413zm15.75 6.58a7.97 7.97 0 0 1-1.377 2.843L8.04 4.504A3 3 0 0 1 11 2h10a3 3 0 0 1 3 3h1.5a2.5 2.5 0 0 1 2.5 2.5v4a4.5 4.5 0 0 1-4.25 4.493zm.25-2.043a2.5 2.5 0 0 0 2-2.45v-4a.5.5 0 0 0-.5-.5h-1.5v6.95z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})