google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 526 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 Games = createIcon("Games", [
[
"path",
{
d: "M15 7.5V2H9V7.5L12 10.5L15 7.5ZM7.5 9H2V15H7.5L10.5 12L7.5 9ZM9 16.5V22H15V16.5L12 13.5L9 16.5ZM16.5 9L13.5 12L16.5 15H22V9H16.5Z",
key: "15tplo"
}
]
]);
export { Games as default };
//# sourceMappingURL=games.js.map