UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 939 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSportsFootballFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SportsFootballFilled", short_name: "SportsFootball", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M363-121q-47 5-113.5-2.5T148-148q-14-32-23.5-100T120-364l243 243Zm95-16L136-459q17-75 49.5-136.5T261-701q43-43 104.5-74.5T498-823l324 324q-16 74-47 136t-74 105q-45 44-107.5 75.5T458-137Zm-54-211 208-208q11-11 11-28t-11-28q-11-11-28-11t-28 11L348-404q-11 11-11 28t11 28q11 11 28 11t28-11Zm434-246L595-839q48-6 118 2t99 25q18 40 25 103.5t1 114.5Z" })); }); IconMaterialSportsFootballFilled.displayName = 'OnesyIconMaterialSportsFootballFilled'; export default IconMaterialSportsFootballFilled;