@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.53 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 32 32'
}
exports.default = (0, vue_1.defineComponent)({
name: 'CommentMultipleLink32Filled',
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: 'M10.5 3a4.001 4.001 0 0 0-3.727 2.544A6.06 6.06 0 0 1 7.5 5.5h13a6 6 0 0 1 6 6V18a5.4 5.4 0 0 1 2.209.501A3.99 3.99 0 0 0 29 17V9.5A6.5 6.5 0 0 0 22.5 3h-12zM25 11.5V18h-4.932c-3.075 0-5.568 2.574-5.568 5.75c0 .799.158 1.559.442 2.25h-.081l-4.404 3.65C9.48 30.462 8 29.767 8 28.497V26H7a4 4 0 0 1-4-4V11.5A4.5 4.5 0 0 1 7.5 7h13a4.5 4.5 0 0 1 4.5 4.5zm-4.75 8a4.25 4.25 0 0 0 0 8.5h1a.75.75 0 0 0 0-1.5h-1a2.75 2.75 0 1 1 0-5.5h1a.75.75 0 0 0 0-1.5h-1zm6 0a4.25 4.25 0 0 1 0 8.5h-1.5a.75.75 0 0 1 0-1.5h1.5a2.75 2.75 0 1 0 0-5.5h-1.5a.75.75 0 0 1 0-1.5h1.5zM20 23.75a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})