@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.42 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: 'ArrowOutlineUpRight32Regular',
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: 'M27.982 5.368a1.25 1.25 0 0 0-1.35-1.35L10.118 5.395c-1.06.088-1.532 1.377-.78 2.13l2.62 2.62a1 1 0 0 1 0 1.413L4.3 19.221a1.25 1.25 0 0 0 0 1.767l6.713 6.717a1.25 1.25 0 0 0 1.768 0l7.662-7.662a1 1 0 0 1 1.414 0l2.62 2.62c.753.753 2.042.28 2.13-.78l1.376-16.515zm-1.515-3.343a3.25 3.25 0 0 1 3.509 3.509l-1.377 16.515c-.23 2.758-3.58 3.985-5.537 2.029l-1.913-1.913l-6.955 6.955a3.25 3.25 0 0 1-4.597-.001l-6.712-6.717a3.25 3.25 0 0 1 0-4.595l6.951-6.955l-1.913-1.914c-1.957-1.956-.73-5.307 2.028-5.537l16.516-1.376z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})