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.32 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'EmojiSmileSlight24Filled', 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: '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 */ ) ]) ) ) } })