UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 571 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 LocalConvenienceStore = createIcon("LocalConvenienceStore", [ [ "path", { d: "M19 7V4H5V7H2V20H10V16H14V20H22V7H19ZM11 10H9V11H11V12H8V9H10V8H8V7H11V10ZM16 12H15V10H13V7H14V9H15V7H16V12Z", key: "49lmu0" } ] ]); export { LocalConvenienceStore as default }; //# sourceMappingURL=local_convenience_store.js.map