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.42 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'AddSubtractCircle48Regular', 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: 'M26 30.75c0-.69.56-1.25 1.25-1.25h7.5a1.25 1.25 0 1 1 0 2.5h-7.5c-.69 0-1.25-.56-1.25-1.25zm-7-17.5a1.25 1.25 0 0 0-2.5 0V16h-3a1.25 1.25 0 1 0 0 2.5h3v2.75a1.25 1.25 0 1 0 2.5 0V18.5h2.75a1.25 1.25 0 1 0 0-2.5H19v-2.75zM24 44C12.954 44 4 35.046 4 24S12.954 4 24 4s20 8.954 20 20s-8.954 20-20 20zm0-2.5c9.665 0 17.5-7.835 17.5-17.5c0-4.383-1.611-8.389-4.273-11.46L12.54 37.228A17.432 17.432 0 0 0 24 41.5zm-13.227-6.04L35.46 10.772A17.432 17.432 0 0 0 24 6.5C14.335 6.5 6.5 14.335 6.5 24c0 4.383 1.611 8.389 4.273 11.46z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })