npm install @mynaui/icons-react import { SlashCircleSolid } from "@mynaui/icons-react"; const App = () => { return <SlashCircleSolid />; };