@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.11 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var EmojiAngry = /*#__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 1 0 20 10 10 0 0 1 0-20zm0 11.5c-1.63 0-3.17.66-4.29 1.8a.75.75 0 0 0 1.07 1.05 4.48 4.48 0 0 1 6.43 0 .75.75 0 1 0 1.07-1.06A5.98 5.98 0 0 0 12 13.5zM8.22 6.66l-.1-.06a.75.75 0 0 0-.92 1.16l.08.08 1.26 1A1.25 1.25 0 1 0 10.25 10a.75.75 0 0 0 .55-1.26l-.08-.08-2.5-2-.1-.06.1.06zm8.62.12a.75.75 0 0 0-.97-.18l-.09.06-2.5 2-.08.08a.75.75 0 0 0 .44 1.25h.11a1.25 1.25 0 1 0 1.83-1.1l-.12-.05 1.26-1 .08-.08a.75.75 0 0 0 .04-.98z"
}));
});
EmojiAngry.displayName = 'EmojiAngry';
export var EmojiAngryDimensions = {
height: 24,
width: 24
};