@icongo/mc
Version:
Micon Icons
13 lines • 802 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlDeviceLaptopPic = 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: "M2000 1397q11 11 20 28.5t15 37 9.5 39 3.5 34.5q0 25-10.5 48t-28.5 41-41 28.5-48 10.5H256q-25 0-48-10.5t-41-28.5-28.5-41-10.5-48q0-15 3.5-34.5t9.5-39 15-37 20-28.5l208-208V384h1408v805zm-336-629q-80 0-149.5 30t-122 82.5T1310 1003t-30 149h384V768zM512 1152h640q0-106 40-199.5t109.5-163 163-109.5 199.5-40V512H512v640zm1408 381q0-4-1.5-11.5t-4-15-5-14.5-5.5-10l-203-202H475l-203 202q-3 3-5.5 10t-5 14.5-4 15-1.5 11.5l3 3h1658z"
})
}));
export { MCMdlDeviceLaptopPic };