@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 +1 -1
- package/README.md +2 -2
- package/fesm2022/semantic-icons-bootstrap-icons.mjs +4156 -4156
- package/fesm2022/semantic-icons-bootstrap-icons.mjs.map +1 -1
- package/index.d.ts +2078 -2078
- package/package.json +10 -10
package/LICENSE
CHANGED
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"
|
|
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-
|
|
46
|
+
MIT © 2024-2026 Khalil LAGRIDA
|