@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var EmojiMultiple = /*#__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: "M2 8.5a6.5 6.5 0 0 0 4.94 6.31 8 8 0 0 1 1.72-4.8 2 2 0 0 0-1.68.69.75.75 0 0 1-1.14-.97 3.5 3.5 0 0 1 4.02-.95 8 8 0 0 1 4.95-1.84A6.5 6.5 0 0 0 2 8.5zm5.5-2a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM22 15a7 7 0 1 1-14 0 7 7 0 0 1 14 0zm-8.5-1.5a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm4.47 3.22a.63.63 0 0 0-.88.07 2.75 2.75 0 0 1-4.18 0 .62.62 0 1 0-.95.82 4 4 0 0 0 6.08-.01.62.62 0 0 0-.07-.88zm-.47-2.22a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"
}));
});
EmojiMultiple.displayName = 'EmojiMultiple';
export var EmojiMultipleDimensions = {
height: 24,
width: 24
};