Skip to content

brianush1/php-material-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Material Icons

Based on https://github.com/ramiroaisen/svelte-material-icons

Usage

<?php (require "icons/check.php")(size: "14", title: "Checkmark") ?>

You can search icons at https://materialdesignicons.com/

Note: If you wrap the icon into another element, set the display of the parent element to flex to avoid extra whitespace.

Properties

// all properties are optional
$size = "1em"
$color = "currentColor"
$width = null
$height = null
$viewBox = "0 0 24 24"
$className = null
$ariaLabel = null
$ariaHidden = null
$title = null
$desc = null

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages