UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 580 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 Shop = createIcon("Shop", [ [ "path", { d: "M16 6.5V4.5C16 3.39 15.11 2.5 14 2.5H10C8.89 2.5 8 3.39 8 4.5V6.5H2V19.5C2 20.61 2.89 21.5 4 21.5H20C21.11 21.5 22 20.61 22 19.5V6.5H16ZM10 4.5H14V6.5H10V4.5ZM9 18.5V9.5L16.5 13.5L9 18.5Z", key: "n1mxse" } ] ]); export { Shop as default }; //# sourceMappingURL=shop.js.map