UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 781 B
/** * @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.0004 9C17.0004 7 15.9904 2 9.97039 2C4.95039 2 1.94039 6 2.00039 11.52C2.06039 17.04 6.96039 19 9.97039 19C11.9804 19 11.9804 22 15.9904 22C19.0004 22 22.0004 19 22.0004 15.02C22.0004 12 21.0104 11 19.0004 9ZM12.0004 15.5C10.0704 15.5 8.50039 13.93 8.50039 12C8.50039 10.07 10.0704 8.5 12.0004 8.5C13.9304 8.5 15.5004 10.07 15.5004 12C15.5004 13.93 13.9304 15.5 12.0004 15.5Z", key: "qgwqxe" } ] ]); export { EggAlt as default }; //# sourceMappingURL=egg_alt.js.map