@react-md/material-icons
Version:
Material Design Icon components for react-md
14 lines (13 loc) • 817 B
JavaScript
import { jsx as _jsx } 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 DynamicFormRoundedIcon(props) {
const { ref, ...remaining } = props;
return /*#__PURE__*/ _jsx(SVGIcon, {
...remaining,
ref: ref,
children: /*#__PURE__*/ _jsx("path", {
d: "m21.68 9.71-3.72 8.19c-.23.49-.96.33-.96-.21V11h-1.5c-.28 0-.5-.22-.5-.5v-6c0-.28.22-.5.5-.5h5.76c.35 0 .6.36.46.69L20 9h1.22c.37 0 .61.38.46.71M15 13v7H4c-1.1 0-2-.9-2-2v-3c0-1.1.9-2 2-2zm-8.75 3.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75.34.75.75.75.75-.34.75-.75M13 4v7H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2zM6.25 7.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75.34.75.75.75.75-.34.75-.75"
})
});
}