@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.27 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Mention20Regular',
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: 'M10 2a8 8 0 0 1 8 8c0 2.706-1.142 4.5-3 4.5c-1.226 0-2.14-.781-2.62-2.09c-.596.983-1.598 1.59-2.88 1.59C7.36 14 6 12.307 6 10c0-2.337 1.313-4 3.5-4c1.052 0 1.901.385 2.5 1.044V6.5a.5.5 0 0 1 .992-.09L13 6.5V10c0 2.223.813 3.5 2 3.5s2-1.277 2-3.5a7 7 0 1 0-4.617 6.584a.5.5 0 0 1 .34.94A8 8 0 1 1 10 2zm-.5 5C7.924 7 7 8.17 7 10c0 1.797.966 3 2.5 3s2.5-1.203 2.5-3c0-1.83-.924-3-2.5-3z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})