https://github.com/mzdm/carbon_icons
A Flutter package which includes 1584 Carbon icons from the Carbon Design System.
https://github.com/mzdm/carbon_icons
Last synced: 3 months ago
JSON representation
A Flutter package which includes 1584 Carbon icons from the Carbon Design System.
- Host: GitHub
- URL: https://github.com/mzdm/carbon_icons
- Owner: mzdm
- Created: 2021-03-24T11:44:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T15:18:07.000Z (about 1 year ago)
- Last Synced: 2025-01-02T02:43:12.612Z (5 months ago)
- Language: HTML
- Homepage: https://pub.dev/packages/carbon_icons
- Size: 691 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# carbon_icons
A Flutter package which includes 1584 Carbon icons from the [Carbon Design System](https://github.com/carbon-design-system/carbon).
[Icon Catalog](https://www.carbondesignsystem.com/guidelines/icons/library/)
![]()
## Install
```dart
carbon_icons: ^0.0.1
```## Simple usage example
```dart
import 'package:carbon_icons/carbon_icons.dart';...
Icon(
CarbonIcons.shopping_cart,
color: Colors.green,
size: 64.0,
),
```
## Font generation
The detailed description of the font generation is in the `tool` folder.## License
Carbon Icons from the Carbon Design System by IBM are licensed under [Apache License 2.0](https://github.com/carbon-design-system/carbon/blob/main/LICENSE).