@apx-ui/iconsA small, tree-shakable set of SVG icon components built for apx-ds. Ships as a separate package — nothing in @apx-ui/ds depends on it, so you only pay the bundle cost if you opt in.
pnpm add @apx-ui/iconsWorks the same with npm, yarn, or bun.
import { ChevronDown } from '@apx-ui/icons';
export function Example() {
return <ChevronDown size={20} title="Open menu" />;
}Every icon accepts size, title for accessible labels, and any native <svg> prop.
Click any tile to copy its import statement.
26 of 26 icons