@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.14 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 32 32'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ArrowOutlineUpRight32Filled',
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: 'M29.976 5.534a3.25 3.25 0 0 0-3.51-3.509L9.952 3.401c-2.757.23-3.985 3.58-2.028 5.537l1.913 1.914l-6.951 6.955a3.25 3.25 0 0 0 0 4.595l6.712 6.717a3.25 3.25 0 0 0 4.597 0l6.955-6.954l1.913 1.913c1.957 1.956 5.307.729 5.537-2.029l1.377-16.515z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})