conquer / simplelineicons
Yii2 simplelineicons widget
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- bower-asset/simple-line-icons-webfont: *
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-10-24 04:00:20 UTC
README
Description
Simple Line Icons is 162 simple stroke icons that are great for mobile applications, websites, user interfaces, etc. All icons were converted from the same beautiful simple line icon sets released previously on GraphicBurger.
You can checkout the vector PSD versions of these icons on the following links
- http://graphicburger.com/simple-line-icons-set-vol-1/
- http://graphicburger.com/simple-line-icons-set-vol-2/
- http://graphicburger.com/simple-line-icons-set-vol-3/
- http://graphicburger.com/simple-line-icons-set-vol-4/
To modify your generated font, use the dev.svg file, located in the fonts folder in this package. You can import this dev.svg file to the IcoMoon app. All the tags (class names) and the Unicode points of your glyphs are saved in this file.
These fonts converted to SVG using Illustrator, the SVG was then converted into a font using the awesome Icooon app (http://icomoon.io/app)
Installation
The preferred way to install this extension is through composer.
To install, either run
$ php composer.phar require conquer/simplelineicons "*"
or add
"conquer/simplelineicons": "*"
to the require
section of your composer.json
file.
Usage
conquer\simplelineicons\SimpleLineIconsAsset::register($this);
License
conquer/simplelineicons is released under the MIT License. See the bundled LICENSE.md
for details.