UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 852 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialLaptopWindowsW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "LaptopWindowsW100Filled", short_name: "LaptopWindows", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M66-224q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h126v-28q-26 0-43-17t-17-43v-336q0-26 17-43t43-17h576q26 0 43 17t17 43v336q0 26-17 43t-43 17v28h126q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H66Z" })); }); IconMaterialLaptopWindowsW100Filled.displayName = 'OnesyIconMaterialLaptopWindowsW100Filled'; export default IconMaterialLaptopWindowsW100Filled;