@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.18 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 32 32'
}
export default defineComponent({
name: 'CommentMultiple32Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 6v9.21A4.001 4.001 0 0 0 29 17V9.5A6.5 6.5 0 0 0 22.5 3h-12zM3 11.5A4.5 4.5 0 0 1 7.5 7h13a4.5 4.5 0 0 1 4.5 4.5v10a4.5 4.5 0 0 1-4.5 4.5h-5.64l-4.403 3.65C9.48 30.462 8 29.767 8 28.497V26H7a4 4 0 0 1-4-4V11.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})