UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 779 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 CoffeeMaker = createIcon("CoffeeMaker", [ [ "path", { d: "M18 6V4H20V2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H20V20H15.97C17.2 19.09 18 17.64 18 16V11H8V16C8 17.64 8.81 19.09 10.03 20H6V4H8V6C8 6.55 8.45 7 9 7H17C17.55 7 18 6.55 18 6Z", key: "q8mu2j" } ], [ "path", { d: "M13 10C13.5523 10 14 9.55228 14 9C14 8.44772 13.5523 8 13 8C12.4477 8 12 8.44772 12 9C12 9.55228 12.4477 10 13 10Z", key: "71s4vj" } ] ]); export { CoffeeMaker as default }; //# sourceMappingURL=coffee_maker.js.map