google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 674 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 ShopTwo = createIcon("ShopTwo", [
[
"path",
{
d: "M3 9.5H1V20.5C1 21.61 1.89 22.5 3 22.5H17C18.11 22.5 19 21.61 19 20.5H3V9.5ZM18 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.5ZM12 15.5V8.5L17.5 11.5L12 15.5Z",
key: "1uj1v9"
}
]
]);
export { ShopTwo as default };
//# sourceMappingURL=shop_two.js.map