google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 880 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const EmojiPeople = createIcon("EmojiPeople", [
[
"path",
{
d: "M11.8203 6C12.9249 6 13.8203 5.10457 13.8203 4C13.8203 2.89543 12.9249 2 11.8203 2C10.7157 2 9.82031 2.89543 9.82031 4C9.82031 5.10457 10.7157 6 11.8203 6Z",
key: "f28lyk"
}
],
[
"path",
{
d: "M15.7103 8.11C15.3203 7.72 14.6503 7 13.3503 7C13.1403 7 11.9303 7 10.8103 7C8.06031 6.99 5.82031 4.75 5.82031 2H3.82031C3.82031 5.16 5.93031 7.84 8.82031 8.71V22H10.8203V16H12.8203V22H14.8203V10.05L18.7703 14L20.1803 12.59L15.7103 8.11Z",
key: "sfmnfd"
}
]
]);
export { EmojiPeople as default };
//# sourceMappingURL=emoji_people.js.map