@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.89 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'TrophyOff24Regular',
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.48 4.541l-1.26-1.26A.75.75 0 1 1 3.28 2.22l18.5 18.5a.75.75 0 0 1-1.06 1.06l-6.39-6.389a5.713 5.713 0 0 1-1.83.56V17.5h1.754a3.25 3.25 0 0 1 3.244 3.066l.006.184v.5a.75.75 0 0 1-.649.743l-.101.007H6.75a.75.75 0 0 1-.744-.648l-.006-.102v-.5a3.25 3.25 0 0 1 3.065-3.245l.185-.005H11v-1.549a5.758 5.758 0 0 1-4.729-3.95L6.246 12a3.25 3.25 0 0 1-3.25-3.25v-3c0-.469.184-.895.485-1.209zm9.71 9.71L7.5 8.56v1.688a4.252 4.252 0 0 0 5.69 4.002zM6 7.06L4.544 5.604a.249.249 0 0 0-.047.146v3a1.75 1.75 0 0 0 1.505 1.733V7.06zm10.004 3.188c0 .742-.19 1.44-.526 2.048l1.093 1.092c.279-.427.502-.893.66-1.388l.211-.006a3.25 3.25 0 0 0 3.066-3.245v-3l-.006-.144A1.75 1.75 0 0 0 18.758 4H17.49a2.25 2.25 0 0 0-2.236-2H8.25a2.25 2.25 0 0 0-1.947 1.122L7.5 4.319V4.25a.75.75 0 0 1 .75-.75h7.003a.75.75 0 0 1 .75.75v5.998zM9.25 19a1.75 1.75 0 0 0-1.705 1.352l-.028.148h8.468a1.75 1.75 0 0 0-1.579-1.493L14.255 19H9.25zm9.507-13.5l.057.007a.25.25 0 0 1 .193.243v3L19 8.904a1.75 1.75 0 0 1-1.497 1.579V5.5h1.254z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})