google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 582 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 Theaters = createIcon("Theaters", [
[
"path",
{
d: "M18 3V5H16V3H8V5H6V3H4V21H6V19H8V21H16V19H18V21H20V3H18ZM8 17H6V15H8V17ZM8 13H6V11H8V13ZM8 9H6V7H8V9ZM14 19H10V5H14V19ZM18 17H16V15H18V17ZM18 13H16V11H18V13ZM18 9H16V7H18V9Z",
key: "1opklt"
}
]
]);
export { Theaters as default };
//# sourceMappingURL=theaters.js.map