@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 882 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialDesktopWindowsW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "DesktopWindowsW100Filled",
short_name: "DesktopWindows",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M9.65 19.4q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h1.65v-2H4.8q-.625 0-1.063-.438Q3.3 15.825 3.3 15.2V5.8q0-.625.437-1.063Q4.175 4.3 4.8 4.3h14.4q.625 0 1.063.437.437.438.437 1.063v9.4q0 .625-.437 1.062-.438.438-1.063.438h-6.5v2h1.65q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1Z"
}));
});
IconMaterialDesktopWindowsW100Filled.displayName = 'AmauiIconMaterialDesktopWindowsW100Filled';
export default IconMaterialDesktopWindowsW100Filled;