@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 810 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialLaptopWindowsFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "LaptopWindowsFilled",
short_name: "LaptopWindows",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M40-160q-17 0-28.5-11.5T0-200q0-17 11.5-28.5T40-240h120v-40q-33 0-56.5-23.5T80-360v-400q0-33 23.5-56.5T160-840h640q33 0 56.5 23.5T880-760v400q0 33-23.5 56.5T800-280v40h120q17 0 28.5 11.5T960-200q0 17-11.5 28.5T920-160H40Z"
}));
});
IconMaterialLaptopWindowsFilled.displayName = 'OnesyIconMaterialLaptopWindowsFilled';
export default IconMaterialLaptopWindowsFilled;