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.31 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 24 24' } export default defineComponent({ name: 'EmojiSmileSlight24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M22.002 12.002C22.002 6.478 17.524 2 12 2C6.476 2 2 6.478 2 12.002c0 5.523 4.477 10.001 10.001 10.001c5.524 0 10.002-4.478 10.002-10.001zm-14.25-2a1.25 1.25 0 1 1 2.498 0a1.25 1.25 0 0 1-2.499 0zm6 0a1.25 1.25 0 1 1 2.498 0a1.25 1.25 0 0 1-2.499 0zm-3.616 5.106c.483.29 1.155.455 1.864.455c.71 0 1.381-.165 1.864-.455a.75.75 0 1 1 .772 1.286c-.767.46-1.72.67-2.636.67c-.916 0-1.869-.21-2.636-.67a.75.75 0 1 1 .772-1.286z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })