@react-md/material-icons
Version:
Material Design Icon components for react-md
14 lines (13 loc) • 635 B
JavaScript
// THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY
import { jsx as _jsx } from "react/jsx-runtime";
import { forwardRef } from "react";
import { SVGIcon } from "@react-md/core/icon/SVGIcon";
export default /*#__PURE__*/ forwardRef(function RttIcon(props, ref) {
return /*#__PURE__*/ _jsx(SVGIcon, {
...props,
ref: ref,
children: /*#__PURE__*/ _jsx("path", {
d: "m9.03 3-1.11 7.07h2.62l.7-4.5h2.58L11.8 18.43H9.47L9.06 21h7.27l.4-2.57h-2.35l2-12.86h2.58l-.71 4.5h2.65L22 3zM8 5H4l-.31 2h4zm-.61 4h-4l-.31 2h4zm.92 8h-6L2 19h6zm.62-4h-6l-.31 2h6.01z"
})
});
});