UNPKG

google-material-icons

Version:

A google material icon library package for React applications

36 lines (32 loc) 1.02 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 SportsCricket = createIcon("SportsCricket", [ [ "path", { d: "M15.0362 12.81L6.54617 4.32C6.15617 3.93 5.52617 3.93 5.13617 4.32L2.30617 7.15C1.91617 7.54 1.91617 8.17 2.30617 8.56L10.7962 17.05C11.1862 17.44 11.8162 17.44 12.2062 17.05L15.0362 14.22C15.4262 13.83 15.4262 13.2 15.0362 12.81Z", key: "1ow0cl" } ], [ "path", { d: "M15.7416 16.342L14.3274 17.7562L18.57 21.9988L19.9842 20.5846L15.7416 16.342Z", key: "1tqsmg" } ], [ "path", { d: "M18.4862 9C20.4192 9 21.9862 7.433 21.9862 5.5C21.9862 3.567 20.4192 2 18.4862 2C16.5532 2 14.9862 3.567 14.9862 5.5C14.9862 7.433 16.5532 9 18.4862 9Z", key: "5c4ilk" } ] ]); export { SportsCricket as default }; //# sourceMappingURL=sports_cricket.js.map