Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.2 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.2 KB

Enefty Icons

Enefty Icons is a collection of icon assets designed by Pickolab Studio, licensed under the CC BY 4.0 framework.

The repository specifically features two styles of icons: Outline and Bold.

Samples

How example looks

Click the image to view a live demo on the Enefty Icons website.

Installation and Usage

pub package

To install the package, add the following line to your pubspec.yaml:

dependencies:
  enefty_icons: ^1.0.7

Example Usage

  1. Import the package

    import 'package:enefty_icons/enefty_icons.dart';
  2. Use the icons

    Icon(EneftyIcons.people_outline),

Reporting Issues

For any issues or concerns, please create a new issue in the package repository.