google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.19 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: "M17.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.28961ZM11.1353 7.28961H20.3053V15.2896H19.1353L21.0053 17.1596C21.7553 16.8696 22.3053 16.1396 22.3053 15.2896V7.28961C22.3053 6.18961 21.4053 5.28961 20.3053 5.28961H9.13531L11.1353 7.28961ZM20.0853 21.8996L15.4753 17.2896H4.30531C3.20531 17.2896 2.30531 16.3896 2.30531 15.2896V7.28961C2.30531 6.43961 2.85531 5.70961 3.60531 5.41961L1.69531 3.50961L3.10531 2.09961L21.4853 20.4796L20.0853 21.8996ZM13.4753 15.2896L10.4753 12.2896H9.30531V14.2896H7.30531V12.2896H5.30531V10.2896H7.30531V9.11961L5.47531 7.28961H4.30531V15.2896H13.4753Z",
key: "dbt1dz"
}
]
]);
export { VideogameAssetOff as default };
//# sourceMappingURL=videogame_asset_off.js.map