Flutter repository that contains Enefty Icon Pack

Enefty Icons

Enefty is an asset repo containing a set of icon assets made by Pickolab Studio and Licensed under CC BY 4.0

Each Icon in this pack containes varius types and this repo only supports two types, Outline and Bold.

Samples

All Icons Preview

This website contains a preview with a searchable list of all icons.

Usage

dependencies:
  enefty_icons: ^<latest-version>

Example

1- Import the repo

import 'package:enefty_icons/enefty_icons.dart';

2- Use it just like any Icon

Icon(
  EneftyIcons.people_outline,
  ),

Issues

For issues, create it in the package repo here

GitHub

View Github