FLUTTER ECOSYSTEM

mzdm/carbon_icons

Carbon 디자인 시스템에서 제공하는 1584개의 Carbon 아이콘을 포함한 Flutter 패키지입니다.

carbon_icons 프로젝트 이미지
Stars
8
Forks
6
최근 푸시(UTC)
2024. 4. 5.
프로젝트 상태
활성
Matěj Žídek GitHub avatar
GITHUB User

Matěj Žídek ↗

@flutter developer

@BindworksPrague, Czech Republic
언어HTMLCSSDartSwiftShellJavaScriptKotlinObjective-C

이 저장소가 배포한 패키지

사용 중인 의존성

의존성 목록 2 개
  • flutter{"sdk":"flutter"}
  • flutter_test개발 의존성{"sdk":"flutter"}

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

carbon_icons

A Flutter package which includes 1584 Carbon icons from the Carbon Design System.

Icon Catalog

https://raw.githubusercontent.com/mzdm/carbon_icons/master/preview/preview.png

Install

carbon_icons: ^0.0.1

Simple usage example

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.