@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.21 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 20 20'
}
export default defineComponent({
name: 'CommentOff20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M2.854 2.146a.5.5 0 1 0-.708.708l.763.762C2.353 4.087 2 4.786 2 5.566v6.71c0 1.418 1.164 2.566 2.6 2.566h.6v2.171c0 .213.07.42.2.591c.33.437.957.526 1.399.2l4.011-2.962h3.325l3.011 3.012a.5.5 0 0 0 .708-.708l-2.309-2.308L3.823 3.116l-.97-.97zM18 12.276a2.56 2.56 0 0 1-1.351 2.251L5.12 3H15.4C16.836 3 18 4.149 18 5.566v6.71z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})