@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.35 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 16 16'
}
export default defineComponent({
name: 'Mention16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M8 1.75A6.25 6.25 0 0 1 14.25 8c0 1.807-1.236 3.25-2.75 3.25c-.728 0-1.272-.29-1.642-.804A2.488 2.488 0 0 1 8 11.25c-1.69 0-2.75-1.517-2.75-3.25S6.31 4.75 8 4.75a2.5 2.5 0 0 1 1.348.38a.748.748 0 0 1 1.395.268l.007.102V8c0 1.243.281 1.75.75 1.75c.63 0 1.25-.724 1.25-1.75a4.75 4.75 0 1 0-3.59 4.608l.278-.08l.195-.066a.75.75 0 0 1 .609 1.367l-.093.042l-.257.087A6.25 6.25 0 1 1 8 1.75zm0 4.5c-.723 0-1.25.754-1.25 1.75S7.277 9.75 8 9.75S9.25 8.996 9.25 8S8.723 6.25 8 6.25z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})