@ncds/ui-admin-icon 0.1.5 → 0.1.7

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 (286) hide show
  1. package/assets/line/align-bottom-03.svg +3 -0
  2. package/assets/line/align-horizontal-centre-03.svg +3 -0
  3. package/assets/line/align-left-03.svg +3 -0
  4. package/assets/line/align-right-03.svg +3 -0
  5. package/assets/line/align-top-03.svg +3 -0
  6. package/assets/line/align-vertical-center-03.svg +3 -0
  7. package/assets/line/button.svg +3 -0
  8. package/assets/line/circle.svg +3 -0
  9. package/assets/line/dots-grid-02.svg +8 -0
  10. package/assets/line/dotted-line-1.svg +3 -0
  11. package/assets/line/dotted-line-2.svg +3 -0
  12. package/assets/line/dotted-line-arrow-both.svg +3 -0
  13. package/assets/line/dotted-line-arrow-left.svg +3 -0
  14. package/assets/line/dotted-line-arrow-right.svg +3 -0
  15. package/assets/line/pill.svg +3 -0
  16. package/assets/line/ratio-1-by-1.svg +3 -0
  17. package/assets/line/ratio-16-by-9.svg +3 -0
  18. package/assets/line/ratio-2-by-3.svg +3 -0
  19. package/assets/line/ratio-3-by-2.svg +3 -0
  20. package/assets/line/ratio-3-by-4.svg +3 -0
  21. package/assets/line/ratio-4-by-3.svg +3 -0
  22. package/assets/line/ratio-9-by-16.svg +3 -0
  23. package/assets/line/rectangle-round.svg +3 -0
  24. package/assets/line/rectangle-slider.svg +3 -0
  25. package/assets/line/rectangle.svg +3 -0
  26. package/assets/line/section-bottom.svg +3 -0
  27. package/assets/line/section-center.svg +3 -0
  28. package/assets/line/section-top.svg +3 -0
  29. package/assets/line/section.svg +3 -0
  30. package/assets/line/solid-line-1.svg +3 -0
  31. package/assets/line/solid-line-2.svg +4 -0
  32. package/assets/line/solid-line-arrow-both.svg +3 -0
  33. package/assets/line/solid-line-arrow-left.svg +3 -0
  34. package/assets/line/solid-line-arrow-right.svg +3 -0
  35. package/assets/line/square.svg +3 -0
  36. package/assets/social/apple.svg +3 -0
  37. package/assets/social/facebook.svg +11 -0
  38. package/assets/social/google.svg +13 -0
  39. package/assets/social/instagram.svg +12 -0
  40. package/assets/social/kakao.svg +10 -0
  41. package/assets/social/naver-blog.svg +22 -0
  42. package/assets/social/naver.svg +10 -0
  43. package/assets/social/payco.svg +16 -0
  44. package/assets/social/tiktok.svg +5 -0
  45. package/assets/social/tistory.svg +8 -0
  46. package/assets/social/vemeo.svg +3 -0
  47. package/assets/social/x.svg +3 -0
  48. package/assets/social/youtube.svg +11 -0
  49. package/assets/solid/alignment-bottom-center.svg +3 -0
  50. package/assets/solid/alignment-center.svg +3 -0
  51. package/assets/solid/alignment-horizontal.svg +3 -0
  52. package/assets/solid/alignment-left-center.svg +3 -0
  53. package/assets/solid/alignment-left-end.svg +3 -0
  54. package/assets/solid/alignment-left-start.svg +3 -0
  55. package/assets/solid/alignment-right-center.svg +3 -0
  56. package/assets/solid/alignment-right-end.svg +3 -0
  57. package/assets/solid/alignment-right-start.svg +3 -0
  58. package/assets/solid/alignment-top-center.svg +3 -0
  59. package/assets/solid/alignment-vertical.svg +3 -0
  60. package/dist/cjs/components/AlignBottom03.js +39 -0
  61. package/dist/cjs/components/AlignHorizontalCentre03.js +39 -0
  62. package/dist/cjs/components/AlignLeft03.js +39 -0
  63. package/dist/cjs/components/AlignRight03.js +39 -0
  64. package/dist/cjs/components/AlignTop03.js +39 -0
  65. package/dist/cjs/components/AlignVerticalCenter03.js +39 -0
  66. package/dist/cjs/components/AlignmentBottomCenterFill.js +39 -0
  67. package/dist/cjs/components/AlignmentCenterFill.js +39 -0
  68. package/dist/cjs/components/AlignmentHorizontalFill.js +39 -0
  69. package/dist/cjs/components/AlignmentLeftCenterFill.js +39 -0
  70. package/dist/cjs/components/AlignmentLeftEndFill.js +39 -0
  71. package/dist/cjs/components/AlignmentLeftStartFill.js +39 -0
  72. package/dist/cjs/components/AlignmentRightCenterFill.js +39 -0
  73. package/dist/cjs/components/AlignmentRightEndFill.js +39 -0
  74. package/dist/cjs/components/AlignmentRightStartFill.js +39 -0
  75. package/dist/cjs/components/AlignmentTopCenterFill.js +39 -0
  76. package/dist/cjs/components/AlignmentVerticalFill.js +39 -0
  77. package/dist/cjs/components/Button.js +39 -0
  78. package/dist/cjs/components/Circle.js +39 -0
  79. package/dist/cjs/components/DotsGrid02.js +39 -0
  80. package/dist/cjs/components/DottedLine1.js +39 -0
  81. package/dist/cjs/components/DottedLine2.js +39 -0
  82. package/dist/cjs/components/DottedLineArrowBoth.js +39 -0
  83. package/dist/cjs/components/DottedLineArrowLeft.js +39 -0
  84. package/dist/cjs/components/DottedLineArrowRight.js +39 -0
  85. package/dist/cjs/components/Pill.js +39 -0
  86. package/dist/cjs/components/Ratio16By9.js +39 -0
  87. package/dist/cjs/components/Ratio1By1.js +39 -0
  88. package/dist/cjs/components/Ratio2By3.js +39 -0
  89. package/dist/cjs/components/Ratio3By2.js +39 -0
  90. package/dist/cjs/components/Ratio3By4.js +39 -0
  91. package/dist/cjs/components/Ratio4By3.js +39 -0
  92. package/dist/cjs/components/Ratio9By16.js +39 -0
  93. package/dist/cjs/components/Rectangle.js +39 -0
  94. package/dist/cjs/components/RectangleRound.js +39 -0
  95. package/dist/cjs/components/RectangleSlider.js +39 -0
  96. package/dist/cjs/components/Section.js +39 -0
  97. package/dist/cjs/components/SectionBottom.js +39 -0
  98. package/dist/cjs/components/SectionCenter.js +39 -0
  99. package/dist/cjs/components/SectionTop.js +39 -0
  100. package/dist/cjs/components/SocialApple.js +39 -0
  101. package/dist/cjs/components/SocialFacebook.js +44 -0
  102. package/dist/cjs/components/SocialGoogle.js +46 -0
  103. package/dist/cjs/components/SocialInstagram.js +44 -0
  104. package/dist/cjs/components/SocialKakao.js +43 -0
  105. package/dist/cjs/components/SocialNaver.js +43 -0
  106. package/dist/cjs/components/SocialNaverBlog.js +54 -0
  107. package/dist/cjs/components/SocialPayco.js +47 -0
  108. package/dist/cjs/components/SocialTiktok.js +41 -0
  109. package/dist/cjs/components/SocialTistory.js +39 -0
  110. package/dist/cjs/components/SocialVemeo.js +39 -0
  111. package/dist/cjs/components/SocialX.js +39 -0
  112. package/dist/cjs/components/SocialYoutube.js +44 -0
  113. package/dist/cjs/components/SolidLine1.js +39 -0
  114. package/dist/cjs/components/SolidLine2.js +39 -0
  115. package/dist/cjs/components/SolidLineArrowBoth.js +39 -0
  116. package/dist/cjs/components/SolidLineArrowLeft.js +39 -0
  117. package/dist/cjs/components/SolidLineArrowRight.js +39 -0
  118. package/dist/cjs/components/Square.js +39 -0
  119. package/dist/cjs/components/index.js +169 -50
  120. package/dist/cjs/map/0.js +7 -0
  121. package/dist/cjs/map/1.js +1 -0
  122. package/dist/cjs/map/2.js +3 -0
  123. package/dist/cjs/map/3.js +7 -0
  124. package/dist/cjs/map/4.js +4 -0
  125. package/dist/cjs/map/5.js +5 -0
  126. package/dist/cjs/map/6.js +3 -0
  127. package/dist/cjs/map/7.js +2 -0
  128. package/dist/cjs/map/8.js +4 -0
  129. package/dist/cjs/map/9.js +4 -0
  130. package/dist/cjs/map/a.js +5 -0
  131. package/dist/cjs/map/c.js +2 -0
  132. package/dist/cjs/map/d.js +2 -0
  133. package/dist/cjs/map/e.js +2 -0
  134. package/dist/cjs/map/f.js +8 -0
  135. package/dist/esm/components/AlignBottom03.js +4 -0
  136. package/dist/esm/components/AlignHorizontalCentre03.js +4 -0
  137. package/dist/esm/components/AlignLeft03.js +4 -0
  138. package/dist/esm/components/AlignRight03.js +4 -0
  139. package/dist/esm/components/AlignTop03.js +4 -0
  140. package/dist/esm/components/AlignVerticalCenter03.js +4 -0
  141. package/dist/esm/components/AlignmentBottomCenterFill.js +4 -0
  142. package/dist/esm/components/AlignmentCenterFill.js +4 -0
  143. package/dist/esm/components/AlignmentHorizontalFill.js +4 -0
  144. package/dist/esm/components/AlignmentLeftCenterFill.js +4 -0
  145. package/dist/esm/components/AlignmentLeftEndFill.js +4 -0
  146. package/dist/esm/components/AlignmentLeftStartFill.js +4 -0
  147. package/dist/esm/components/AlignmentRightCenterFill.js +4 -0
  148. package/dist/esm/components/AlignmentRightEndFill.js +4 -0
  149. package/dist/esm/components/AlignmentRightStartFill.js +4 -0
  150. package/dist/esm/components/AlignmentTopCenterFill.js +4 -0
  151. package/dist/esm/components/AlignmentVerticalFill.js +4 -0
  152. package/dist/esm/components/Button.js +4 -0
  153. package/dist/esm/components/Circle.js +4 -0
  154. package/dist/esm/components/DotsGrid02.js +4 -0
  155. package/dist/esm/components/DottedLine1.js +4 -0
  156. package/dist/esm/components/DottedLine2.js +4 -0
  157. package/dist/esm/components/DottedLineArrowBoth.js +4 -0
  158. package/dist/esm/components/DottedLineArrowLeft.js +4 -0
  159. package/dist/esm/components/DottedLineArrowRight.js +4 -0
  160. package/dist/esm/components/Pill.js +4 -0
  161. package/dist/esm/components/Ratio16By9.js +4 -0
  162. package/dist/esm/components/Ratio1By1.js +4 -0
  163. package/dist/esm/components/Ratio2By3.js +4 -0
  164. package/dist/esm/components/Ratio3By2.js +4 -0
  165. package/dist/esm/components/Ratio3By4.js +4 -0
  166. package/dist/esm/components/Ratio4By3.js +4 -0
  167. package/dist/esm/components/Ratio9By16.js +4 -0
  168. package/dist/esm/components/Rectangle.js +4 -0
  169. package/dist/esm/components/RectangleRound.js +4 -0
  170. package/dist/esm/components/RectangleSlider.js +4 -0
  171. package/dist/esm/components/Section.js +4 -0
  172. package/dist/esm/components/SectionBottom.js +4 -0
  173. package/dist/esm/components/SectionCenter.js +4 -0
  174. package/dist/esm/components/SectionTop.js +4 -0
  175. package/dist/esm/components/SocialApple.js +4 -0
  176. package/dist/esm/components/SocialFacebook.js +9 -0
  177. package/dist/esm/components/SocialGoogle.js +11 -0
  178. package/dist/esm/components/SocialInstagram.js +9 -0
  179. package/dist/esm/components/SocialKakao.js +8 -0
  180. package/dist/esm/components/SocialNaver.js +8 -0
  181. package/dist/esm/components/SocialNaverBlog.js +19 -0
  182. package/dist/esm/components/SocialPayco.js +12 -0
  183. package/dist/esm/components/SocialTiktok.js +6 -0
  184. package/dist/esm/components/SocialTistory.js +4 -0
  185. package/dist/esm/components/SocialVemeo.js +4 -0
  186. package/dist/esm/components/SocialX.js +4 -0
  187. package/dist/esm/components/SocialYoutube.js +9 -0
  188. package/dist/esm/components/SolidLine1.js +4 -0
  189. package/dist/esm/components/SolidLine2.js +4 -0
  190. package/dist/esm/components/SolidLineArrowBoth.js +4 -0
  191. package/dist/esm/components/SolidLineArrowLeft.js +4 -0
  192. package/dist/esm/components/SolidLineArrowRight.js +4 -0
  193. package/dist/esm/components/Square.js +4 -0
  194. package/dist/esm/components/index.js +59 -0
  195. package/dist/esm/map/0.js +7 -0
  196. package/dist/esm/map/1.js +1 -0
  197. package/dist/esm/map/2.js +3 -0
  198. package/dist/esm/map/3.js +7 -0
  199. package/dist/esm/map/4.js +4 -0
  200. package/dist/esm/map/5.js +5 -0
  201. package/dist/esm/map/6.js +3 -0
  202. package/dist/esm/map/7.js +2 -0
  203. package/dist/esm/map/8.js +4 -0
  204. package/dist/esm/map/9.js +4 -0
  205. package/dist/esm/map/a.js +5 -0
  206. package/dist/esm/map/c.js +2 -0
  207. package/dist/esm/map/d.js +2 -0
  208. package/dist/esm/map/e.js +2 -0
  209. package/dist/esm/map/f.js +8 -0
  210. package/dist/types/components/AlignBottom03.d.ts +4 -0
  211. package/dist/types/components/AlignHorizontalCentre03.d.ts +4 -0
  212. package/dist/types/components/AlignLeft03.d.ts +4 -0
  213. package/dist/types/components/AlignRight03.d.ts +4 -0
  214. package/dist/types/components/AlignTop03.d.ts +4 -0
  215. package/dist/types/components/AlignVerticalCenter03.d.ts +4 -0
  216. package/dist/types/components/AlignmentBottomCenterFill.d.ts +4 -0
  217. package/dist/types/components/AlignmentCenterFill.d.ts +4 -0
  218. package/dist/types/components/AlignmentHorizontalFill.d.ts +4 -0
  219. package/dist/types/components/AlignmentLeftCenterFill.d.ts +4 -0
  220. package/dist/types/components/AlignmentLeftEndFill.d.ts +4 -0
  221. package/dist/types/components/AlignmentLeftStartFill.d.ts +4 -0
  222. package/dist/types/components/AlignmentRightCenterFill.d.ts +4 -0
  223. package/dist/types/components/AlignmentRightEndFill.d.ts +4 -0
  224. package/dist/types/components/AlignmentRightStartFill.d.ts +4 -0
  225. package/dist/types/components/AlignmentTopCenterFill.d.ts +4 -0
  226. package/dist/types/components/AlignmentVerticalFill.d.ts +4 -0
  227. package/dist/types/components/Button.d.ts +4 -0
  228. package/dist/types/components/Circle.d.ts +4 -0
  229. package/dist/types/components/DotsGrid02.d.ts +4 -0
  230. package/dist/types/components/DottedLine1.d.ts +4 -0
  231. package/dist/types/components/DottedLine2.d.ts +4 -0
  232. package/dist/types/components/DottedLineArrowBoth.d.ts +4 -0
  233. package/dist/types/components/DottedLineArrowLeft.d.ts +4 -0
  234. package/dist/types/components/DottedLineArrowRight.d.ts +4 -0
  235. package/dist/types/components/Pill.d.ts +4 -0
  236. package/dist/types/components/Ratio16By9.d.ts +4 -0
  237. package/dist/types/components/Ratio1By1.d.ts +4 -0
  238. package/dist/types/components/Ratio2By3.d.ts +4 -0
  239. package/dist/types/components/Ratio3By2.d.ts +4 -0
  240. package/dist/types/components/Ratio3By4.d.ts +4 -0
  241. package/dist/types/components/Ratio4By3.d.ts +4 -0
  242. package/dist/types/components/Ratio9By16.d.ts +4 -0
  243. package/dist/types/components/Rectangle.d.ts +4 -0
  244. package/dist/types/components/RectangleRound.d.ts +4 -0
  245. package/dist/types/components/RectangleSlider.d.ts +4 -0
  246. package/dist/types/components/Section.d.ts +4 -0
  247. package/dist/types/components/SectionBottom.d.ts +4 -0
  248. package/dist/types/components/SectionCenter.d.ts +4 -0
  249. package/dist/types/components/SectionTop.d.ts +4 -0
  250. package/dist/types/components/SocialApple.d.ts +4 -0
  251. package/dist/types/components/SocialFacebook.d.ts +4 -0
  252. package/dist/types/components/SocialGoogle.d.ts +4 -0
  253. package/dist/types/components/SocialInstagram.d.ts +4 -0
  254. package/dist/types/components/SocialKakao.d.ts +4 -0
  255. package/dist/types/components/SocialNaver.d.ts +4 -0
  256. package/dist/types/components/SocialNaverBlog.d.ts +4 -0
  257. package/dist/types/components/SocialPayco.d.ts +4 -0
  258. package/dist/types/components/SocialTiktok.d.ts +4 -0
  259. package/dist/types/components/SocialTistory.d.ts +4 -0
  260. package/dist/types/components/SocialVemeo.d.ts +4 -0
  261. package/dist/types/components/SocialX.d.ts +4 -0
  262. package/dist/types/components/SocialYoutube.d.ts +4 -0
  263. package/dist/types/components/SolidLine1.d.ts +4 -0
  264. package/dist/types/components/SolidLine2.d.ts +4 -0
  265. package/dist/types/components/SolidLineArrowBoth.d.ts +4 -0
  266. package/dist/types/components/SolidLineArrowLeft.d.ts +4 -0
  267. package/dist/types/components/SolidLineArrowRight.d.ts +4 -0
  268. package/dist/types/components/Square.d.ts +4 -0
  269. package/dist/types/components/index.d.ts +59 -0
  270. package/dist/types/map/0.d.ts +7 -0
  271. package/dist/types/map/1.d.ts +1 -0
  272. package/dist/types/map/2.d.ts +3 -0
  273. package/dist/types/map/3.d.ts +7 -0
  274. package/dist/types/map/4.d.ts +4 -0
  275. package/dist/types/map/5.d.ts +5 -0
  276. package/dist/types/map/6.d.ts +3 -0
  277. package/dist/types/map/7.d.ts +2 -0
  278. package/dist/types/map/8.d.ts +4 -0
  279. package/dist/types/map/9.d.ts +4 -0
  280. package/dist/types/map/a.d.ts +5 -0
  281. package/dist/types/map/c.d.ts +2 -0
  282. package/dist/types/map/d.d.ts +2 -0
  283. package/dist/types/map/e.d.ts +2 -0
  284. package/dist/types/map/f.d.ts +8 -0
  285. package/dist/types/type.d.ts +1 -1
  286. package/package.json +1 -1
@@ -25,34 +25,51 @@ export { default as AlignBottom01Fill } from './AlignBottom01Fill';
25
25
  export { default as AlignBottom01 } from './AlignBottom01';
26
26
  export { default as AlignBottom02Fill } from './AlignBottom02Fill';
27
27
  export { default as AlignBottom02 } from './AlignBottom02';
28
+ export { default as AlignBottom03 } from './AlignBottom03';
28
29
  export { default as AlignCenterFill } from './AlignCenterFill';
29
30
  export { default as AlignCenter } from './AlignCenter';
30
31
  export { default as AlignHorizontalCentre01Fill } from './AlignHorizontalCentre01Fill';
31
32
  export { default as AlignHorizontalCentre01 } from './AlignHorizontalCentre01';
32
33
  export { default as AlignHorizontalCentre02Fill } from './AlignHorizontalCentre02Fill';
33
34
  export { default as AlignHorizontalCentre02 } from './AlignHorizontalCentre02';
35
+ export { default as AlignHorizontalCentre03 } from './AlignHorizontalCentre03';
34
36
  export { default as AlignJustifyFill } from './AlignJustifyFill';
35
37
  export { default as AlignJustify } from './AlignJustify';
36
38
  export { default as AlignLeft01Fill } from './AlignLeft01Fill';
37
39
  export { default as AlignLeft01 } from './AlignLeft01';
38
40
  export { default as AlignLeft02Fill } from './AlignLeft02Fill';
39
41
  export { default as AlignLeft02 } from './AlignLeft02';
42
+ export { default as AlignLeft03 } from './AlignLeft03';
40
43
  export { default as AlignLeftFill } from './AlignLeftFill';
41
44
  export { default as AlignLeft } from './AlignLeft';
42
45
  export { default as AlignRight01Fill } from './AlignRight01Fill';
43
46
  export { default as AlignRight01 } from './AlignRight01';
44
47
  export { default as AlignRight02Fill } from './AlignRight02Fill';
45
48
  export { default as AlignRight02 } from './AlignRight02';
49
+ export { default as AlignRight03 } from './AlignRight03';
46
50
  export { default as AlignRightFill } from './AlignRightFill';
47
51
  export { default as AlignRight } from './AlignRight';
48
52
  export { default as AlignTop01Fill } from './AlignTop01Fill';
49
53
  export { default as AlignTop01 } from './AlignTop01';
50
54
  export { default as AlignTop02Fill } from './AlignTop02Fill';
51
55
  export { default as AlignTop02 } from './AlignTop02';
56
+ export { default as AlignTop03 } from './AlignTop03';
52
57
  export { default as AlignVerticalCenter01Fill } from './AlignVerticalCenter01Fill';
53
58
  export { default as AlignVerticalCenter01 } from './AlignVerticalCenter01';
54
59
  export { default as AlignVerticalCenter02Fill } from './AlignVerticalCenter02Fill';
55
60
  export { default as AlignVerticalCenter02 } from './AlignVerticalCenter02';
61
+ export { default as AlignVerticalCenter03 } from './AlignVerticalCenter03';
62
+ export { default as AlignmentBottomCenterFill } from './AlignmentBottomCenterFill';
63
+ export { default as AlignmentCenterFill } from './AlignmentCenterFill';
64
+ export { default as AlignmentHorizontalFill } from './AlignmentHorizontalFill';
65
+ export { default as AlignmentLeftCenterFill } from './AlignmentLeftCenterFill';
66
+ export { default as AlignmentLeftEndFill } from './AlignmentLeftEndFill';
67
+ export { default as AlignmentLeftStartFill } from './AlignmentLeftStartFill';
68
+ export { default as AlignmentRightCenterFill } from './AlignmentRightCenterFill';
69
+ export { default as AlignmentRightEndFill } from './AlignmentRightEndFill';
70
+ export { default as AlignmentRightStartFill } from './AlignmentRightStartFill';
71
+ export { default as AlignmentTopCenterFill } from './AlignmentTopCenterFill';
72
+ export { default as AlignmentVerticalFill } from './AlignmentVerticalFill';
56
73
  export { default as AnchorFill } from './AnchorFill';
57
74
  export { default as Anchor } from './Anchor';
58
75
  export { default as AnnotationAlertFill } from './AnnotationAlertFill';
@@ -383,6 +400,7 @@ export { default as Building08Fill } from './Building08Fill';
383
400
  export { default as Building08 } from './Building08';
384
401
  export { default as BusFill } from './BusFill';
385
402
  export { default as Bus } from './Bus';
403
+ export { default as Button } from './Button';
386
404
  export { default as CalculatorFill } from './CalculatorFill';
387
405
  export { default as Calculator } from './Calculator';
388
406
  export { default as CalendarCheck01Fill } from './CalendarCheck01Fill';
@@ -467,6 +485,7 @@ export { default as ChromeCast } from './ChromeCast';
467
485
  export { default as CircleCutFill } from './CircleCutFill';
468
486
  export { default as CircleCut } from './CircleCut';
469
487
  export { default as CircleFill } from './CircleFill';
488
+ export { default as Circle } from './Circle';
470
489
  export { default as ClapperboardFill } from './ClapperboardFill';
471
490
  export { default as Clapperboard } from './Clapperboard';
472
491
  export { default as ClipboardAttachmentFill } from './ClipboardAttachmentFill';
@@ -937,12 +956,18 @@ export { default as Dotpoints01Fill } from './Dotpoints01Fill';
937
956
  export { default as Dotpoints01 } from './Dotpoints01';
938
957
  export { default as Dotpoints02Fill } from './Dotpoints02Fill';
939
958
  export { default as Dotpoints02 } from './Dotpoints02';
959
+ export { default as DotsGrid02 } from './DotsGrid02';
940
960
  export { default as DotsGridFill } from './DotsGridFill';
941
961
  export { default as DotsGrid } from './DotsGrid';
942
962
  export { default as DotsHorizontalFill } from './DotsHorizontalFill';
943
963
  export { default as DotsHorizontal } from './DotsHorizontal';
944
964
  export { default as DotsVerticalFill } from './DotsVerticalFill';
945
965
  export { default as DotsVertical } from './DotsVertical';
966
+ export { default as DottedLine1 } from './DottedLine1';
967
+ export { default as DottedLine2 } from './DottedLine2';
968
+ export { default as DottedLineArrowBoth } from './DottedLineArrowBoth';
969
+ export { default as DottedLineArrowLeft } from './DottedLineArrowLeft';
970
+ export { default as DottedLineArrowRight } from './DottedLineArrowRight';
946
971
  export { default as Download01AltFill } from './Download01AltFill';
947
972
  export { default as Download01Fill } from './Download01Fill';
948
973
  export { default as Download01 } from './Download01';
@@ -1843,6 +1868,7 @@ export { default as Pilcrow02Fill } from './Pilcrow02Fill';
1843
1868
  export { default as Pilcrow02 } from './Pilcrow02';
1844
1869
  export { default as PilcrowSquareFill } from './PilcrowSquareFill';
1845
1870
  export { default as PilcrowSquare } from './PilcrowSquare';
1871
+ export { default as Pill } from './Pill';
1846
1872
  export { default as Pin01Fill } from './Pin01Fill';
1847
1873
  export { default as Pin01 } from './Pin01';
1848
1874
  export { default as Pin02Fill } from './Pin02Fill';
@@ -1887,6 +1913,13 @@ export { default as QrCode01Fill } from './QrCode01Fill';
1887
1913
  export { default as QrCode01 } from './QrCode01';
1888
1914
  export { default as QrCode02Fill } from './QrCode02Fill';
1889
1915
  export { default as QrCode02 } from './QrCode02';
1916
+ export { default as Ratio1By1 } from './Ratio1By1';
1917
+ export { default as Ratio16By9 } from './Ratio16By9';
1918
+ export { default as Ratio2By3 } from './Ratio2By3';
1919
+ export { default as Ratio3By2 } from './Ratio3By2';
1920
+ export { default as Ratio3By4 } from './Ratio3By4';
1921
+ export { default as Ratio4By3 } from './Ratio4By3';
1922
+ export { default as Ratio9By16 } from './Ratio9By16';
1890
1923
  export { default as ReceiptCheckFill } from './ReceiptCheckFill';
1891
1924
  export { default as ReceiptCheck } from './ReceiptCheck';
1892
1925
  export { default as ReceiptFill } from './ReceiptFill';
@@ -1897,6 +1930,9 @@ export { default as Recording02Fill } from './Recording02Fill';
1897
1930
  export { default as Recording02 } from './Recording02';
1898
1931
  export { default as Recording03Fill } from './Recording03Fill';
1899
1932
  export { default as Recording03 } from './Recording03';
1933
+ export { default as RectangleRound } from './RectangleRound';
1934
+ export { default as RectangleSlider } from './RectangleSlider';
1935
+ export { default as Rectangle } from './Rectangle';
1900
1936
  export { default as Reflect01Fill } from './Reflect01Fill';
1901
1937
  export { default as Reflect01 } from './Reflect01';
1902
1938
  export { default as Reflect02Fill } from './Reflect02Fill';
@@ -2001,6 +2037,10 @@ export { default as SearchRefractionFill } from './SearchRefractionFill';
2001
2037
  export { default as SearchRefraction } from './SearchRefraction';
2002
2038
  export { default as SearchSmFill } from './SearchSmFill';
2003
2039
  export { default as SearchSm } from './SearchSm';
2040
+ export { default as SectionBottom } from './SectionBottom';
2041
+ export { default as SectionCenter } from './SectionCenter';
2042
+ export { default as SectionTop } from './SectionTop';
2043
+ export { default as Section } from './Section';
2004
2044
  export { default as Send01Fill } from './Send01Fill';
2005
2045
  export { default as Send01 } from './Send01';
2006
2046
  export { default as Send02Fill } from './Send02Fill';
@@ -2110,6 +2150,24 @@ export { default as Snowflake01Fill } from './Snowflake01Fill';
2110
2150
  export { default as Snowflake01 } from './Snowflake01';
2111
2151
  export { default as Snowflake02Fill } from './Snowflake02Fill';
2112
2152
  export { default as Snowflake02 } from './Snowflake02';
2153
+ export { default as SocialApple } from './SocialApple';
2154
+ export { default as SocialFacebook } from './SocialFacebook';
2155
+ export { default as SocialGoogle } from './SocialGoogle';
2156
+ export { default as SocialInstagram } from './SocialInstagram';
2157
+ export { default as SocialKakao } from './SocialKakao';
2158
+ export { default as SocialNaverBlog } from './SocialNaverBlog';
2159
+ export { default as SocialNaver } from './SocialNaver';
2160
+ export { default as SocialPayco } from './SocialPayco';
2161
+ export { default as SocialTiktok } from './SocialTiktok';
2162
+ export { default as SocialTistory } from './SocialTistory';
2163
+ export { default as SocialVemeo } from './SocialVemeo';
2164
+ export { default as SocialX } from './SocialX';
2165
+ export { default as SocialYoutube } from './SocialYoutube';
2166
+ export { default as SolidLine1 } from './SolidLine1';
2167
+ export { default as SolidLine2 } from './SolidLine2';
2168
+ export { default as SolidLineArrowBoth } from './SolidLineArrowBoth';
2169
+ export { default as SolidLineArrowLeft } from './SolidLineArrowLeft';
2170
+ export { default as SolidLineArrowRight } from './SolidLineArrowRight';
2113
2171
  export { default as SpacingHeight01Fill } from './SpacingHeight01Fill';
2114
2172
  export { default as SpacingHeight01 } from './SpacingHeight01';
2115
2173
  export { default as SpacingHeight02Fill } from './SpacingHeight02Fill';
@@ -2133,6 +2191,7 @@ export { default as Speedometer03 } from './Speedometer03';
2133
2191
  export { default as Speedometer04Fill } from './Speedometer04Fill';
2134
2192
  export { default as Speedometer04 } from './Speedometer04';
2135
2193
  export { default as SquareFill } from './SquareFill';
2194
+ export { default as Square } from './Square';
2136
2195
  export { default as StandFill } from './StandFill';
2137
2196
  export { default as Stand } from './Stand';
2138
2197
  export { default as Star01Fill } from './Star01Fill';
@@ -1,6 +1,9 @@
1
1
  declare const map: {
2
2
  readonly 'align-left-02-fill': () => Promise<typeof import("../components/AlignLeft02Fill")>;
3
3
  readonly 'align-left-02': () => Promise<typeof import("../components/AlignLeft02")>;
4
+ readonly 'alignment-right-center-fill': () => Promise<typeof import("../components/AlignmentRightCenterFill")>;
5
+ readonly 'alignment-right-end-fill': () => Promise<typeof import("../components/AlignmentRightEndFill")>;
6
+ readonly 'alignment-vertical-fill': () => Promise<typeof import("../components/AlignmentVerticalFill")>;
4
7
  readonly 'arrow-circle-broken-down-right-fill': () => Promise<typeof import("../components/ArrowCircleBrokenDownRightFill")>;
5
8
  readonly 'arrow-circle-broken-down-right': () => Promise<typeof import("../components/ArrowCircleBrokenDownRight")>;
6
9
  readonly 'arrow-circle-left-fill': () => Promise<typeof import("../components/ArrowCircleLeftFill")>;
@@ -30,6 +33,7 @@ declare const map: {
30
33
  readonly 'chevron-selector-horizontal-fill': () => Promise<typeof import("../components/ChevronSelectorHorizontalFill")>;
31
34
  readonly 'chevron-selector-horizontal': () => Promise<typeof import("../components/ChevronSelectorHorizontal")>;
32
35
  readonly 'circle-fill': () => Promise<typeof import("../components/CircleFill")>;
36
+ readonly circle: () => Promise<typeof import("../components/Circle")>;
33
37
  readonly 'code-circle-03-fill': () => Promise<typeof import("../components/CodeCircle03Fill")>;
34
38
  readonly 'code-circle-03': () => Promise<typeof import("../components/CodeCircle03")>;
35
39
  readonly 'coins-swap-01-fill': () => Promise<typeof import("../components/CoinsSwap01Fill")>;
@@ -104,6 +108,7 @@ declare const map: {
104
108
  readonly 'plus-square': () => Promise<typeof import("../components/PlusSquare")>;
105
109
  readonly 'puzzle-piece-02-fill': () => Promise<typeof import("../components/PuzzlePiece02Fill")>;
106
110
  readonly 'puzzle-piece-02': () => Promise<typeof import("../components/PuzzlePiece02")>;
111
+ readonly 'rectangle-round': () => Promise<typeof import("../components/RectangleRound")>;
107
112
  readonly 'search-lg-fill': () => Promise<typeof import("../components/SearchLgFill")>;
108
113
  readonly 'search-lg': () => Promise<typeof import("../components/SearchLg")>;
109
114
  readonly 'server-06-fill': () => Promise<typeof import("../components/Server06Fill")>;
@@ -112,6 +117,8 @@ declare const map: {
112
117
  readonly 'share-02': () => Promise<typeof import("../components/Share02")>;
113
118
  readonly 'shield-dollar-fill': () => Promise<typeof import("../components/ShieldDollarFill")>;
114
119
  readonly 'shield-dollar': () => Promise<typeof import("../components/ShieldDollar")>;
120
+ readonly 'social-naver': () => Promise<typeof import("../components/SocialNaver")>;
121
+ readonly 'social-tistory': () => Promise<typeof import("../components/SocialTistory")>;
115
122
  readonly 'speaker-02-fill': () => Promise<typeof import("../components/Speaker02Fill")>;
116
123
  readonly 'speaker-02': () => Promise<typeof import("../components/Speaker02")>;
117
124
  readonly 'speedometer-04-fill': () => Promise<typeof import("../components/Speedometer04Fill")>;
@@ -133,6 +133,7 @@ declare const map: {
133
133
  readonly 'shield-tick-fill': () => Promise<typeof import("../components/ShieldTickFill")>;
134
134
  readonly 'slash-circle-02-fill': () => Promise<typeof import("../components/SlashCircle02Fill")>;
135
135
  readonly 'sliders-04-fill': () => Promise<typeof import("../components/Sliders04Fill")>;
136
+ readonly 'social-naver-blog': () => Promise<typeof import("../components/SocialNaverBlog")>;
136
137
  readonly 'speaker-01-fill': () => Promise<typeof import("../components/Speaker01Fill")>;
137
138
  readonly 'speaker-03': () => Promise<typeof import("../components/Speaker03")>;
138
139
  readonly 'speedometer-03-fill': () => Promise<typeof import("../components/Speedometer03Fill")>;
@@ -5,6 +5,7 @@ declare const map: {
5
5
  readonly 'alert-square-fill': () => Promise<typeof import("../components/AlertSquareFill")>;
6
6
  readonly 'align-horizontal-centre-01-fill': () => Promise<typeof import("../components/AlignHorizontalCentre01Fill")>;
7
7
  readonly 'align-top-02': () => Promise<typeof import("../components/AlignTop02")>;
8
+ readonly 'alignment-horizontal-fill': () => Promise<typeof import("../components/AlignmentHorizontalFill")>;
8
9
  readonly 'archive-fill': () => Promise<typeof import("../components/ArchiveFill")>;
9
10
  readonly 'arrow-down-left-fill': () => Promise<typeof import("../components/ArrowDownLeftFill")>;
10
11
  readonly 'arrow-down-left': () => Promise<typeof import("../components/ArrowDownLeft")>;
@@ -126,6 +127,8 @@ declare const map: {
126
127
  readonly 'shield-plus': () => Promise<typeof import("../components/ShieldPlus")>;
127
128
  readonly 'slash-circle-01-fill': () => Promise<typeof import("../components/SlashCircle01Fill")>;
128
129
  readonly 'sliders-03-fill': () => Promise<typeof import("../components/Sliders03Fill")>;
130
+ readonly 'social-instagram': () => Promise<typeof import("../components/SocialInstagram")>;
131
+ readonly 'solid-line-arrow-left': () => Promise<typeof import("../components/SolidLineArrowLeft")>;
129
132
  readonly 'spacing-height-02': () => Promise<typeof import("../components/SpacingHeight02")>;
130
133
  readonly 'speedometer-02-fill': () => Promise<typeof import("../components/Speedometer02Fill")>;
131
134
  readonly 'star-03-fill': () => Promise<typeof import("../components/Star03Fill")>;
@@ -1,6 +1,9 @@
1
1
  declare const map: {
2
2
  readonly 'alarm-clock-check-fill': () => Promise<typeof import("../components/AlarmClockCheckFill")>;
3
+ readonly 'align-bottom-03': () => Promise<typeof import("../components/AlignBottom03")>;
3
4
  readonly 'align-horizontal-centre-02-fill': () => Promise<typeof import("../components/AlignHorizontalCentre02Fill")>;
5
+ readonly 'align-top-03': () => Promise<typeof import("../components/AlignTop03")>;
6
+ readonly 'alignment-bottom-center-fill': () => Promise<typeof import("../components/AlignmentBottomCenterFill")>;
4
7
  readonly 'arrow-circle-broken-down-left-fill': () => Promise<typeof import("../components/ArrowCircleBrokenDownLeftFill")>;
5
8
  readonly 'arrow-circle-broken-right': () => Promise<typeof import("../components/ArrowCircleBrokenRight")>;
6
9
  readonly 'arrow-circle-right-fill': () => Promise<typeof import("../components/ArrowCircleRightFill")>;
@@ -121,15 +124,19 @@ declare const map: {
121
124
  readonly 'save-03': () => Promise<typeof import("../components/Save03")>;
122
125
  readonly 'scissors-cut-02-fill': () => Promise<typeof import("../components/ScissorsCut02Fill")>;
123
126
  readonly 'scissors-cut-02': () => Promise<typeof import("../components/ScissorsCut02")>;
127
+ readonly 'section-bottom': () => Promise<typeof import("../components/SectionBottom")>;
124
128
  readonly 'server-03': () => Promise<typeof import("../components/Server03")>;
125
129
  readonly 'settings-03': () => Promise<typeof import("../components/Settings03")>;
126
130
  readonly 'share-05-fill': () => Promise<typeof import("../components/Share05Fill")>;
127
131
  readonly 'shopping-bag-03': () => Promise<typeof import("../components/ShoppingBag03")>;
128
132
  readonly 'sliders-02-fill': () => Promise<typeof import("../components/Sliders02Fill")>;
129
133
  readonly 'snowflake-02': () => Promise<typeof import("../components/Snowflake02")>;
134
+ readonly 'social-kakao': () => Promise<typeof import("../components/SocialKakao")>;
135
+ readonly 'social-youtube': () => Promise<typeof import("../components/SocialYoutube")>;
130
136
  readonly 'spacing-height-01': () => Promise<typeof import("../components/SpacingHeight01")>;
131
137
  readonly 'speedometer-01-fill': () => Promise<typeof import("../components/Speedometer01Fill")>;
132
138
  readonly 'square-fill': () => Promise<typeof import("../components/SquareFill")>;
139
+ readonly square: () => Promise<typeof import("../components/Square")>;
133
140
  readonly 'star-02-fill': () => Promise<typeof import("../components/Star02Fill")>;
134
141
  readonly 'sticker-square-fill': () => Promise<typeof import("../components/StickerSquareFill")>;
135
142
  readonly 'target-01-fill': () => Promise<typeof import("../components/Target01Fill")>;
@@ -2,7 +2,9 @@ declare const map: {
2
2
  readonly 'alarm-clock-off-fill': () => Promise<typeof import("../components/AlarmClockOffFill")>;
3
3
  readonly 'alert-octagon': () => Promise<typeof import("../components/AlertOctagon")>;
4
4
  readonly 'align-bottom-02': () => Promise<typeof import("../components/AlignBottom02")>;
5
+ readonly 'align-right-03': () => Promise<typeof import("../components/AlignRight03")>;
5
6
  readonly 'align-right': () => Promise<typeof import("../components/AlignRight")>;
7
+ readonly 'align-vertical-center-03': () => Promise<typeof import("../components/AlignVerticalCenter03")>;
6
8
  readonly 'annotation-question-fill': () => Promise<typeof import("../components/AnnotationQuestionFill")>;
7
9
  readonly 'arrow-narrow-down-left': () => Promise<typeof import("../components/ArrowNarrowDownLeft")>;
8
10
  readonly 'asterisk-01-fill': () => Promise<typeof import("../components/Asterisk01Fill")>;
@@ -47,6 +49,7 @@ declare const map: {
47
49
  readonly 'database-02': () => Promise<typeof import("../components/Database02")>;
48
50
  readonly 'dice-2-fill': () => Promise<typeof import("../components/Dice2Fill")>;
49
51
  readonly 'distribute-spacing-vertical-fill': () => Promise<typeof import("../components/DistributeSpacingVerticalFill")>;
52
+ readonly 'dotted-line-2': () => Promise<typeof import("../components/DottedLine2")>;
50
53
  readonly equal: () => Promise<typeof import("../components/Equal")>;
51
54
  readonly 'eraser-fill': () => Promise<typeof import("../components/EraserFill")>;
52
55
  readonly eraser: () => Promise<typeof import("../components/Eraser")>;
@@ -121,6 +124,7 @@ declare const map: {
121
124
  readonly 'shopping-bag-02': () => Promise<typeof import("../components/ShoppingBag02")>;
122
125
  readonly 'sliders-01-fill': () => Promise<typeof import("../components/Sliders01Fill")>;
123
126
  readonly 'snowflake-01': () => Promise<typeof import("../components/Snowflake01")>;
127
+ readonly 'social-payco': () => Promise<typeof import("../components/SocialPayco")>;
124
128
  readonly 'star-01-fill': () => Promise<typeof import("../components/Star01Fill")>;
125
129
  readonly terminal: () => Promise<typeof import("../components/Terminal")>;
126
130
  readonly 'trend-down-01-fill': () => Promise<typeof import("../components/TrendDown01Fill")>;
@@ -66,6 +66,8 @@ declare const map: {
66
66
  readonly 'diamond-02-fill': () => Promise<typeof import("../components/Diamond02Fill")>;
67
67
  readonly 'diamond-02': () => Promise<typeof import("../components/Diamond02")>;
68
68
  readonly 'dice-1-fill': () => Promise<typeof import("../components/Dice1Fill")>;
69
+ readonly 'dotted-line-1': () => Promise<typeof import("../components/DottedLine1")>;
70
+ readonly 'dotted-line-arrow-both': () => Promise<typeof import("../components/DottedLineArrowBoth")>;
69
71
  readonly 'expand-02': () => Promise<typeof import("../components/Expand02")>;
70
72
  readonly 'face-id-fill': () => Promise<typeof import("../components/FaceIdFill")>;
71
73
  readonly 'face-id': () => Promise<typeof import("../components/FaceId")>;
@@ -119,12 +121,14 @@ declare const map: {
119
121
  readonly 'percent-03': () => Promise<typeof import("../components/Percent03")>;
120
122
  readonly 'presentation-chart-03': () => Promise<typeof import("../components/PresentationChart03")>;
121
123
  readonly 'qr-code-01': () => Promise<typeof import("../components/QrCode01")>;
124
+ readonly 'ratio-9-by-16': () => Promise<typeof import("../components/Ratio9By16")>;
122
125
  readonly 'refresh-ccw-03-fill': () => Promise<typeof import("../components/RefreshCcw03Fill")>;
123
126
  readonly 'rocket-02-fill': () => Promise<typeof import("../components/Rocket02Fill")>;
124
127
  readonly 'rows-01-fill': () => Promise<typeof import("../components/Rows01Fill")>;
125
128
  readonly 'rows-01': () => Promise<typeof import("../components/Rows01")>;
126
129
  readonly 'scale-02-fill': () => Promise<typeof import("../components/Scale02Fill")>;
127
130
  readonly 'scales-01-fill': () => Promise<typeof import("../components/Scales01Fill")>;
131
+ readonly section: () => Promise<typeof import("../components/Section")>;
128
132
  readonly 'server-01': () => Promise<typeof import("../components/Server01")>;
129
133
  readonly 'settings-01': () => Promise<typeof import("../components/Settings01")>;
130
134
  readonly 'share-01-alt-fill': () => Promise<typeof import("../components/Share01AltFill")>;
@@ -141,6 +145,7 @@ declare const map: {
141
145
  readonly 'shuffle-01': () => Promise<typeof import("../components/Shuffle01")>;
142
146
  readonly 'skip-back-fill': () => Promise<typeof import("../components/SkipBackFill")>;
143
147
  readonly 'skip-back': () => Promise<typeof import("../components/SkipBack")>;
148
+ readonly 'solid-line-2': () => Promise<typeof import("../components/SolidLine2")>;
144
149
  readonly 'subscript-fill': () => Promise<typeof import("../components/SubscriptFill")>;
145
150
  readonly 'sunrise-fill': () => Promise<typeof import("../components/SunriseFill")>;
146
151
  readonly 'thumbs-up-fill': () => Promise<typeof import("../components/ThumbsUpFill")>;
@@ -65,6 +65,7 @@ declare const map: {
65
65
  readonly 'dataflow-01': () => Promise<typeof import("../components/Dataflow01")>;
66
66
  readonly 'diamond-01-fill': () => Promise<typeof import("../components/Diamond01Fill")>;
67
67
  readonly 'diamond-01': () => Promise<typeof import("../components/Diamond01")>;
68
+ readonly 'dots-grid-02': () => Promise<typeof import("../components/DotsGrid02")>;
68
69
  readonly 'expand-03': () => Promise<typeof import("../components/Expand03")>;
69
70
  readonly 'face-frown': () => Promise<typeof import("../components/FaceFrown")>;
70
71
  readonly 'face-sad': () => Promise<typeof import("../components/FaceSad")>;
@@ -139,6 +140,8 @@ declare const map: {
139
140
  readonly 'shuffle-02': () => Promise<typeof import("../components/Shuffle02")>;
140
141
  readonly 'signal-01-fill': () => Promise<typeof import("../components/Signal01Fill")>;
141
142
  readonly 'signal-01': () => Promise<typeof import("../components/Signal01")>;
143
+ readonly 'social-facebook': () => Promise<typeof import("../components/SocialFacebook")>;
144
+ readonly 'solid-line-1': () => Promise<typeof import("../components/SolidLine1")>;
142
145
  readonly 'stand-fill': () => Promise<typeof import("../components/StandFill")>;
143
146
  readonly stand: () => Promise<typeof import("../components/Stand")>;
144
147
  readonly 'sunset-fill': () => Promise<typeof import("../components/SunsetFill")>;
@@ -1,6 +1,7 @@
1
1
  declare const map: {
2
2
  readonly 'alert-triangle-fill': () => Promise<typeof import("../components/AlertTriangleFill")>;
3
3
  readonly 'alert-triangle': () => Promise<typeof import("../components/AlertTriangle")>;
4
+ readonly 'alignment-top-center-fill': () => Promise<typeof import("../components/AlignmentTopCenterFill")>;
4
5
  readonly 'announcement-01': () => Promise<typeof import("../components/Announcement01")>;
5
6
  readonly 'announcement-03-fill': () => Promise<typeof import("../components/Announcement03Fill")>;
6
7
  readonly 'arrow-circle-broken-up-right-fill': () => Promise<typeof import("../components/ArrowCircleBrokenUpRightFill")>;
@@ -135,6 +136,7 @@ declare const map: {
135
136
  readonly 'phone-x': () => Promise<typeof import("../components/PhoneX")>;
136
137
  readonly 'pin-01': () => Promise<typeof import("../components/Pin01")>;
137
138
  readonly 'play-circle-fill': () => Promise<typeof import("../components/PlayCircleFill")>;
139
+ readonly 'ratio-16-by-9': () => Promise<typeof import("../components/Ratio16By9")>;
138
140
  readonly 'refresh-ccw-01-fill': () => Promise<typeof import("../components/RefreshCcw01Fill")>;
139
141
  readonly 'roller-brush': () => Promise<typeof import("../components/RollerBrush")>;
140
142
  readonly 'route-fill': () => Promise<typeof import("../components/RouteFill")>;
@@ -124,6 +124,8 @@ declare const map: {
124
124
  readonly 'monitor-05': () => Promise<typeof import("../components/Monitor05")>;
125
125
  readonly 'navigation-pointer-off-01-fill': () => Promise<typeof import("../components/NavigationPointerOff01Fill")>;
126
126
  readonly 'navigation-pointer-off-01': () => Promise<typeof import("../components/NavigationPointerOff01")>;
127
+ readonly 'ratio-3-by-2': () => Promise<typeof import("../components/Ratio3By2")>;
128
+ readonly 'ratio-4-by-3': () => Promise<typeof import("../components/Ratio4By3")>;
127
129
  readonly 'receipt-fill': () => Promise<typeof import("../components/ReceiptFill")>;
128
130
  readonly receipt: () => Promise<typeof import("../components/Receipt")>;
129
131
  readonly 'refresh-cw-01-fill': () => Promise<typeof import("../components/RefreshCw01Fill")>;
@@ -136,6 +138,8 @@ declare const map: {
136
138
  readonly 'send-03': () => Promise<typeof import("../components/Send03")>;
137
139
  readonly 'signal-03-fill': () => Promise<typeof import("../components/Signal03Fill")>;
138
140
  readonly 'signal-03': () => Promise<typeof import("../components/Signal03")>;
141
+ readonly 'social-vemeo': () => Promise<typeof import("../components/SocialVemeo")>;
142
+ readonly 'social-x': () => Promise<typeof import("../components/SocialX")>;
139
143
  readonly 'stop-square-fill': () => Promise<typeof import("../components/StopSquareFill")>;
140
144
  readonly 'stop-square': () => Promise<typeof import("../components/StopSquare")>;
141
145
  readonly 'tablet-01-fill': () => Promise<typeof import("../components/Tablet01Fill")>;
@@ -1,4 +1,5 @@
1
1
  declare const map: {
2
+ readonly 'alignment-right-start-fill': () => Promise<typeof import("../components/AlignmentRightStartFill")>;
2
3
  readonly 'announcement-01-fill': () => Promise<typeof import("../components/Announcement01Fill")>;
3
4
  readonly 'announcement-03': () => Promise<typeof import("../components/Announcement03")>;
4
5
  readonly 'arrow-circle-down-left-fill': () => Promise<typeof import("../components/ArrowCircleDownLeftFill")>;
@@ -121,10 +122,12 @@ declare const map: {
121
122
  readonly 'phone-incoming-01': () => Promise<typeof import("../components/PhoneIncoming01")>;
122
123
  readonly 'phone-pause': () => Promise<typeof import("../components/PhonePause")>;
123
124
  readonly 'phone-x-fill': () => Promise<typeof import("../components/PhoneXFill")>;
125
+ readonly pill: () => Promise<typeof import("../components/Pill")>;
124
126
  readonly 'pin-01-fill': () => Promise<typeof import("../components/Pin01Fill")>;
125
127
  readonly 'play-circle': () => Promise<typeof import("../components/PlayCircle")>;
126
128
  readonly 'power-01-fill': () => Promise<typeof import("../components/Power01Fill")>;
127
129
  readonly 'power-01': () => Promise<typeof import("../components/Power01")>;
130
+ readonly 'ratio-1-by-1': () => Promise<typeof import("../components/Ratio1By1")>;
128
131
  readonly 'refresh-ccw-01': () => Promise<typeof import("../components/RefreshCcw01")>;
129
132
  readonly 'refresh-cw-02-fill': () => Promise<typeof import("../components/RefreshCw02Fill")>;
130
133
  readonly 'refresh-cw-02': () => Promise<typeof import("../components/RefreshCw02")>;
@@ -137,6 +140,7 @@ declare const map: {
137
140
  readonly 'skip-forward': () => Promise<typeof import("../components/SkipForward")>;
138
141
  readonly 'slash-divider-fill': () => Promise<typeof import("../components/SlashDividerFill")>;
139
142
  readonly 'slash-divider': () => Promise<typeof import("../components/SlashDivider")>;
143
+ readonly 'social-google': () => Promise<typeof import("../components/SocialGoogle")>;
140
144
  readonly 'strikethrough-square-fill': () => Promise<typeof import("../components/StrikethroughSquareFill")>;
141
145
  readonly 'tablet-02-fill': () => Promise<typeof import("../components/Tablet02Fill")>;
142
146
  readonly 'terminal-browser-fill': () => Promise<typeof import("../components/TerminalBrowserFill")>;
@@ -1,4 +1,5 @@
1
1
  declare const map: {
2
+ readonly 'alignment-left-start-fill': () => Promise<typeof import("../components/AlignmentLeftStartFill")>;
2
3
  readonly 'annotation-check': () => Promise<typeof import("../components/AnnotationCheck")>;
3
4
  readonly 'annotation-x-fill': () => Promise<typeof import("../components/AnnotationXFill")>;
4
5
  readonly 'annotation-x': () => Promise<typeof import("../components/AnnotationX")>;
@@ -129,6 +130,8 @@ declare const map: {
129
130
  readonly 'power-02-fill': () => Promise<typeof import("../components/Power02Fill")>;
130
131
  readonly 'power-02': () => Promise<typeof import("../components/Power02")>;
131
132
  readonly 'qr-code-02-fill': () => Promise<typeof import("../components/QrCode02Fill")>;
133
+ readonly 'ratio-2-by-3': () => Promise<typeof import("../components/Ratio2By3")>;
134
+ readonly 'ratio-3-by-4': () => Promise<typeof import("../components/Ratio3By4")>;
132
135
  readonly 'refresh-ccw-02': () => Promise<typeof import("../components/RefreshCcw02")>;
133
136
  readonly 'refresh-cw-03-fill': () => Promise<typeof import("../components/RefreshCw03Fill")>;
134
137
  readonly 'refresh-cw-03': () => Promise<typeof import("../components/RefreshCw03")>;
@@ -143,6 +146,8 @@ declare const map: {
143
146
  readonly 'search-refraction': () => Promise<typeof import("../components/SearchRefraction")>;
144
147
  readonly 'skew-fill': () => Promise<typeof import("../components/SkewFill")>;
145
148
  readonly skew: () => Promise<typeof import("../components/Skew")>;
149
+ readonly 'social-apple': () => Promise<typeof import("../components/SocialApple")>;
150
+ readonly 'social-tiktok': () => Promise<typeof import("../components/SocialTiktok")>;
146
151
  readonly sunset: () => Promise<typeof import("../components/Sunset")>;
147
152
  readonly 'tag-03-fill': () => Promise<typeof import("../components/Tag03Fill")>;
148
153
  readonly 'tag-03': () => Promise<typeof import("../components/Tag03")>;
@@ -1,6 +1,7 @@
1
1
  declare const map: {
2
2
  readonly 'alert-octagon-fill': () => Promise<typeof import("../components/AlertOctagonFill")>;
3
3
  readonly 'align-bottom-02-fill': () => Promise<typeof import("../components/AlignBottom02Fill")>;
4
+ readonly 'align-horizontal-centre-03': () => Promise<typeof import("../components/AlignHorizontalCentre03")>;
4
5
  readonly 'align-right-fill': () => Promise<typeof import("../components/AlignRightFill")>;
5
6
  readonly 'annotation-info-fill': () => Promise<typeof import("../components/AnnotationInfoFill")>;
6
7
  readonly 'annotation-info': () => Promise<typeof import("../components/AnnotationInfo")>;
@@ -137,6 +138,7 @@ declare const map: {
137
138
  readonly 'shopping-bag-02-fill': () => Promise<typeof import("../components/ShoppingBag02Fill")>;
138
139
  readonly 'sliders-01': () => Promise<typeof import("../components/Sliders01")>;
139
140
  readonly 'snowflake-01-fill': () => Promise<typeof import("../components/Snowflake01Fill")>;
141
+ readonly 'solid-line-arrow-both': () => Promise<typeof import("../components/SolidLineArrowBoth")>;
140
142
  readonly 'strikethrough-02-fill': () => Promise<typeof import("../components/Strikethrough02Fill")>;
141
143
  readonly 'strikethrough-02': () => Promise<typeof import("../components/Strikethrough02")>;
142
144
  readonly 'sun-fill': () => Promise<typeof import("../components/SunFill")>;
@@ -111,6 +111,8 @@ declare const map: {
111
111
  readonly 'save-03-fill': () => Promise<typeof import("../components/Save03Fill")>;
112
112
  readonly 'scan-fill': () => Promise<typeof import("../components/ScanFill")>;
113
113
  readonly scan: () => Promise<typeof import("../components/Scan")>;
114
+ readonly 'section-center': () => Promise<typeof import("../components/SectionCenter")>;
115
+ readonly 'section-top': () => Promise<typeof import("../components/SectionTop")>;
114
116
  readonly 'server-03-fill': () => Promise<typeof import("../components/Server03Fill")>;
115
117
  readonly 'settings-03-fill': () => Promise<typeof import("../components/Settings03Fill")>;
116
118
  readonly 'share-05': () => Promise<typeof import("../components/Share05")>;
@@ -22,6 +22,7 @@ declare const map: {
22
22
  readonly 'bezier-curve-02': () => Promise<typeof import("../components/BezierCurve02")>;
23
23
  readonly 'brackets-minus-fill': () => Promise<typeof import("../components/BracketsMinusFill")>;
24
24
  readonly 'building-05-fill': () => Promise<typeof import("../components/Building05Fill")>;
25
+ readonly button: () => Promise<typeof import("../components/Button")>;
25
26
  readonly calculator: () => Promise<typeof import("../components/Calculator")>;
26
27
  readonly 'check-square': () => Promise<typeof import("../components/CheckSquare")>;
27
28
  readonly 'check-verified-02-fill': () => Promise<typeof import("../components/CheckVerified02Fill")>;
@@ -60,6 +61,7 @@ declare const map: {
60
61
  readonly 'cursor-click-02': () => Promise<typeof import("../components/CursorClick02")>;
61
62
  readonly 'dotpoints-01-fill': () => Promise<typeof import("../components/Dotpoints01Fill")>;
62
63
  readonly 'dotpoints-01': () => Promise<typeof import("../components/Dotpoints01")>;
64
+ readonly 'dotted-line-arrow-right': () => Promise<typeof import("../components/DottedLineArrowRight")>;
63
65
  readonly 'download-01-alt-fill': () => Promise<typeof import("../components/Download01AltFill")>;
64
66
  readonly 'download-cloud-01': () => Promise<typeof import("../components/DownloadCloud01")>;
65
67
  readonly dropper: () => Promise<typeof import("../components/Dropper")>;
@@ -2,8 +2,12 @@ declare const map: {
2
2
  readonly 'activity-fill': () => Promise<typeof import("../components/ActivityFill")>;
3
3
  readonly 'alert-circle-fill': () => Promise<typeof import("../components/AlertCircleFill")>;
4
4
  readonly 'alert-hexagon-fill': () => Promise<typeof import("../components/AlertHexagonFill")>;
5
+ readonly 'align-left-03': () => Promise<typeof import("../components/AlignLeft03")>;
5
6
  readonly 'align-left-fill': () => Promise<typeof import("../components/AlignLeftFill")>;
6
7
  readonly 'align-top-01-fill': () => Promise<typeof import("../components/AlignTop01Fill")>;
8
+ readonly 'alignment-center-fill': () => Promise<typeof import("../components/AlignmentCenterFill")>;
9
+ readonly 'alignment-left-center-fill': () => Promise<typeof import("../components/AlignmentLeftCenterFill")>;
10
+ readonly 'alignment-left-end-fill': () => Promise<typeof import("../components/AlignmentLeftEndFill")>;
7
11
  readonly 'arrow-block-up': () => Promise<typeof import("../components/ArrowBlockUp")>;
8
12
  readonly 'arrow-circle-broken-down': () => Promise<typeof import("../components/ArrowCircleBrokenDown")>;
9
13
  readonly 'arrow-narrow-down-right-fill': () => Promise<typeof import("../components/ArrowNarrowDownRightFill")>;
@@ -53,6 +57,7 @@ declare const map: {
53
57
  readonly 'currency-ruble-circle-fill': () => Promise<typeof import("../components/CurrencyRubleCircleFill")>;
54
58
  readonly 'currency-ruble-circle': () => Promise<typeof import("../components/CurrencyRubleCircle")>;
55
59
  readonly 'currency-rupee': () => Promise<typeof import("../components/CurrencyRupee")>;
60
+ readonly 'dotted-line-arrow-left': () => Promise<typeof import("../components/DottedLineArrowLeft")>;
56
61
  readonly 'download-cloud-02': () => Promise<typeof import("../components/DownloadCloud02")>;
57
62
  readonly 'drop-fill': () => Promise<typeof import("../components/DropFill")>;
58
63
  readonly drop: () => Promise<typeof import("../components/Drop")>;
@@ -98,6 +103,8 @@ declare const map: {
98
103
  readonly 'phone-call-01': () => Promise<typeof import("../components/PhoneCall01")>;
99
104
  readonly 'pie-chart-01-fill': () => Promise<typeof import("../components/PieChart01Fill")>;
100
105
  readonly 'puzzle-piece-01-fill': () => Promise<typeof import("../components/PuzzlePiece01Fill")>;
106
+ readonly 'rectangle-slider': () => Promise<typeof import("../components/RectangleSlider")>;
107
+ readonly rectangle: () => Promise<typeof import("../components/Rectangle")>;
101
108
  readonly 'reflect-01-fill': () => Promise<typeof import("../components/Reflect01Fill")>;
102
109
  readonly 'reflect-01': () => Promise<typeof import("../components/Reflect01")>;
103
110
  readonly 'reverse-right-fill': () => Promise<typeof import("../components/ReverseRightFill")>;
@@ -110,6 +117,7 @@ declare const map: {
110
117
  readonly 'shield-tick': () => Promise<typeof import("../components/ShieldTick")>;
111
118
  readonly 'slash-circle-02': () => Promise<typeof import("../components/SlashCircle02")>;
112
119
  readonly 'sliders-04': () => Promise<typeof import("../components/Sliders04")>;
120
+ readonly 'solid-line-arrow-right': () => Promise<typeof import("../components/SolidLineArrowRight")>;
113
121
  readonly 'speaker-01': () => Promise<typeof import("../components/Speaker01")>;
114
122
  readonly 'speaker-03-fill': () => Promise<typeof import("../components/Speaker03Fill")>;
115
123
  readonly 'speedometer-03': () => Promise<typeof import("../components/Speedometer03")>;