57 Icons
AR Icons / glass
Free & open-source glassmorphism React icons with frosted-glass depth effects. Copy, download, or install the package.
Usage
App.tsx
import { ARHome, ARStar } from "assetsrepo-icons/glass";
function App() {
return (
<div>
<ARHome size={24} />
<ARStar size={32} />
</div>
);
}