Barrel export file for the **coding & development** icon category, re-exporting all icon components from their individual modules as a single unified entry point. ## Key Components | Export | Description | |--------|-------------| | `BracketCurly*Icon` | Curly bracket variants (check, ellipsis, minus, plus, xmark) | | `BracketRound*Icon` | Round bracket/parenthesis variants | | `BracketSquare*Icon` | Square bracket variants | | `Code*Icon` | Code-related icons (AI, browser, circle, laptop, monitor, square) | | `Coding*Icon` | VCS workflow icons (branch, commit, fork, merge, pull request) | | `Terminal*Icon` | Terminal/CLI icons (browser, laptop, monitor, square) | | `Package*Icon` | Package management icons (check, lock, minus, plus, search, xmark) | | `Database*Icon` | Database and locked database icons | | `Browser*Icon` | Browser and browser window icons | | `Bug*Icon` | Bug and bug-off icons | | `Puzzle*Icon` | Two puzzle piece icon variants | | `Sidebar*Icon` | Sidebar and flipped sidebar icons | ## Usage Example ```typescript import { CodeAIIcon, CodingBranchIcon, TerminalIcon, DatabaseLockIcon, BracketCurlyIcon, PackageCheckIcon, } from './index'; // Use directly in a React/Vue component const DevToolbar = () => (