UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 835 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialComputerW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ComputerW100Filled", short_name: "Computer", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M4.8 17.3q-.625 0-1.063-.437Q3.3 16.425 3.3 15.8V6.4q0-.625.437-1.063Q4.175 4.9 4.8 4.9h14.4q.625 0 1.063.437.437.438.437 1.063v9.4q0 .625-.437 1.063-.438.437-1.063.437ZM2.35 19q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h19.3q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1Z" })); }); IconMaterialComputerW100Filled.displayName = 'AmauiIconMaterialComputerW100Filled'; export default IconMaterialComputerW100Filled;