UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 2.08 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'BotAdd24Regular', 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: 'M17.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zm-5.477 1.999a6.47 6.47 0 0 0-.709 1.5h-7.06a.75.75 0 0 0-.75.75v.908c0 .655.286 1.278.783 1.706C5.545 19.945 7.441 20.5 10 20.5c.6 0 1.162-.03 1.688-.091c.25.5.563.963.93 1.38c-.803.14-1.676.21-2.618.21c-2.89 0-5.128-.656-6.69-2a3.75 3.75 0 0 1-1.306-2.843v-.908A2.25 2.25 0 0 1 4.254 14h7.769zm5.477 0l-.09.008a.5.5 0 0 0-.402.402l-.008.09v2.5h-2.502l-.09.009a.5.5 0 0 0-.402.402l-.008.09l.008.09a.5.5 0 0 0 .402.401l.09.009l2.503-.001v2.504l.008.09a.5.5 0 0 0 .403.402l.09.008l.09-.008a.5.5 0 0 0 .401-.402l.009-.09L18 17.999h2.504l.09-.008a.5.5 0 0 0 .402-.402l.008-.09l-.008-.09a.5.5 0 0 0-.402-.401l-.09-.008L18 16.998v-2.5l-.008-.09a.5.5 0 0 0-.402-.402l-.09-.008zM10 2a.75.75 0 0 1 .744.648l.007.102l-.001.749h3.5a2.25 2.25 0 0 1 2.25 2.25v4.505c0 .301-.059.589-.166.851a6.46 6.46 0 0 0-2.993 1.4h-7.59a2.25 2.25 0 0 1-2.25-2.25V5.75A2.25 2.25 0 0 1 5.75 3.5l3.499-.001V2.75a.75.75 0 0 1 .551-.723l.098-.02L10 2zm4.25 3h-8.5a.75.75 0 0 0-.75.75v4.504c0 .414.336.75.75.75h8.5a.75.75 0 0 0 .75-.75V5.75a.75.75 0 0 0-.75-.75zm-6.5 1.5a1.25 1.25 0 1 1 0 2.498a1.25 1.25 0 0 1 0-2.498zm4.492 0a1.25 1.25 0 1 1 0 2.498a1.25 1.25 0 0 1 0-2.498z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })