UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 917 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSportsGymnastics = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SportsGymnastics", short_name: "SportsGymnastics", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m478-118-18-362-140-40H80q-17 0-28.5-11.5T40-560q0-17 11.5-28.5T80-600h200l250-179q13-9 28-7t26 14q11 14 9 30.5T577-714l-131 94h114l286-165q11-7 24.5-4t24.5 16q11 12 9 27.5T889-720L580-480l-18 362q-1 16-13 27t-31 11q-16 0-27.5-11T478-118ZM240-640q-33 0-56.5-23.5T160-720q0-33 23.5-56.5T240-800q33 0 56.5 23.5T320-720q0 33-23.5 56.5T240-640Z" })); }); IconMaterialSportsGymnastics.displayName = 'OnesyIconMaterialSportsGymnastics'; export default IconMaterialSportsGymnastics;