@central-icons-react/round-filled-radius-0-stroke-1 1.1.293 → 1.1.294
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/IconDatabricks/index.d.ts +4 -0
- package/IconDatabricks/index.js +3 -0
- package/IconDatabricks/index.js.map +11 -0
- package/IconDatabricks/index.mjs +3 -0
- package/IconDatabricks/index.mjs.map +11 -0
- package/IconDatabricksGenieCode/index.d.ts +4 -0
- package/IconDatabricksGenieCode/index.js +3 -0
- package/IconDatabricksGenieCode/index.js.map +11 -0
- package/IconDatabricksGenieCode/index.mjs +3 -0
- package/IconDatabricksGenieCode/index.mjs.map +11 -0
- package/README.md +2 -0
- 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 -0
- package/index.js +6 -0
- package/index.mjs +2 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react/SKILL.md +3 -1
package/index.d.ts
CHANGED
|
@@ -655,6 +655,8 @@ export { IconCuteRobot, default as IconCuteRobotDefault } from "./IconCuteRobot"
|
|
|
655
655
|
export { IconDashboardFast, default as IconDashboardFastDefault } from "./IconDashboardFast";
|
|
656
656
|
export { IconDashboardLow, default as IconDashboardLowDefault } from "./IconDashboardLow";
|
|
657
657
|
export { IconDashboardMiddle, default as IconDashboardMiddleDefault } from "./IconDashboardMiddle";
|
|
658
|
+
export { IconDatabricks, default as IconDatabricksDefault } from "./IconDatabricks";
|
|
659
|
+
export { IconDatabricksGenieCode, default as IconDatabricksGenieCodeDefault } from "./IconDatabricksGenieCode";
|
|
658
660
|
export { IconDateCustom, default as IconDateCustomDefault } from "./IconDateCustom";
|
|
659
661
|
export { IconDateDaily, default as IconDateDailyDefault } from "./IconDateDaily";
|
|
660
662
|
export { IconDateMonthly, default as IconDateMonthlyDefault } from "./IconDateMonthly";
|
package/index.js
CHANGED
|
@@ -1971,6 +1971,12 @@ exports.IconDashboardLowDefault = _IconDashboardLow.default;
|
|
|
1971
1971
|
var _IconDashboardMiddle = require("./IconDashboardMiddle/index.js");
|
|
1972
1972
|
exports.IconDashboardMiddle = _IconDashboardMiddle.IconDashboardMiddle;
|
|
1973
1973
|
exports.IconDashboardMiddleDefault = _IconDashboardMiddle.default;
|
|
1974
|
+
var _IconDatabricks = require("./IconDatabricks/index.js");
|
|
1975
|
+
exports.IconDatabricks = _IconDatabricks.IconDatabricks;
|
|
1976
|
+
exports.IconDatabricksDefault = _IconDatabricks.default;
|
|
1977
|
+
var _IconDatabricksGenieCode = require("./IconDatabricksGenieCode/index.js");
|
|
1978
|
+
exports.IconDatabricksGenieCode = _IconDatabricksGenieCode.IconDatabricksGenieCode;
|
|
1979
|
+
exports.IconDatabricksGenieCodeDefault = _IconDatabricksGenieCode.default;
|
|
1974
1980
|
var _IconDateCustom = require("./IconDateCustom/index.js");
|
|
1975
1981
|
exports.IconDateCustom = _IconDateCustom.IconDateCustom;
|
|
1976
1982
|
exports.IconDateCustomDefault = _IconDateCustom.default;
|
package/index.mjs
CHANGED
|
@@ -655,6 +655,8 @@ export { IconCuteRobot, default as IconCuteRobotDefault } from "./IconCuteRobot/
|
|
|
655
655
|
export { IconDashboardFast, default as IconDashboardFastDefault } from "./IconDashboardFast/index.mjs";
|
|
656
656
|
export { IconDashboardLow, default as IconDashboardLowDefault } from "./IconDashboardLow/index.mjs";
|
|
657
657
|
export { IconDashboardMiddle, default as IconDashboardMiddleDefault } from "./IconDashboardMiddle/index.mjs";
|
|
658
|
+
export { IconDatabricks, default as IconDatabricksDefault } from "./IconDatabricks/index.mjs";
|
|
659
|
+
export { IconDatabricksGenieCode, default as IconDatabricksGenieCodeDefault } from "./IconDatabricksGenieCode/index.mjs";
|
|
658
660
|
export { IconDateCustom, default as IconDateCustomDefault } from "./IconDateCustom/index.mjs";
|
|
659
661
|
export { IconDateDaily, default as IconDateDailyDefault } from "./IconDateDaily/index.mjs";
|
|
660
662
|
export { IconDateMonthly, default as IconDateMonthlyDefault } from "./IconDateMonthly/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.294) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2072 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
|
|
|
@@ -1797,6 +1797,8 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
1797
1797
|
- **IconConfluence** — confluence
|
|
1798
1798
|
- **IconTodoist** — todoist
|
|
1799
1799
|
- **IconBase44** — base44
|
|
1800
|
+
- **IconDatabricks** — databricks
|
|
1801
|
+
- **IconDatabricksGenieCode** — databricks-genie-code
|
|
1800
1802
|
|
|
1801
1803
|
### Sound & Music
|
|
1802
1804
|
- **IconVolumeFull** — volume-full, speaker, loud, sound
|