UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 572 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 FreeBreakfast = createIcon("FreeBreakfast", [ [ "path", { d: "M19 3H3V13C3 15.21 4.79 17 7 17H13C15.21 17 17 15.21 17 13V10H19C20.11 10 21 9.1 21 8V5C21 3.89 20.11 3 19 3ZM19 8H17V5H19V8ZM3 19H19V21H3V19Z", key: "1ce7j4" } ] ]); export { FreeBreakfast as default }; //# sourceMappingURL=free_breakfast.js.map