@hellobetterdigitalnz/betterui 0.0.3-12 → 0.0.3-13

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.
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const PencilLine: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default PencilLine;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const Ruler: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Ruler;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const NumberSquareThree: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default NumberSquareThree;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const TextAa: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default TextAa;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const TextColumns: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default TextColumns;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const CheckSquare: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default CheckSquare;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const DotsThreeVertical: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default DotsThreeVertical;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const RadioButtonIcon: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default RadioButtonIcon;
@@ -12,11 +12,19 @@ export { default as Broadcast } from './Communication/Broadcast/Broadcast';
12
12
  export { default as Chat } from './Communication/Chat/Chat';
13
13
  export { default as Eye } from './Design/Eye/Eye';
14
14
  export { default as EyeSlash } from './Design/EyeSlash/EyeSlash';
15
+ export { default as PencilLine } from './Design/PencilLine/PencilLine.tsx';
16
+ export { default as Ruler } from './Design/Ruler/Ruler.tsx';
15
17
  export { default as XIcon } from './MathsAndFinance/XIcon/XIcon';
16
18
  export { default as Plus } from './MathsAndFinance/Plus/Plus.tsx';
19
+ export { default as NumberSquareThree } from './MathsAndFinance/NumberSquareThree/NumberSquareThree.tsx';
20
+ export { default as TextAa } from './OfficeAndEditing/TextAa/TextAa.tsx';
21
+ export { default as TextColumns } from './OfficeAndEditing/TextColumns/TextColumns.tsx';
17
22
  export { default as WarningCircle } from './SecurityAndWarnings/WarningCircle/WarningCircle';
18
23
  export { default as Bell } from './SystemAndDevice/Bell/Bell';
19
24
  export { default as MagnifyingGlass } from './SystemAndDevice/MagnifyingGlass/MagnifyingGlass';
20
- export { default as DotSixVertical } from './SystemAndDevice/DotSixVertical/DotSixVertical.tsx';
25
+ export { default as DotsSixVertical } from './SystemAndDevice/DotSixVertical/DotSixVertical.tsx';
26
+ export { default as DotsThreeVertical } from './SystemAndDevice/DotsThreeVertical/DotsThreeVertical.tsx';
27
+ export { default as CheckSquare } from './SystemAndDevice/CheckSquare/CheckSquare.tsx';
28
+ export { default as RadioButtonIcon } from './SystemAndDevice/RadioButtonIcon/RadioButtonIcon.tsx';
21
29
  export { default as CalendarBank } from './Time/CalendarBank/CalendarBank';
22
30
  export { default as Clock } from './Time/Clock/Clock';