@central-icons-react/square-filled-radius-0-stroke-2 1.1.313 → 1.1.314
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/{IconCircleQuestionmark → IconQuestionmarkCircle}/index.d.ts +2 -2
- package/IconQuestionmarkCircle/index.js +3 -0
- package/IconQuestionmarkCircle/index.js.map +11 -0
- package/IconQuestionmarkCircle/index.mjs +3 -0
- package/IconQuestionmarkCircle/index.mjs.map +11 -0
- package/IconQuestionmarkCircle2/index.d.ts +4 -0
- package/{IconCircleQuestionmark → IconQuestionmarkCircle2}/index.js +2 -2
- package/{IconCircleQuestionmark → IconQuestionmarkCircle2}/index.js.map +4 -4
- package/{IconCircleQuestionmark → IconQuestionmarkCircle2}/index.mjs +2 -2
- package/{IconCircleQuestionmark → IconQuestionmarkCircle2}/index.mjs.map +4 -4
- package/README.md +2 -1
- package/icons/index.d.ts +1 -1
- 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 +4 -4
- package/index.d.ts +2 -1
- package/index.js +6 -3
- package/index.mjs +2 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react/SKILL.md +3 -2
package/index.d.ts
CHANGED
|
@@ -518,7 +518,6 @@ export { IconCirclePerson, default as IconCirclePersonDefault } from "./IconCirc
|
|
|
518
518
|
export { IconCirclePlaceholderOff, default as IconCirclePlaceholderOffDefault } from "./IconCirclePlaceholderOff";
|
|
519
519
|
export { IconCirclePlaceholderOn, default as IconCirclePlaceholderOnDefault } from "./IconCirclePlaceholderOn";
|
|
520
520
|
export { IconCirclePlus, default as IconCirclePlusDefault } from "./IconCirclePlus";
|
|
521
|
-
export { IconCircleQuestionmark, default as IconCircleQuestionmarkDefault } from "./IconCircleQuestionmark";
|
|
522
521
|
export { IconCircleRecord, default as IconCircleRecordDefault } from "./IconCircleRecord";
|
|
523
522
|
export { IconCircleX, default as IconCircleXDefault } from "./IconCircleX";
|
|
524
523
|
export { IconCirclesThree, default as IconCirclesThreeDefault } from "./IconCirclesThree";
|
|
@@ -1517,6 +1516,8 @@ export { IconPushTheButton, default as IconPushTheButtonDefault } from "./IconPu
|
|
|
1517
1516
|
export { IconPuzzle, default as IconPuzzleDefault } from "./IconPuzzle";
|
|
1518
1517
|
export { IconQm3, default as IconQm3Default } from "./IconQm3";
|
|
1519
1518
|
export { IconQrCode, default as IconQrCodeDefault } from "./IconQrCode";
|
|
1519
|
+
export { IconQuestionmarkCircle, default as IconQuestionmarkCircleDefault } from "./IconQuestionmarkCircle";
|
|
1520
|
+
export { IconQuestionmarkCircle2, default as IconQuestionmarkCircle2Default } from "./IconQuestionmarkCircle2";
|
|
1520
1521
|
export { IconQuickAi, default as IconQuickAiDefault } from "./IconQuickAi";
|
|
1521
1522
|
export { IconQuickSearch, default as IconQuickSearchDefault } from "./IconQuickSearch";
|
|
1522
1523
|
export { IconQuora, default as IconQuoraDefault } from "./IconQuora";
|
package/index.js
CHANGED
|
@@ -1560,9 +1560,6 @@ exports.IconCirclePlaceholderOnDefault = _IconCirclePlaceholderOn.default;
|
|
|
1560
1560
|
var _IconCirclePlus = require("./IconCirclePlus/index.js");
|
|
1561
1561
|
exports.IconCirclePlus = _IconCirclePlus.IconCirclePlus;
|
|
1562
1562
|
exports.IconCirclePlusDefault = _IconCirclePlus.default;
|
|
1563
|
-
var _IconCircleQuestionmark = require("./IconCircleQuestionmark/index.js");
|
|
1564
|
-
exports.IconCircleQuestionmark = _IconCircleQuestionmark.IconCircleQuestionmark;
|
|
1565
|
-
exports.IconCircleQuestionmarkDefault = _IconCircleQuestionmark.default;
|
|
1566
1563
|
var _IconCircleRecord = require("./IconCircleRecord/index.js");
|
|
1567
1564
|
exports.IconCircleRecord = _IconCircleRecord.IconCircleRecord;
|
|
1568
1565
|
exports.IconCircleRecordDefault = _IconCircleRecord.default;
|
|
@@ -4557,6 +4554,12 @@ exports.IconQm3Default = _IconQm3.default;
|
|
|
4557
4554
|
var _IconQrCode = require("./IconQrCode/index.js");
|
|
4558
4555
|
exports.IconQrCode = _IconQrCode.IconQrCode;
|
|
4559
4556
|
exports.IconQrCodeDefault = _IconQrCode.default;
|
|
4557
|
+
var _IconQuestionmarkCircle = require("./IconQuestionmarkCircle/index.js");
|
|
4558
|
+
exports.IconQuestionmarkCircle = _IconQuestionmarkCircle.IconQuestionmarkCircle;
|
|
4559
|
+
exports.IconQuestionmarkCircleDefault = _IconQuestionmarkCircle.default;
|
|
4560
|
+
var _IconQuestionmarkCircle2 = require("./IconQuestionmarkCircle2/index.js");
|
|
4561
|
+
exports.IconQuestionmarkCircle2 = _IconQuestionmarkCircle2.IconQuestionmarkCircle2;
|
|
4562
|
+
exports.IconQuestionmarkCircle2Default = _IconQuestionmarkCircle2.default;
|
|
4560
4563
|
var _IconQuickAi = require("./IconQuickAi/index.js");
|
|
4561
4564
|
exports.IconQuickAi = _IconQuickAi.IconQuickAi;
|
|
4562
4565
|
exports.IconQuickAiDefault = _IconQuickAi.default;
|
package/index.mjs
CHANGED
|
@@ -518,7 +518,6 @@ export { IconCirclePerson, default as IconCirclePersonDefault } from "./IconCirc
|
|
|
518
518
|
export { IconCirclePlaceholderOff, default as IconCirclePlaceholderOffDefault } from "./IconCirclePlaceholderOff/index.mjs";
|
|
519
519
|
export { IconCirclePlaceholderOn, default as IconCirclePlaceholderOnDefault } from "./IconCirclePlaceholderOn/index.mjs";
|
|
520
520
|
export { IconCirclePlus, default as IconCirclePlusDefault } from "./IconCirclePlus/index.mjs";
|
|
521
|
-
export { IconCircleQuestionmark, default as IconCircleQuestionmarkDefault } from "./IconCircleQuestionmark/index.mjs";
|
|
522
521
|
export { IconCircleRecord, default as IconCircleRecordDefault } from "./IconCircleRecord/index.mjs";
|
|
523
522
|
export { IconCircleX, default as IconCircleXDefault } from "./IconCircleX/index.mjs";
|
|
524
523
|
export { IconCirclesThree, default as IconCirclesThreeDefault } from "./IconCirclesThree/index.mjs";
|
|
@@ -1517,6 +1516,8 @@ export { IconPushTheButton, default as IconPushTheButtonDefault } from "./IconPu
|
|
|
1517
1516
|
export { IconPuzzle, default as IconPuzzleDefault } from "./IconPuzzle/index.mjs";
|
|
1518
1517
|
export { IconQm3, default as IconQm3Default } from "./IconQm3/index.mjs";
|
|
1519
1518
|
export { IconQrCode, default as IconQrCodeDefault } from "./IconQrCode/index.mjs";
|
|
1519
|
+
export { IconQuestionmarkCircle, default as IconQuestionmarkCircleDefault } from "./IconQuestionmarkCircle/index.mjs";
|
|
1520
|
+
export { IconQuestionmarkCircle2, default as IconQuestionmarkCircle2Default } from "./IconQuestionmarkCircle2/index.mjs";
|
|
1520
1521
|
export { IconQuickAi, default as IconQuickAiDefault } from "./IconQuickAi/index.mjs";
|
|
1521
1522
|
export { IconQuickSearch, default as IconQuickSearchDefault } from "./IconQuickSearch/index.mjs";
|
|
1522
1523
|
export { IconQuora, default as IconQuoraDefault } from "./IconQuora/index.mjs";
|
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.314) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2098 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
|
|
|
@@ -1128,7 +1128,7 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
1128
1128
|
- **IconSidebar** — sidebar, menu, list, window
|
|
1129
1129
|
- **IconSquareInfo** — square-info, information, tooltip
|
|
1130
1130
|
- **IconCircleInfo** — circle-info, info circle, tooltip, information
|
|
1131
|
-
- **
|
|
1131
|
+
- **IconQuestionmarkCircle2** — questionmark-circle-2, faq, help, questionaire
|
|
1132
1132
|
- **IconCircleBanSign** — circle-ban-sign, circle, block, ads
|
|
1133
1133
|
- **IconExclamationTriangle** — exclamation-triangle, error, warning, alert
|
|
1134
1134
|
- **IconChainLink1** — chain-link-1, url
|
|
@@ -1264,6 +1264,7 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
1264
1264
|
- **IconBellActive** — bell-active, notification, activity, alert, reminder
|
|
1265
1265
|
- **IconBell2Active** — bell-2-active, notification, activity, alert, reminder
|
|
1266
1266
|
- **IconBell2Off** — bell-2-off, notification, activity, alert, mute
|
|
1267
|
+
- **IconQuestionmarkCircle** — questionmark-circle, faq, help, questionaire
|
|
1267
1268
|
|
|
1268
1269
|
### Keyboard
|
|
1269
1270
|
- **IconRunShortcut** — run-shortcut, slash, skills
|