@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.64 kB
JavaScript
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: 'Emoji32Regular',
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: 'M12 15a2 2 0 1 0 0-4a2 2 0 0 0 0 4zm10-2a2 2 0 1 1-4 0a2 2 0 0 1 4 0zM9.553 19.106a1 1 0 0 1 1.338.44l.003.006l.034.058c.035.057.093.146.177.259c.169.225.44.536.832.85C12.71 21.337 13.993 22 16 22c2.007 0 3.29-.663 4.063-1.28c.393-.315.664-.626.832-.851a3.242 3.242 0 0 0 .211-.317l.004-.007a1 1 0 0 1 1.785.902v.001l-.002.002v.002l-.004.006l-.008.015a2.613 2.613 0 0 1-.1.175c-.064.107-.159.252-.285.42a6.76 6.76 0 0 1-1.184 1.213C20.21 23.163 18.493 24 16 24c-2.493 0-4.21-.837-5.312-1.72a6.76 6.76 0 0 1-1.183-1.211a5.24 5.24 0 0 1-.386-.596l-.008-.015l-.003-.006l-.001-.003l-.001-.002a1 1 0 0 1 .447-1.341zM16 2C8.268 2 2 8.268 2 16s6.268 14 14 14s14-6.268 14-14S23.732 2 16 2zM4 16C4 9.373 9.373 4 16 4s12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})