@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var EmojiLaugh = /*#__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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm2.5 7.36a.75.75 0 1 1-1.5-.22 2.25 2.25 0 0 1 2.25-1.89c1.12 0 2.08.8 2.24 1.89a.75.75 0 1 1-1.48.22.75.75 0 0 0-.76-.61c-.4 0-.71.29-.76.61ZM12 18c-3.14 0-5.24-2.36-5.5-5.25h11C17.24 15.64 15.14 18 12 18ZM8.75 8.75c-.4 0-.71.29-.76.61a.75.75 0 1 1-1.48-.22 2.25 2.25 0 0 1 2.24-1.89c1.12 0 2.08.8 2.24 1.89a.75.75 0 1 1-1.48.22.75.75 0 0 0-.76-.61Z"
}));
});
EmojiLaugh.displayName = 'EmojiLaugh';
export var EmojiLaughDimensions = {
height: 24,
width: 24
};