@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.44 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSportsKabaddiFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SportsKabaddiFilled",
short_name: "SportsKabaddi",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M227-338v71q0 8-3 15.5t-9 13.5L85-108Q74-97 57-97t-28-11q-11-11-11-28t11-28l118-118-44-118q-7-18-3-41.5t23-42.5l132-132q12-12 26-18t31-6q17 0 31 6t26 18l80 78q27 27 66 42.5t84 15.5v80q-60 0-112-19t-90-57l-28-28-94 94 73 74q5 5 8 12.5t3 15.5v188q0 17-11.5 28.5T319-80q-17 0-28.5-11.5T279-120v-170l-52-48Zm452 38v180q0 17-11.5 28.5T639-80q-17 0-28.5-11.5T599-120v-223q0-8 3-15.5t9-13.5l72-68-24-140q-15 18-33 32t-39 26q-33-2-62.5-14T475-568q45-8 79.5-30.5T611-656l40-64q17-27 47-36.5t59 2.5l178 76q11 5 17.5 14.5T959-642v122q0 17-11.5 28.5T919-480q-17 0-28.5-11.5T879-520v-96l-72-28 102 515q4 19-8.5 34T867-80q-14 0-25.5-8.5T827-111l-64-269-84 80ZM459-620q-33 0-56.5-23.5T379-700q0-33 23.5-56.5T459-780q33 0 56.5 23.5T539-700q0 33-23.5 56.5T459-620Zm200-160q-33 0-56.5-23.5T579-860q0-33 23.5-56.5T659-940q33 0 56.5 23.5T739-860q0 33-23.5 56.5T659-780Z"
}));
});
IconMaterialSportsKabaddiFilled.displayName = 'OnesyIconMaterialSportsKabaddiFilled';
export default IconMaterialSportsKabaddiFilled;