@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.39 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: 'Mention20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M10 1.75A8.25 8.25 0 0 1 18.25 10c0 2.827-1.224 4.75-3.25 4.75c-1.204 0-2.125-.68-2.674-1.824c-.652.825-1.624 1.324-2.826 1.324c-2.293 0-3.75-1.816-3.75-4.25c0-2.464 1.41-4.25 3.75-4.25c.896 0 1.656.262 2.253.724a.746.746 0 0 1 .747-.724a.75.75 0 0 1 .743.648l.007.102V10c0 2.102.73 3.25 1.75 3.25s1.75-1.148 1.75-3.25a6.75 6.75 0 1 0-4.452 6.349a.75.75 0 0 1 .51 1.41A8.25 8.25 0 1 1 10 1.75zm-.5 5.5c-1.423 0-2.25 1.047-2.25 2.75c0 1.67.867 2.75 2.25 2.75s2.25-1.08 2.25-2.75c0-1.703-.827-2.75-2.25-2.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})