This package provides a set of icons for use in the Digital Shopfront CMS as well as a way for developers to add their own icons and to call them based on category and type.

1.0.0 2025-04-30 11:14 UTC

This package is auto-updated.

Last update: 2025-04-30 16:18:39 UTC


README

This package provides a set of icons for use in the Digital Shopfront CMS as well as a way for developers to add their own icons and to call them based on category and type.

Installation

You can install the package by running the following composer command.

composer require digitalshopfront/icons

Usage

You can use any of the icon functions like this:

use Digitalshopfront\Icons\Facades\Icons as Icons;

echo Icons::getIcons();

You can also call any of the functions directly like this:

echo getIcons();

Contributing

As an open source project, this package is open to contributions from anyone. Please read through the contributing guidelines to learn more about how you can contribute to this project.