google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 765 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 LocalMall = createIcon("LocalMall", [
[
"path",
{
d: "M19 6.5H17C17 3.74 14.76 1.5 12 1.5C9.24 1.5 7 3.74 7 6.5H5C3.9 6.5 3.01 7.4 3.01 8.5L3 20.5C3 21.6 3.9 22.5 5 22.5H19C20.1 22.5 21 21.6 21 20.5V8.5C21 7.4 20.1 6.5 19 6.5ZM12 3.5C13.66 3.5 15 4.84 15 6.5H9C9 4.84 10.34 3.5 12 3.5ZM12 13.5C9.24 13.5 7 11.26 7 8.5H9C9 10.16 10.34 11.5 12 11.5C13.66 11.5 15 10.16 15 8.5H17C17 11.26 14.76 13.5 12 13.5Z",
key: "1x1y1z"
}
]
]);
export { LocalMall as default };
//# sourceMappingURL=local_mall.js.map