Added support for all Material Icons
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
// Path to the input JSON file
|
||||
$inputFile = 'material-icons-baseline.json';
|
||||
$inputFile = 'material-icons-twotone.json';
|
||||
// Path to the output JSON file
|
||||
$outputFile = 'material-icons-baseline-unescaped-with-ids.json';
|
||||
$outputFile = 'material-icons-twotone-unescaped-with-ids.json';
|
||||
|
||||
// Function to generate a MySQL-style UUID
|
||||
function generateUUID() {
|
||||
|
||||
Reference in New Issue
Block a user