UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 1.3 kB
/** * @license google-material-icons v2.1.4 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createIcon from '../../createIcon.js'; const SportsFootball = createIcon("SportsFootball", [ [ "path", { d: "M20.3098 3.69C19.9898 3.36 18.3698 3 16.2598 3C13.2298 3 9.16983 3.75 6.45983 6.46C1.86983 11.05 2.89983 19.52 3.68983 20.31C4.00983 20.64 5.62983 21 7.73983 21C10.7698 21 14.8298 20.25 17.5398 17.54C22.1298 12.95 21.0998 4.48 20.3098 3.69ZM7.73983 19C6.59983 19 5.71983 18.88 5.20983 18.77C5.02983 17.98 4.90983 16.56 5.03983 14.94L9.04983 18.95C8.52983 18.99 8.07983 19 7.73983 19ZM16.1298 16.13C14.7998 17.46 13.0698 18.18 11.4698 18.57L5.42983 12.53C5.84983 10.85 6.58983 9.16 7.87983 7.88C9.19983 6.56 10.9298 5.84 12.5198 5.45L18.5698 11.5C18.1498 13.17 17.3998 14.85 16.1298 16.13ZM18.9598 9.09L14.9298 5.06C15.4498 5.01 15.9098 5 16.2598 5C17.3998 5 18.2798 5.12 18.7898 5.23C18.9698 6.02 19.0898 7.45 18.9598 9.09Z", key: "sffers" } ], [ "path", { d: "M14.0997 8.49996L8.49949 14.1002L9.89955 15.5002L15.4998 9.90001L14.0997 8.49996Z", key: "1ys7g7" } ] ]); export { SportsFootball as default }; //# sourceMappingURL=sports_football.js.map