carbon-icons
Installation
SKILL.md
Carbon Icons
Use @carbon/icons-react for all icons. Never create inline SVGs or extract icons from Figma.
Import & Usage
import { Search, ChevronDown, Close, View, ViewOff, Information, Add } from '@carbon/icons-react';
<Search size={20} />
<Close size={16} />
Icons render as inline SVGs with currentColor fill — they inherit the parent's text color.