adamkiss/kirby-icons-cssgg

CSS.gg icons for kirby as snippets (with an optional $class)

1.0.1 2022-03-16 23:23 UTC

This package is auto-updated.

Last update: 2024-04-17 03:50:41 UTC


README

css.gg icons, packaged as snippets with the inline svg code for the Kirby CMS.

Installation

Either download the folder and copy it to your site/plugins/ folder, or with composer:

composer require adamkiss/kirby-icons-cssgg

Usage

// use an icon as is
snippet('icons/check');

// or add additional classes
snippet('icons/check', ['class' => 'red-color']);