# SIcon

> 자동 생성 문서 — `npm run docs:gen`. 소스: 각 컴포넌트의 Props/Handle 인터페이스 + import 의존성.

### SIcon

#### Props

| Prop | Type | Default | Description |
|------|------|---------|-------------|
| `name` | `SIconName` | — | 아이콘명 |
| `size?` | `number \| string` | `24` | 아이콘 크기(px 또는 CSS 길이) |
| `color?` | `SColor` | — | 아이콘 색상. 팔레트 키(`grey_65`, `red_95` …) 또는 임의 CSS 색상. 미지정 시 currentColor 상속 |
| `rotate?` | `0 \| 90 \| 180 \| 270` | — | 회전 각도 |
| `label?` | `string` | — | 접근성 라벨. 없으면 aria-hidden 처리 |
| `className?` | `string` | — |  |
| `style?` | `CSSProperties` | — |  |

## Dependencies

### Used by

 - [SButton](../SButton)
 - [SCallout](../SCallout)
 - [SCheckbox](../SCheckbox)
 - [SChipInput](../SChipInput)
 - [SConfirmModal](../SConfirmModal)
 - [SDatePicker](../SDatePicker)
 - [SDateRangePicker](../SDateRangePicker)
 - [SDraggableItem](../SDraggableItem)
 - [SDropdownButton](../SDropdownButton)
 - [SExpansionItem](../SExpansionItem)
 - [SField](../SField)
 - [SFilePicker](../SFilePicker)
 - [SGhostButton](../SGhostButton)
 - [SGnb](../SGnb)
 - [SGuide](../SGuide)
 - [SKeyValueTable](../SKeyValueTable)
 - [SListItem](../SListItem)
 - [SLoadingModal](../SLoadingModal)
 - [SNumberInput](../SNumberInput)
 - [SPagination](../SPagination)
 - [SPopover](../SPopover)
 - [SSectionHeaderCard](../SSectionHeaderCard)
 - [SSelect](../SSelect)
 - [SStepper](../SStepper)
 - [STable](../STable)
 - [STag](../STag)
 - [STextLink](../STextLink)
 - [STimePicker](../STimePicker)
 - [STimeRangePicker](../STimeRangePicker)
 - [SToast](../SToast)
 - [STooltip](../STooltip)

### Graph

```mermaid
graph TD;
  SButton --> SIcon
  SCallout --> SIcon
  SCheckbox --> SIcon
  SChipInput --> SIcon
  SConfirmModal --> SIcon
  SDatePicker --> SIcon
  SDateRangePicker --> SIcon
  SDraggableItem --> SIcon
  SDropdownButton --> SIcon
  SExpansionItem --> SIcon
  SField --> SIcon
  SFilePicker --> SIcon
  SGhostButton --> SIcon
  SGnb --> SIcon
  SGuide --> SIcon
  SKeyValueTable --> SIcon
  SListItem --> SIcon
  SLoadingModal --> SIcon
  SNumberInput --> SIcon
  SPagination --> SIcon
  SPopover --> SIcon
  SSectionHeaderCard --> SIcon
  SSelect --> SIcon
  SStepper --> SIcon
  STable --> SIcon
  STag --> SIcon
  STextLink --> SIcon
  STimePicker --> SIcon
  STimeRangePicker --> SIcon
  SToast --> SIcon
  STooltip --> SIcon
  style SIcon fill:#f9f,stroke:#333,stroke-width:4px
```
