@hellobetterdigitalnz/betterui 0.0.3-316 → 0.0.3-317

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 (107) hide show
  1. package/dist/Components/Icons/Arrows/ArrowRight/ArrowRight.d.ts +4 -0
  2. package/dist/Components/Icons/Brands/AmazonLogo/AmazonLogo.d.ts +4 -0
  3. package/dist/Components/Icons/Brands/AndroidLogo/AndroidLogo.d.ts +4 -0
  4. package/dist/Components/Icons/Brands/AngularLogo/AngularLogo.d.ts +4 -0
  5. package/dist/Components/Icons/Brands/AppStoreLogo/AppStoreLogo.d.ts +4 -0
  6. package/dist/Components/Icons/Brands/AppleLogo/AppleLogo.d.ts +4 -0
  7. package/dist/Components/Icons/Brands/ApplePodcastsLogo/ApplePodcastsLogo.d.ts +4 -0
  8. package/dist/Components/Icons/Commerce/CurrencyDollar/CurrencyDollar.d.ts +4 -0
  9. package/dist/Components/Icons/Design/AlignBottom/AlignBottom.d.ts +4 -0
  10. package/dist/Components/Icons/Design/AlignBottomSimple/AlignBottomSimple.d.ts +4 -0
  11. package/dist/Components/Icons/Design/AlignCenterHorizontal/AlignCenterHorizontal.d.ts +4 -0
  12. package/dist/Components/Icons/Design/AlignCenterHorizontalSimple/AlignCenterHorizontalSimple.d.ts +4 -0
  13. package/dist/Components/Icons/Design/AlignCenterVertical/AlignCenterVertical.d.ts +4 -0
  14. package/dist/Components/Icons/Design/AlignCenterVerticalSimple/AlignCenterVerticalSimple.d.ts +4 -0
  15. package/dist/Components/Icons/Design/AlignLeft/AlignLeft.d.ts +4 -0
  16. package/dist/Components/Icons/Design/AlignLeftSimple/AlignLeftSimple.d.ts +4 -0
  17. package/dist/Components/Icons/Design/AlignRight/AlignRight.d.ts +4 -0
  18. package/dist/Components/Icons/Design/AlignRightSimple/AlignRightSimple.d.ts +4 -0
  19. package/dist/Components/Icons/Development/WebhooksLogo/WebhooksLogo.d.ts +4 -0
  20. package/dist/Components/Icons/Games/Alien/Alien.d.ts +4 -0
  21. package/dist/Components/Icons/Games/Baseball/Baseball.d.ts +4 -0
  22. package/dist/Components/Icons/Games/Basketball/Basketball.d.ts +4 -0
  23. package/dist/Components/Icons/Games/CastleTurret/CastleTurret.d.ts +4 -0
  24. package/dist/Components/Icons/Games/Club/Club.d.ts +4 -0
  25. package/dist/Components/Icons/Games/Confetti/Confetti.d.ts +4 -0
  26. package/dist/Components/Icons/Games/Crown/Crown.d.ts +4 -0
  27. package/dist/Components/Icons/Games/CrownSimple/CrownSimple.d.ts +4 -0
  28. package/dist/Components/Icons/Games/CubeFocus/CubeFocus.d.ts +4 -0
  29. package/dist/Components/Icons/Games/Diamond/Diamond.d.ts +4 -0
  30. package/dist/Components/Icons/Games/DiceFive/DiceFive.d.ts +4 -0
  31. package/dist/Components/Icons/Games/DiceFour/DiceFour.d.ts +4 -0
  32. package/dist/Components/Icons/Media/CassetteTape/CassetteTape.d.ts +4 -0
  33. package/dist/Components/Icons/Media/ClosedCaptioning/ClosedCaptioning.d.ts +4 -0
  34. package/dist/Components/Icons/Media/Images/Images.d.ts +4 -0
  35. package/dist/Components/Icons/SecurityAndWarnings/SealCheck/SealCheck.d.ts +4 -0
  36. package/dist/Components/Icons/SystemAndDevice/CloudArrowUp/CloudArrowUp.d.ts +4 -0
  37. package/dist/Components/Icons/SystemAndDevice/DesktopTower/DesktopTower.d.ts +4 -0
  38. package/dist/Components/Icons/Time/Alarm/Alarm.d.ts +4 -0
  39. package/dist/Components/Icons/Time/CalendarBlank/CalendarBlank.d.ts +4 -0
  40. package/dist/Components/Icons/Time/CalendarPlus/CalendarPlus.d.ts +4 -0
  41. package/dist/Components/Icons/Time/CalendarX/CalendarX.d.ts +4 -0
  42. package/dist/Components/Icons/Time/ClockAfternoon/ClockAfternoon.d.ts +4 -0
  43. package/dist/Components/Icons/Time/ClockClockwise/ClockClockwise.d.ts +4 -0
  44. package/dist/Components/Icons/Time/ClockCountdown/ClockCountdown.d.ts +4 -0
  45. package/dist/Components/Icons/Time/Hourglass/Hourglass.d.ts +4 -0
  46. package/dist/Components/Icons/Time/HourglassHigh/HourglassHigh.d.ts +4 -0
  47. package/dist/Components/Icons/Time/HourglassLow/HourglassLow.d.ts +4 -0
  48. package/dist/Components/Icons/Time/HourglassMedium/HourglassMedium.d.ts +4 -0
  49. package/dist/Components/Icons/Time/HourglassSimple/HourglassSimple.d.ts +4 -0
  50. package/dist/Components/Icons/index.d.ts +48 -0
  51. package/dist/index.cjs.js +15 -15
  52. package/dist/index.cjs.js.map +1 -1
  53. package/dist/index.es.js +3273 -3081
  54. package/dist/index.es.js.map +1 -1
  55. package/package.json +1 -1
  56. package/src/Components/Icons/Arrows/ArrowRight/ArrowRight.tsx +37 -0
  57. package/src/Components/Icons/Brands/AmazonLogo/AmazonLogo.tsx +48 -0
  58. package/src/Components/Icons/Brands/AndroidLogo/AndroidLogo.tsx +48 -0
  59. package/src/Components/Icons/Brands/AngularLogo/AngularLogo.tsx +48 -0
  60. package/src/Components/Icons/Brands/AppStoreLogo/AppStoreLogo.tsx +48 -0
  61. package/src/Components/Icons/Brands/AppleLogo/AppleLogo.tsx +48 -0
  62. package/src/Components/Icons/Brands/ApplePodcastsLogo/ApplePodcastsLogo.tsx +48 -0
  63. package/src/Components/Icons/Commerce/CurrencyDollar/CurrencyDollar.tsx +48 -0
  64. package/src/Components/Icons/Design/AlignBottom/AlignBottom.tsx +48 -0
  65. package/src/Components/Icons/Design/AlignBottomSimple/AlignBottomSimple.tsx +48 -0
  66. package/src/Components/Icons/Design/AlignCenterHorizontal/AlignCenterHorizontal.tsx +48 -0
  67. package/src/Components/Icons/Design/AlignCenterHorizontalSimple/AlignCenterHorizontalSimple.tsx +48 -0
  68. package/src/Components/Icons/Design/AlignCenterVertical/AlignCenterVertical.tsx +48 -0
  69. package/src/Components/Icons/Design/AlignCenterVerticalSimple/AlignCenterVerticalSimple.tsx +48 -0
  70. package/src/Components/Icons/Design/AlignLeft/AlignLeft.tsx +48 -0
  71. package/src/Components/Icons/Design/AlignLeftSimple/AlignLeftSimple.tsx +48 -0
  72. package/src/Components/Icons/Design/AlignRight/AlignRight.tsx +48 -0
  73. package/src/Components/Icons/Design/AlignRightSimple/AlignRightSimple.tsx +48 -0
  74. package/src/Components/Icons/Development/WebhooksLogo/WebhooksLogo.tsx +48 -0
  75. package/src/Components/Icons/Games/Alien/Alien.tsx +47 -0
  76. package/src/Components/Icons/Games/Baseball/Baseball.tsx +47 -0
  77. package/src/Components/Icons/Games/Basketball/Basketball.tsx +47 -0
  78. package/src/Components/Icons/Games/CastleTurret/CastleTurret.tsx +47 -0
  79. package/src/Components/Icons/Games/Club/Club.tsx +47 -0
  80. package/src/Components/Icons/Games/Confetti/Confetti.tsx +47 -0
  81. package/src/Components/Icons/Games/Crown/Crown.tsx +47 -0
  82. package/src/Components/Icons/Games/CrownSimple/CrownSimple.tsx +47 -0
  83. package/src/Components/Icons/Games/CubeFocus/CubeFocus.tsx +47 -0
  84. package/src/Components/Icons/Games/Diamond/Diamond.tsx +47 -0
  85. package/src/Components/Icons/Games/DiceFive/DiceFive.tsx +47 -0
  86. package/src/Components/Icons/Games/DiceFour/DiceFour.tsx +47 -0
  87. package/src/Components/Icons/Media/CassetteTape/CassetteTape.tsx +47 -0
  88. package/src/Components/Icons/Media/ClosedCaptioning/ClosedCaptioning.tsx +47 -0
  89. package/src/Components/Icons/Media/Images/Images.tsx +48 -0
  90. package/src/Components/Icons/SecurityAndWarnings/SealCheck/SealCheck.tsx +48 -0
  91. package/src/Components/Icons/SystemAndDevice/CloudArrowUp/CloudArrowUp.tsx +48 -0
  92. package/src/Components/Icons/SystemAndDevice/DesktopTower/DesktopTower.tsx +48 -0
  93. package/src/Components/Icons/Time/Alarm/Alarm.tsx +47 -0
  94. package/src/Components/Icons/Time/CalendarBlank/CalendarBlank.tsx +47 -0
  95. package/src/Components/Icons/Time/CalendarPlus/CalendarPlus.tsx +47 -0
  96. package/src/Components/Icons/Time/CalendarX/CalendarX.tsx +47 -0
  97. package/src/Components/Icons/Time/ClockAfternoon/ClockAfternoon.tsx +47 -0
  98. package/src/Components/Icons/Time/ClockAfternoon/ClockAfternoon.tsx~ +47 -0
  99. package/src/Components/Icons/Time/ClockClockwise/ClockClockwise.tsx +47 -0
  100. package/src/Components/Icons/Time/ClockCountdown/ClockCountdown.tsx +47 -0
  101. package/src/Components/Icons/Time/Hourglass/Hourglass.tsx +47 -0
  102. package/src/Components/Icons/Time/HourglassHigh/HourglassHigh.tsx +47 -0
  103. package/src/Components/Icons/Time/HourglassLow/HourglassLow.tsx +47 -0
  104. package/src/Components/Icons/Time/HourglassLow/HourglassLow.tsx~ +47 -0
  105. package/src/Components/Icons/Time/HourglassMedium/HourglassMedium.tsx +47 -0
  106. package/src/Components/Icons/Time/HourglassSimple/HourglassSimple.tsx +47 -0
  107. package/src/Components/Icons/index.ts +55 -0
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const ArrowRight: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default ArrowRight;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const AmazonLogo: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default AmazonLogo;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const AndroidLogo: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default AndroidLogo;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const AngularLogo: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default AngularLogo;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const AppStoreLogo: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default AppStoreLogo;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const AppleLogo: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default AppleLogo;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const ApplePodcastsLogo: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default ApplePodcastsLogo;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const CurrencyDollar: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default CurrencyDollar;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const AlignBottom: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default AlignBottom;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const AlignBottomSimple: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default AlignBottomSimple;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const AlignCenterHorizontal: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default AlignCenterHorizontal;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const AlignCenterHorizontalSimple: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default AlignCenterHorizontalSimple;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const AlignCenterVertical: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default AlignCenterVertical;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const AlignCenterVerticalSimple: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default AlignCenterVerticalSimple;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const AlignLeft: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default AlignLeft;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const AlignLeftSimple: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default AlignLeftSimple;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const AlignRight: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default AlignRight;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const AlignRightSimple: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default AlignRightSimple;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const WebhooksLogo: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default WebhooksLogo;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const Alien: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Alien;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const Baseball: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Baseball;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const Basketball: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Basketball;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const CastleTurret: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default CastleTurret;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const Club: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Club;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const Confetti: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Confetti;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const Crown: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Crown;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const CrownSimple: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default CrownSimple;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const CubeFocus: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default CubeFocus;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const Diamond: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Diamond;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const DiceFive: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default DiceFive;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const DiceFour: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default DiceFour;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const CassetteTape: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default CassetteTape;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const ClosedCaptioning: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default ClosedCaptioning;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const Images: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Images;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const SealCheck: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default SealCheck;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const CloudArrowUp: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default CloudArrowUp;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const DesktopTower: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default DesktopTower;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const Alarm: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Alarm;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const CalendarBlank: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default CalendarBlank;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const CalendarPlus: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default CalendarPlus;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const CalendarX: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default CalendarX;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const ClockAfternoon: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default ClockAfternoon;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const ClockClockwise: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default ClockClockwise;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const ClockCountdown: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default ClockCountdown;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const Hourglass: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Hourglass;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const HourglassHigh: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default HourglassHigh;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const HourglassLow: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default HourglassLow;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const HourglassMedium: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default HourglassMedium;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const HourglassSimple: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default HourglassSimple;
@@ -5,15 +5,23 @@ export { default as CaretRight } from './Arrows/CaretRight/CaretRight';
5
5
  export { default as CaretLeft } from './Arrows/CaretLeft/CaretLeft';
6
6
  export { default as CaretUpDown } from './Arrows/CaretUpDown/CaretUpDown.tsx';
7
7
  export { default as ArrowLeft } from './Arrows/ArrowLeft/ArrowLeft.tsx';
8
+ export { default as ArrowRight } from './Arrows/ArrowRight/ArrowRight.tsx';
8
9
  export { default as ArrowsDownUp } from './Arrows/ArrowsDownUp/ArrowsDownUp.tsx';
9
10
  export { default as ArrowsOutCardinal } from './Arrows/ArrowsOutCardinal/ArrowsOutCardinal.tsx';
10
11
  export { default as WindowsLogo } from './Brands/WindowsLogo/WindowsLogo';
12
+ export { default as AmazonLogo } from './Brands/AmazonLogo/AmazonLogo';
13
+ export { default as AngularLogo } from './Brands/AngularLogo/AngularLogo';
14
+ export { default as AndroidLogo } from './Brands/AndroidLogo/AndroidLogo.tsx';
15
+ export { default as AppStoreLogo } from './Brands/AppStoreLogo/AppStoreLogo';
16
+ export { default as AppleLogo } from './Brands/AppleLogo/AppleLogo';
17
+ export { default as ApplePodcastsLogo } from './Brands/ApplePodcastsLogo/ApplePodcastsLogo.tsx';
11
18
  export { default as CurrencyDollarSimple } from './Commerce/CurrencyDollarSimple/CurrencyDollarSimple';
12
19
  export { default as Scale } from './Commerce/Scale/Scale.tsx';
13
20
  export { default as CreditCard } from './Commerce/CreditCard/CreditCard.tsx';
14
21
  export { default as Ticket } from './Commerce/Ticket/Ticket.tsx';
15
22
  export { default as Tag } from './Commerce/Tag/Tag.tsx';
16
23
  export { default as Buildings } from './Commerce/Buildings/Buildings.tsx';
24
+ export { default as CurrencyDollar } from './Commerce/CurrencyDollar/CurrencyDollar.tsx';
17
25
  export { default as AddressBook } from './Communication/AddressBook/AddressBook';
18
26
  export { default as Asterisk } from './Communication/Asterisk/Asterisk';
19
27
  export { default as At } from './Communication/At/At';
@@ -44,9 +52,32 @@ export { default as DropHalfBottom } from './Design/DropHalfBottom/DropHalfBotto
44
52
  export { default as SquaresFour } from './Design/SquaresFour/SquaresFour.tsx';
45
53
  export { default as GearFine } from './Design/GearFine/GearFine.tsx';
46
54
  export { default as CirclesThree } from './Design/CirclesThree/CirclesThree.tsx';
55
+ export { default as AlignBottom } from './Design/AlignBottom/AlignBottom.tsx';
56
+ export { default as AlignBottomSimple } from './Design/AlignBottomSimple/AlignBottomSimple.tsx';
57
+ export { default as AlignCenterHorizontal } from './Design/AlignCenterHorizontal/AlignCenterHorizontal.tsx';
58
+ export { default as AlignCenterHorizontalSimple } from './Design/AlignCenterHorizontalSimple/AlignCenterHorizontalSimple.tsx';
59
+ export { default as AlignCenterVertical } from './Design/AlignCenterVertical/AlignCenterVertical.tsx';
60
+ export { default as AlignCenterVerticalSimple } from './Design/AlignCenterVerticalSimple/AlignCenterVerticalSimple.tsx';
61
+ export { default as AlignLeft } from './Design/AlignLeft/AlignLeft.tsx';
62
+ export { default as AlignLeftSimple } from './Design/AlignLeftSimple/AlignLeftSimple.tsx';
63
+ export { default as AlignRight } from './Design/AlignRight/AlignRight.tsx';
64
+ export { default as AlignRightSimple } from './Design/AlignRightSimple/AlignRightSimple.tsx';
47
65
  export { default as TreeStructure } from './Development/TreeStructure/TreeStructure.tsx';
66
+ export { default as WebhooksLogo } from './Development/WebhooksLogo/WebhooksLogo.tsx';
48
67
  export { default as BookOpenText } from './Education/BookOpenText/BookOpenText.tsx';
49
68
  export { default as GraduationCap } from './Education/GraduationCap/GraduationCap.tsx';
69
+ export { default as Alien } from './Games/Alien/Alien.tsx';
70
+ export { default as Baseball } from './Games/Baseball/Baseball.tsx';
71
+ export { default as Basketball } from './Games/Basketball/Basketball.tsx';
72
+ export { default as CastleTurret } from './Games/CastleTurret/CastleTurret.tsx';
73
+ export { default as Club } from './Games/Club/Club.tsx';
74
+ export { default as Confetti } from './Games/Confetti/Confetti.tsx';
75
+ export { default as Crown } from './Games/Crown/Crown.tsx';
76
+ export { default as CrownSimple } from './Games/CrownSimple/CrownSimple.tsx';
77
+ export { default as CubeFocus } from './Games/CubeFocus/CubeFocus.tsx';
78
+ export { default as Diamond } from './Games/Diamond/Diamond.tsx';
79
+ export { default as DiceFive } from './Games/DiceFive/DiceFive.tsx';
80
+ export { default as DiceFour } from './Games/DiceFour/DiceFour.tsx';
50
81
  export { default as Globe } from './MapAndTravel/Globe/Globe.tsx';
51
82
  export { default as House } from './MapAndTravel/House/House.tsx';
52
83
  export { default as HouseSimple } from './MapAndTravel/HouseSimple/HouseSimple.tsx';
@@ -93,6 +124,9 @@ export { default as Article } from './Media/Article/Article.tsx';
93
124
  export { default as ArticleNyTimes } from './Media/ArticleNyTimes/ArticleNyTimes.tsx';
94
125
  export { default as ArticleMedium } from './Media/ArticleMedium/ArticleMedium.tsx';
95
126
  export { default as ImageSquare } from './Media/ImagesSquare/ImagesSquare.tsx';
127
+ export { default as CassetteTape } from './Media/CassetteTape/CassetteTape.tsx';
128
+ export { default as ClosedCaptioning } from './Media/ClosedCaptioning/ClosedCaptioning.tsx';
129
+ export { default as Images } from './Media/Images/Images.tsx';
96
130
  export { default as TextAa } from './OfficeAndEditing/TextAa/TextAa.tsx';
97
131
  export { default as TextColumns } from './OfficeAndEditing/TextColumns/TextColumns.tsx';
98
132
  export { default as Folder } from './OfficeAndEditing/Folder/Folder.tsx';
@@ -125,6 +159,7 @@ export { default as Question } from './SecurityAndWarnings/Question/Question.tsx
125
159
  export { default as Key } from './SecurityAndWarnings/Key/Key.tsx';
126
160
  export { default as Info } from './SecurityAndWarnings/Info/Info.tsx';
127
161
  export { default as ShieldCheck } from './SecurityAndWarnings/ShieldCheck/ShieldCheck.tsx';
162
+ export { default as SealCheck } from './SecurityAndWarnings/SealCheck/SealCheck.tsx';
128
163
  export { default as Bell } from './SystemAndDevice/Bell/Bell';
129
164
  export { default as MagnifyingGlass } from './SystemAndDevice/MagnifyingGlass/MagnifyingGlass';
130
165
  export { default as DotsSixVertical } from './SystemAndDevice/DotSixVertical/DotSixVertical.tsx';
@@ -145,11 +180,24 @@ export { default as DeviceMobile } from './SystemAndDevice/DeviceMobile/DeviceMo
145
180
  export { default as Desktop } from './SystemAndDevice/Desktop/Desktop.tsx';
146
181
  export { default as BellRinging } from './SystemAndDevice/BellRinging/BellRinging.tsx';
147
182
  export { default as PlugsConnected } from './SystemAndDevice/PlugsConnected/PlugsConnected.tsx';
183
+ export { default as CloudArrowUp } from './SystemAndDevice/CloudArrowUp/CloudArrowUp.tsx';
148
184
  export { default as Calendar } from './Time/Calendar/Calendar';
149
185
  export { default as CalendarCheck } from './Time/CalendarCheck/CalendarCheck.tsx';
150
186
  export { default as CalendarBank } from './Time/CalendarBank/CalendarBank';
151
187
  export { default as Clock } from './Time/Clock/Clock';
152
188
  export { default as ClockCounterClockwise } from './Time/ClockCounterClockwise/ClockCounterClockwise.tsx';
189
+ export { default as Alarm } from './Time/Alarm/Alarm.tsx';
190
+ export { default as CalendarBlank } from './Time/CalendarBlank/CalendarBlank.tsx';
191
+ export { default as CalendarPlus } from './Time/CalendarPlus/CalendarPlus.tsx';
192
+ export { default as CalendarX } from './Time/CalendarX/CalendarX.tsx';
193
+ export { default as ClockAfternoon } from './Time/ClockAfternoon/ClockAfternoon.tsx';
194
+ export { default as ClockClockwise } from './Time/ClockClockwise/ClockClockwise.tsx';
195
+ export { default as ClockCountdown } from './Time/ClockCountdown/ClockCountdown.tsx';
196
+ export { default as Hourglass } from './Time/Hourglass/Hourglass.tsx';
197
+ export { default as HourglassHigh } from './Time/HourglassHigh/HourglassHigh.tsx';
198
+ export { default as HourglassLow } from './Time/HourglassLow/HourglassLow.tsx';
199
+ export { default as HourglassMedium } from './Time/HourglassMedium/HourglassMedium.tsx';
200
+ export { default as HourglassSimple } from './Time/HourglassSimple/HourglassSimple.tsx';
153
201
  export { default as Barbell } from './HealthAndWellness/Barbell/Barbell';
154
202
  export { default as Mountains } from './WeatherAndNature/Mountains/Mountains';
155
203
  export { default as Tree } from './WeatherAndNature/Tree/Tree';