@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.63 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: 'CommentMultipleCheckmark28Regular',
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: 'M7.5 5.76a2.25 2.25 0 0 1 2.25-2.25h10.5a4.25 4.25 0 0 1 4.25 4.25v6.395a7.537 7.537 0 0 1 1.452 1.195c.032-.195.048-.396.048-.6V7.76a5.75 5.75 0 0 0-5.75-5.75H9.75A3.75 3.75 0 0 0 6 5.76v.25h-.25A3.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.235h1.017a7.483 7.483 0 0 1-.254-1.5H12a.75.75 0 0 0-.454.154L7.5 24.236V21.75a.75.75 0 0 0-.75-.75h-1a2.25 2.25 0 0 1-2.25-2.25V9.76a2.25 2.25 0 0 1 2.25-2.25h12.5a2.25 2.25 0 0 1 2.25 2.25V13c.514 0 1.015.052 1.5.15V9.76a3.75 3.75 0 0 0-3.75-3.75H7.5v-.25zM27 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 */
)
])
)
)
}
})