UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.4 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSportsKabaddiW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SportsKabaddiW100Filled", short_name: "SportsKabaddi", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M196-398v126q0 6-2 11t-7 10L62-126q-4 4-9.5 4.5T42-126q-5-5-5-10t5-10l130-130-50-132q-5-12-1.5-29t15.5-29l132-132q8-8 17-12t21-4q12 0 21 4t17 12l82 78q28 27 64 43t78 21v28q-47-5-89-23.5T410-496l-46-44-130 130 85 87q4 5 6.5 10t2.5 11v182q0 6-4 10t-10 4q-6 0-10-4t-4-10v-182l-104-96Zm452 68v210q0 6-4 10t-10 4q-6 0-10-4t-4-10v-215q0-6 2-11.5t7-10.5l79-75-40-208q-35 43-73 77.5T508-515q-9-2-18.5-6.5T472-533q47-7 92.5-41t65.5-68l38-64q12-20 32.5-25.5T742-728l168 70q8 4 13 11.5t5 16.5v110q0 6-4 10t-10 4q-6 0-10-4t-4-10v-112l-132-54 110 562q2 8-3 13t-13 5q-5 0-9-3.5t-6-8.5l-72-305-127 93ZM428-606q-27 0-45.5-18.5T364-670q0-27 18.5-45.5T428-734q27 0 45.5 18.5T492-670q0 27-18.5 45.5T428-606Zm244-164q-27 0-45.5-18.5T608-834q0-27 18.5-45.5T672-898q27 0 45.5 18.5T736-834q0 27-18.5 45.5T672-770Z" })); }); IconMaterialSportsKabaddiW100Filled.displayName = 'OnesyIconMaterialSportsKabaddiW100Filled'; export default IconMaterialSportsKabaddiW100Filled;