google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.26 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 Microwave = createIcon("Microwave", [
[
"path",
{
d: "M6.8 10.61L5.37 9.19C5.73 8.79 6.59 8 7.75 8C8.55 8 9.14 8.39 9.56 8.67C9.87 8.88 10.07 9 10.25 9C10.62 9 11.05 8.59 11.2 8.39L12.62 9.81C12.26 10.21 11.4 11 10.25 11C9.46 11 8.88 10.62 8.46 10.34C8.13 10.12 7.94 10 7.75 10C7.38 10 6.95 10.41 6.8 10.61ZM7.75 15C7.94 15 8.13 15.12 8.46 15.34C8.88 15.62 9.46 16 10.25 16C11.41 16 12.26 15.21 12.62 14.81L11.2 13.39C11.05 13.59 10.61 14 10.25 14C10.07 14 9.87 13.88 9.56 13.67C9.14 13.39 8.55 13 7.75 13C6.59 13 5.73 13.79 5.37 14.19L6.79 15.61C6.95 15.41 7.38 15 7.75 15ZM22 6V18C22 19.1 21.1 20 20 20H4C2.9 20 2 19.1 2 18V6C2 4.9 2.9 4 4 4H20C21.1 4 22 4.9 22 6ZM14 6H4V18H14V6ZM19 16C19 15.45 18.55 15 18 15C17.45 15 17 15.45 17 16C17 16.55 17.45 17 18 17C18.55 17 19 16.55 19 16ZM19 12C19 11.45 18.55 11 18 11C17.45 11 17 11.45 17 12C17 12.55 17.45 13 18 13C18.55 13 19 12.55 19 12ZM19 7H17V9H19V7Z",
key: "1r49qh"
}
]
]);
export { Microwave as default };
//# sourceMappingURL=microwave.js.map