UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

35 lines (22 loc) 775 B
--- version: 10.104.0 generatedAt: 2026-04-17T18:46:12.760Z checksum: 090b7d977ba4be5e2c4c04d199a30a4048416c59f443a56985df2f80629d9c40 --- <Intro> # Icons Icons are categories on two [main groups](/icons) and comes in two sizes each: ## [Primary Icons](/icons/primary) ```jsx <Button icon="chevron_right" text="Button" /> ``` ## [Secondary Icons](/icons/secondary) ```jsx import { hamburger } from `@dnb/eufemia/icons` <Button icon={hamburger} text="Button" /> ``` Primary Icons are used inside of other custom [Components](/uilib/components) and are imported by default. It is recommended to use the [Icon Component](/uilib/components/icon) to display icons for best accessibility. --- <IntroFooter href="/uilib/intro/10-layout" text="Next - Layout" /> </Intro>