@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.34 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSportsVolleyballW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SportsVolleyballW100",
short_name: "SportsVolleyball",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M794-542q-23-109-106-181t-194-77v80l300 178ZM294-388l172-100v-312q-47 5-90.5 19T294-740v352Zm-98 56 70-40v-346q-53 44-79.5 106.5T160-479.63q0 38.28 8 75.95Q176-366 196-332Zm150 144 306-176-172-100-270 156q24 40 58.5 71.5T346-188Zm134 28q82 0 153.5-39.5T750-308l-70-40-300 172q23 10 48.67 13 25.66 3 51.33 3Zm284-172q22-41 31-85.5t3-90.5L494-688v200l270 156ZM480-480Zm.17 348q-72.17 0-135.73-27.39-63.56-27.39-110.57-74.35-47.02-46.96-74.44-110.43Q132-407.65 132-479.83q0-72.17 27.39-135.73 27.39-63.56 74.35-110.57 46.96-47.02 110.43-74.44Q407.65-828 479.83-828q72.17 0 135.73 27.39 63.56 27.39 110.57 74.35 47.02 46.96 74.44 110.43Q828-552.35 828-480.17q0 72.17-27.39 135.73-27.39 63.56-74.35 110.57-46.96 47.02-110.43 74.44Q552.35-132 480.17-132Z"
}));
});
IconMaterialSportsVolleyballW100.displayName = 'OnesyIconMaterialSportsVolleyballW100';
export default IconMaterialSportsVolleyballW100;