@icongo/mc
Version:
Micon Icons
13 lines • 522 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlRotateMapLeft = 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: "m1431 1404-572 214-215-571 120-46 148 396q67-115 102-243.5t35-261.5q0-126-35-247T907 420l106-72q83 120 123 260t40 286q0 135-32 265t-93 250l334-125z"
})
}));
export { MCMdlRotateMapLeft };