google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 752 B
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 CatchingPokemon = createIcon("CatchingPokemon", [
[
"path",
{
d: "M14.5 12C14.5 13.38 13.38 14.5 12 14.5C10.62 14.5 9.5 13.38 9.5 12C9.5 10.62 10.62 9.5 12 9.5C13.38 9.5 14.5 10.62 14.5 12ZM22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12ZM20 12H16C16 9.79 14.21 8 12 8C9.79 8 8 9.79 8 12H4C4 16.41 7.59 20 12 20C16.41 20 20 16.41 20 12Z",
key: "mbymn2"
}
]
]);
export { CatchingPokemon as default };
//# sourceMappingURL=catching_pokemon.js.map