google-material-icons
Version:
A google material icon library package for React applications
24 lines (20 loc) • 739 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 Shop2 = createIcon("Shop2", [
["path", { d: "M3 9.5H1V20.5C1 21.61 1.89 22.5 3 22.5H19V20.5H3V9.5Z", key: "176tdw" }],
[
"path",
{
d: "M18 5.5V3.5C18 2.39 17.11 1.5 16 1.5H12C10.89 1.5 10 2.39 10 3.5V5.5H5V16.5C5 17.61 5.89 18.5 7 18.5H21C22.11 18.5 23 17.61 23 16.5V5.5H18ZM12 3.5H16V5.5H12V3.5ZM21 16.5H7V7.5H21V16.5Z",
key: "50ihh8"
}
],
["path", { d: "M12 8.5V15.5L17.5 12L12 8.5Z", key: "sg75us" }]
]);
export { Shop2 as default };
//# sourceMappingURL=shop_2.js.map