@icongo/mc
Version:
Micon Icons
13 lines • 719 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlEmojiTabTextSmiles = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M640 896h640v128H640V896zM256 640q-27 0-50-10t-40.5-27.5T138 562t-10-50 10-50 27.5-40.5T206 394t50-10 50 10 40.5 27.5T374 462t10 50-10 50-27.5 40.5T306 630t-50 10zm0 640h160l-160 512H128zM1585 0q164 206 249 451.5t85 508.5-85 508.5-249 451.5h-168q91-98 160.5-210t117-234.5 72-252T1791 960q0-133-24.5-263t-72-252.5-117-234.5T1417 0h168z"
})
}));
export { MCMdlEmojiTabTextSmiles };