@neo4j-ndl/react 1.3.0 → 1.3.1

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.
Files changed (37) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/lib/cjs/icons/generated/custom/AlignBottom.js +6 -0
  3. package/lib/cjs/icons/generated/custom/AlignBottom.js.map +1 -0
  4. package/lib/cjs/icons/generated/custom/AlignCenter.js +6 -0
  5. package/lib/cjs/icons/generated/custom/AlignCenter.js.map +1 -0
  6. package/lib/cjs/icons/generated/custom/AlignTop.js +6 -0
  7. package/lib/cjs/icons/generated/custom/AlignTop.js.map +1 -0
  8. package/lib/cjs/icons/generated/custom/Bold.js +6 -0
  9. package/lib/cjs/icons/generated/custom/Bold.js.map +1 -0
  10. package/lib/cjs/icons/generated/custom/Italic.js +6 -0
  11. package/lib/cjs/icons/generated/custom/Italic.js.map +1 -0
  12. package/lib/cjs/icons/generated/custom/Underline.js +6 -0
  13. package/lib/cjs/icons/generated/custom/Underline.js.map +1 -0
  14. package/lib/cjs/icons/generated/custom/index.js +13 -1
  15. package/lib/cjs/icons/generated/custom/index.js.map +1 -1
  16. package/lib/esm/icons/generated/custom/AlignBottom.js +4 -0
  17. package/lib/esm/icons/generated/custom/AlignBottom.js.map +1 -0
  18. package/lib/esm/icons/generated/custom/AlignCenter.js +4 -0
  19. package/lib/esm/icons/generated/custom/AlignCenter.js.map +1 -0
  20. package/lib/esm/icons/generated/custom/AlignTop.js +4 -0
  21. package/lib/esm/icons/generated/custom/AlignTop.js.map +1 -0
  22. package/lib/esm/icons/generated/custom/Bold.js +4 -0
  23. package/lib/esm/icons/generated/custom/Bold.js.map +1 -0
  24. package/lib/esm/icons/generated/custom/Italic.js +4 -0
  25. package/lib/esm/icons/generated/custom/Italic.js.map +1 -0
  26. package/lib/esm/icons/generated/custom/Underline.js +4 -0
  27. package/lib/esm/icons/generated/custom/Underline.js.map +1 -0
  28. package/lib/esm/icons/generated/custom/index.js +6 -0
  29. package/lib/esm/icons/generated/custom/index.js.map +1 -1
  30. package/lib/types/icons/generated/custom/AlignBottom.d.ts +23 -0
  31. package/lib/types/icons/generated/custom/AlignCenter.d.ts +23 -0
  32. package/lib/types/icons/generated/custom/AlignTop.d.ts +23 -0
  33. package/lib/types/icons/generated/custom/Bold.d.ts +23 -0
  34. package/lib/types/icons/generated/custom/Italic.d.ts +23 -0
  35. package/lib/types/icons/generated/custom/Underline.d.ts +23 -0
  36. package/lib/types/icons/generated/custom/index.d.ts +6 -0
  37. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 0e08681: Added bold, italic, underline, align-center, align-bottom, align-top icons
8
+ - Updated dependencies [0e08681]
9
+ - @neo4j-ndl/base@1.3.1
10
+
3
11
  ## 1.3.0
4
12
 
5
13
  ### Minor Changes
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const SvgAlignBottom = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M15.5 15.5L11.725 19M11.725 19L8 15.5M11.725 19V2M2 22H22", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
5
+ exports.default = SvgAlignBottom;
6
+ //# sourceMappingURL=AlignBottom.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlignBottom.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/AlignBottom.tsx"],"names":[],"mappings":";;;AAwBA,MAAM,cAAc,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACzD,8CACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,iCACE,CAAC,EAAC,2DAA2D,EAC7D,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,kBAAe,cAAc,CAAC"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const SvgAlignCenter = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M15.5 5.5L11.725 9M11.725 9L8 5.5M11.725 9V2M15.5 18.5L11.725 15M11.725 15L8 18.5M11.725 15V22M2 12H22", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
5
+ exports.default = SvgAlignCenter;
6
+ //# sourceMappingURL=AlignCenter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlignCenter.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/AlignCenter.tsx"],"names":[],"mappings":";;;AAwBA,MAAM,cAAc,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACzD,8CACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,iCACE,CAAC,EAAC,wGAAwG,EAC1G,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,kBAAe,cAAc,CAAC"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const SvgAlignTop = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M15.5 8.5L11.725 5M11.725 5L8 8.5M11.725 5V22M2 2H22", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
5
+ exports.default = SvgAlignTop;
6
+ //# sourceMappingURL=AlignTop.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlignTop.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/AlignTop.tsx"],"names":[],"mappings":";;;AAwBA,MAAM,WAAW,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACtD,8CACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,iCACE,CAAC,EAAC,sDAAsD,EACxD,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,kBAAe,WAAW,CAAC"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const SvgBold = (props) => ((0, jsx_runtime_1.jsxs)("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M6.5 19.4987H13C14.1935 19.4987 15.3381 19.0246 16.182 18.1806C17.0259 17.3367 17.5 16.1921 17.5 14.9987C17.5 13.8052 17.0259 12.6606 16.182 11.8167C15.3381 10.9728 14.1935 10.4987 13 10.4987H13.5C13.894 10.4987 14.2841 10.4211 14.6481 10.2703C15.012 10.1195 15.3427 9.89855 15.6213 9.61998C15.8999 9.3414 16.1209 9.01068 16.2716 8.64671C16.4224 8.28273 16.5 7.89262 16.5 7.49866C16.5 7.10469 16.4224 6.71458 16.2716 6.35061C16.1209 5.98663 15.8999 5.65591 15.6213 5.37734C15.3427 5.09876 15.012 4.87778 14.6481 4.72702C14.2841 4.57625 13.894 4.49866 13.5 4.49866H6.5", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M8.5 4.49866V19.4987", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M13 10.4987H8.5", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })] })));
5
+ exports.default = SvgBold;
6
+ //# sourceMappingURL=Bold.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Bold.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/Bold.tsx"],"names":[],"mappings":";;;AAwBA,MAAM,OAAO,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAClD,+CACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,eAET,iCACE,CAAC,EAAC,yjBAAyjB,EAC3jB,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,EACF,iCACE,CAAC,EAAC,sBAAsB,EACxB,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,EACF,iCACE,CAAC,EAAC,iBAAiB,EACnB,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,KACE,CACP,CAAC;AACF,kBAAe,OAAO,CAAC"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const SvgItalic = (props) => ((0, jsx_runtime_1.jsxs)("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M17.625 6.37402H12.375", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M11.625 17.624H6.375", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M9 17.624L15 6.37402", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })] })));
5
+ exports.default = SvgItalic;
6
+ //# sourceMappingURL=Italic.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Italic.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/Italic.tsx"],"names":[],"mappings":";;;AAwBA,MAAM,SAAS,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACpD,+CACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,eAET,iCACE,CAAC,EAAC,wBAAwB,EAC1B,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,EACF,iCACE,CAAC,EAAC,sBAAsB,EACxB,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,EACF,iCACE,CAAC,EAAC,sBAAsB,EACxB,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,KACE,CACP,CAAC;AACF,kBAAe,SAAS,CAAC"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const SvgUnderline = (props) => ((0, jsx_runtime_1.jsxs)("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [(0, jsx_runtime_1.jsxs)("g", Object.assign({ clipPath: "url(#clip0_806_126)" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M4.5 19.4987H19.5", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M6.5 4.49866H8.5", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M15.5 4.49866H17.5", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M16.5 4.49866V12C16.5 13.1935 16.0259 14.3381 15.182 15.182C14.3381 16.0259 13.1935 16.5 12 16.5C10.8065 16.5 9.66193 16.0259 8.81802 15.182C7.97411 14.3381 7.5 13.1935 7.5 12V4.49866", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })] })), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", Object.assign({ id: "clip0_806_126" }, { children: (0, jsx_runtime_1.jsx)("rect", { width: 16, height: 16, fill: "white", transform: "translate(4 4)" }) })) })] })));
5
+ exports.default = SvgUnderline;
6
+ //# sourceMappingURL=Underline.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Underline.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/Underline.tsx"],"names":[],"mappings":";;;AAwBA,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACvD,+CACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,eAET,6CAAG,QAAQ,EAAC,qBAAqB,iBAC/B,iCACE,CAAC,EAAC,mBAAmB,EACrB,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,EACF,iCACE,CAAC,EAAC,kBAAkB,EACpB,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,EACF,iCACE,CAAC,EAAC,oBAAoB,EACtB,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,EACF,iCACE,CAAC,EAAC,yLAAyL,EAC3L,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,KACA,EACJ,2CACE,mDAAU,EAAE,EAAC,eAAe,gBAC1B,iCAAM,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,IAAI,EAAC,OAAO,EAAC,SAAS,EAAC,gBAAgB,GAAG,IAC9D,GACN,KACH,CACP,CAAC;AACF,kBAAe,YAAY,CAAC"}
@@ -23,9 +23,17 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
23
23
  return (mod && mod.__esModule) ? mod : { "default": mod };
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.VisualizeBloomIcon = exports.TriangleIcon = exports.TextIcon = exports.StatusIcon = exports.SquareIcon = exports.ShrinkIcon = exports.ScienceMoleculeIcon = exports.RhombusIcon = exports.QueryBrowserIcon = exports.PresentationIcon = exports.PlanViewIcon = exports.PinIcon = exports.NomLevelIcon = exports.Hierarchy2Icon = exports.Hierarchy1Icon = exports.Heirarchy2Icon = exports.FolderBookmarkIcon = exports.FitToScreenIcon = exports.ExternalLinkIcon = exports.ExpandIcon = exports.DragIcon = exports.DbmsIcon = exports.DatabaseAddCircleIcon = exports.ConfigureIcon = exports.CollapseExpandIcon = exports.CollapseExpandRightIcon = exports.CollapseExpandLeftIcon = exports.CircleIcon = void 0;
26
+ exports.VisualizeBloomIcon = exports.UnderlineIcon = exports.TriangleIcon = exports.TextIcon = exports.StatusIcon = exports.SquareIcon = exports.ShrinkIcon = exports.ScienceMoleculeIcon = exports.RhombusIcon = exports.QueryBrowserIcon = exports.PresentationIcon = exports.PlanViewIcon = exports.PinIcon = exports.NomLevelIcon = exports.ItalicIcon = exports.Hierarchy2Icon = exports.Hierarchy1Icon = exports.Heirarchy2Icon = exports.FolderBookmarkIcon = exports.FitToScreenIcon = exports.ExternalLinkIcon = exports.ExpandIcon = exports.DragIcon = exports.DbmsIcon = exports.DatabaseAddCircleIcon = exports.ConfigureIcon = exports.CollapseExpandIcon = exports.CollapseExpandRightIcon = exports.CollapseExpandLeftIcon = exports.CircleIcon = exports.BoldIcon = exports.AlignTopIcon = exports.AlignCenterIcon = exports.AlignBottomIcon = void 0;
27
27
  // THIS FILE IS GENERATED BY BUILD TOOL
28
28
  // DO NOT EDIT IT MANUAL
29
+ var AlignBottom_1 = require("./AlignBottom");
30
+ Object.defineProperty(exports, "AlignBottomIcon", { enumerable: true, get: function () { return __importDefault(AlignBottom_1).default; } });
31
+ var AlignCenter_1 = require("./AlignCenter");
32
+ Object.defineProperty(exports, "AlignCenterIcon", { enumerable: true, get: function () { return __importDefault(AlignCenter_1).default; } });
33
+ var AlignTop_1 = require("./AlignTop");
34
+ Object.defineProperty(exports, "AlignTopIcon", { enumerable: true, get: function () { return __importDefault(AlignTop_1).default; } });
35
+ var Bold_1 = require("./Bold");
36
+ Object.defineProperty(exports, "BoldIcon", { enumerable: true, get: function () { return __importDefault(Bold_1).default; } });
29
37
  var Circle_1 = require("./Circle");
30
38
  Object.defineProperty(exports, "CircleIcon", { enumerable: true, get: function () { return __importDefault(Circle_1).default; } });
31
39
  var CollapseExpandLeft_1 = require("./CollapseExpandLeft");
@@ -56,6 +64,8 @@ var Hierarchy1_1 = require("./Hierarchy1");
56
64
  Object.defineProperty(exports, "Hierarchy1Icon", { enumerable: true, get: function () { return __importDefault(Hierarchy1_1).default; } });
57
65
  var Hierarchy2_1 = require("./Hierarchy2");
58
66
  Object.defineProperty(exports, "Hierarchy2Icon", { enumerable: true, get: function () { return __importDefault(Hierarchy2_1).default; } });
67
+ var Italic_1 = require("./Italic");
68
+ Object.defineProperty(exports, "ItalicIcon", { enumerable: true, get: function () { return __importDefault(Italic_1).default; } });
59
69
  var NomLevel_1 = require("./NomLevel");
60
70
  Object.defineProperty(exports, "NomLevelIcon", { enumerable: true, get: function () { return __importDefault(NomLevel_1).default; } });
61
71
  var Pin_1 = require("./Pin");
@@ -80,6 +90,8 @@ var Text_1 = require("./Text");
80
90
  Object.defineProperty(exports, "TextIcon", { enumerable: true, get: function () { return __importDefault(Text_1).default; } });
81
91
  var Triangle_1 = require("./Triangle");
82
92
  Object.defineProperty(exports, "TriangleIcon", { enumerable: true, get: function () { return __importDefault(Triangle_1).default; } });
93
+ var Underline_1 = require("./Underline");
94
+ Object.defineProperty(exports, "UnderlineIcon", { enumerable: true, get: function () { return __importDefault(Underline_1).default; } });
83
95
  var VisualizeBloom_1 = require("./VisualizeBloom");
84
96
  Object.defineProperty(exports, "VisualizeBloomIcon", { enumerable: true, get: function () { return __importDefault(VisualizeBloom_1).default; } });
85
97
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,mCAAiD;AAAxC,qHAAA,OAAO,OAAc;AAC9B,2DAAyE;AAAhE,6IAAA,OAAO,OAA0B;AAC1C,6DAA2E;AAAlE,+IAAA,OAAO,OAA2B;AAC3C,mDAAiE;AAAxD,qIAAA,OAAO,OAAsB;AACtC,yCAAuD;AAA9C,2HAAA,OAAO,OAAiB;AACjC,yDAAuE;AAA9D,2IAAA,OAAO,OAAyB;AACzC,+BAA6C;AAApC,iHAAA,OAAO,OAAY;AAC5B,+BAA6C;AAApC,iHAAA,OAAO,OAAY;AAC5B,mCAAiD;AAAxC,qHAAA,OAAO,OAAc;AAC9B,+CAA6D;AAApD,iIAAA,OAAO,OAAoB;AACpC,6CAA2D;AAAlD,+HAAA,OAAO,OAAmB;AACnC,mDAAiE;AAAxD,qIAAA,OAAO,OAAsB;AACtC,2CAAyD;AAAhD,6HAAA,OAAO,OAAkB;AAClC,2CAAyD;AAAhD,6HAAA,OAAO,OAAkB;AAClC,2CAAyD;AAAhD,6HAAA,OAAO,OAAkB;AAClC,uCAAqD;AAA5C,yHAAA,OAAO,OAAgB;AAChC,6BAA2C;AAAlC,+GAAA,OAAO,OAAW;AAC3B,uCAAqD;AAA5C,yHAAA,OAAO,OAAgB;AAChC,+CAA6D;AAApD,iIAAA,OAAO,OAAoB;AACpC,+CAA6D;AAApD,iIAAA,OAAO,OAAoB;AACpC,qCAAmD;AAA1C,uHAAA,OAAO,OAAe;AAC/B,qDAAmE;AAA1D,uIAAA,OAAO,OAAuB;AACvC,mCAAiD;AAAxC,qHAAA,OAAO,OAAc;AAC9B,mCAAiD;AAAxC,qHAAA,OAAO,OAAc;AAC9B,mCAAiD;AAAxC,qHAAA,OAAO,OAAc;AAC9B,+BAA6C;AAApC,iHAAA,OAAO,OAAY;AAC5B,uCAAqD;AAA5C,yHAAA,OAAO,OAAgB;AAChC,mDAAiE;AAAxD,qIAAA,OAAO,OAAsB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,6CAA2D;AAAlD,+HAAA,OAAO,OAAmB;AACnC,6CAA2D;AAAlD,+HAAA,OAAO,OAAmB;AACnC,uCAAqD;AAA5C,yHAAA,OAAO,OAAgB;AAChC,+BAA6C;AAApC,iHAAA,OAAO,OAAY;AAC5B,mCAAiD;AAAxC,qHAAA,OAAO,OAAc;AAC9B,2DAAyE;AAAhE,6IAAA,OAAO,OAA0B;AAC1C,6DAA2E;AAAlE,+IAAA,OAAO,OAA2B;AAC3C,mDAAiE;AAAxD,qIAAA,OAAO,OAAsB;AACtC,yCAAuD;AAA9C,2HAAA,OAAO,OAAiB;AACjC,yDAAuE;AAA9D,2IAAA,OAAO,OAAyB;AACzC,+BAA6C;AAApC,iHAAA,OAAO,OAAY;AAC5B,+BAA6C;AAApC,iHAAA,OAAO,OAAY;AAC5B,mCAAiD;AAAxC,qHAAA,OAAO,OAAc;AAC9B,+CAA6D;AAApD,iIAAA,OAAO,OAAoB;AACpC,6CAA2D;AAAlD,+HAAA,OAAO,OAAmB;AACnC,mDAAiE;AAAxD,qIAAA,OAAO,OAAsB;AACtC,2CAAyD;AAAhD,6HAAA,OAAO,OAAkB;AAClC,2CAAyD;AAAhD,6HAAA,OAAO,OAAkB;AAClC,2CAAyD;AAAhD,6HAAA,OAAO,OAAkB;AAClC,mCAAiD;AAAxC,qHAAA,OAAO,OAAc;AAC9B,uCAAqD;AAA5C,yHAAA,OAAO,OAAgB;AAChC,6BAA2C;AAAlC,+GAAA,OAAO,OAAW;AAC3B,uCAAqD;AAA5C,yHAAA,OAAO,OAAgB;AAChC,+CAA6D;AAApD,iIAAA,OAAO,OAAoB;AACpC,+CAA6D;AAApD,iIAAA,OAAO,OAAoB;AACpC,qCAAmD;AAA1C,uHAAA,OAAO,OAAe;AAC/B,qDAAmE;AAA1D,uIAAA,OAAO,OAAuB;AACvC,mCAAiD;AAAxC,qHAAA,OAAO,OAAc;AAC9B,mCAAiD;AAAxC,qHAAA,OAAO,OAAc;AAC9B,mCAAiD;AAAxC,qHAAA,OAAO,OAAc;AAC9B,+BAA6C;AAApC,iHAAA,OAAO,OAAY;AAC5B,uCAAqD;AAA5C,yHAAA,OAAO,OAAgB;AAChC,yCAAuD;AAA9C,2HAAA,OAAO,OAAiB;AACjC,mDAAiE;AAAxD,qIAAA,OAAO,OAAsB"}
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const SvgAlignBottom = (props) => (_jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: _jsx("path", { d: "M15.5 15.5L11.725 19M11.725 19L8 15.5M11.725 19V2M2 22H22", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
3
+ export default SvgAlignBottom;
4
+ //# sourceMappingURL=AlignBottom.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlignBottom.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/AlignBottom.tsx"],"names":[],"mappings":";AAwBA,MAAM,cAAc,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACzD,4BACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,eACE,CAAC,EAAC,2DAA2D,EAC7D,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const SvgAlignCenter = (props) => (_jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: _jsx("path", { d: "M15.5 5.5L11.725 9M11.725 9L8 5.5M11.725 9V2M15.5 18.5L11.725 15M11.725 15L8 18.5M11.725 15V22M2 12H22", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
3
+ export default SvgAlignCenter;
4
+ //# sourceMappingURL=AlignCenter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlignCenter.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/AlignCenter.tsx"],"names":[],"mappings":";AAwBA,MAAM,cAAc,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACzD,4BACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,eACE,CAAC,EAAC,wGAAwG,EAC1G,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const SvgAlignTop = (props) => (_jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: _jsx("path", { d: "M15.5 8.5L11.725 5M11.725 5L8 8.5M11.725 5V22M2 2H22", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
3
+ export default SvgAlignTop;
4
+ //# sourceMappingURL=AlignTop.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlignTop.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/AlignTop.tsx"],"names":[],"mappings":";AAwBA,MAAM,WAAW,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACtD,4BACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,eACE,CAAC,EAAC,sDAAsD,EACxD,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const SvgBold = (props) => (_jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [_jsx("path", { d: "M6.5 19.4987H13C14.1935 19.4987 15.3381 19.0246 16.182 18.1806C17.0259 17.3367 17.5 16.1921 17.5 14.9987C17.5 13.8052 17.0259 12.6606 16.182 11.8167C15.3381 10.9728 14.1935 10.4987 13 10.4987H13.5C13.894 10.4987 14.2841 10.4211 14.6481 10.2703C15.012 10.1195 15.3427 9.89855 15.6213 9.61998C15.8999 9.3414 16.1209 9.01068 16.2716 8.64671C16.4224 8.28273 16.5 7.89262 16.5 7.49866C16.5 7.10469 16.4224 6.71458 16.2716 6.35061C16.1209 5.98663 15.8999 5.65591 15.6213 5.37734C15.3427 5.09876 15.012 4.87778 14.6481 4.72702C14.2841 4.57625 13.894 4.49866 13.5 4.49866H6.5", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M8.5 4.49866V19.4987", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M13 10.4987H8.5", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })] })));
3
+ export default SvgBold;
4
+ //# sourceMappingURL=Bold.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Bold.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/Bold.tsx"],"names":[],"mappings":";AAwBA,MAAM,OAAO,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAClD,6BACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,eAET,eACE,CAAC,EAAC,yjBAAyjB,EAC3jB,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,EACF,eACE,CAAC,EAAC,sBAAsB,EACxB,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,EACF,eACE,CAAC,EAAC,iBAAiB,EACnB,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,KACE,CACP,CAAC;AACF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const SvgItalic = (props) => (_jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [_jsx("path", { d: "M17.625 6.37402H12.375", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M11.625 17.624H6.375", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M9 17.624L15 6.37402", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })] })));
3
+ export default SvgItalic;
4
+ //# sourceMappingURL=Italic.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Italic.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/Italic.tsx"],"names":[],"mappings":";AAwBA,MAAM,SAAS,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACpD,6BACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,eAET,eACE,CAAC,EAAC,wBAAwB,EAC1B,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,EACF,eACE,CAAC,EAAC,sBAAsB,EACxB,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,EACF,eACE,CAAC,EAAC,sBAAsB,EACxB,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,KACE,CACP,CAAC;AACF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const SvgUnderline = (props) => (_jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [_jsxs("g", Object.assign({ clipPath: "url(#clip0_806_126)" }, { children: [_jsx("path", { d: "M4.5 19.4987H19.5", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M6.5 4.49866H8.5", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M15.5 4.49866H17.5", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M16.5 4.49866V12C16.5 13.1935 16.0259 14.3381 15.182 15.182C14.3381 16.0259 13.1935 16.5 12 16.5C10.8065 16.5 9.66193 16.0259 8.81802 15.182C7.97411 14.3381 7.5 13.1935 7.5 12V4.49866", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })] })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_806_126" }, { children: _jsx("rect", { width: 16, height: 16, fill: "white", transform: "translate(4 4)" }) })) })] })));
3
+ export default SvgUnderline;
4
+ //# sourceMappingURL=Underline.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Underline.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/Underline.tsx"],"names":[],"mappings":";AAwBA,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACvD,6BACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,eAET,2BAAG,QAAQ,EAAC,qBAAqB,iBAC/B,eACE,CAAC,EAAC,mBAAmB,EACrB,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,EACF,eACE,CAAC,EAAC,kBAAkB,EACpB,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,EACF,eACE,CAAC,EAAC,oBAAoB,EACtB,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,EACF,eACE,CAAC,EAAC,yLAAyL,EAC3L,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,KACA,EACJ,yBACE,iCAAU,EAAE,EAAC,eAAe,gBAC1B,eAAM,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,IAAI,EAAC,OAAO,EAAC,SAAS,EAAC,gBAAgB,GAAG,IAC9D,GACN,KACH,CACP,CAAC;AACF,eAAe,YAAY,CAAC"}
@@ -20,6 +20,10 @@
20
20
  */
21
21
  // THIS FILE IS GENERATED BY BUILD TOOL
22
22
  // DO NOT EDIT IT MANUAL
23
+ export { default as AlignBottomIcon } from './AlignBottom';
24
+ export { default as AlignCenterIcon } from './AlignCenter';
25
+ export { default as AlignTopIcon } from './AlignTop';
26
+ export { default as BoldIcon } from './Bold';
23
27
  export { default as CircleIcon } from './Circle';
24
28
  export { default as CollapseExpandLeftIcon } from './CollapseExpandLeft';
25
29
  export { default as CollapseExpandRightIcon } from './CollapseExpandRight';
@@ -35,6 +39,7 @@ export { default as FolderBookmarkIcon } from './FolderBookmark';
35
39
  export { default as Heirarchy2Icon } from './Heirarchy2';
36
40
  export { default as Hierarchy1Icon } from './Hierarchy1';
37
41
  export { default as Hierarchy2Icon } from './Hierarchy2';
42
+ export { default as ItalicIcon } from './Italic';
38
43
  export { default as NomLevelIcon } from './NomLevel';
39
44
  export { default as PinIcon } from './Pin';
40
45
  export { default as PlanViewIcon } from './PlanView';
@@ -47,5 +52,6 @@ export { default as SquareIcon } from './Square';
47
52
  export { default as StatusIcon } from './Status';
48
53
  export { default as TextIcon } from './Text';
49
54
  export { default as TriangleIcon } from './Triangle';
55
+ export { default as UnderlineIcon } from './Underline';
50
56
  export { default as VisualizeBloomIcon } from './VisualizeBloom';
51
57
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,uBAAuB,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,WAAW,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,uBAAuB,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,WAAW,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,23 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import { SVGProps } from 'react';
22
+ declare const SvgAlignBottom: (props: SVGProps<SVGSVGElement>) => JSX.Element;
23
+ export default SvgAlignBottom;
@@ -0,0 +1,23 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import { SVGProps } from 'react';
22
+ declare const SvgAlignCenter: (props: SVGProps<SVGSVGElement>) => JSX.Element;
23
+ export default SvgAlignCenter;
@@ -0,0 +1,23 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import { SVGProps } from 'react';
22
+ declare const SvgAlignTop: (props: SVGProps<SVGSVGElement>) => JSX.Element;
23
+ export default SvgAlignTop;
@@ -0,0 +1,23 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import { SVGProps } from 'react';
22
+ declare const SvgBold: (props: SVGProps<SVGSVGElement>) => JSX.Element;
23
+ export default SvgBold;
@@ -0,0 +1,23 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import { SVGProps } from 'react';
22
+ declare const SvgItalic: (props: SVGProps<SVGSVGElement>) => JSX.Element;
23
+ export default SvgItalic;
@@ -0,0 +1,23 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import { SVGProps } from 'react';
22
+ declare const SvgUnderline: (props: SVGProps<SVGSVGElement>) => JSX.Element;
23
+ export default SvgUnderline;
@@ -18,6 +18,10 @@
18
18
  * You should have received a copy of the GNU General Public License
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
+ export { default as AlignBottomIcon } from './AlignBottom';
22
+ export { default as AlignCenterIcon } from './AlignCenter';
23
+ export { default as AlignTopIcon } from './AlignTop';
24
+ export { default as BoldIcon } from './Bold';
21
25
  export { default as CircleIcon } from './Circle';
22
26
  export { default as CollapseExpandLeftIcon } from './CollapseExpandLeft';
23
27
  export { default as CollapseExpandRightIcon } from './CollapseExpandRight';
@@ -33,6 +37,7 @@ export { default as FolderBookmarkIcon } from './FolderBookmark';
33
37
  export { default as Heirarchy2Icon } from './Heirarchy2';
34
38
  export { default as Hierarchy1Icon } from './Hierarchy1';
35
39
  export { default as Hierarchy2Icon } from './Hierarchy2';
40
+ export { default as ItalicIcon } from './Italic';
36
41
  export { default as NomLevelIcon } from './NomLevel';
37
42
  export { default as PinIcon } from './Pin';
38
43
  export { default as PlanViewIcon } from './PlanView';
@@ -45,4 +50,5 @@ export { default as SquareIcon } from './Square';
45
50
  export { default as StatusIcon } from './Status';
46
51
  export { default as TextIcon } from './Text';
47
52
  export { default as TriangleIcon } from './Triangle';
53
+ export { default as UnderlineIcon } from './Underline';
48
54
  export { default as VisualizeBloomIcon } from './VisualizeBloom';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/react",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "sideEffects": false,
5
5
  "description": "React implementation of Neo4j Design System",
6
6
  "keywords": [
@@ -92,7 +92,7 @@
92
92
  "@floating-ui/react-dom-interactions": "^0.12.0",
93
93
  "@heroicons/react": "2.0.13",
94
94
  "@neo4j-cypher/react-codemirror": "^1.0.1",
95
- "@neo4j-ndl/base": "^1.3.0",
95
+ "@neo4j-ndl/base": "^1.3.1",
96
96
  "@tanstack/react-table": "^8.5.22",
97
97
  "classnames": "^2.3.1",
98
98
  "detect-browser": "^5.3.0",