@icongo/mc
Version:
Micon Icons
13 lines • 728 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlHelp = 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: "M896 1920h128v128H896v-128zM960 0q79 0 152.5 20.5t137.5 58 117 90.5 90.5 117 58 137.5T1536 576q0 84-22 152t-58 124.5-82 104.5-94 93-94 89.5-82 94.5-58 108-22 130v192H896v-192q0-84 22-152t58-124.5 82-104 94-92.5 94-90 82-95 58-108 22-130q0-93-35.5-174.5t-96-142-142-96T960 128t-174.5 35.5-142 96-96 142T512 576H384q0-79 20.5-152.5t58-137.5T553 169t117-90.5 137.5-58T960 0z"
})
}));
export { MCMdlHelp };