@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.21 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'CommentMultiple28Filled',
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: 'M9.75 2.01a3.751 3.751 0 0 0-3.675 3H18.25A4.75 4.75 0 0 1 23 9.76v8.665c1.712-.348 3-1.86 3-3.675V7.76a5.75 5.75 0 0 0-5.75-5.75H9.75zM22 9.76a3.75 3.75 0 0 0-3.75-3.75H5.75A3.75 3.75 0 0 0 2 9.76v8.99a3.75 3.75 0 0 0 3.75 3.75H6v2.24c0 1.035 1.185 1.622 2.008.995l4.245-3.235h5.997A3.75 3.75 0 0 0 22 18.75V9.76z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})