0.49.0 • Published 5 months ago

@semantic-icons/circle-flags v0.49.0

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

@semantic-icons/circle-flags

@semantic-icons/circle-flags helps developers to use Circle flags inside Angular projects.

Supported versions

@semantic-icons/circle-flagsAngularCircle-flags
0.x.x>= 17.1.01.0.0

Usage

First, install @semantic-icons/circle-flags from npm:

npm install @semantic-icons/circle-flags

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

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

import { SiFrFlagIcon } from '@semantic-icons/circle-flags';

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

The regular icons can be imported from @semantic-icons/circle-flags, the other icons can be imported from @semantic-icons/circle-flags/other, the language icons can be imported from @semantic-icons/circle-flags/language.

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

10 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.0.1

11 months ago