google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 1.2 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 EggAlt = createIcon("EggAlt", [
[
"path",
{
d: "M19.0009 9C17.0009 7 15.9909 2 9.97088 2C4.95088 2 1.94088 6 2.00088 11.52C2.06088 17.04 6.96088 19 9.97088 19C11.9809 19 11.9809 22 15.9909 22C19.0009 22 22.0009 19 22.0009 15.02C22.0009 12 21.0109 11 19.0009 9ZM15.9909 20C14.5009 20 14.0309 19.5 13.3109 18.74C12.6609 18.05 11.6609 17 9.97088 17C8.33088 17 4.05088 16.01 4.00088 11.5C3.97088 8.99 4.68088 6.88 5.99088 5.55C7.01088 4.52 8.35088 4 9.97088 4C13.3109 4 14.4809 5.86 15.8309 8.02C16.3809 8.9 16.9009 9.73 17.5909 10.41C19.4909 12.3 20.0009 12.81 20.0009 15.02C20.0009 17.87 17.8809 20 15.9909 20Z",
key: "5tpsww"
}
],
[
"path",
{
d: "M12.0009 15.5C13.9339 15.5 15.5009 13.933 15.5009 12C15.5009 10.067 13.9339 8.5 12.0009 8.5C10.0679 8.5 8.50088 10.067 8.50088 12C8.50088 13.933 10.0679 15.5 12.0009 15.5Z",
key: "i1dxsh"
}
]
]);
export { EggAlt as default };
//# sourceMappingURL=egg_alt.js.map