UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 942 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSportsFootballW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SportsFootballW100Filled", short_name: "SportsFootball", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M400-177q-43 6-111.5 4.5T185-189q-11-33-13-100t6-110l222 222Zm34-6L184-433q17-70 46-132t66-99q38-38 104-69.5T527-775l249 251q-11 67-41 129t-69 101q-41 41-103.5 71T434-183Zm-35-196 182-182q4-4 4.5-9.5T581-581q-5-5-10-5t-10 5L379-399q-4 4-4.5 9.5T379-379q5 5 10 5t10-5Zm383-179L562-782q40-8 107.5-5.5T770-773q16 39 18 103t-6 112Z" })); }); IconMaterialSportsFootballW100Filled.displayName = 'OnesyIconMaterialSportsFootballW100Filled'; export default IconMaterialSportsFootballW100Filled;