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() {
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
"setName": "Font Awesome - Regular",
|
||||
"setFamily": "Font Awesome",
|
||||
"version": "6.7.1",
|
||||
"file": "/font-awesome/v6.7.1/font-awesome-v6.7.1-regular-svgs.json"
|
||||
"fileName": "/font-awesome/v6.7.1/font-awesome-v6.7.1-regular-svgs.json"
|
||||
|
||||
},
|
||||
{
|
||||
@ -30,5 +30,37 @@
|
||||
"version": "1.0.32",
|
||||
"fileName": "/material-icons/v1.0.32/material-icons-v1.0.32-baseline-svgs.json"
|
||||
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"setName": "Material Icons - Outline",
|
||||
"setFamily": "Material Icons",
|
||||
"version": "1.0.32",
|
||||
"fileName": "/material-icons/v1.0.32/material-icons-v1.0.32-outline-svgs.json"
|
||||
|
||||
},
|
||||
{
|
||||
"id":6,
|
||||
"setName": "Material Icons - Twotone",
|
||||
"setFamily": "Material Icons",
|
||||
"version": "1.0.32",
|
||||
"fileName": "/material-icons/v1.0.32/material-icons-v1.0.32-twotone-svgs.json"
|
||||
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"setName": "Material Icons - Sharp",
|
||||
"setFamily": "Material Icons",
|
||||
"version": "1.0.32",
|
||||
"fileName": "/material-icons/v1.0.32/material-icons-v1.0.32-sharp-svgs.json"
|
||||
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"setName": "Material Icons - Round",
|
||||
"setFamily": "Material Icons",
|
||||
"version": "1.0.32",
|
||||
"fileName": "/material-icons/v1.0.32/material-icons-v1.0.32-round-svgs.json"
|
||||
|
||||
}
|
||||
]
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
13148
assets/json/icons/material-icons/modified_material-icons-outline.json
Normal file
13148
assets/json/icons/material-icons/modified_material-icons-outline.json
Normal file
File diff suppressed because it is too large
Load Diff
13148
assets/json/icons/material-icons/modified_material-icons-round.json
Normal file
13148
assets/json/icons/material-icons/modified_material-icons-round.json
Normal file
File diff suppressed because it is too large
Load Diff
13148
assets/json/icons/material-icons/modified_material-icons-sharp.json
Normal file
13148
assets/json/icons/material-icons/modified_material-icons-sharp.json
Normal file
File diff suppressed because it is too large
Load Diff
13148
assets/json/icons/material-icons/modified_material-icons-twotone.json
Normal file
13148
assets/json/icons/material-icons/modified_material-icons-twotone.json
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user