@icongo/mc
Version:
Micon Icons
13 lines • 977 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlFeedback = 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: "M958 1328q101 40 184 106.5t142 152.5 91.5 187 32.5 210v64h-128v-64q0-119-45.5-224T1111 1577t-183-123.5-224-45.5-224 45.5T297 1577t-123.5 183-45.5 224v64H0v-64q0-109 32.5-210t91.5-187 142-152.5T450 1328q-45-31-81-72t-61-88.5-38.5-100T256 960q0-93 35.5-174.5t96-142 142-96T704 512t174.5 35.5 142 96 96 142T1152 960q0 55-13.5 107.5t-38.5 100-61 88.5-81 72zm-254-48q66 0 124-25t101.5-68.5 69-102T1024 960t-25.5-124-69-101.5-101.5-69T704 640t-124.5 25.5-102 69T409 836t-25 124 25 124.5 68.5 102 102 68.5 124.5 25zM2048 0v1024h-256l-384 384v-384h-128V896h256v203l203-203h181V128H640v230q-32 4-64.5 10.5T512 386V0h1536z"
})
}));
export { MCMdlFeedback };