@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.19 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSportsHandballW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SportsHandballW100Filled",
short_name: "SportsHandball",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m367-320-61 104q-3 5-8.5 6.5T287-211q-5-3-6.5-8.5T282-230l198-342q-38-29-56.5-57.5T405-696q0-26 6-51.5t20-57.5q2-6 7.5-8.5t10.5.5q5 3 6.5 9t-.5 12q-11 26-16.5 49t-5.5 43q0 37 19.5 64t64.5 54l81 48q44 26 65.5 61.5T685-402q0 25-6 51t-23 61q-3 5-8.5 7.5T637-283q-5-3-6.5-9t1.5-12q13-28 19-50t6-46q0-26-13.5-52T595-504L344-72q-3 5-8.5 6.5T325-67q-5-3-6.5-8.5T320-86l113-196-66-38Zm240-274q-27 0-45.5-18.5T543-658q0-27 18.5-45.5T607-722q27 0 45.5 18.5T671-658q0 27-18.5 45.5T607-594Zm-72-170q-21 0-35.5-14.5T485-814q0-21 14.5-35.5T535-864q21 0 35.5 14.5T585-814q0 21-15 35.5T535-764Z"
}));
});
IconMaterialSportsHandballW100Filled.displayName = 'OnesyIconMaterialSportsHandballW100Filled';
export default IconMaterialSportsHandballW100Filled;