google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 615 B
JavaScript
/**
* @license google-material-icons v2.1.4 - 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 LocalCafe = createIcon("LocalCafe", [
[
"path",
{
d: "M16 5V13C16 14.1 15.1 15 14 15H8C6.9 15 6 14.1 6 13V5H16ZM20 3H4V13C4 15.21 5.79 17 8 17H14C16.21 17 18 15.21 18 13V10H20C21.11 10 22 9.11 22 8V5C22 3.89 21.11 3 20 3ZM18 8V5H20V8H18ZM20 19H2V21H20V19Z",
key: "1fhk0g"
}
]
]);
export { LocalCafe as default };
//# sourceMappingURL=local_cafe.js.map