Skip to content

Commit

Permalink
Run full build
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonytm committed Jun 20, 2022
1 parent a0ec4a2 commit 8fc47c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/Main.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ New-Item -Path $output -ItemType Directory
# Process MUI Icons
# There are 5 types of MUI icons: regular, sharp, outlined, rounded, two tones. To decrease amount of icons to process, we'll only process regular icons.
# If you want to use other type of icons change -Match parameter
& .\Generic.ps1 -Prefix "mui-" -Path "../input/mui/material-ui/packages/mui-icons-material/material-icons" -Match "^image_search_24px.*$"
& .\Generic.ps1 -Prefix "mui-" -Path "../input/mui/material-ui/packages/mui-icons-material/material-icons" -Match "^(?!.*(_sharp_|_outlined_|_rounded_|_two_tone_)).*$"
# Process FA Icons
& .\Generic.ps1 -Prefix "fa-" -Path "../input/fa/Font-Awesome/svgs" -Match "^bookmark.*$"
& .\Generic.ps1 -Prefix "fa-" -Path "../input/fa/Font-Awesome/svgs"

# ZIP icons

Expand Down

0 comments on commit 8fc47c3

Please sign in to comment.