@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.4 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 28 28'
}
export default defineComponent({
name: 'CommentMultipleCheckmark28Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M13 20.5c0 .693.094 1.363.27 2h-1.017l-4.245 3.235c-.823.627-2.008.04-2.008-.994V22.5h-.25A3.75 3.75 0 0 1 2 18.75V9.76a3.75 3.75 0 0 1 3.75-3.75h12.5A3.75 3.75 0 0 1 22 9.76v3.39a7.5 7.5 0 0 0-9 7.35zM25.25 7.76v6.936a7.487 7.487 0 0 0-2.25-1.27V9.76a4.75 4.75 0 0 0-4.75-4.75H6.845A3.001 3.001 0 0 1 9.75 2.76h10.5a5 5 0 0 1 5 5zM27 20.5a6.5 6.5 0 1 0-13 0a6.5 6.5 0 0 0 13 0zm-2.646-2.854a.5.5 0 0 1 0 .708l-5 5a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .708-.708L19 22.293l4.646-4.647a.5.5 0 0 1 .708 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})