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.8976 8.89L20.8476 4.52C20.6276 3.62 19.8476 3 18.9376 3H5.04757C4.14757 3 3.35757 3.63 3.14757 4.52L2.09757 8.89C1.85757 9.91 2.07757 10.95 2.71757 11.77C2.79757 11.88 2.90757 11.96 2.99757 12.06V19C2.99757 20.1 3.89757 21 4.99757 21H18.9976C20.0976 21 20.9976 20.1 20.9976 19V12.06C21.0876 11.97 21.1976 11.88 21.2776 11.78C21.9176 10.96 22.1476 9.91 21.8976 8.89ZM18.9076 4.99L19.9576 9.36C20.0576 9.78 19.9676 10.2 19.7076 10.53C19.5676 10.71 19.2676 11 18.7676 11C18.1576 11 17.6276 10.51 17.5576 9.86L16.9776 5L18.9076 4.99ZM12.9976 5H14.9576L15.4976 9.52C15.5476 9.91 15.4276 10.3 15.1676 10.59C14.9476 10.85 14.6276 11 14.2176 11C13.5476 11 12.9976 10.41 12.9976 9.69V5ZM8.48757 9.52L9.03757 5H10.9976V9.69C10.9976 10.41 10.4476 11 9.70757 11C9.36757 11 9.05756 10.85 8.81756 10.59C8.56756 10.3 8.44757 9.91 8.48757 9.52ZM4.03757 9.36L5.04757 5H7.01757L6.43757 9.86C6.35757 10.51 5.83757 11 5.22757 11C4.73757 11 4.42757 10.71 4.29757 10.53C4.02757 10.21 3.93757 9.78 4.03757 9.36ZM4.99757 19V12.97C5.07757 12.98 5.14757 13 5.22757 13C6.09757 13 6.88757 12.64 7.46757 12.05C8.06756 12.65 8.86757 13 9.77757 13C10.6476 13 11.4276 12.64 12.0076 12.07C12.5976 12.64 13.3976 13 14.2976 13C15.1376 13 15.9376 12.65 16.5376 12.05C17.1176 12.64 17.9076 13 18.7776 13C18.8576 13 18.9276 12.98 19.0076 12.97V19H4.99757Z",
key: "1x9yhy"
}
]
]);
export { Storefront as default };
//# sourceMappingURL=storefront.js.map