# Icosahedron ![](/cientos/icosahedron.png) The `cientos` package provides a `` component that serves as a short-cut for a `IcosahedronGeometry` and a `MeshBasicMaterial` with a `Mesh` object. ```typescript args: [radius: number, detail: number] ``` Reference: [IcosahedronGeometry](https://threejs.org/docs/?q=ico#api/en/geometries/IcosahedronGeometry) ## Usage ```html // Icosahedron with a custom material transformations ```