18px outline React SVG icon components from Nucleo
A collection of 18px outline React SVG icon components from the Nucleo UI library.
``bash`
npm install nucleo-ui-essential-outline-18
`jsx
import { IconTrashOutline18 } from "nucleo-ui-essential-outline-18";
function MyComponent() {
return
}
``
Browse the full list of available icons on the Nucleo Web App.
For detailed information on customizing icons, please refer to the Nucleo UI documentation.