@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.44 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlHolePunchLandscapeRight = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlHolePunchLandscapeRight = function MCMdlHolePunchLandscapeRight(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: "M.125 128v1664h2047.88V128H.125zm127.992 128h1791.89v1408H128.117V256zM1664.02 640q26.998 0 49.997-10 22.998-10 40.497-27.5t27.5-40.5q9.998-23 9.998-50t-9.999-50q-10-23-27.499-40.5t-40.497-27.5q-22.999-10-49.997-10t-49.997 10q-22.998 10-40.497 27.5t-27.5 40.5q-9.998 23-9.998 50t9.999 50q10 23 27.499 40.5t40.497 27.5q22.999 10 49.997 10zm0 896q26.998 0 49.997-10 22.998-10 40.497-27.5t27.5-40.5q9.998-23 9.998-50t-9.999-50q-10-23-27.499-40.5t-40.497-27.5q-22.999-10-49.997-10t-49.997 10q-22.998 10-40.497 27.5t-27.5 40.5q-9.998 23-9.998 50t9.999 50q10 23 27.499 40.5t40.497 27.5q22.999 10 49.997 10z"
})
}));
};
exports.MCMdlHolePunchLandscapeRight = MCMdlHolePunchLandscapeRight;