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.36 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: 'Mention16Filled', 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 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 */ ) ]) ) ) } })