@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.62 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: 'CommentMultipleLink32Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M8.5 7a2 2 0 0 1 2-2h12A4.5 4.5 0 0 1 27 9.5V17c0 .368-.1.712-.272 1.008c.702.038 1.37.21 1.98.493A3.99 3.99 0 0 0 29 17V9.5A6.5 6.5 0 0 0 22.5 3h-12a4 4 0 0 0-4 4v.112A4.502 4.502 0 0 0 3 11.5V22a4 4 0 0 0 4 4h1v2.496c0 1.27 1.48 1.965 2.457 1.155L14.861 26h.081a5.88 5.88 0 0 1-.437-2H14.5a1 1 0 0 0-.638.23L10 27.432V25a1 1 0 0 0-1-1H7a2 2 0 0 1-2-2V11.5A2.5 2.5 0 0 1 7.5 9h13a2.5 2.5 0 0 1 2.5 2.5V18h2v-6.5A4.5 4.5 0 0 0 20.5 7h-12zm11.75 12.5a4.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 */
)
])
)
)
}
})