@react-md/material-icons
Version:
Material Design Icon components for react-md
31 lines (30 loc) • 1.11 kB
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 GolfCourseTwoToneIcon(props) {
const { ref, ...remaining } = props;
return /*#__PURE__*/ _jsxs(SVGIcon, {
...remaining,
ref: ref,
children: [
/*#__PURE__*/ _jsx("circle", {
cx: "19.5",
cy: "19.5",
r: "1.5",
opacity: ".3"
}),
/*#__PURE__*/ _jsx("path", {
d: "M17 5.92 9 2v18H7v-1.73c-1.79.35-3 .99-3 1.73 0 1.1 2.69 2 6 2s6-.9 6-2c0-.99-2.16-1.81-5-1.97V8.98z",
opacity: ".3"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "19.5",
cy: "19.5",
r: "1.5"
}),
/*#__PURE__*/ _jsx("path", {
d: "M17 5.92 9 2v18H7v-1.73c-1.79.35-3 .99-3 1.73 0 1.1 2.69 2 6 2s6-.9 6-2c0-.99-2.16-1.81-5-1.97V8.98z"
})
]
});
}