An open API service indexing awesome lists of open source software.

https://github.com/adamkiss/kirby-icons-cssgg

css.gg icons, packaged as inline svg snippets
https://github.com/adamkiss/kirby-icons-cssgg

icons kirby kirby-plugin snippets

Last synced: 2 months ago
JSON representation

css.gg icons, packaged as inline svg snippets

Awesome Lists containing this project

README

        

# Kirby Icons: CSS.gg

[css.gg](https://css.gg/app) icons, packaged as snippets with the inline svg code for the [Kirby CMS](https://getkirby.com/).

## Installation

Either download the folder and copy it to your `site/plugins/` folder, or with composer:
``` bash
composer require adamkiss/kirby-icons-cssgg
```

## Usage

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

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