@icongo/mc
Version:
Micon Icons
13 lines • 527 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlRotateMapRight = 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: "m1404 1047-215 571-572-214 46-120 334 125q-61-120-93-250t-32-265q0-146 40-286t123-260l106 72q-72 104-107 225t-35 247q0 133 35 261.5t102 243.5l148-396z"
})
}));
export { MCMdlRotateMapRight };