@join-x5/react-icons 1.5.2 → 1.6.0-rc
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/dist/components/CheckBoxIndeterminate.es.js +1 -1
- package/dist/components/CheckBoxIndeterminate.es.js.map +1 -1
- package/dist/components/CheckBoxPlus.d.ts +2 -0
- package/dist/components/CheckBoxPlus.es.js +8 -0
- package/dist/components/CheckBoxPlus.es.js.map +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +268 -266
- package/dist/index.es.js.map +1 -1
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "@emotion/react/jsx-runtime";
|
|
2
2
|
import { forwardRef as t } from "@join-x5/react-theme";
|
|
3
3
|
import { SVG as n } from "./SVG.es.js";
|
|
4
|
-
const i =
|
|
4
|
+
const i = /* @__PURE__ */ e("rect", { x: "4.5", y: "10.5", width: "15", height: "3", rx: "1.5" }, "2"), h = t((r, o) => /* @__PURE__ */ e(n, { ref: o, name: "CheckBoxIndeterminate", ...r, viewBox: "0 0 24 24", children: i }));
|
|
5
5
|
export {
|
|
6
6
|
h as CheckBoxIndeterminateIcon
|
|
7
7
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckBoxIndeterminate.es.js","sources":["../../src/components/CheckBoxIndeterminate.tsx"],"sourcesContent":["import {forwardRef} from '@join-x5/react-theme';\n\nimport {SVG} from './SVG';\n\nimport type {IconComponent} from '../types';\n\nconst largeIcon =
|
|
1
|
+
{"version":3,"file":"CheckBoxIndeterminate.es.js","sources":["../../src/components/CheckBoxIndeterminate.tsx"],"sourcesContent":["import {forwardRef} from '@join-x5/react-theme';\n\nimport {SVG} from './SVG';\n\nimport type {IconComponent} from '../types';\n\nconst largeIcon = <rect key=\"2\" x=\"4.5\" y=\"10.5\" width=\"15\" height=\"3\" rx=\"1.5\" />;\n\nexport const CheckBoxIndeterminateIcon: IconComponent = forwardRef((props, ref) => {\n return (\n <SVG ref={ref} name=\"CheckBoxIndeterminate\" {...props} viewBox=\"0 0 24 24\">\n {largeIcon}\n </SVG>\n );\n});\n"],"names":["largeIcon","jsx","CheckBoxIndeterminateIcon","forwardRef","props","ref","SVG"],"mappings":";;;AAMA,MAAMA,IAAY,gBAAAC,EAAC,QAAA,EAAa,GAAE,OAAM,GAAE,QAAO,OAAM,MAAK,QAAO,KAAI,IAAG,SAA9C,GAAmD,GAElEC,IAA2CC,EAAW,CAACC,GAAOC,MAEvE,gBAAAJ,EAACK,KAAI,KAAAD,GAAU,MAAK,yBAAwB,GAAID,GAAO,SAAQ,aAC5DJ,UAAAA,EAAAA,CACH,CAEH;"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as o } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { forwardRef as C } from "@join-x5/react-theme";
|
|
3
|
+
import { SVG as t } from "./SVG.es.js";
|
|
4
|
+
const c = /* @__PURE__ */ o("path", { d: "M5 0C5.55228 2.41411e-08 6 0.447715 6 1V4H9C9.55228 4 10 4.44772 10 5C10 5.55228 9.55228 6 9 6H6V9C6 9.55228 5.55228 10 5 10C4.44772 10 4 9.55228 4 9V6H1C0.447715 6 0 5.55228 0 5C0 4.44772 0.447715 4 1 4H4V1C4 0.447715 4.44772 -2.41411e-08 5 0Z" }), i = C((r, e) => /* @__PURE__ */ o(t, { ref: e, name: "CheckBoxPlus", ...r, viewBox: "-2.5 -2.5 15 15", children: c }));
|
|
5
|
+
export {
|
|
6
|
+
i as CheckBoxPlusIcon
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=CheckBoxPlus.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckBoxPlus.es.js","sources":["../../src/components/CheckBoxPlus.tsx"],"sourcesContent":["import {forwardRef} from '@join-x5/react-theme';\n\nimport {SVG} from './SVG';\n\nimport type {IconComponent} from '../types';\n\nconst largeIcon = (\n <path d=\"M5 0C5.55228 2.41411e-08 6 0.447715 6 1V4H9C9.55228 4 10 4.44772 10 5C10 5.55228 9.55228 6 9 6H6V9C6 9.55228 5.55228 10 5 10C4.44772 10 4 9.55228 4 9V6H1C0.447715 6 0 5.55228 0 5C0 4.44772 0.447715 4 1 4H4V1C4 0.447715 4.44772 -2.41411e-08 5 0Z\" />\n);\n\nexport const CheckBoxPlusIcon: IconComponent = forwardRef((props, ref) => {\n return (\n <SVG ref={ref} name=\"CheckBoxPlus\" {...props} viewBox=\"-2.5 -2.5 15 15\">\n {largeIcon}\n </SVG>\n );\n});\n"],"names":["largeIcon","jsx","CheckBoxPlusIcon","forwardRef","props","ref","SVG"],"mappings":";;;AAMA,MAAMA,IACJ,gBAAAC,EAAC,QAAA,EAAK,GAAE,uPAAA,CAAsP,GAGnPC,IAAkCC,EAAW,CAACC,GAAOC,MAE9D,gBAAAJ,EAACK,KAAI,KAAAD,GAAU,MAAK,gBAAe,GAAID,GAAO,SAAQ,mBACnDJ,UAAAA,EAAAA,CACH,CAEH;"}
|
|
@@ -26,6 +26,7 @@ export { BoxArchiveIcon } from './BoxArchive';
|
|
|
26
26
|
export { BoxTapeIcon } from './BoxTape';
|
|
27
27
|
export { CalculatorIcon } from './Calculator';
|
|
28
28
|
export { CheckBoxIndeterminateIcon } from './CheckBoxIndeterminate';
|
|
29
|
+
export { CheckBoxPlusIcon } from './CheckBoxPlus';
|
|
29
30
|
export { CheckBoxSelectedIcon } from './CheckBoxSelected';
|
|
30
31
|
export { ChevronDownIcon } from './ChevronDown';
|
|
31
32
|
export { ChevronLeftIcon } from './ChevronLeft';
|