@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.04 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: 'ChatBubblesQuestion24Regular',
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: 'M8.144 6.307c.434-.232.901-.306 1.356-.306c.526 0 1.138.173 1.632.577c.517.424.868 1.074.868 1.922c0 .975-.689 1.504-1.077 1.802l-.085.066c-.424.333-.588.511-.588.882a.75.75 0 0 1-1.5 0c0-1.134.711-1.708 1.162-2.062c.513-.403.588-.493.588-.688c0-.397-.149-.622-.32-.761A1.115 1.115 0 0 0 9.5 7.5c-.295 0-.498.049-.65.13c-.143.076-.294.21-.44.48a.75.75 0 1 1-1.32-.715c.264-.486.612-.853 1.054-1.089zM9.5 15a1 1 0 1 0 0-2a1 1 0 0 0 0 2zm0-12a7.5 7.5 0 0 0-6.797 10.673l-.725 2.842a1.25 1.25 0 0 0 1.504 1.524c.75-.18 1.903-.457 2.93-.702A7.5 7.5 0 1 0 9.5 3zm-6 7.5a6 6 0 1 1 3.33 5.375l-.243-.121l-.265.063l-2.788.667c.2-.78.462-1.812.69-2.708l.07-.276l-.13-.253A5.971 5.971 0 0 1 3.5 10.5zm11 10.5c-1.97 0-3.761-.759-5.1-2h.1c.718 0 1.415-.089 2.081-.257c.864.482 1.86.757 2.92.757c.96 0 1.866-.225 2.669-.625l.243-.121l.265.063c.921.22 1.965.445 2.74.61c-.176-.751-.415-1.756-.642-2.651l-.07-.276l.13-.253A5.971 5.971 0 0 0 20.5 13.5a5.995 5.995 0 0 0-2.747-5.042a8.443 8.443 0 0 0-.8-2.047a7.503 7.503 0 0 1 4.344 10.263c.253 1.008.51 2.1.672 2.803a1.244 1.244 0 0 1-1.468 1.5c-.727-.152-1.87-.396-2.913-.64A7.476 7.476 0 0 1 14.5 21z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})