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.68 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'Emoji28Regular', 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: 'M17.5 13a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3zM12 11.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0zm-3.672 5.63a.75.75 0 0 1 1.04.195l.009.012l.044.059c.042.054.11.136.203.238c.187.203.472.48.858.757c.768.553 1.93 1.109 3.518 1.109c1.588 0 2.75-.556 3.518-1.109c.386-.277.672-.554.858-.757a4.068 4.068 0 0 0 .248-.297l.007-.01a.75.75 0 0 1 1.24.845l-.002.001v.002l-.003.003l-.007.01l-.022.031a5.508 5.508 0 0 1-.355.428a7.137 7.137 0 0 1-1.088.962C17.424 20.306 15.962 21 14 21c-1.962 0-3.424-.694-4.394-1.391a7.137 7.137 0 0 1-1.088-.962a5.505 5.505 0 0 1-.376-.458l-.008-.01l-.002-.004l-.001-.002l-.001-.001a.75.75 0 0 1 .198-1.042zM14 2C7.373 2 2 7.373 2 14s5.373 12 12 12s12-5.373 12-12S20.627 2 14 2zM3.5 14C3.5 8.201 8.201 3.5 14 3.5S24.5 8.201 24.5 14S19.799 24.5 14 24.5S3.5 19.799 3.5 14z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })