import IconSelect from "@cocalc/frontend/components/icon-select";
import Head from "components/landing/head";
export default function Icons() {
return (
<div style={{ margin: "60px" }}>
<Head title={"CoCalc Icons"} />
<h1>CoCalc Icons</h1>
<IconSelect style={{ fontSize: "36pt" }} />
</div>
);
}