google-material-icons
Version:
A google material icon library package for React applications
36 lines (32 loc) • 1.03 kB
JavaScript
/**
* @license google-material-icons v2.1.3 - 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 SportsBaseball = createIcon("SportsBaseball", [
[
"path",
{
d: "M3.81 6.28C2.67 7.9 2 9.87 2 12C2 14.13 2.67 16.1 3.81 17.72C6.23 16.95 8 14.68 8 12C8 9.32 6.23 7.05 3.81 6.28Z",
key: "wvsfwj"
}
],
[
"path",
{
d: "M20.19 6.28C17.77 7.05 16 9.32 16 12C16 14.68 17.77 16.95 20.19 17.72C21.33 16.1 22 14.13 22 12C22 9.87 21.33 7.9 20.19 6.28Z",
key: "1ic1l3"
}
],
[
"path",
{
d: "M14 12C14 8.72 15.97 5.91 18.79 4.67C17.01 3.02 14.63 2 12 2C9.37 2 6.99 3.02 5.21 4.67C8.03 5.91 10 8.72 10 12C10 15.28 8.03 18.09 5.21 19.33C6.99 20.98 9.37 22 12 22C14.63 22 17.01 20.98 18.79 19.33C15.97 18.09 14 15.28 14 12Z",
key: "14appk"
}
]
]);
export { SportsBaseball as default };
//# sourceMappingURL=sports_baseball.js.map