@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.14 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: 'ArrowOutlineUpRight32Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 */
)
])
)
)
}
})