google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 605 B
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 LocalConvenienceStore = createIcon("LocalConvenienceStore", [
[
"path",
{
d: "M19 7V4H5V7H2V20H10V16H14V20H22V7H19ZM20 18H16V14H8V18H4V9H7V6H17V9H20V18ZM8 8H10V9H8V12H11V11H9V10H11V7H8V8ZM15 9H14V7H13V10H15V12H16V7H15V9Z",
key: "7qppfb"
}
]
]);
export { LocalConvenienceStore as default };
//# sourceMappingURL=local_convenience_store.js.map