From ee044cf6553f207f6b9d7ada69669d09d375d271 Mon Sep 17 00:00:00 2001 From: Emir Karabeg Date: Tue, 14 Jan 2025 19:30:06 -0800 Subject: [PATCH] Updated readme to include icons --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 07a74296c..fe4e0a237 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,21 @@ Sim Studio is an open-source, drag-and-drop workflow builder designed specifical - 🛠️ **Developer-First** - Created by developers, for developers - 📱 **Modern UI/UX** - Clean, intuitive interface that stays out of your way +## Icons Library + +Sim Studio comes with a comprehensive set of built-in icons for your workflows: + +`ApiIcon`, `ConditionalIcon`, `AirplaneIcon`, `WorkIcon`, `WarnIcon`, `UploadIcon`, `TrashIcon`, `StudentIcon`, `SignalIcon`, `SectionIcon`, `ReminderIcon`, `NotificationsIcon`, `MailIcon`, `ErrorIcon`, `DatabaseIcon`, `CrateIcon`, `CookieIcon`, `ComponentIcon`, `ChromeIcon`, `CalendarIcon`, `BoatIcon`, `BankIcon`, `AmbulanceIcon`, `AtomIcon`, `ElevatorIcon`, `DollarIcon`, `CreditCardIcon`, `CancelIcon`, `BrightIcon`, `ChartBarIcon`, `CodeIcon`, `MessagesIcon` + +All icons are available as React components and can be imported from `components/icons.tsx`: + +```tsx +import { ApiIcon, CodeIcon, ErrorIcon } from '@/components/icons' + +// Usage +; +``` + ## Getting Started ### Prerequisites