Download the PHP package jiny/icons without Composer
On this page you can find all versions of the php package jiny/icons. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package icons
Icons Blade Components for Laravel
jinyIcon is icon generator by PHP. It is easy to use fure PHP and Laravel Framwork.
Install
Install using Composer.
How to use
JinyIcon can be used in two ways. The method of calling using the helper function and the method using components of the Laravel framework.
Helper
You can use the xIcon()
helper function to call the icon as follows.
Laravel Component
If you are using Laravel's Blade View, you can call the icon using the single tag <x-icon/>
.
Icon set
GenieIcon supports a variety of free MIT open icon sets. Anyone can add a new SVG icon to the package
You can contribute. Create a folder named type
in the /resources/view
folder, save the svg file, and commit.
- Heroicon
- Academicons
- Akar Icons
- Ant Design Icons
- Bootstrap Icons
- boxicons
- bytesize
- carbon
- clarity
- coolicons
- country-flags
- cryptocurrency
- zondicons
- weather-icons
- vaadin-icons
- unicons
- uiw-icons
- typicons
- teeny-icons
- tabler-icons
- system-uicons
- simple-line-icons
- simple-icons
- rpg-awesome-icons
- remix-icon
- radix-icons
- prime-icons
- pixelarticons
- phosphor-icons
- pepicons
- mono-icons
- microns
- maki-icons
- majestic-icons
- lucide-icons
- line-awesome-icons
- jam-icons
- iconpark
- iconic
- icomoon
- health-icons
- grommet-icons
- govicons
- google-material
- github-octicons
- forkawesome
- fontisto-icons
- fontawesome
- fontaudio
- fluentui-system
- file-icons
- feather
- evil-icons
- eva-icons
- eos-icons
- entypo
- emblemicons
- elusive-icons
- devicons
- css-icons
- coreui-icons
- codicons
How to contribute code
The Genie PHP icons package is provided to easily handle SVG icons registered by group.
It is a pure library. After forking the github repository, create a new icon group in the /resources/view
folder
svg file to register. And if you submit a pull-request, you will be registered as a contributor.
Also, if you have various ideas for handling additional icons, please contribute by writing the code.
License
jinyPHP icons is open-sourced software licensedd under MIT license.