Icons - v2.0

ArtisanPack UI Icons

The ArtisanPack UI Icons package provides a comprehensive set of icons for use in the ArtisanPack UI framework as well as a way for developers to add their own icons and to call them based on category and type.

Quick Start

You can use the functions in this package through the Facade or by directly calling the helper functions.

Using the Facade

use ArtisanPackUI\Icons\Facades\Icons as Icons;

echo Icons::getIcons();

Using Helper Functions

echo getIcons();

Using Blade Directive

@apIcons

Table of Contents

Getting Started

Integration Guides

API Reference

Development

  • AI Guidelines - Guidelines for AI-assisted development with icons

Browse by Section

  • Guide - Comprehensive guides for getting started and implementation
  • Reference - Technical API reference documentation