google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 569 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 StoreMallDirectory = createIcon("StoreMallDirectory", [
[
"path",
{
d: "M18.36 9L18.96 12H5.04L5.64 9H18.36ZM20 4H4V6H20V4ZM20 7H4L3 12V14H4V20H14V14H18V20H20V14H21V12L20 7ZM6 18V14H12V18H6Z",
key: "1tzsbu"
}
]
]);
export { StoreMallDirectory as default };
//# sourceMappingURL=store_mall_directory.js.map