UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 846 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialGolfCourse = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "GolfCourse", short_name: "GolfCourse", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M780-120q-25 0-42.5-17.5T720-180q0-25 17.5-42.5T780-240q25 0 42.5 17.5T840-180q0 25-17.5 42.5T780-120ZM400-80q-100 0-170-23.5T160-160q0-23 33-41t87-29v30q0 17 11.5 28.5T320-160q17 0 28.5-11.5T360-200v-616q0-23 19-34.5t39-1.5l190 93q23 11 23 36t-22 36l-169 87v362q86 5 143 26.5t57 51.5q0 33-70 56.5T400-80Z" })); }); IconMaterialGolfCourse.displayName = 'OnesyIconMaterialGolfCourse'; export default IconMaterialGolfCourse;