Svelte component for flag-icon-css
npm install svelte-flagiconSVG icons designed by lipis. Inspired by alepop.
```
npm install svelte-flagicon
``
You can import all the icons at once:
``
or include component from source folder:
``
Icons can be configured with props:
```
Props:
| Name | Type | Default | Purpose |
|------|------|---------|---------|
| round | boolean | false | Applies a mask to the flag to create a circular icon. |
| size | number | 32 | Sets the width of the icon in pixels. |
| square | boolean | false | Changes the aspect ratio from 4x3 to 1x1. |