apx-dsv0.1Local renderer · live
K
Foundations4
  • Getting started
  • Theming
  • Templates
  • Icons
  • Avatar
  • Badge
  • DataGrid
  • Scheduler
  • Stat
  • Table
  • Timeline
  • TreeView
  • Accordion
  • Alert
  • EmptyState
  • Progress
  • Skeleton
  • Spinner
  • SplashScreen
  • Toast
  • ColorPicker
  • FileUpload
  • Form
  • Rating
  • TagsInput
  • Combobox
  • Field
  • Select
  • Toggle
  • Button
  • Calendar
  • Checkbox
  • DatePicker
  • Input
  • NumberInput
  • Radio
  • Slider
  • Switch
  • Textarea
  • AppShell
  • Div
  • Divider
  • Sidebar
  • Stack
  • Typography
  • Image
  • Breadcrumbs
  • Carousel
  • NavigationMenu
  • Pagination
  • Stepper
  • Tabs
  • Toolbar
  • CommandPalette
  • Confirm
  • Drawer
  • HoverCard
  • Menu
  • Modal
  • Popover
  • Tooltip
  • Icon
  • Card
  • PricingCard
60 componentsapx-ds/renderer
Icons
Variant↳ other
Optional package

@apx-ui/icons

A 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.

Install

pnpm add @apx-ui/icons

Works the same with npm, yarn, or bun.

Usage

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.


All icons

Click any tile to copy its import statement.

26 of 26 icons