google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.65 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 SoupKitchen = createIcon("SoupKitchen", [
[
"path",
{
d: "M6.09992 7C5.75992 7.55 5.69992 7.97 5.69992 8.38C5.69992 9.15 6.69992 11 6.69992 12C6.69992 12.95 6.29992 13.5 6.29992 13.5H4.79992C4.79992 13.5 5.19992 12.95 5.19992 12C5.19992 11 4.19992 9.15 4.19992 8.38C4.19992 7.97 4.25992 7.55 4.59992 7H6.09992ZM11.0999 7C10.7599 7.55 10.6999 7.97 10.6999 8.38C10.6999 9.15 11.6999 11 11.6999 12C11.6999 12.95 11.2999 13.5 11.2999 13.5H12.7999C12.7999 13.5 13.1999 12.95 13.1999 12C13.1999 11 12.1999 9.15 12.1999 8.38C12.1999 7.97 12.2599 7.55 12.5999 7H11.0999ZM7.84992 7C7.50992 7.55 7.44992 7.97 7.44992 8.38C7.44992 9.15 8.44992 11.01 8.44992 12C8.44992 12.95 8.04992 13.5 8.04992 13.5H9.54992C9.54992 13.5 9.94992 12.95 9.94992 12C9.94992 11 8.94992 9.15 8.94992 8.38C8.94992 7.97 9.00992 7.55 9.34992 7H7.84992ZM18.2999 2C16.7599 2 15.4899 3.16 15.3199 4.65L14.2299 15H3.70992C3.10992 15 2.61992 15.53 2.70992 16.13C3.22992 19.46 6.08992 22 9.44992 22C12.9299 22 15.7899 19.27 16.1599 15.77L17.3099 4.9C17.3599 4.39 17.7799 4 18.2999 4C18.8499 4 19.2999 4.45 19.2999 5C19.2999 5.3 19.1999 6.25 19.1999 6.25L21.1699 6.5C21.1699 6.5 21.2999 5.44 21.2999 5C21.2999 3.35 19.9499 2 18.2999 2ZM9.44992 20C7.50992 20 5.77992 18.77 5.01992 17H13.8099C13.0899 18.78 11.3899 20 9.44992 20Z",
key: "18cofk"
}
]
]);
export { SoupKitchen as default };
//# sourceMappingURL=soup_kitchen.js.map