@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.34 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 16 16'
}
export default defineComponent({
name: 'SubtractCircleArrowForward16Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M8 3a5 5 0 0 0 0 10h.027c.039.345.116.678.227.995a6 6 0 1 1 5.74-5.74A4.472 4.472 0 0 0 13 8.026V8a5 5 0 0 0-5-5zm2.436 5.5c.329-.17.681-.3 1.05-.385A.503.503 0 0 0 11 7.5H5a.5.5 0 0 0 0 1h5.436zM12.5 16a3.5 3.5 0 1 1 0-7a3.5 3.5 0 0 1 0 7zm.646-4.854a.5.5 0 0 0 0 .708l.147.146H11.25c-.69 0-1.25.56-1.25 1.25v.25a.5.5 0 0 0 1 0v-.25a.25.25 0 0 1 .25-.25h2.043l-.147.146a.5.5 0 0 0 .708.708l1-1a.5.5 0 0 0 0-.708l-1-1a.5.5 0 0 0-.708 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})