Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(@clayui/css): LPD-41347 - Add Rwanda Flag Icon #5891

Merged
merged 1 commit into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ const flagsData = {
"ru-ru": '"ru-ru", "Russian", "Russia"',
"ru-tj": '"ru-tj", "Russian", "Tajikistan"',
"ru-ru": '"ru-ru", "Russian", "Russia"',
"rw-rw": '"rw-rw", "Kinyarwanda", "Rwanda"',
"sa-in": '"sa-in", "Sanskrit", "India"',
"se-fi": '"se-fi", "Sami", "Inari Finland"',
"se-no": '"se-no", "Sami", "Southern Norway"',
Expand Down
3 changes: 2 additions & 1 deletion clayui.com/static/images/icons/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions clayui.com/static/js/flags-autogenerated.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@
"name": "ru-ru",
"aliases": ["ru-ru", "Russian", "Russia"]
},
{
"name": "rw-rw",
"aliases": ["rw-rw", "Kinyarwanda", "Rwanda"]
},
{
"name": "sk-sk",
"aliases": ["sk-sk", "Slovak", "Slovakia"]
Expand Down
8 changes: 8 additions & 0 deletions packages/clay-css/src/images/icons/flags-rw-RW.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions packages/clay-css/src/scss/functions/_lx-icons-generated.scss
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,8 @@

'ru-ru': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="#B0BEC9" d="M0 64h512v384H0z"/><path fill="#FFF" d="M16 80.3h480v112H16z"/><path fill="#E03232" d="M16 320h480v112H16z"/><path fill="#0035A0" d="M16 192h480v128H16z"/></svg>',

'rw-rw': '<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M16 2H0v12h16V2Z" fill="#C0CFD8"/><path d="M15.5 7.5H.5v3h15v-3Z" fill="#FAD201"/><path d="M15.5 10.5H.5v3h15v-3Z" fill="#20603E"/><path d="M15.5 2.5H.5v5h15v-5Z" fill="#1AA1DF"/><path d="M12.75 6.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z" fill="#FAD201"/></svg>',

'sk-sk': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 24"><path class="st0" fill="#B0BEC9" d="M0 0h32v24H0V0z"/><path class="st1" fill="#E03232" d="M1 16h30v7H1v-7z"/><path class="st2" fill="#0035A0" d="M1 8h30v8H1V8z"/><path class="st3" fill="#FFF" d="M31 1H1v7h4v4.9c0 3.9 5 5.1 5 5.1s5-1.2 5-5.1V8h16V1z"/><path class="st2" fill="#0035A0" d="M6.1 13c.5 3.1 3.9 4 3.9 4s3.4-.9 3.9-4H6.1z"/><path class="st4" fill="#D80027" d="M14 6H6c0 .4-.1 6.9.1 7h3.4v-2h-2v-1h2V9h-1V8h1V7h1v1h1v1h-1v1h2v1h-2v2h3.4c.2-.1.1-6.6.1-7z"/></svg>',

'sl-si': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="#B0BEC9" d="M0 64h512v384H0z"/><path fill="#FFF" d="M16 80.3h480v112H16z"/><path fill="#E03232" d="M16 320h480v112H16z"/><path fill="#0035A0" d="M16 192h480v128H16z"/><path fill="#0035A0" stroke="#FFF" stroke-width="16" stroke-miterlimit="10" d="m256 160-80 160-80-160z"/></svg>',
Expand Down
Loading