@central-icons-react/round-outlined-radius-2-stroke-2 1.1.308 → 1.1.310
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/IconArrowBottomTop/index.js +2 -2
- package/IconArrowBottomTop/index.js.map +3 -3
- package/IconArrowBottomTop/index.mjs +2 -2
- package/IconArrowBottomTop/index.mjs.map +3 -3
- package/IconArrowLeftRight/index.js +2 -2
- package/IconArrowLeftRight/index.js.map +3 -3
- package/IconArrowLeftRight/index.mjs +2 -2
- package/IconArrowLeftRight/index.mjs.map +3 -3
- package/icons/index.js +2 -2
- package/icons/index.js.map +3 -3
- package/icons/index.mjs +2 -2
- package/icons/index.mjs.map +3 -3
- package/icons-index.json +2 -2
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react/SKILL.md +2 -2
package/license-check.js
CHANGED
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@ description: Use when inserting icons in React code that imports from @central-i
|
|
|
5
5
|
|
|
6
6
|
# Central Icons — React
|
|
7
7
|
|
|
8
|
-
This skill helps you find icons from the Central Icons React library (`@central-icons-react/*`, version 1.1.
|
|
8
|
+
This skill helps you find icons from the Central Icons React library (`@central-icons-react/*`, version 1.1.310) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2095 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
|
|
|
@@ -279,7 +279,7 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
279
279
|
- **IconArrowBottomTop** — arrow-bottom-top, sort 2, switch vertical
|
|
280
280
|
- **IconArrowSplitUp** — arrow-split-up, rules, direction, split
|
|
281
281
|
- **IconArrowRightLeft** — arrow-right-left, sort 1, switch horizontal
|
|
282
|
-
- **IconArrowLeftRight** — arrow-left-right, sort 2, switch
|
|
282
|
+
- **IconArrowLeftRight** — arrow-left-right, sort 2, switch horizontal
|
|
283
283
|
- **IconArrowsRepeat** — arrows-repeat, repost
|
|
284
284
|
- **IconArrowsRepeatRightLeft** — arrows-repeat-right-left, repost
|
|
285
285
|
- **IconArrowsRepeatRightLeftOff** — arrows-repeat-right-left-off, repost-off
|