Added support for all Material Icons

This commit is contained in:
Jeremy Rangel
2024-12-30 03:00:46 -08:00
parent 28139d2455
commit b9e2660318
14 changed files with 105248 additions and 7 deletions

View File

@ -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() {