Iconsax Linear
Iconsax Linear is the fork of Iconsax Plus but only includes the Linear variant, making it smaller and faster.
In the Iconsax Plus, when you use only one varient and ignored the other two, the tree shaking process just puts the unused two variants into the final build. It stays there and consume a little bit of storage. By having seperate packages for each variant, you can only choose which variant you want and no need to worry about other two included in the final build.

Installation
To use Iconsax Linear in your Flutter project, simply add it as a dependency in your pubspec.yaml file:
flutter pub add iconsax_linear
or
dependencies:
iconsax_linear: ^1.0.0
Usage
To use Iconsax Linear icons in your Flutter application, import the package access the icons:
import 'package:flutter/material.dart';
import 'package:iconsax_linear/iconsax_linear.dart';
Center(
child: Icon(IconsaxLinear.home),
),
License
Iconsax Linear is licensed under the MIT License. See the LICENSE file for more information.
All the credits goes to Iconsax team, luisDanielRoviraContreras and moha-b