@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.7 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlHolePunchPortraitRight = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlHolePunchPortraitRight = function MCMdlHolePunchPortraitRight(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: "M128.109 0v2048h1663.9V0h-1663.9zm127.993 128h1407.91v1792H256.102V128zM1408.03 1152q26.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-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 1280q26.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.MCMdlHolePunchPortraitRight = MCMdlHolePunchPortraitRight;