Skip to content

Commit

Permalink
Icon Merge - Color Icons (#755)
Browse files Browse the repository at this point in the history
**New**
Add Circle / 16, 20, 24, 28, 32 / Color
Alert / 16, 20, 24, 28, 32, 48 / Color
Approvals App / 16, 20, 24, 28, 32 / Color
Apps / 16, 20, 24, 28, 32, 48 / Color
Arrow Trending Lines / 20, 24 / Color
Beach / 16, 20, 24, 28, 32, 48 / Color
Building Multiple / 20, 24 / Color
Building People / 16, 20, 24 / Color
Building Store / 16, 20, 24 / Color
Building / 16, 20, 24, 32, 48 / Color
Calendar Cancel / 16, 20, 24 / Color
Calendar Checkmark / 16, 20, 24 / Color
Calendar Clock / 16, 20, 24 / Color
Calendar People / 20 / Color
Calendar / 16, 20, 24, 28, 32, 48 / Color
Camera / 16, 20, 24 / Color
Chat Bubbles Question / 16, 20, 24 / Color
Chat More / 16, 20, 24 / Color
Chat Multiple / 16, 20, 24 / Color
Checkbox Person / 16, 20, 24 / Color
Checkbox / 16, 20, 24 / Color
Checkmark Circle / 16, 20, 24, 32, 48 / Color
Clipboard Text Edit / 20, 24, 32 / Color
Clipboard / 16, 20, 24, 28, 32, 48 / Color
Clock Alarm / 16, 20, 24, 32, 48 / Color
Cloud Dismiss / 16, 20, 24, 28, 32, 48 / Color
Cloud / 16, 20, 24, 28, 32, 48 / Color
Code Block / 16, 20, 24, 28, 32, 48 / Color
Coin Multiple / 16, 20 / Color
Data Bar Vertical Ascending / 16, 20, 24 / Color
Dismiss Circle / 16, 20, 24, 28, 32, 48 / Color
Document Add / 16, 20, 24, 28, 48 / Color
Document Folder / 16, 20, 24 / Color
Document Lock / 16, 20, 24, 28, 48 / Color
Document / 16, 20, 24, 28, 32, 48 / Color
Edit / 16, 20, 24, 32 / Color
Error Circle / 16, 20, 24, 48 / Color
Food / 16, 20, 24, 28, 32, 48 / Color
Game Chat / 20 / Color
Globe Shield / 20, 24, 48 / Color
Headphones / 20, 24, 28, 32, 48 / Color
Headset / 16, 20, 24, 28, 32, 48 / Color
History / 16, 20, 24, 28, 32, 48 / Color
Home / 16, 20, 24, 28, 32, 48 / Color
Library / 16, 20, 24, 28, 32 / Color
Mail Multiple / 16, 20, 24, 28, 32 / Color
Mail / 16, 20, 24, 28, 32, 48 / Color
Mic / 16, 20, 24, 28, 32, 48 / Color
Org / 16, 20, 24, 28, 32, 48 / Color
People Home / 16, 20, 24, 28, 32, 48 / Color
People Team / 16, 20, 24, 28, 32, 48 / Color
People / 16, 20, 24, 28, 32, 48 / Color
Person Available / 16, 20, 24 / Color
Person / 16, 20, 24, 28, 32, 48 / Color
Pin / 16, 20, 24, 28, 32, 48 / Color
Poll / 16, 20, 24, 32 / Color
Question Circle / 16, 20, 24, 28, 32, 48 / Color
Receipt / 16, 20, 24, 28, 32 / Color
Reward / 16, 20, 24 / Color
Scan Person / 16, 20, 24, 28, 48 / Color
Scan Type / 20, 24 / Color
Search Visual / 16, 20, 24 / Color
Shield Checkmark / 16, 20, 24, 28, 48 / Color
Shield / 16, 20, 24, 28, 32, 48 / Color
Shifts / 16, 20, 24, 28, 32 / Color
Text Edit Style / 16, 20, 24 / Color
Vault / 16, 20, 24 / Color
Video / 16, 20, 24, 28, 32, 48 / Color
Warning / 16, 20, 24, 28, 32, 48 / Color
Wrench / 16, 20, 24 / Color
  • Loading branch information
willchavez authored Oct 2, 2024
1 parent 5c54358 commit 84a1dde
Show file tree
Hide file tree
Showing 626 changed files with 8,610 additions and 24 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
error_found=false
for file in $(find ./assets -type f -name "*.svg" -exec grep -L 'fill="#212121"' {} \;); do
for file in $(find ./assets -type f -name "*.svg" -print0 | grep -zv '_color.svg' | xargs -0 grep -L 'fill="#212121"'); do
echo "Error: $file does not have 'fill=\"#212121\"' or has a different fill."
error_found=true
done
Expand Down Expand Up @@ -162,7 +162,9 @@ jobs:
- run: |
npm run build
working-directory: packages/react-icons
- run: |
npm run build
working-directory: packages/react-native-icons
- run: |
npm run build
working-directory: packages/react-icons-font-subsetting-webpack-plugin
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14 changes: 14 additions & 0 deletions assets/Add Circle/SVG/ic_fluent_add_circle_16_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/Add Circle/SVG/ic_fluent_add_circle_20_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/Add Circle/SVG/ic_fluent_add_circle_24_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/Add Circle/SVG/ic_fluent_add_circle_28_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/Add Circle/SVG/ic_fluent_add_circle_32_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Alert/PDF/ic_fluent_alert_16_color.pdf
Binary file not shown.
Binary file added assets/Alert/PDF/ic_fluent_alert_20_color.pdf
Binary file not shown.
Binary file added assets/Alert/PDF/ic_fluent_alert_24_color.pdf
Binary file not shown.
Binary file added assets/Alert/PDF/ic_fluent_alert_28_color.pdf
Binary file not shown.
Binary file added assets/Alert/PDF/ic_fluent_alert_32_color.pdf
Binary file not shown.
Binary file added assets/Alert/PDF/ic_fluent_alert_48_color.pdf
Binary file not shown.
14 changes: 14 additions & 0 deletions assets/Alert/SVG/ic_fluent_alert_16_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/Alert/SVG/ic_fluent_alert_20_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/Alert/SVG/ic_fluent_alert_24_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/Alert/SVG/ic_fluent_alert_28_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/Alert/SVG/ic_fluent_alert_32_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/Alert/SVG/ic_fluent_alert_48_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14 changes: 14 additions & 0 deletions assets/Approvals App/SVG/ic_fluent_approvals_app_16_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/Approvals App/SVG/ic_fluent_approvals_app_20_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/Approvals App/SVG/ic_fluent_approvals_app_24_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/Approvals App/SVG/ic_fluent_approvals_app_28_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 84a1dde

Please sign in to comment.