UNPKG

@icongo/mc

Version:
22 lines (21 loc) 948 B
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.MCMdlRotateMapRight = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var MCMdlRotateMapRight = function MCMdlRotateMapRight(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 2048 2048" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.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" }) })); }; exports.MCMdlRotateMapRight = MCMdlRotateMapRight;