UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 535 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 StoreMallDirectory = createIcon("StoreMallDirectory", [ [ "path", { d: "M20 4H4V6H20V4ZM21 14V12L20 7H4L3 12V14H4V20H14V14H18V20H20V14H21ZM12 18H6V14H12V18Z", key: "9fk1xm" } ] ]); export { StoreMallDirectory as default }; //# sourceMappingURL=store_mall_directory.js.map