@react-md/material-icons
Version:
Material Design Icon components for react-md
14 lines (13 loc) • 578 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 LightSharpIcon(props) {
const { ref, ...remaining } = props;
return /*#__PURE__*/ _jsx(SVGIcon, {
...remaining,
ref: ref,
children: /*#__PURE__*/ _jsx("path", {
d: "M13 6.06V3h-2v3.06A9.006 9.006 0 0 0 3.22 17H8c0 2.21 1.79 4 4 4s4-1.79 4-4h4.78A9.006 9.006 0 0 0 13 6.06M12 15H5c0-3.86 3.14-7 7-7s7 3.14 7 7z"
})
});
}