UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.29 kB
'use strict' 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'ArrowCircleDownRight16Filled', 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: 'M8 2a6 6 0 1 1 0 12A6 6 0 0 1 8 2zm1.5 4l-.09.007a.5.5 0 0 0-.401.402L9 6.5v1.794L6.854 6.146l-.069-.058a.5.5 0 0 0-.568 0l-.07.058l-.058.069a.5.5 0 0 0 0 .568l.058.07L8.294 9H6.5l-.09.009a.5.5 0 0 0 0 .984L6.5 10h3l.058-.005l.05-.007l.064-.019l.04-.016l.076-.044l.065-.056l.044-.05l.036-.053l.02-.039l.023-.059l.013-.047l.01-.085V6.5l-.007-.09a.5.5 0 0 0-.402-.402L9.5 6l-.09.008L9.5 6z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })