@icongo/mc
Version:
Micon Icons
13 lines • 886 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlInfo = 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: "M960 1920q-133 0-255.5-34T475 1789.5t-194.5-150-150-194.5T34 1215.5 0 960t34-255.5T130.5 475t150-194.5 194.5-150T704.5 34 960 0t255.5 34 229.5 96.5 194.5 150 150 194.5 96.5 229.5 34 255.5-34 255.5-96.5 229.5-150 194.5-194.5 150-229.5 96.5-255.5 34zm0-1792q-115 0-221 30t-198.5 84T372 372 242 540.5t-84 199T128 960t30 220.5 84 199T372 1548t168.5 130 198.5 84 221 30q114 0 220.5-30t199-84 168.5-130 130-168.5 84-198.5 30-221q0-114-30-220.5t-84-199T1548 372t-168.5-130-199-84T960 128zm-64 640h128v640H896V768zm0-256h128v128H896V512z"
})
}));
export { MCMdlInfo };