UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.59 kB
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 28 28' } export default defineComponent({ name: 'Emoji28Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M2 14C2 7.373 7.373 2 14 2s12 5.373 12 12s-5.373 12-12 12S2 20.627 2 14zm15.5-1a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3zM12 11.5a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0zm-3.672 5.63a.75.75 0 0 0-.198 1.042v.001l.002.002l.002.003l.008.01a3.057 3.057 0 0 0 .097.131c.065.083.158.196.28.329c.243.265.604.613 1.087.96C10.576 20.307 12.038 21 14 21c1.962 0 3.425-.694 4.394-1.391a7.137 7.137 0 0 0 1.088-.962a5.508 5.508 0 0 0 .355-.428l.022-.03l.007-.01l.002-.004l.001-.002l.001-.001a.75.75 0 0 0-1.239-.846l-.007.01a4.068 4.068 0 0 1-.247.297c-.187.204-.473.48-.859.758c-.768.553-1.93 1.109-3.518 1.109c-1.587 0-2.75-.556-3.518-1.109a5.64 5.64 0 0 1-.858-.757a4.06 4.06 0 0 1-.247-.297l-.009-.012a.75.75 0 0 0-1.04-.195z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })