@react-md/material-icons
Version:
Material Design Icon components for react-md
20 lines (19 loc) • 695 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
// THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY
import { SVGIcon } from "@react-md/core/icon/SVGIcon";
export default function WebAssetTwoToneIcon(props) {
const { ref, ...remaining } = props;
return /*#__PURE__*/ _jsxs(SVGIcon, {
...remaining,
ref: ref,
children: [
/*#__PURE__*/ _jsx("path", {
d: "M5 8h14v10H5z",
opacity: ".3"
}),
/*#__PURE__*/ _jsx("path", {
d: "M19 4H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V6a2 2 0 0 0-2-2m0 14H5V8h14z"
})
]
});
}