@navikt/ds-icons
v3.4.3
Published
Aksel icons for NAV
Downloads
6,587
Readme
Deprecated!
Package will no longer be updated or versioned. Check out our new icon-package @navikt/aksel-icons.
Documentation: https://aksel.nav.no/ikoner
Icons
Lagacy-icons created and previously used by NAVs designsystem
End of life
This package will not recieve any new icons and we recommend transitioning over to our new icon-package @navikt/aksel-icons.
Installation
yarn add @navikt/ds-icons
npm install @navikt/ds-icons
Usage
Use as a regular React-component.
Tip: Use the title
prop for accessible icons.
import { Star } from "@navikt/ds-icons";
function App() {
return <Star title="star" />;
}