@central-icons-solid/square-filled-radius-0-stroke-2 1.1.310 → 1.1.311
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/IconShieldUser/index.d.ts +4 -0
- package/IconShieldUser/index.tsx +7 -0
- package/README.md +1 -0
- package/icons/index.d.ts +1 -1
- package/icons/index.jsx +1 -1
- package/icons-index.json +4 -4
- package/index.d.ts +1 -0
- package/index.jsx +1 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-solid/SKILL.md +2 -1
package/index.d.ts
CHANGED
|
@@ -1663,6 +1663,7 @@ export { IconShieldCrossed, default as IconShieldCrossedDefault } from "./IconSh
|
|
|
1663
1663
|
export { IconShieldKeyhole, default as IconShieldKeyholeDefault } from "./IconShieldKeyhole";
|
|
1664
1664
|
export { IconShieldSafeSearch, default as IconShieldSafeSearchDefault } from "./IconShieldSafeSearch";
|
|
1665
1665
|
export { IconShieldSearch, default as IconShieldSearchDefault } from "./IconShieldSearch";
|
|
1666
|
+
export { IconShieldUser, default as IconShieldUserDefault } from "./IconShieldUser";
|
|
1666
1667
|
export { IconShift, default as IconShiftDefault } from "./IconShift";
|
|
1667
1668
|
export { IconShimmer, default as IconShimmerDefault } from "./IconShimmer";
|
|
1668
1669
|
export { IconShip, default as IconShipDefault } from "./IconShip";
|
package/index.jsx
CHANGED
|
@@ -1663,6 +1663,7 @@ export { IconShieldCrossed, default as IconShieldCrossedDefault } from "./IconSh
|
|
|
1663
1663
|
export { IconShieldKeyhole, default as IconShieldKeyholeDefault } from "./IconShieldKeyhole/index.tsx";
|
|
1664
1664
|
export { IconShieldSafeSearch, default as IconShieldSafeSearchDefault } from "./IconShieldSafeSearch/index.tsx";
|
|
1665
1665
|
export { IconShieldSearch, default as IconShieldSearchDefault } from "./IconShieldSearch/index.tsx";
|
|
1666
|
+
export { IconShieldUser, default as IconShieldUserDefault } from "./IconShieldUser/index.tsx";
|
|
1666
1667
|
export { IconShift, default as IconShiftDefault } from "./IconShift/index.tsx";
|
|
1667
1668
|
export { IconShimmer, default as IconShimmerDefault } from "./IconShimmer/index.tsx";
|
|
1668
1669
|
export { IconShip, default as IconShipDefault } from "./IconShip/index.tsx";
|
package/license-check.js
CHANGED
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@ description: Use when inserting icons in Solid code that imports from @central-i
|
|
|
5
5
|
|
|
6
6
|
# Central Icons — Solid
|
|
7
7
|
|
|
8
|
-
This skill helps you find icons from the Central Icons Solid library (`@central-icons-solid/*`, version 1.1.
|
|
8
|
+
This skill helps you find icons from the Central Icons Solid library (`@central-icons-solid/*`, version 1.1.311) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2096 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
|
|
9
9
|
|
|
10
10
|
## Before you pick an import path
|
|
11
11
|
|
|
@@ -1589,6 +1589,7 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
1589
1589
|
- **IconUnlocked2** — unlocked-2, unlock, private
|
|
1590
1590
|
- **IconKeyhole2** — keyhole-2, lock, unlock
|
|
1591
1591
|
- **IconShieldSafeSearch** — shield-safe-search, child-protection
|
|
1592
|
+
- **IconShieldUser** — shield-user, personal-data, id
|
|
1592
1593
|
|
|
1593
1594
|
### Shopping & Payment
|
|
1594
1595
|
- **IconCreditCard1** — credit-card-1, card, payment
|