UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.27 kB
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 16 16' } export default defineComponent({ name: 'ArrowCircleDownRight16Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M8 2a6 6 0 1 1 0 12A6 6 0 0 1 8 2zm0 1a5 5 0 1 0 0 10A5 5 0 0 0 8 3zm1.41 3.007L9.5 6a.5.5 0 0 1 .493.41L10 6.5v3.025l-.012.085l-.019.064l-.035.076l-.051.073l-.046.048l-.067.051l-.06.033l-.038.016l-.064.02l-.086.01H6.501a.5.5 0 0 1-.09-.991L6.5 9L8.294 9L6.147 6.853a.5.5 0 0 1-.058-.638l.058-.07a.5.5 0 0 1 .638-.057l.07.058L9 8.292V6.499a.5.5 0 0 1 .41-.492L9.5 6l-.09.008z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })