google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.11 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 VideogameAssetOff = createIcon("VideogameAssetOff", [
[
"path",
{
d: "M21.4953 20.4796L3.11531 2.09961L1.69531 3.50961L3.60531 5.41961C2.84531 5.69961 2.30531 6.43961 2.30531 7.28961V15.2896C2.30531 16.3896 3.20531 17.2896 4.30531 17.2896H15.4753L20.0853 21.8996L21.4953 20.4796ZM9.30531 12.2896V14.2896H7.30531V12.2896H5.30531V10.2896H7.30531V9.11961L10.4753 12.2896H9.30531ZM21.0053 17.1596C21.7653 16.8796 22.3053 16.1396 22.3053 15.2896V7.28961C22.3053 6.18961 21.4053 5.28961 20.3053 5.28961H9.13531L21.0053 17.1596ZM17.8053 8.28961C18.6353 8.28961 19.3053 8.95961 19.3053 9.78961C19.3053 10.6196 18.6353 11.2896 17.8053 11.2896C16.9753 11.2896 16.3053 10.6196 16.3053 9.78961C16.3053 8.95961 16.9753 8.28961 17.8053 8.28961Z",
key: "kdi2e8"
}
]
]);
export { VideogameAssetOff as default };
//# sourceMappingURL=videogame_asset_off.js.map