@hellobetterdigitalnz/betterui 0.0.3-314 → 0.0.3-316

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 (99) hide show
  1. package/dist/Components/DataDisplay/GanttChart/GanttChart.d.ts +2 -1
  2. package/dist/Components/Form/Button/ButtonProps.d.ts +1 -0
  3. package/dist/Components/Icons/Commerce/Buildings/Buildings.d.ts +4 -0
  4. package/dist/Components/Icons/Commerce/Tag/Tag.d.ts +4 -0
  5. package/dist/Components/Icons/Commerce/Ticket/Ticket.d.ts +4 -0
  6. package/dist/Components/Icons/Communication/ChatCentered/ChatCentered.d.ts +4 -0
  7. package/dist/Components/Icons/Communication/ChatCenteredDots/ChatCenteredDots.d.ts +4 -0
  8. package/dist/Components/Icons/Communication/ChatCenteredText/ChatCenteredText.d.ts +4 -0
  9. package/dist/Components/Icons/Communication/ChatCircle/ChatCircle.d.ts +4 -0
  10. package/dist/Components/Icons/Communication/ChatCircleDots/ChatCircleDots.d.ts +4 -0
  11. package/dist/Components/Icons/Communication/ChatDots/ChatDots.d.ts +4 -0
  12. package/dist/Components/Icons/Communication/ChatTeardrop/ChatTeardrop.d.ts +4 -0
  13. package/dist/Components/Icons/Communication/ChatTeardropDots/ChatTeardropDots.d.ts +4 -0
  14. package/dist/Components/Icons/Communication/ChatTeardropText/ChatTeardropText.d.ts +4 -0
  15. package/dist/Components/Icons/Communication/ChatText/ChatText.d.ts +4 -0
  16. package/dist/Components/Icons/Design/CirclesThree/CirclesThree.d.ts +4 -0
  17. package/dist/Components/Icons/Development/TreeStructure/TreeStructure.d.ts +4 -0
  18. package/dist/Components/Icons/MapAndTravel/AirTrafficControl/AirTrafficControl.d.ts +4 -0
  19. package/dist/Components/Icons/MapAndTravel/Airplane/Airplane.d.ts +4 -0
  20. package/dist/Components/Icons/MapAndTravel/AirplaneInFlight/AirplaneInFlight.d.ts +4 -0
  21. package/dist/Components/Icons/MapAndTravel/AirplaneLanding/AirplaneLanding.d.ts +4 -0
  22. package/dist/Components/Icons/MapAndTravel/AirplaneTakeoff/AirplaneTakeoff.d.ts +4 -0
  23. package/dist/Components/Icons/MapAndTravel/AirplaneTilt/AirplaneTilt.d.ts +4 -0
  24. package/dist/Components/Icons/MapAndTravel/Anchor/Anchor.d.ts +4 -0
  25. package/dist/Components/Icons/MapAndTravel/AnchorSimple/AnchorSimple.d.ts +4 -0
  26. package/dist/Components/Icons/MapAndTravel/Barricade/Barricade.d.ts +4 -0
  27. package/dist/Components/Icons/MapAndTravel/Bicycle/Bicycle.d.ts +4 -0
  28. package/dist/Components/Icons/MapAndTravel/Boat/Boat.d.ts +4 -0
  29. package/dist/Components/Icons/MapAndTravel/GlobeSimple/GlobeSimple.d.ts +4 -0
  30. package/dist/Components/Icons/MathsAndFinance/Graph/Graph.d.ts +4 -0
  31. package/dist/Components/Icons/Media/Airplay/Airplay.d.ts +4 -0
  32. package/dist/Components/Icons/Media/Aperture/Aperture.d.ts +4 -0
  33. package/dist/Components/Icons/Media/Article/Article.d.ts +4 -0
  34. package/dist/Components/Icons/Media/ArticleMedium/ArticleMedium.d.ts +4 -0
  35. package/dist/Components/Icons/Media/ArticleNyTimes/ArticleNyTimes.d.ts +4 -0
  36. package/dist/Components/Icons/Media/CameraPlus/CameraPlus.d.ts +4 -0
  37. package/dist/Components/Icons/Media/CameraRotate/CameraRotate.d.ts +4 -0
  38. package/dist/Components/Icons/Media/CameraSlash/CameraSlash.d.ts +4 -0
  39. package/dist/Components/Icons/Media/ImagesSquare/ImagesSquare.d.ts +4 -0
  40. package/dist/Components/Icons/OfficeAndEditing/Textbox/Textbox.d.ts +4 -0
  41. package/dist/Components/Icons/People/UsersThree/UsersThree.d.ts +4 -0
  42. package/dist/Components/Icons/SystemAndDevice/BellRinging/BellRinging.d.ts +4 -0
  43. package/dist/Components/Icons/SystemAndDevice/PlugsConnected/PlugsConnected.d.ts +4 -0
  44. package/dist/Components/Icons/index.d.ts +39 -0
  45. package/dist/betterui.css +1 -1
  46. package/dist/index.cjs.js +15 -15
  47. package/dist/index.cjs.js.map +1 -1
  48. package/dist/index.es.js +4119 -3959
  49. package/dist/index.es.js.map +1 -1
  50. package/package.json +1 -1
  51. package/src/Components/DataDisplay/GanttChart/GanttChart.module.scss +16 -2
  52. package/src/Components/DataDisplay/GanttChart/GanttChart.tsx +29 -21
  53. package/src/Components/Form/Button/Button.tsx +2 -0
  54. package/src/Components/Form/Button/ButtonProps.tsx +1 -0
  55. package/src/Components/Icons/Commerce/Buildings/Buildings.tsx +47 -0
  56. package/src/Components/Icons/Commerce/Tag/Tag.tsx +47 -0
  57. package/src/Components/Icons/Commerce/Ticket/Ticket.tsx +47 -0
  58. package/src/Components/Icons/Communication/ChatCentered/ChatCentered.tsx +47 -0
  59. package/src/Components/Icons/Communication/ChatCenteredDots/ChatCenteredDots.tsx +47 -0
  60. package/src/Components/Icons/Communication/ChatCenteredText/ChatCenteredText.tsx +47 -0
  61. package/src/Components/Icons/Communication/ChatCircle/ChatCircle.tsx +47 -0
  62. package/src/Components/Icons/Communication/ChatCircleDots/ChatCircleDots.tsx +47 -0
  63. package/src/Components/Icons/Communication/ChatDots/ChatDots.tsx +47 -0
  64. package/src/Components/Icons/Communication/ChatTeardrop/ChatTeardrop.tsx +47 -0
  65. package/src/Components/Icons/Communication/ChatTeardrop/ChatTeardrop.tsx~ +47 -0
  66. package/src/Components/Icons/Communication/ChatTeardropDots/ChatTeardropDots.tsx +47 -0
  67. package/src/Components/Icons/Communication/ChatTeardropText/ChatTeardropText.tsx +47 -0
  68. package/src/Components/Icons/Communication/ChatText/ChatText.tsx +47 -0
  69. package/src/Components/Icons/Design/CirclesThree/CirclesThree.tsx +47 -0
  70. package/src/Components/Icons/Development/TreeStructure/TreeStructure.tsx +47 -0
  71. package/src/Components/Icons/MapAndTravel/AirTrafficControl/AirTrafficControl.tsx +47 -0
  72. package/src/Components/Icons/MapAndTravel/Airplane/Airplane.tsx +47 -0
  73. package/src/Components/Icons/MapAndTravel/AirplaneInFlight/AirplaneInFlight.tsx +47 -0
  74. package/src/Components/Icons/MapAndTravel/AirplaneLanding/AirplaneLanding.tsx +47 -0
  75. package/src/Components/Icons/MapAndTravel/AirplaneTakeoff/AirplaneTakeoff.tsx +47 -0
  76. package/src/Components/Icons/MapAndTravel/AirplaneTilt/AirplaneTilt.tsx +47 -0
  77. package/src/Components/Icons/MapAndTravel/AirplaneTilt/AirplaneTilt.tsx~ +47 -0
  78. package/src/Components/Icons/MapAndTravel/Anchor/Anchor.tsx +47 -0
  79. package/src/Components/Icons/MapAndTravel/AnchorSimple/AnchorSimple.tsx +47 -0
  80. package/src/Components/Icons/MapAndTravel/Barricade/Barricade.tsx +47 -0
  81. package/src/Components/Icons/MapAndTravel/Bicycle/Bicycle.tsx +47 -0
  82. package/src/Components/Icons/MapAndTravel/Boat/Boat.tsx +47 -0
  83. package/src/Components/Icons/MapAndTravel/GlobeSimple/GlobeSimple.tsx +47 -0
  84. package/src/Components/Icons/MathsAndFinance/Graph/Graph.tsx +47 -0
  85. package/src/Components/Icons/Media/Airplay/Airplay.tsx +47 -0
  86. package/src/Components/Icons/Media/Aperture/Aperture.tsx +47 -0
  87. package/src/Components/Icons/Media/Article/Article.tsx +47 -0
  88. package/src/Components/Icons/Media/ArticleMedium/ArticleMedium.tsx +47 -0
  89. package/src/Components/Icons/Media/ArticleNyTimes/ArticleNyTimes.tsx +47 -0
  90. package/src/Components/Icons/Media/CameraPlus/CameraPlus.tsx +47 -0
  91. package/src/Components/Icons/Media/CameraRotate/CameraRotate.tsx +47 -0
  92. package/src/Components/Icons/Media/CameraSlash/CameraSlash.tsx +47 -0
  93. package/src/Components/Icons/Media/ImagesSquare/ImagesSquare.tsx +47 -0
  94. package/src/Components/Icons/OfficeAndEditing/Textbox/Textbox.tsx +47 -0
  95. package/src/Components/Icons/People/UsersThree/UsersThree.tsx +47 -0
  96. package/src/Components/Icons/SystemAndDevice/BellRinging/BellRinging.tsx +47 -0
  97. package/src/Components/Icons/SystemAndDevice/PlugsConnected/PlugsConnected.tsx +47 -0
  98. package/src/Components/Icons/index.ts +50 -1
  99. package/src/Components/Layout/Sidebar/sidebar.stories.tsx +2 -1
@@ -25,9 +25,10 @@ type GanttChartProps = {
25
25
  tasks?: GanttTask[];
26
26
  onChange?: (tasks: GanttTask[], change?: GanttTaskChange) => void;
27
27
  dropdown?: ReactNode;
28
+ action?: ReactNode;
28
29
  lockTime?: boolean;
29
30
  preventOverlap?: boolean;
30
31
  workingHours?: WorkingHours[];
31
32
  };
32
- declare const GanttChart: ({ tasks: initialTasks, onChange, dropdown, lockTime, preventOverlap, workingHours }: GanttChartProps) => import("react/jsx-runtime").JSX.Element;
33
+ declare const GanttChart: ({ tasks: initialTasks, onChange, dropdown, action, lockTime, preventOverlap, workingHours }: GanttChartProps) => import("react/jsx-runtime").JSX.Element;
33
34
  export default GanttChart;
@@ -5,6 +5,7 @@ interface ButtonProps {
5
5
  size?: "default" | "large" | "small";
6
6
  style?: "solid" | "hollow" | "no-border";
7
7
  scheme?: "primary" | "secondary" | "gray";
8
+ extraClass?: string;
8
9
  disabled?: boolean;
9
10
  primaryIcon?: ReactNode;
10
11
  secondaryIcon?: ReactNode;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const Buildings: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Buildings;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const Tag: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Tag;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const Ticket: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Ticket;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const ChatCentered: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default ChatCentered;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const ChatCenteredDots: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default ChatCenteredDots;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const ChatCenteredText: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default ChatCenteredText;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const ChatCircle: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default ChatCircle;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const ChatCircleDots: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default ChatCircleDots;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const ChatDots: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default ChatDots;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const ChatTeardrop: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default ChatTeardrop;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const ChatTeardropDots: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default ChatTeardropDots;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const ChatTeardropText: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default ChatTeardropText;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const ChatText: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default ChatText;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const CirclesThree: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default CirclesThree;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const TreeStructure: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default TreeStructure;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const AirTrafficControl: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default AirTrafficControl;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const Airplane: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Airplane;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const AirplaneInFlight: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default AirplaneInFlight;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const AirplaneLanding: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default AirplaneLanding;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const AirplaneTakeoff: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default AirplaneTakeoff;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const AirplaneTilt: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default AirplaneTilt;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const Anchor: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Anchor;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const AnchorSimple: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default AnchorSimple;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const Barricade: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Barricade;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const Bicycle: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Bicycle;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const Boat: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Boat;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const GlobeSimple: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default GlobeSimple;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const Graph: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Graph;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const Airplay: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Airplay;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const Aperture: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Aperture;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const Article: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Article;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const ArticleMedium: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default ArticleMedium;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const ArticleNyTimes: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default ArticleNyTimes;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const CameraPlus: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default CameraPlus;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const CameraRotate: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default CameraRotate;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const CameraSlash: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default CameraSlash;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const ImagesSquare: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default ImagesSquare;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const Textbox: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Textbox;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const UsersThree: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default UsersThree;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const BellRinging: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default BellRinging;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const PlugsConnected: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default PlugsConnected;
@@ -11,6 +11,9 @@ export { default as WindowsLogo } from './Brands/WindowsLogo/WindowsLogo';
11
11
  export { default as CurrencyDollarSimple } from './Commerce/CurrencyDollarSimple/CurrencyDollarSimple';
12
12
  export { default as Scale } from './Commerce/Scale/Scale.tsx';
13
13
  export { default as CreditCard } from './Commerce/CreditCard/CreditCard.tsx';
14
+ export { default as Ticket } from './Commerce/Ticket/Ticket.tsx';
15
+ export { default as Tag } from './Commerce/Tag/Tag.tsx';
16
+ export { default as Buildings } from './Commerce/Buildings/Buildings.tsx';
14
17
  export { default as AddressBook } from './Communication/AddressBook/AddressBook';
15
18
  export { default as Asterisk } from './Communication/Asterisk/Asterisk';
16
19
  export { default as At } from './Communication/At/At';
@@ -21,6 +24,17 @@ export { default as Phone } from './Communication/Phone/Phone.tsx';
21
24
  export { default as EnvelopeSimple } from './Communication/EnvelopeSimple/EnvelopeSimple.tsx';
22
25
  export { default as Export } from './Communication/Export/Export.tsx';
23
26
  export { default as ChatCircleText } from './Communication/ChatCircleText/ChatCircleText.tsx';
27
+ export { default as ChatTeardropText } from './Communication/ChatTeardropText/ChatTeardropText.tsx';
28
+ export { default as ChatText } from './Communication/ChatText/ChatText.tsx';
29
+ export { default as ChatTeardropDots } from './Communication/ChatTeardropDots/ChatTeardropDots.tsx';
30
+ export { default as ChatCircle } from './Communication/ChatCircle/ChatCircle.tsx';
31
+ export { default as ChatTeardrop } from './Communication/ChatTeardrop/ChatTeardrop.tsx';
32
+ export { default as ChatCircleDots } from './Communication/ChatCircleDots/ChatCircleDots.tsx';
33
+ export { default as ChatDots } from './Communication/ChatDots/ChatDots.tsx';
34
+ export { default as ChatCentered } from './Communication/ChatCentered/ChatCentered.tsx';
35
+ export { default as ChatCenteredDots } from './Communication/ChatCenteredDots/ChatCenteredDots.tsx';
36
+ export { default as ChatCenteredText } from './Communication/ChatCenteredText/ChatCenteredText.tsx';
37
+ export { default as ChatTearDropDots } from './Communication/ChatTeardropDots/ChatTeardropDots.tsx';
24
38
  export { default as Eye } from './Design/Eye/Eye';
25
39
  export { default as EyeSlash } from './Design/EyeSlash/EyeSlash';
26
40
  export { default as PencilLine } from './Design/PencilLine/PencilLine.tsx';
@@ -29,6 +43,8 @@ export { default as Ruler } from './Design/Ruler/Ruler.tsx';
29
43
  export { default as DropHalfBottom } from './Design/DropHalfBottom/DropHalfBottom.tsx';
30
44
  export { default as SquaresFour } from './Design/SquaresFour/SquaresFour.tsx';
31
45
  export { default as GearFine } from './Design/GearFine/GearFine.tsx';
46
+ export { default as CirclesThree } from './Design/CirclesThree/CirclesThree.tsx';
47
+ export { default as TreeStructure } from './Development/TreeStructure/TreeStructure.tsx';
32
48
  export { default as BookOpenText } from './Education/BookOpenText/BookOpenText.tsx';
33
49
  export { default as GraduationCap } from './Education/GraduationCap/GraduationCap.tsx';
34
50
  export { default as Globe } from './MapAndTravel/Globe/Globe.tsx';
@@ -42,6 +58,18 @@ export { default as MapPin } from './MapAndTravel/MapPin/MapPin.tsx';
42
58
  export { default as MapTriFold } from './MapAndTravel/MapTriFold/MapTriFold.tsx';
43
59
  export { default as SteeringWheel } from './MapAndTravel/SteeringWheel/SteeringWheel.tsx';
44
60
  export { default as Van } from './MapAndTravel/Van/Van.tsx';
61
+ export { default as AirTrafficControl } from './MapAndTravel/AirTrafficControl/AirTrafficControl.tsx';
62
+ export { default as Airplane } from './MapAndTravel/Airplane/Airplane.tsx';
63
+ export { default as AirplaneInFlight } from './MapAndTravel/AirplaneInFlight/AirplaneInFlight.tsx';
64
+ export { default as AirplaneLanding } from './MapAndTravel/AirplaneLanding/AirplaneLanding.tsx';
65
+ export { default as AirplaneTakeoff } from './MapAndTravel/AirplaneTakeoff/AirplaneTakeoff.tsx';
66
+ export { default as AirplaneTilt } from './MapAndTravel/AirplaneTilt/AirplaneTilt.tsx';
67
+ export { default as Anchor } from './MapAndTravel/Anchor/Anchor.tsx';
68
+ export { default as AnchorSimple } from './MapAndTravel/AnchorSimple/AnchorSimple.tsx';
69
+ export { default as Barricade } from './MapAndTravel/Barricade/Barricade.tsx';
70
+ export { default as Bicycle } from './MapAndTravel/Bicycle/Bicycle.tsx';
71
+ export { default as Boat } from './MapAndTravel/Boat/Boat.tsx';
72
+ export { default as GlobeSimple } from './MapAndTravel/GlobeSimple/GlobeSimple.tsx';
45
73
  export { default as XIcon } from './MathsAndFinance/XIcon/XIcon';
46
74
  export { default as Plus } from './MathsAndFinance/Plus/Plus.tsx';
47
75
  export { default as Minus } from './MathsAndFinance/Minus/Minus.tsx';
@@ -52,12 +80,19 @@ export { default as ChartPie } from './MathsAndFinance/ChartPie/ChartPie.tsx';
52
80
  export { default as ChartBarHorizontal } from './MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.tsx';
53
81
  export { default as PlusCircle } from './MathsAndFinance/PlusCircle/PlusCircle.tsx';
54
82
  export { default as Calculator } from './MathsAndFinance/Calculator/Calculator.tsx';
83
+ export { default as Graph } from './MathsAndFinance/Graph/Graph.tsx';
55
84
  export { default as SildersHorizontal } from './Media/SlidersHorizontal/SlidersHorizontal.tsx';
56
85
  export { default as PlayCircle } from './Media/PlayCircle/PlayCircle.tsx';
57
86
  export { default as StopCircle } from './Media/StopCircle/StopCircle.tsx';
58
87
  export { default as Camera } from './Media/Camera/Camera.tsx';
59
88
  export { default as Microphone } from './Media/Microphone/Microphone.tsx';
60
89
  export { default as VideoCamera } from './Media/VideoCamera/VideoCamera.tsx';
90
+ export { default as Airplay } from './Media/Airplay/Airplay.tsx';
91
+ export { default as Aperture } from './Media/Aperture/Aperture.tsx';
92
+ export { default as Article } from './Media/Article/Article.tsx';
93
+ export { default as ArticleNyTimes } from './Media/ArticleNyTimes/ArticleNyTimes.tsx';
94
+ export { default as ArticleMedium } from './Media/ArticleMedium/ArticleMedium.tsx';
95
+ export { default as ImageSquare } from './Media/ImagesSquare/ImagesSquare.tsx';
61
96
  export { default as TextAa } from './OfficeAndEditing/TextAa/TextAa.tsx';
62
97
  export { default as TextColumns } from './OfficeAndEditing/TextColumns/TextColumns.tsx';
63
98
  export { default as Folder } from './OfficeAndEditing/Folder/Folder.tsx';
@@ -73,6 +108,7 @@ export { default as Copy } from './OfficeAndEditing/Copy/Copy.tsx';
73
108
  export { default as Files } from './OfficeAndEditing/Files/Files.tsx';
74
109
  export { default as FileText } from './OfficeAndEditing/FileText/FileText.tsx';
75
110
  export { default as FolderSimplePlus } from './OfficeAndEditing/FolderSimplePlus/FolderSimplePlus.tsx';
111
+ export { default as Textbox } from './OfficeAndEditing/Textbox/Textbox.tsx';
76
112
  export { default as User } from './People/User/User.tsx';
77
113
  export { default as Users } from './People/Users/Users.tsx';
78
114
  export { default as UserCircle } from './People/UserCircle/UserCircle.tsx';
@@ -81,6 +117,7 @@ export { default as PersonSimpleWalk } from './People/PersonSimpleWalk/PersonSim
81
117
  export { default as PersonSimpleBike } from './People/PersonSimpleBike/PersonSimpleBike.tsx';
82
118
  export { default as Person } from './People/Person/Person.tsx';
83
119
  export { default as PersonArmsSpread } from './People/PersonArmsSpread/PersonArmsSpread.tsx';
120
+ export { default as UsersThree } from './People/UsersThree/UsersThree.tsx';
84
121
  export { default as WarningCircle } from './SecurityAndWarnings/WarningCircle/WarningCircle';
85
122
  export { default as LockSimple } from './SecurityAndWarnings/LockSimple/LockSimple.tsx';
86
123
  export { default as LockKeyOpen } from './SecurityAndWarnings/LockKeyOpen/LockKeyOpen.tsx';
@@ -106,6 +143,8 @@ export { default as ToggleLeft } from './SystemAndDevice/ToggleLeft/ToggleLeft.t
106
143
  export { default as CloudCheck } from './SystemAndDevice/CloudCheck/CloudCheck.tsx';
107
144
  export { default as DeviceMobile } from './SystemAndDevice/DeviceMobile/DeviceMobile.tsx';
108
145
  export { default as Desktop } from './SystemAndDevice/Desktop/Desktop.tsx';
146
+ export { default as BellRinging } from './SystemAndDevice/BellRinging/BellRinging.tsx';
147
+ export { default as PlugsConnected } from './SystemAndDevice/PlugsConnected/PlugsConnected.tsx';
109
148
  export { default as Calendar } from './Time/Calendar/Calendar';
110
149
  export { default as CalendarCheck } from './Time/CalendarCheck/CalendarCheck.tsx';
111
150
  export { default as CalendarBank } from './Time/CalendarBank/CalendarBank';