UNPKG

google-material-icons

Version:

A google material icon library package for React applications

24 lines (20 loc) 660 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 BreakfastDining = createIcon("BreakfastDining", [ [ "path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18 3H6C3.79 3 2 4.79 2 7C2 8.48 2.81 9.75 4 10.45V19C4 20.1 4.9 21 6 21H18C19.1 21 20 20.1 20 19V10.45C21.19 9.76 22 8.48 22 7C22 4.79 20.21 3 18 3ZM14 15H10V11H14V15Z", key: "1mvnwa" } ] ]); export { BreakfastDining as default }; //# sourceMappingURL=breakfast_dining.js.map