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.29 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 24 24' } export default defineComponent({ name: 'AddSubtractCircle24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M13 15.25a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75zm-3.5-8.5a.75.75 0 0 0-1.5 0V8H6.75a.75.75 0 0 0 0 1.5H8v1.25a.75.75 0 0 0 1.5 0V9.5h1.25a.75.75 0 0 0 0-1.5H9.5V6.75zM12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10zm0-1.5a8.5 8.5 0 0 0 6.517-13.957L6.543 18.517A8.466 8.466 0 0 0 12 20.5zm-6.517-3.043L17.457 5.483A8.5 8.5 0 0 0 5.483 17.457z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })