@semantic-icons/bootstrap-icons 0.52.0 → 0.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Khalil LAGRIDA
3
+ Copyright (c) 2026 Khalil LAGRIDA
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -28,7 +28,7 @@ import { SiBalloonIcon } from '@semantic-icons/bootstrap-icons';
28
28
  standalone: true,
29
29
  imports: [SiBalloonIcon],
30
30
  template: `
31
- <svg class="text-blue-500 size-6" si-balloon-icon></svg>
31
+ <svg class="text-blue-500 size-6" siBalloonIcon></svg>
32
32
  `,
33
33
  styles: ``,
34
34
  encapsulation: ViewEncapsulation.None,
@@ -43,4 +43,4 @@ Icons use the Angular naming convention and are always prefixed with the word `s
43
43
 
44
44
  ## License
45
45
 
46
- MIT © 2024-2025 Khalil LAGRIDA
46
+ MIT © 2024-2026 Khalil LAGRIDA