Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 955 Bytes

File metadata and controls

17 lines (13 loc) · 955 Bytes

Introduction

AtomUI.Icons.IconPark is an icon library wrapper for the AtomUI OSS framework, built on the ByteDance IconPark Icons project. It provides a unified API and naming conventions, enabling you to use the full style and semantics of native IconPark icons within AtomUI OSS.

Key Features

  • Supported Icons Theme: Filled / Outlined / TwoTone / MultiColor
  • Seamless integration with AtomUI’s Icon component, with unified properties and events
  • On-demand loading and tree-shaking to optimize bundle size and performance
  • Semantic naming with optional type hints to enhance developer experience
  • Supports basic customization for size, color, rotation, animations, and more

License

  • ByteDance IconPark Icons are licensed under the Apache License 2.0
  • This library is a secondary wrapper; please comply with the original license and applicable terms

Acknowledgments