UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 452 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var LaptopChromebook = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M22 18V3H2v15H0v2h24v-2h-2zm-8 0h-4v-1h4v1zm6-3H4V5h16v10z" })), name: 'LaptopChromebook' }); export default LaptopChromebook;