IconFont CSS to Dart Converter

// Your converted Dart code will appear here

How to use:

  1. Enter a name for your Dart class (e.g., IconFont, MyIcons)
  2. Paste the contents of your iconfont.css file
  3. Click "Convert to Dart"
  4. Copy the generated code or download it as a Dart file
  5. Import the generated file in your Flutter project

The converter extracts icon names and Unicode points from your CSS file and generates a Flutter-compatible Dart class with IconData objects.