0.49.0 • Published 5 months ago

@semantic-icons/flag-icons v0.49.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@semantic-icons/flag-icons

@semantic-icons/flag-icons helps developers to use Flag icons inside Angular projects.

Supported versions

@semantic-icons/flag-iconsAngularFlag-icons
0.x.x>= 17.1.07.2.3

Usage

First, install @semantic-icons/flag-icons from npm:

npm install @semantic-icons/flag-icons

Now each icon can be imported individually as an Angular component:

import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core';

import { SiMaFlagIcon } from '@semantic-icons/flag-icons/square';

@Component({
  selector: 'app-home-page',
  standalone: true,
  imports: [SiMaFlagIcon],
  template: `
    <svg class="size-36" si-ma-flag-icon></svg>
  `,
  styles: ``,
  encapsulation: ViewEncapsulation.None,
  changeDetection: ChangeDetectionStrategy.OnPush,
})
export default class HomePage {}

The square shaped icons can be imported from @semantic-icons/flag-icons/square, the rectangle shaped icons can be imported from @semantic-icons/flag-icons/rectangle.

Icons use the Angular naming convention and are always prefixed with the word si and suffixed with the words flag icon.

License

MIT © 2024-2025 Khalil LAGRIDA

0.49.0

5 months ago

0.48.0

5 months ago

0.47.0

5 months ago

0.46.0

5 months ago

0.45.0

5 months ago

0.44.0

7 months ago

0.43.0

9 months ago

0.42.0

9 months ago

0.41.0

9 months ago

0.40.0

9 months ago

0.39.0

10 months ago

0.38.0

10 months ago

0.37.0

10 months ago

0.36.0

10 months ago

0.35.0

10 months ago

0.34.0

10 months ago

0.33.0

10 months ago

0.32.0

10 months ago

0.31.0

10 months ago

0.30.0

10 months ago

0.29.0

10 months ago

0.28.0

10 months ago

0.27.0

10 months ago

0.26.0

10 months ago

0.25.0

10 months ago

0.24.0

10 months ago

0.23.0

10 months ago

0.22.0

10 months ago

0.21.0

10 months ago

0.20.0

10 months ago

0.19.0

10 months ago

0.18.0

10 months ago

0.17.0

10 months ago

0.16.0

10 months ago

0.15.0

10 months ago

0.14.0

10 months ago

0.13.0

10 months ago

0.12.0

10 months ago

0.11.0

10 months ago

0.10.0

11 months ago

0.9.0

11 months ago

0.8.0

11 months ago

0.7.0

11 months ago

0.6.0

11 months ago

0.5.0

11 months ago

0.2.1

11 months ago

0.2.0

11 months ago

0.1.0

11 months ago

0.0.1

11 months ago