@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.41 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Mention24Filled',
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: 'M12 2c5.43 0 9.848 4.327 9.996 9.72L22 12v1.525a4 4 0 0 1-7.415 2.06c-.8.833-1.882 1.348-3.085 1.348c-2.515 0-4.5-2.25-4.5-4.966C7 9.25 8.985 7 11.5 7c.937 0 1.8.312 2.514.844a1 1 0 0 1 1.98.04L16 8v5.5a2 2 0 0 0 3.994.15l.006-.175V12a8 8 0 1 0-8 8c.921 0 1.82-.155 2.67-.456a1 1 0 1 1 .667 1.886A9.985 9.985 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2zm-.35 7.005L11.5 9C10.15 9 9 10.302 9 11.967c0 1.664 1.15 2.966 2.5 2.966c1.3 0 2.415-1.207 2.495-2.783l.005-.22c-.017-1.586-1.075-2.834-2.35-2.925L11.5 9l.15.005z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})