google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 621 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 Egg = createIcon("Egg", [
[
"path",
{
d: "M12 3C8.5 3 5 9.33 5 14C5 17.87 8.13 21 12 21C15.87 21 19 17.87 19 14C19 9.33 15.5 3 12 3ZM13 18C10 18 8 16.01 8 13C8 12.45 8.45 12 9 12C9.55 12 10 12.45 10 13C10 15.92 12.42 16 13 16C13.55 16 14 16.45 14 17C14 17.55 13.55 18 13 18Z",
key: "trn9o2"
}
]
]);
export { Egg as default };
//# sourceMappingURL=egg.js.map