google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.74 kB
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 Storefront = createIcon("Storefront", [
[
"path",
{
d: "M21.8981 8.89L20.8481 4.52C20.6281 3.62 19.8481 3 18.9381 3H5.04805C4.14805 3 3.35805 3.63 3.14805 4.52L2.09805 8.89C1.85805 9.91 2.07805 10.95 2.71805 11.77C2.79805 11.88 2.90805 11.96 2.99805 12.06V19C2.99805 20.1 3.89805 21 4.99805 21H18.9981C20.0981 21 20.9981 20.1 20.9981 19V12.06C21.0881 11.97 21.1981 11.88 21.2781 11.78C21.9181 10.96 22.1481 9.91 21.8981 8.89ZM18.9081 4.99L19.9581 9.36C20.0581 9.78 19.9681 10.2 19.7081 10.53C19.5681 10.71 19.2681 11 18.7681 11C18.1581 11 17.6281 10.51 17.5581 9.86L16.9781 5L18.9081 4.99ZM12.9981 5H14.9581L15.4981 9.52C15.5481 9.91 15.4281 10.3 15.1681 10.59C14.9481 10.85 14.6281 11 14.2181 11C13.5481 11 12.9981 10.41 12.9981 9.69V5ZM8.48805 9.52L9.03805 5H10.9981V9.69C10.9981 10.41 10.4481 11 9.70805 11C9.36805 11 9.05805 10.85 8.81805 10.59C8.56805 10.3 8.44805 9.91 8.48805 9.52ZM4.03805 9.36L5.04805 5H7.01805L6.43805 9.86C6.35805 10.51 5.83805 11 5.22805 11C4.73805 11 4.42805 10.71 4.29805 10.53C4.02805 10.21 3.93805 9.78 4.03805 9.36ZM4.99805 19V12.97C5.07805 12.98 5.14805 13 5.22805 13C6.09805 13 6.88805 12.64 7.46805 12.05C8.06805 12.65 8.86805 13 9.77805 13C10.6481 13 11.4281 12.64 12.0081 12.07C12.5981 12.64 13.3981 13 14.2981 13C15.1381 13 15.9381 12.65 16.5381 12.05C17.1181 12.64 17.9081 13 18.7781 13C18.8581 13 18.9281 12.98 19.0081 12.97V19H4.99805Z",
key: "1rn85x"
}
]
]);
export { Storefront as default };
//# sourceMappingURL=storefront.js.map