iconsax_linear 1.1.0
iconsax_linear: ^1.1.0 copied to clipboard
Iconsax Linear icon pack for flutter.
Iconsax Linear #
Iconsax Linear is based on Iconsax Plus but only contains the Linear style, making it smaller and faster.
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 #
MIT License. Do whatever you want (responsibly).
All the credit goes to Iconsax team, luisDanielRoviraContreras and moha-b