@icongo/mc
Version:
Micon Icons
13 lines • 513 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlStaplingPortraitTopRight = 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: "M128.109 0v2048h1663.9V0h-1663.9zm127.993 128h1407.91v1792H256.102V128zM1427.03 621l89.994-90-255.984-256-89.994 90z"
})
}));
export { MCMdlStaplingPortraitTopRight };