Skip to content

Commit

Permalink
Merge pull request #5902 from pat270/LPD-44385
Browse files Browse the repository at this point in the history
feat(@clayui/css): LPD-44385 Add language flag no-No.svg
  • Loading branch information
matuzalemsteles authored Dec 13, 2024
2 parents bcf8551 + f875e39 commit f7997ff
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 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 @@ -183,6 +183,10 @@
"name": "nl-nl",
"aliases": ["nl-nl", "Dutch", "Netherlands"]
},
{
"name": "no-no",
"aliases": ["no-no", "Norwegian", "Norway"]
},
{
"name": "pl-pl",
"aliases": ["pl-pl", "Polish", "Poland"]
Expand Down
14 changes: 14 additions & 0 deletions packages/clay-css/src/images/icons/flags-no-NO.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 @@ -438,6 +438,8 @@

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

'no-no': '<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M16 2H0v12h16V2Z" fill="#B0BEC9"/><path d="M15.5 2.5H.5v11h15v-11Z" fill="#E03232"/><path d="M7 2.5H4v11h3v-11Z" fill="#FFF"/><path d="M15.503 6.5H.5v3h15.003v-3Z" fill="#FFF"/><path d="M15.503 7.5H.5v1h15.003v-1Z" fill="#0035A0"/><path d="M6 2.5H5v11h1v-11Z" fill="#0035A0"/></svg>',

'pl-pl': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="#C0CFD8" d="M0 64h512v384H0z"/><path fill="#FFF" d="M16 80.6h480v176H16z"/><path fill="#E03232" d="M16 256h480v176H16z"/></svg>',

'pt-br': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="#C0CFD8" d="M0 64h512v384H0z"/><path fill="#75BD4A" d="M16 80h480v352H16z"/><path fill="#FCD638" d="M256 416 32 256 256 96l224 160z"/><circle fill="#0035A0" cx="256" cy="256" r="80"/></svg>',
Expand Down

0 comments on commit f7997ff

Please sign in to comment.