@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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'SettingsChat24Filled',
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: 'M14.195 2.503a10.583 10.583 0 0 0-2.182-.253c-.752.009-1.484.093-2.201.253a.75.75 0 0 0-.583.649l-.17 1.526a1.387 1.387 0 0 1-1.93 1.118l-1.4-.615a.75.75 0 0 0-.85.174a9.793 9.793 0 0 0-2.205 3.792a.75.75 0 0 0 .272.826l1.243.914a1.381 1.381 0 0 1 0 2.226l-1.243.916a.75.75 0 0 0-.272.826a9.798 9.798 0 0 0 2.204 3.796a.75.75 0 0 0 .849.175l1.406-.617a1.381 1.381 0 0 1 1.925 1.111l.17 1.524a.75.75 0 0 0 .571.647a9.53 9.53 0 0 0 1.375.223l.441-1.45a6.48 6.48 0 0 1-.614-2.763c0-.901.183-1.76.515-2.54a3 3 0 1 1 3.446-3.446a6.48 6.48 0 0 1 2.54-.515a6.5 6.5 0 0 1 1.943.296c.094-.158.22-.298.37-.41l1.242-.914a.75.75 0 0 0 .272-.826a9.793 9.793 0 0 0-2.205-3.792a.75.75 0 0 0-.85-.174l-1.4.615a1.384 1.384 0 0 1-1.927-1.116l-.17-1.527a.75.75 0 0 0-.582-.649zm5.09 9.792A5.485 5.485 0 0 0 17.5 12a5.501 5.501 0 0 0-4.812 8.169l-.666 2.186a.5.5 0 0 0 .624.625l2.187-.666a5.501 5.501 0 1 0 4.45-10.019zM15.5 18.001h2a.5.5 0 1 1 0 1h-2a.5.5 0 1 1 0-1zm4-1h-4a.499.499 0 1 1 0-1h4a.5.5 0 1 1 0 1z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})