UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.28 kB
'use strict' 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'Mention16Regular', 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: 'M8 2a6 6 0 0 1 6 6c0 1.677-1.134 3-2.5 3c-.752 0-1.284-.355-1.61-.985c-.434.6-1.084.985-1.89.985c-1.53 0-2.5-1.39-2.5-3S6.47 5 8 5c.592 0 1.1.208 1.5.557V5.5a.5.5 0 0 1 .992-.09l.008.09V8c0 1.363.353 2 1 2c.777 0 1.5-.844 1.5-2a5 5 0 1 0-3.78 4.85l.294-.083l.205-.07a.5.5 0 0 1 .344.939A5.996 5.996 0 0 1 8 14A6 6 0 0 1 8 2zm0 4c-.884 0-1.5.881-1.5 2s.616 2 1.5 2s1.5-.881 1.5-2S8.884 6 8 6z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })