@react-md/material-icons
Version:
Material Design Icon components for react-md
21 lines (20 loc) • 879 B
JavaScript
// THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { forwardRef } from "react";
import { SVGIcon } from "@react-md/core/icon/SVGIcon";
export default /*#__PURE__*/ forwardRef(function EmojiPeopleRoundedIcon(props, ref) {
return /*#__PURE__*/ _jsxs(SVGIcon, {
...props,
ref: ref,
children: [
/*#__PURE__*/ _jsx("circle", {
cx: "12",
cy: "4",
r: "2"
}),
/*#__PURE__*/ _jsx("path", {
d: "M15.89 8.11C15.5 7.72 14.83 7 13.53 7h-2.54a5.02 5.02 0 0 1-4.92-4.15A1 1 0 0 0 5.09 2c-.61 0-1.09.54-1 1.14A7.04 7.04 0 0 0 9 8.71V21c0 .55.45 1 1 1s1-.45 1-1v-5h2v5c0 .55.45 1 1 1s1-.45 1-1V10.05l3.24 3.24a.996.996 0 1 0 1.41-1.41z"
})
]
});
});