Icon Mapping Guide
This file helps identify and categorize the 60 icons extracted from Figma. Icons are currently stored in the business/ directory with generic Group-X.svg names and need to be organized into appropriate categories.
Icon Identification
To identify icons:
- Open the SVG file in a browser or vector editor
- Match the visual to the categories below
- Rename using kebab-case (e.g.,
chart-bar.svg) - Move to appropriate category directory
Category Guidelines
Business (business/)
- Charts and graphs (bar, line, pie, area)
- Money and currency symbols
- Scales and justice
- Calculators
- Briefcases
- Documents and files
- Buildings
- Analytics dashboards
Technology (technology/)
- Gears and cogs
- Code brackets (
</>) - Cloud and servers
- Rocket ships
- Computer monitors
- Lightbulbs (ideas)
- 3D boxes/pyramids
- Locks and security
- Database icons
Collaboration (collaboration/)
- Handshake
- Speech bubbles
- Multiple person silhouettes
- Team icons
- Megaphones
- Notification bells
- Message icons
Productivity (productivity/)
- Clocks and timers
- Calendars
- Checklists
- Magnifying glass (search)
- Stars
- Trophies
- Shields
- Targets/bullseyes
- Arrows and navigation
- Flags
Example Icons Already Organized
technology/rocket.svg- Rocket/launch icontechnology/box-3d.svg- 3D box/pyramidtechnology/lightbulb.svg- Lightbulb/idea iconbusiness/chart-line.svg- Line chartbusiness/chart-bar.svg- Bar chartbusiness/document.svg- Document/file iconproductivity/shield-star.svg- Shield with starproductivity/target.svg- Target/bullseyeproductivity/check-circle.svg- Checkmark in circle
Quick Organization Script
To quickly organize remaining icons:
cd standards/assets/icons/business
# Example: Move and rename icons
# mv Group-8.svg ../collaboration/handshake.svg
# mv Group-9.svg ../technology/gear.svg
# etc.Naming Convention
Use descriptive kebab-case names:
- ✅
chart-bar.svg - ✅
handshake.svg - ✅
code-brackets.svg - ✅
clock-alarm.svg - ❌
ChartBar.svg - ❌
handshake_icon.svg - ❌
group-1.svg
Next Steps
- Review all icons in
business/directory - Identify each icon visually
- Rename and move to appropriate category
- Update this mapping file as you organize
- Update README.md with final icon list