mado-ui 0.3.2 → 0.5.0

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 (194) hide show
  1. package/css/index.css +604 -6
  2. package/dist/components/button.d.ts +3 -23
  3. package/dist/components/details.d.ts +2 -2
  4. package/dist/components/drop-down.d.ts +6 -5
  5. package/dist/components/form/fieldset.d.ts +35 -7
  6. package/dist/components/form/index.d.ts +5 -6
  7. package/dist/components/form/input/date/index.d.ts +36 -0
  8. package/dist/components/form/input/index.d.ts +78 -12
  9. package/dist/components/form/submit-button.d.ts +1 -1
  10. package/dist/components/form/textarea.d.ts +1 -1
  11. package/dist/components/ghost.d.ts +1 -1
  12. package/dist/components/heading.d.ts +1 -1
  13. package/dist/components/iframe.d.ts +15 -0
  14. package/dist/components/index.d.ts +12 -11
  15. package/dist/components/link.d.ts +3 -14
  16. package/dist/components/modal.d.ts +1 -1
  17. package/dist/components/time.d.ts +1 -1
  18. package/dist/components/tooltip.d.ts +1 -1
  19. package/dist/components/video.d.ts +30 -0
  20. package/dist/components.esm.js +891 -129
  21. package/dist/components.esm.js.map +1 -1
  22. package/dist/components.js +892 -126
  23. package/dist/components.js.map +1 -1
  24. package/dist/hooks/create-fast-context.d.ts +1 -1
  25. package/dist/hooks/index.d.ts +4 -4
  26. package/dist/hooks/use-fieldset-context.d.ts +22 -0
  27. package/dist/hooks/use-form-context.d.ts +18 -10
  28. package/dist/hooks.esm.js +99 -5
  29. package/dist/hooks.esm.js.map +1 -1
  30. package/dist/hooks.js +100 -3
  31. package/dist/hooks.js.map +1 -1
  32. package/dist/icons/10-arrow-trianglehead-clockwise.d.ts +2 -0
  33. package/dist/icons/10-arrow-trianglehead-counterclockwise.d.ts +2 -0
  34. package/dist/icons/15-arrow-trianglehead-clockwise.d.ts +2 -0
  35. package/dist/icons/15-arrow-trianglehead-counterclockwise.d.ts +2 -0
  36. package/dist/icons/3-people.d.ts +2 -2
  37. package/dist/icons/3-rectangles-desktop-fill.d.ts +2 -2
  38. package/dist/icons/3-rectangles-desktop.d.ts +2 -2
  39. package/dist/icons/30-arrow-trianglehead-clockwise.d.ts +2 -0
  40. package/dist/icons/30-arrow-trianglehead-counterclockwise.d.ts +2 -0
  41. package/dist/icons/45-arrow-trianglehead-clockwise.d.ts +2 -0
  42. package/dist/icons/45-arrow-trianglehead-counterclockwise.d.ts +2 -0
  43. package/dist/icons/5-arrow-trianglehead-clockwise.d.ts +2 -0
  44. package/dist/icons/5-arrow-trianglehead-counterclockwise.d.ts +2 -0
  45. package/dist/icons/60-arrow-trianglehead-clockwise.d.ts +2 -0
  46. package/dist/icons/60-arrow-trianglehead-counterclockwise.d.ts +2 -0
  47. package/dist/icons/75-arrow-trianglehead-clockwise.d.ts +2 -0
  48. package/dist/icons/75-arrow-trianglehead-counterclockwise.d.ts +2 -0
  49. package/dist/icons/90-arrow-trianglehead-clockwise.d.ts +2 -0
  50. package/dist/icons/90-arrow-trianglehead-counterclockwise.d.ts +2 -0
  51. package/dist/icons/airplane.d.ts +2 -2
  52. package/dist/icons/arrow-down-backward-and-arrow-up-forward-rectangle.d.ts +2 -0
  53. package/dist/icons/arrow-triangle-2-circlepath-circle-fill.d.ts +2 -2
  54. package/dist/icons/arrow-triangle-2-circlepath-circle.d.ts +2 -2
  55. package/dist/icons/arrow-up-forward-and-arrow-down-backward-rectangle.d.ts +2 -0
  56. package/dist/icons/bag-fill.d.ts +2 -2
  57. package/dist/icons/banknote.d.ts +2 -2
  58. package/dist/icons/bell-fill.d.ts +2 -2
  59. package/dist/icons/bolt-car.d.ts +2 -2
  60. package/dist/icons/bolt-fill.d.ts +2 -2
  61. package/dist/icons/bolt-ring-closed.d.ts +2 -2
  62. package/dist/icons/bolt-trianglebadge-exclamationmark.d.ts +2 -2
  63. package/dist/icons/book-fill.d.ts +2 -2
  64. package/dist/icons/bookmark-fill.d.ts +2 -2
  65. package/dist/icons/briefcase-fill.d.ts +2 -2
  66. package/dist/icons/bubble-left-fill.d.ts +2 -2
  67. package/dist/icons/building-2-fill.d.ts +2 -2
  68. package/dist/icons/calendar.d.ts +2 -2
  69. package/dist/icons/camera-fill.d.ts +2 -2
  70. package/dist/icons/car-fill.d.ts +2 -2
  71. package/dist/icons/cart-fill.d.ts +2 -2
  72. package/dist/icons/chart-bar-doc-horizontal.d.ts +2 -2
  73. package/dist/icons/checkmark-seal.d.ts +2 -2
  74. package/dist/icons/checkmark.d.ts +2 -2
  75. package/dist/icons/chevron-compact-down.d.ts +1 -1
  76. package/dist/icons/chevron-down.d.ts +2 -2
  77. package/dist/icons/chevron-left-forwardslash-chevron-right.d.ts +2 -2
  78. package/dist/icons/chevron-left.d.ts +2 -2
  79. package/dist/icons/chevron-right.d.ts +2 -2
  80. package/dist/icons/chevron-up-chevron-down.d.ts +2 -2
  81. package/dist/icons/circle-fill.d.ts +2 -2
  82. package/dist/icons/clock-badge-checkmark.d.ts +2 -2
  83. package/dist/icons/clock-fill.d.ts +2 -2
  84. package/dist/icons/cloud-fill.d.ts +2 -2
  85. package/dist/icons/cube-fill.d.ts +2 -2
  86. package/dist/icons/curve-point-left.d.ts +2 -2
  87. package/dist/icons/dial-high.d.ts +2 -2
  88. package/dist/icons/doc-fill.d.ts +2 -2
  89. package/dist/icons/doc-on-clipboard.d.ts +2 -2
  90. package/dist/icons/doc-on-doc-fill.d.ts +2 -2
  91. package/dist/icons/doc-on-doc.d.ts +2 -2
  92. package/dist/icons/doc-text-magnifyingglass.d.ts +2 -2
  93. package/dist/icons/dollar-sign.d.ts +2 -2
  94. package/dist/icons/ellipsis-circle-fill.d.ts +2 -2
  95. package/dist/icons/ellipsis-circle.d.ts +2 -2
  96. package/dist/icons/envelope-fill.d.ts +2 -2
  97. package/dist/icons/envelope.d.ts +2 -2
  98. package/dist/icons/exclamationmark-octagon.d.ts +2 -2
  99. package/dist/icons/eye.d.ts +2 -2
  100. package/dist/icons/figure-water-fitness.d.ts +2 -2
  101. package/dist/icons/flag-fill.d.ts +2 -2
  102. package/dist/icons/flame-fill.d.ts +2 -2
  103. package/dist/icons/folder-fill.d.ts +2 -2
  104. package/dist/icons/folder.d.ts +2 -2
  105. package/dist/icons/gearshape-fill.d.ts +2 -2
  106. package/dist/icons/gearshape.d.ts +2 -2
  107. package/dist/icons/gift-fill.d.ts +2 -2
  108. package/dist/icons/globe-americas-fill.d.ts +2 -2
  109. package/dist/icons/hare-fill.d.ts +2 -2
  110. package/dist/icons/house-deskclock.d.ts +2 -2
  111. package/dist/icons/house-fill.d.ts +2 -2
  112. package/dist/icons/house.d.ts +2 -2
  113. package/dist/icons/index.d.ts +143 -104
  114. package/dist/icons/iphone-house.d.ts +2 -2
  115. package/dist/icons/light-ribbon.d.ts +2 -2
  116. package/dist/icons/lightbulb-fill.d.ts +2 -2
  117. package/dist/icons/lightbulb-led.d.ts +2 -2
  118. package/dist/icons/list-bullet-clipboard-fill.d.ts +2 -2
  119. package/dist/icons/magnifyingglass.d.ts +2 -2
  120. package/dist/icons/map-pin-ellipse.d.ts +2 -2
  121. package/dist/icons/minus-plus-batterblock.d.ts +2 -2
  122. package/dist/icons/network-shield.d.ts +2 -2
  123. package/dist/icons/network.d.ts +2 -2
  124. package/dist/icons/newspaper-fill.d.ts +2 -2
  125. package/dist/icons/number.d.ts +2 -2
  126. package/dist/icons/paperplane-fill.d.ts +2 -2
  127. package/dist/icons/pause-fill.d.ts +2 -0
  128. package/dist/icons/person-crop-square.d.ts +2 -2
  129. package/dist/icons/person-fill-questionmark.d.ts +2 -2
  130. package/dist/icons/person-fill.d.ts +2 -2
  131. package/dist/icons/person.d.ts +2 -2
  132. package/dist/icons/phone-arrow-up-right.d.ts +2 -2
  133. package/dist/icons/phone-fill.d.ts +2 -2
  134. package/dist/icons/phone.d.ts +2 -2
  135. package/dist/icons/photo-badge-arrow-down-fill.d.ts +2 -0
  136. package/dist/icons/photo-badge-arrow-down.d.ts +2 -0
  137. package/dist/icons/play-fill.d.ts +2 -0
  138. package/dist/icons/play-rectangle-fill.d.ts +2 -2
  139. package/dist/icons/plus.d.ts +2 -2
  140. package/dist/icons/qrcode.d.ts +2 -2
  141. package/dist/icons/rectangle-fill-on-arrow-down-forward-topleading-rectangle.d.ts +2 -0
  142. package/dist/icons/rectangle-fill.d.ts +2 -0
  143. package/dist/icons/rectangle-portrait-and-arrow-left-fill.d.ts +2 -2
  144. package/dist/icons/rectangle-portrait-and-arrow-left.d.ts +2 -2
  145. package/dist/icons/rectangle-triangle-up.d.ts +2 -0
  146. package/dist/icons/rectangle.d.ts +2 -0
  147. package/dist/icons/sensor.d.ts +2 -2
  148. package/dist/icons/signature.d.ts +2 -2
  149. package/dist/icons/solar-panel.d.ts +2 -2
  150. package/dist/icons/speaker-fill.d.ts +2 -0
  151. package/dist/icons/speaker-minus-fill.d.ts +2 -0
  152. package/dist/icons/speaker-minus.d.ts +2 -0
  153. package/dist/icons/speaker-plus-fill.d.ts +2 -0
  154. package/dist/icons/speaker-plus.d.ts +2 -0
  155. package/dist/icons/speaker-slash-fill.d.ts +2 -0
  156. package/dist/icons/speaker-slash.d.ts +2 -0
  157. package/dist/icons/speaker-wave-1-fill.d.ts +2 -0
  158. package/dist/icons/speaker-wave-1.d.ts +2 -0
  159. package/dist/icons/speaker-wave-2-fill.d.ts +2 -0
  160. package/dist/icons/speaker-wave-2.d.ts +2 -0
  161. package/dist/icons/speaker-wave-3-fill.d.ts +2 -0
  162. package/dist/icons/speaker-wave-3.d.ts +2 -0
  163. package/dist/icons/speaker.d.ts +2 -0
  164. package/dist/icons/square-and-arrow-down-fill.d.ts +2 -2
  165. package/dist/icons/square-and-arrow-down.d.ts +2 -2
  166. package/dist/icons/square-and-arrow-up-fill.d.ts +2 -2
  167. package/dist/icons/square-and-arrow-up.d.ts +2 -2
  168. package/dist/icons/square-and-pencil-fill.d.ts +2 -2
  169. package/dist/icons/square-and-pencil.d.ts +2 -2
  170. package/dist/icons/text-bubble.d.ts +2 -2
  171. package/dist/icons/trash-fill.d.ts +2 -2
  172. package/dist/icons/trash.d.ts +2 -2
  173. package/dist/icons/tree.d.ts +2 -2
  174. package/dist/icons/umbrella-fill.d.ts +2 -2
  175. package/dist/icons/xmark.d.ts +2 -2
  176. package/dist/icons.esm.js +162 -2
  177. package/dist/icons.esm.js.map +1 -1
  178. package/dist/icons.js +203 -3
  179. package/dist/icons.js.map +1 -1
  180. package/dist/index.esm.js +891 -129
  181. package/dist/index.esm.js.map +1 -1
  182. package/dist/index.js +892 -126
  183. package/dist/index.js.map +1 -1
  184. package/dist/types/index.d.ts +1 -2
  185. package/dist/types/utils.d.ts +20 -0
  186. package/dist/utils/get-date.d.ts +17 -0
  187. package/dist/utils/index.d.ts +8 -9
  188. package/dist/utils/string-manipulation.d.ts +38 -3
  189. package/dist/utils/tw-sort.d.ts +1 -1
  190. package/dist/utils.esm.js +112 -21
  191. package/dist/utils.esm.js.map +1 -1
  192. package/dist/utils.js +113 -20
  193. package/dist/utils.js.map +1 -1
  194. package/package.json +95 -94
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function IPhoneHouse(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function IPhoneHouse(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function LightRibbon(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function LightRibbon(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function LightbulbFill(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function LightbulbFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function LightbulbLed(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function LightbulbLed(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function ListBulletClipboardFill(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function ListBulletClipboardFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function Magnifyingglass(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function Magnifyingglass(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function MapPinEllipse(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function MapPinEllipse(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function MinusPlusBatteryblock(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function MinusPlusBatteryblock(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function NetworkShield(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function NetworkShield(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function Network(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function Network(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function NewspaperFill(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function NewspaperFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function Number(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function Number(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function PaperplaneFill(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function PaperplaneFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function PauseFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function PersonCropSquare(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function PersonCropSquare(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function PersonFillQuestionmark(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function PersonFillQuestionmark(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function PersonFill(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function PersonFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function Person(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function Person(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function PhoneArrowUpRight(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function PhoneArrowUpRight(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function PhoneFill(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function PhoneFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function Phone(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function Phone(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function PhotoBadgeArrowDownFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function PhotoBadgeArrowDown(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function PlayFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function PlayRectangleFill(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function PlayRectangleFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function Plus(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function Plus(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function Qrcode(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function Qrcode(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { ComponentPropsWithRef } from "react";
2
+ export declare function RectangleFillOnArrowDownForwardTopleadingRectangle(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { ComponentPropsWithRef } from "react";
2
+ export declare function RectangleFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function RectanglePortraitAndArrowLeftFill(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function RectanglePortraitAndArrowLeftFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function RectanglePortraitAndArrowLeft(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function RectanglePortraitAndArrowLeft(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { ComponentPropsWithRef } from "react";
2
+ export declare function RectangleTriangleUp(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { ComponentPropsWithRef } from "react";
2
+ export declare function Rectangle(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function Sensor(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function Sensor(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function Signature(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function Signature(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function SolarPanel(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function SolarPanel(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function SpeakerFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function SpeakerMinusFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function SpeakerMinus(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function SpeakerPlusFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function SpeakerPlus(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function SpeakerSlashFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function SpeakerSlash(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function SpeakerWave1Fill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function SpeakerWave1(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function SpeakerWave2Fill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function SpeakerWave2(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function SpeakerWave3Fill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function SpeakerWave3(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function Speaker(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function SquareAndArrowDownFill(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function SquareAndArrowDownFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function SquareAndArrowDown(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function SquareAndArrowDown(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function SquareAndArrowUpFill(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function SquareAndArrowUpFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function SquareAndArrowUp(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function SquareAndArrowUp(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function SquareAndPencilFill(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function SquareAndPencilFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function SquareAndPencil(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function SquareAndPencil(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function TextBubble(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function TextBubble(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function TrashFill(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function TrashFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function Trash(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function Trash(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function Tree(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function Tree(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function UmbrellaFill(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function UmbrellaFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SVGProps } from 'react';
2
- export default function xmark(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentPropsWithRef } from 'react';
2
+ export declare function Xmark(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;