@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.86 kB
JavaScript
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: 'BotAdd24Filled',
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-1.023 3.5c0 1.645.61 3.146 1.617 4.291c-.802.14-1.675.21-2.617.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 2zM7.75 6.5a1.25 1.25 0 1 0 0 2.498a1.25 1.25 0 0 0 0-2.498zm4.492 0a1.25 1.25 0 1 0 0 2.498a1.25 1.25 0 0 0 0-2.498z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})