Skip to content

Commit a9af679

Browse files
authored
Merge pull request #6054 from SelenaAungst/LPD-54569
feat(@clayui/css): LPD-54569 Add Bosnia & Herzegovina Flag.
2 parents f998e4d + af40e02 commit a9af679

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed
Lines changed: 13 additions & 0 deletions
Loading

packages/clay-css/src/scss/functions/_lx-icons-generated.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,8 @@
350350

351351
'bg-bg': '<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.3h480v112H16z"/><path fill="#E03232" d="M16 320h480v112H16z"/><path fill="#75BD4A" d="M16 192h480v128H16z"/></svg>',
352352

353+
'bs-ba': '<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="#002F6C"/><path d="M13.017 13.5v-11H2.092l10.925 11Z" fill="#FFCD00"/><path d="m3.463 5.826.385 1.184h1.245l-1.007.732.385 1.185-1.008-.733-1.008.733.385-1.185-1.007-.732h1.245l.385-1.184ZM6.891 9.254l.385 1.184h1.246l-1.008.732.385 1.185-1.008-.732-1.007.732.385-1.185-1.008-.732h1.246l.384-1.184Z" fill="#fff"/></svg>',
354+
353355
'ca-ad': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="#C0CFD8" d="M0 64h512v384H0z"/><path fill="#0035A0" d="M16 80h160v352H16z"/><path fill="#E03232" d="M336 80h160v352H336z"/><path fill="#FCD638" d="M176 80h160v352H176z"/><path fill="#A97451" d="M208 206.5h96v96h-96z"/></svg>',
354356

355357
'ca-es-valencia': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 64h512v384H0V64Z" fill="#B0BEC9"/><path d="M16 80h480v352H16V80Z" fill="#FCD638"/><path d="M16 118.4h480v38.4H16v-38.4Zm0 78.4h480v38.4H16v-38.4Zm0 78.4h480v38.4H16v-38.4Zm0 78.4h480V392H16v-38.4Z" fill="#E03232"/><path d="M112 80H16v352h96V80Z" fill="#5887DD"/><path d="M144 80h-32v352h32V80Z" fill="#E03232"/></svg>',

packages/clay-icon/docs/aliases.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ export const flagsData = [
1616
aliases: ['bg-bg', 'Bulgarian', 'Bulgaria'],
1717
name: 'bg-bg',
1818
},
19+
{
20+
aliases: ['bs-ba', 'Bosnian', 'Bosnia'],
21+
name: 'bs-ba',
22+
},
1923
{
2024
aliases: ['ca-ad', 'Catalan', 'Andorra'],
2125
name: 'ca-ad',

0 commit comments

Comments
 (0)