@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.89 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'SettingsChat20Filled',
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: 'M1.91 7.383a8.491 8.491 0 0 1 1.78-3.08a.5.5 0 0 1 .54-.135l1.918.686a1 1 0 0 0 1.32-.762l.366-2.006a.5.5 0 0 1 .388-.4a8.532 8.532 0 0 1 3.555 0a.5.5 0 0 1 .387.4l.367 2.006a1 1 0 0 0 1.32.762l1.918-.686a.5.5 0 0 1 .54.136a8.491 8.491 0 0 1 1.78 3.079a.5.5 0 0 1-.152.535l-1.555 1.32c-.025.021-.05.044-.072.067A5.493 5.493 0 0 0 14.5 9c-.915 0-1.778.223-2.537.618a2 2 0 1 0-2.345 2.346A5.476 5.476 0 0 0 9 14.5c0 .81.175 1.58.49 2.273l-.428 1.406a1.454 1.454 0 0 0-.054.264a8.478 8.478 0 0 1-.786-.13a.5.5 0 0 1-.388-.399l-.365-2.006a1 1 0 0 0-1.32-.762l-1.919.686a.5.5 0 0 1-.54-.136a8.49 8.49 0 0 1-1.78-3.079a.5.5 0 0 1 .153-.535l1.554-1.32a1 1 0 0 0 0-1.524l-1.554-1.32a.5.5 0 0 1-.153-.535zM10.012 18.5a.41.41 0 0 0 .518.481l1.79-.544A4.5 4.5 0 1 0 14.5 10a4.486 4.486 0 0 0-2.722.916a4.529 4.529 0 0 0-.862.862A4.48 4.48 0 0 0 10 14.5c0 .792.204 1.536.563 2.182l-.544 1.789a.396.396 0 0 0-.008.029zM14.5 15a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1h2zm-2-2h4a.5.5 0 1 1 0 1h-4a.5.5 0 0 1 0-1z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})