@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 971 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Emoji = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M4 24a20 20 0 1 1 40 0 20 20 0 0 1-40 0Zm13.5-2a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM33 19.5a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0ZM18.45 34.68c1.71.9 3.62 1.34 5.55 1.32a11.72 11.72 0 0 0 9.82-5.1 1.25 1.25 0 1 0-2.13-1.3A9.21 9.21 0 0 1 24 33.5a9.22 9.22 0 0 1-7.69-3.9 1.25 1.25 0 1 0-2.13 1.3c1.1 1.6 2.56 2.9 4.27 3.78Z"
}));
});
Emoji.displayName = 'Emoji';
export var EmojiDimensions = {
height: 48,
width: 48
};