sccoreui 6.1.31 → 6.1.32

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.
@@ -4213,6 +4213,12 @@ exports.iconList = [
4213
4213
  </svg>
4214
4214
  `,
4215
4215
  },
4216
+ {
4217
+ name: "star-01-fill",
4218
+ svg: `<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
4219
+ <path d="M7.7414 0.877804C7.93347 0.488688 8.02951 0.29413 8.15988 0.231969C8.27332 0.177885 8.4051 0.177885 8.51853 0.231969C8.6489 0.29413 8.74494 0.488688 8.93701 0.877804L10.7592 4.56944C10.8159 4.68432 10.8443 4.74176 10.8857 4.78635C10.9224 4.82584 10.9664 4.85783 11.0153 4.88056C11.0705 4.90623 11.1339 4.91549 11.2606 4.93402L15.3367 5.5298C15.7659 5.59253 15.9805 5.6239 16.0798 5.72874C16.1663 5.81995 16.2069 5.94529 16.1904 6.06985C16.1715 6.21302 16.0162 6.36436 15.7054 6.66702L12.7571 9.53872C12.6652 9.62824 12.6192 9.673 12.5896 9.72626C12.5633 9.77341 12.5465 9.82522 12.54 9.8788C12.5326 9.93931 12.5435 10.0025 12.5651 10.129L13.2608 14.1851C13.3342 14.6129 13.3709 14.8269 13.3019 14.9538C13.242 15.0642 13.1353 15.1417 13.0117 15.1646C12.8697 15.1909 12.6776 15.0899 12.2935 14.8879L8.64951 12.9716C8.53597 12.9119 8.4792 12.882 8.41939 12.8703C8.36644 12.8599 8.31197 12.8599 8.25902 12.8703C8.19921 12.882 8.14244 12.9119 8.02891 12.9716L4.38496 14.8879C4.00079 15.0899 3.8087 15.1909 3.66667 15.1646C3.54309 15.1417 3.43646 15.0642 3.37647 14.9538C3.30753 14.8269 3.34421 14.6129 3.41759 14.1851L4.11326 10.129C4.13495 10.0025 4.1458 9.93931 4.13846 9.8788C4.13196 9.82522 4.11512 9.77341 4.08886 9.72626C4.05921 9.673 4.01326 9.62824 3.92135 9.53872L0.972992 6.66702C0.662245 6.36436 0.506872 6.21302 0.487965 6.06985C0.471514 5.94529 0.512154 5.81995 0.598568 5.72874C0.697889 5.6239 0.912502 5.59253 1.34173 5.5298L5.41779 4.93402C5.54455 4.91549 5.60793 4.90623 5.66312 4.88056C5.712 4.85783 5.75599 4.82584 5.79268 4.78635C5.83412 4.74176 5.86247 4.68432 5.91917 4.56944L7.7414 0.877804Z" fill="#EAAA08"/>
4220
+ </svg>`,
4221
+ },
4216
4222
  {
4217
4223
  name: "star-02",
4218
4224
  svg: `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "6.1.31",
3
+ "version": "6.1.32",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",