forked from pisilinux-rs/yali-rs
a48120b039
- Add linear gradient backgrounds to primary/secondary/danger buttons - Add language selector with flag icons in ComboBox - Add SVG support via egui_extras feature - Add cancel confirmation dialog on exit - Update Yali logo to SVG icon - Add flag SVGs for all countries - Improve users step layout with form helpers - Refactor button API (ui::theme::*_button now takes ui param)
14 lines
582 B
XML
14 lines
582 B
XML
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-bv" viewBox="0 0 640 480">
|
|
<defs>
|
|
<clipPath id="bv-a">
|
|
<path fill-opacity=".7" d="M0 0h640v480H0z"/>
|
|
</clipPath>
|
|
</defs>
|
|
<g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#bv-a)">
|
|
<path fill="#fff" d="M-28 0h699.7v512H-28z"/>
|
|
<path fill="#d72828" d="M-53-77.8h218.7v276.2H-53zM289.4-.6h381v199h-381zM-27.6 320h190.4v190.3H-27.6zm319.6 2.1h378.3v188.2H292z"/>
|
|
<path fill="#003897" d="M196.7-25.4H261v535.7h-64.5z"/>
|
|
<path fill="#003897" d="M-27.6 224.8h698v63.5h-698z"/>
|
|
</g>
|
|
</svg>
|