@icongo/mc
Version:
Micon Icons
13 lines • 624 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlLaptopSelected = 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: "m1016 1592 72 72H128q-25 0-48-10.5T39 1625t-28.5-41T0 1536q0-16 3.5-36t10-39 16-36.5T51 1395l205-206V384h1408v805l-91 91H347l-203 202q-3 3-6 10.5t-5.5 15.5-3.5 16-1 12h945zm-632-440h1152V512H384v640zm1645 158-557 557-269-269 90-91 179 179 467-467z"
})
}));
export { MCMdlLaptopSelected };