google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 777 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const GolfCourse = createIcon("GolfCourse", [
[
"path",
{
d: "M19 21C19.8284 21 20.5 20.3284 20.5 19.5C20.5 18.6716 19.8284 18 19 18C18.1716 18 17.5 18.6716 17.5 19.5C17.5 20.3284 18.1716 21 19 21Z",
key: "kzasza"
}
],
[
"path",
{
d: "M16.5 5.92L8.5 2V20H6.5V18.27C4.71 18.62 3.5 19.26 3.5 20C3.5 21.1 6.19 22 9.5 22C12.81 22 15.5 21.1 15.5 20C15.5 19.01 13.34 18.19 10.5 18.03V8.98L16.5 5.92Z",
key: "rq3w93"
}
]
]);
export { GolfCourse as default };
//# sourceMappingURL=golf_course.js.map