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.67 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'TrophyOff20Regular', 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-15zm8.616 10.031a3.5 3.5 0 0 1-4.966-3.021V7.211l4.966 4.966zM5.5 6.207v2.727a2.006 2.006 0 0 1-1.504-1.936V5.5a.5.5 0 0 1 .327-.47l1.178 1.178zM13.5 9c0 .68-.193 1.314-.528 1.85l.722.722c.33-.474.572-1.014.701-1.598a2.996 2.996 0 0 0 2.601-2.97V5.5a1.5 1.5 0 0 0-1.5-1.5h-.995a2 2 0 0 0-2-1.998h-5a2 2 0 0 0-1.925 1.453l.928.928V4h-.003a1 1 0 0 1 1-.998h5a1 1 0 0 1 1 1V9zm1-4h.996a.5.5 0 0 1 .5.5v1.505c0 .929-.635 1.71-1.495 1.932V5zM6.505 16.968a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1h-7z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })