@icongo/mc
Version:
Micon Icons
13 lines • 768 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlFeedbackApp = 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: "M736 1280q150 0 263.5 45t190 128.5T1305 1655t39 265v128H128v-128q0-147 38.5-265t115-201.5T472 1325t264-45zm0-128q-80 0-146.5-31t-114-83.5T402 915t-26-147 26-147 73.5-122.5 114-83.5T736 384t146.5 31 114 83.5T1070 621t26 147-26 147-73.5 122.5-114 83.5-146.5 31zM1824 0q40 0 68 28t28 68v512q0 40-28 68t-68 28h-288l-256 256V704h-68q-8-70-32.5-135.5t-65-120.5-95.5-97.5T896 284V96q0-40 28-68t68-28h832z"
})
}));
export { MCMdlFeedbackApp };