@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.2 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var EmojiEdit = /*#__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 0 1 39.93-1.69 5.98 5.98 0 0 0-6.17 1.48L32.62 29a1.24 1.24 0 0 0-.93.6A9.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.3A11.72 11.72 0 0 0 24 36c.62 0 1.24-.03 1.85-.12l-1.6 1.63a5 5 0 0 0-1.28 2.25L22.13 43c-.08.3-.12.6-.13.9A20 20 0 0 1 4 24Zm13.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 0Zm11.83 5.67a3.98 3.98 0 0 0-5.65.02l-13.5 13.72a3 3 0 0 0-.78 1.35l-.83 3.24a2 2 0 0 0 2.43 2.44l3.24-.84a3 3 0 0 0 1.35-.77L44.8 30.82a3.98 3.98 0 0 0 .02-5.65Z"
}));
});
EmojiEdit.displayName = 'EmojiEdit';
export var EmojiEditDimensions = {
height: 48,
width: 48
};