@central-icons-react/square-outlined-radius-0-stroke-1.5 1.1.14 → 1.1.15
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/IconInputForm/index.d.ts +4 -0
- package/IconInputForm/index.js +2 -0
- package/IconInputForm/index.js.map +1 -0
- package/IconInputForm/index.mjs +2 -0
- package/IconInputForm/index.mjs.map +1 -0
- package/README.md +1 -0
- package/icons/index.d.ts +1 -0
- package/icons/index.js +1 -1
- package/icons/index.js.map +1 -1
- package/icons/index.mjs +1 -1
- package/icons/index.mjs.map +1 -1
- package/icons-index.json +5 -3
- package/index.d.ts +4 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react/square-outlined-radius-0-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.15",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react/square-outlined-radius-0-stroke-1.5/IconHome';",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
13
13
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
14
14
|
},
|
|
15
|
-
"totalIcons":
|
|
15
|
+
"totalIcons": 1549,
|
|
16
16
|
"categories": {
|
|
17
17
|
"AI & Magic": {
|
|
18
18
|
"count": 44,
|
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
]
|
|
447
447
|
},
|
|
448
448
|
"Edit": {
|
|
449
|
-
"count":
|
|
449
|
+
"count": 71,
|
|
450
450
|
"icons": [
|
|
451
451
|
"IconAddKeyframe",
|
|
452
452
|
"IconBezier",
|
|
@@ -484,6 +484,7 @@
|
|
|
484
484
|
"IconGlass",
|
|
485
485
|
"IconGooey",
|
|
486
486
|
"IconHighlight",
|
|
487
|
+
"IconInputForm",
|
|
487
488
|
"IconKeyframe",
|
|
488
489
|
"IconLineThickness",
|
|
489
490
|
"IconMagnet",
|
|
@@ -2560,6 +2561,7 @@
|
|
|
2560
2561
|
"IconInfinity": "infinity, loop, boomerang",
|
|
2561
2562
|
"IconInitiatives": "initiatives, nav, rooting",
|
|
2562
2563
|
"IconInjection": "injection",
|
|
2564
|
+
"IconInputForm": "input-form, text-area, prompt",
|
|
2563
2565
|
"IconInsertHtml": "insert-html, code, brackets",
|
|
2564
2566
|
"IconInsights": "insights, analyze",
|
|
2565
2567
|
"IconInstagram": "instagram",
|
package/index.d.ts
CHANGED
|
@@ -2313,6 +2313,10 @@ export {
|
|
|
2313
2313
|
IconInjection,
|
|
2314
2314
|
default as IconInjectionDefault,
|
|
2315
2315
|
} from "./IconInjection";
|
|
2316
|
+
export {
|
|
2317
|
+
IconInputForm,
|
|
2318
|
+
default as IconInputFormDefault,
|
|
2319
|
+
} from "./IconInputForm";
|
|
2316
2320
|
export {
|
|
2317
2321
|
IconInsertHtml,
|
|
2318
2322
|
default as IconInsertHtmlDefault,
|