1.0.0 • Published 2 years ago
@kentucky-educational-television/ket-icon v1.0.0
KET Icons
A simple, unified set of KET svg icons for flexible use in PHP and JS web applications
Usage
Managing Icons
Icons are stored in the icons
directory. Each icon is stored as a separate SVG file. The file name is the icon name, with the .svg
extension. For example, the icon named ket
is stored in the file icons/ket.svg
. To add a new icon, simply add a new SVG file to the icons
directory; to remove an icon, delete the corresponding SVG file.
Language Support
This KET Icon Set supports use in web applications built with either PHP or a JS framework (React/Next.js).