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
- Host: GitHub
- URL: https://github.com/adamkiss/kirby-icons-cssgg
- Owner: adamkiss
- License: mit
- Created: 2022-03-16T20:42:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T23:23:56.000Z (about 3 years ago)
- Last Synced: 2025-02-07T01:43:37.543Z (4 months ago)
- Topics: icons, kirby, kirby-plugin, snippets
- Language: PHP
- Homepage: https://css.gg
- Size: 287 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE-icons.md
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']);
```