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.56 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'Emoji32Filled', 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: 'M2 16C2 8.268 8.268 2 16 2s14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16zm10-1a2 2 0 1 0 0-4a2 2 0 0 0 0 4zm10-2a2 2 0 1 0-4 0a2 2 0 0 0 4 0zM9.553 19.106a1 1 0 0 0-.447 1.341v.003l.002.002l.003.006l.008.015a2.448 2.448 0 0 0 .1.175c.065.107.16.252.286.42a6.76 6.76 0 0 0 1.183 1.213C11.79 23.163 13.508 24 16 24c2.493 0 4.21-.837 5.312-1.72a6.76 6.76 0 0 0 1.183-1.211a5.275 5.275 0 0 0 .386-.596l.008-.015l.003-.006l.002-.003v-.002a1 1 0 0 0-1.784-.902l-.004.007l-.034.058a3.242 3.242 0 0 1-.177.259c-.168.225-.44.536-.832.85C19.29 21.337 18.007 22 16 22c-2.007 0-3.29-.663-4.063-1.28a4.76 4.76 0 0 1-.832-.851a3.242 3.242 0 0 1-.21-.317l-.004-.007a1 1 0 0 0-1.338-.44z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })