@ncds/ui-admin-icon 0.1.6 → 0.1.8

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 (302) 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/cart-alert.svg +3 -0
  9. package/assets/line/circle.svg +3 -0
  10. package/assets/line/coin-stopwatch.svg +3 -0
  11. package/assets/line/dotted-line-1.svg +3 -0
  12. package/assets/line/dotted-line-2.svg +3 -0
  13. package/assets/line/dotted-line-arrow-both.svg +3 -0
  14. package/assets/line/dotted-line-arrow-left.svg +3 -0
  15. package/assets/line/dotted-line-arrow-right.svg +3 -0
  16. package/assets/line/pill.svg +3 -0
  17. package/assets/line/ratio-1-by-1.svg +3 -0
  18. package/assets/line/ratio-16-by-9.svg +3 -0
  19. package/assets/line/ratio-2-by-3.svg +3 -0
  20. package/assets/line/ratio-3-by-2.svg +3 -0
  21. package/assets/line/ratio-3-by-4.svg +3 -0
  22. package/assets/line/ratio-4-by-3.svg +3 -0
  23. package/assets/line/ratio-9-by-16.svg +3 -0
  24. package/assets/line/rectangle-round.svg +3 -0
  25. package/assets/line/rectangle-slider.svg +3 -0
  26. package/assets/line/rectangle.svg +3 -0
  27. package/assets/line/section-bottom.svg +3 -0
  28. package/assets/line/section-center.svg +3 -0
  29. package/assets/line/section-top.svg +3 -0
  30. package/assets/line/section.svg +3 -0
  31. package/assets/line/shopping-bag-alert.svg +3 -0
  32. package/assets/line/shopping-bag-repeat.svg +3 -0
  33. package/assets/line/shopping-bag-x.svg +3 -0
  34. package/assets/line/solid-line-1.svg +3 -0
  35. package/assets/line/solid-line-2.svg +4 -0
  36. package/assets/line/solid-line-arrow-both.svg +3 -0
  37. package/assets/line/solid-line-arrow-left.svg +3 -0
  38. package/assets/line/solid-line-arrow-right.svg +3 -0
  39. package/assets/line/square.svg +3 -0
  40. package/assets/social/apple.svg +3 -0
  41. package/assets/social/facebook.svg +11 -0
  42. package/assets/social/google.svg +13 -0
  43. package/assets/social/instagram.svg +12 -0
  44. package/assets/social/kakao.svg +10 -0
  45. package/assets/social/naver-blog.svg +22 -0
  46. package/assets/social/naver.svg +10 -0
  47. package/assets/social/payco.svg +16 -0
  48. package/assets/social/tiktok.svg +5 -0
  49. package/assets/social/tistory.svg +8 -0
  50. package/assets/social/vemeo.svg +3 -0
  51. package/assets/social/x.svg +3 -0
  52. package/assets/social/youtube.svg +11 -0
  53. package/assets/solid/alignment-bottom-center.svg +3 -0
  54. package/assets/solid/alignment-center.svg +3 -0
  55. package/assets/solid/alignment-horizontal.svg +3 -0
  56. package/assets/solid/alignment-left-center.svg +3 -0
  57. package/assets/solid/alignment-left-end.svg +3 -0
  58. package/assets/solid/alignment-left-start.svg +3 -0
  59. package/assets/solid/alignment-right-center.svg +3 -0
  60. package/assets/solid/alignment-right-end.svg +3 -0
  61. package/assets/solid/alignment-right-start.svg +3 -0
  62. package/assets/solid/alignment-top-center.svg +3 -0
  63. package/assets/solid/alignment-vertical.svg +3 -0
  64. package/dist/cjs/components/AlignBottom03.js +39 -0
  65. package/dist/cjs/components/AlignHorizontalCentre03.js +39 -0
  66. package/dist/cjs/components/AlignLeft03.js +39 -0
  67. package/dist/cjs/components/AlignRight03.js +39 -0
  68. package/dist/cjs/components/AlignTop03.js +39 -0
  69. package/dist/cjs/components/AlignVerticalCenter03.js +39 -0
  70. package/dist/cjs/components/AlignmentBottomCenterFill.js +39 -0
  71. package/dist/cjs/components/AlignmentCenterFill.js +39 -0
  72. package/dist/cjs/components/AlignmentHorizontalFill.js +39 -0
  73. package/dist/cjs/components/AlignmentLeftCenterFill.js +39 -0
  74. package/dist/cjs/components/AlignmentLeftEndFill.js +39 -0
  75. package/dist/cjs/components/AlignmentLeftStartFill.js +39 -0
  76. package/dist/cjs/components/AlignmentRightCenterFill.js +39 -0
  77. package/dist/cjs/components/AlignmentRightEndFill.js +39 -0
  78. package/dist/cjs/components/AlignmentRightStartFill.js +39 -0
  79. package/dist/cjs/components/AlignmentTopCenterFill.js +39 -0
  80. package/dist/cjs/components/AlignmentVerticalFill.js +39 -0
  81. package/dist/cjs/components/Button.js +39 -0
  82. package/dist/cjs/components/CartAlert.js +39 -0
  83. package/dist/cjs/components/Circle.js +39 -0
  84. package/dist/cjs/components/CoinStopwatch.js +39 -0
  85. package/dist/cjs/components/DottedLine1.js +39 -0
  86. package/dist/cjs/components/DottedLine2.js +39 -0
  87. package/dist/cjs/components/DottedLineArrowBoth.js +39 -0
  88. package/dist/cjs/components/DottedLineArrowLeft.js +39 -0
  89. package/dist/cjs/components/DottedLineArrowRight.js +39 -0
  90. package/dist/cjs/components/Pill.js +39 -0
  91. package/dist/cjs/components/Ratio16By9.js +39 -0
  92. package/dist/cjs/components/Ratio1By1.js +39 -0
  93. package/dist/cjs/components/Ratio2By3.js +39 -0
  94. package/dist/cjs/components/Ratio3By2.js +39 -0
  95. package/dist/cjs/components/Ratio3By4.js +39 -0
  96. package/dist/cjs/components/Ratio4By3.js +39 -0
  97. package/dist/cjs/components/Ratio9By16.js +39 -0
  98. package/dist/cjs/components/Rectangle.js +39 -0
  99. package/dist/cjs/components/RectangleRound.js +39 -0
  100. package/dist/cjs/components/RectangleSlider.js +39 -0
  101. package/dist/cjs/components/Section.js +39 -0
  102. package/dist/cjs/components/SectionBottom.js +39 -0
  103. package/dist/cjs/components/SectionCenter.js +39 -0
  104. package/dist/cjs/components/SectionTop.js +39 -0
  105. package/dist/cjs/components/ShoppingBagAlert.js +39 -0
  106. package/dist/cjs/components/ShoppingBagRepeat.js +39 -0
  107. package/dist/cjs/components/ShoppingBagX.js +39 -0
  108. package/dist/cjs/components/SocialApple.js +39 -0
  109. package/dist/cjs/components/SocialFacebook.js +44 -0
  110. package/dist/cjs/components/SocialGoogle.js +46 -0
  111. package/dist/cjs/components/SocialInstagram.js +44 -0
  112. package/dist/cjs/components/SocialKakao.js +43 -0
  113. package/dist/cjs/components/SocialNaver.js +43 -0
  114. package/dist/cjs/components/SocialNaverBlog.js +54 -0
  115. package/dist/cjs/components/SocialPayco.js +47 -0
  116. package/dist/cjs/components/SocialTiktok.js +41 -0
  117. package/dist/cjs/components/SocialTistory.js +39 -0
  118. package/dist/cjs/components/SocialVemeo.js +39 -0
  119. package/dist/cjs/components/SocialX.js +39 -0
  120. package/dist/cjs/components/SocialYoutube.js +44 -0
  121. package/dist/cjs/components/SolidLine1.js +39 -0
  122. package/dist/cjs/components/SolidLine2.js +39 -0
  123. package/dist/cjs/components/SolidLineArrowBoth.js +39 -0
  124. package/dist/cjs/components/SolidLineArrowLeft.js +39 -0
  125. package/dist/cjs/components/SolidLineArrowRight.js +39 -0
  126. package/dist/cjs/components/Square.js +39 -0
  127. package/dist/cjs/components/index.js +177 -50
  128. package/dist/cjs/map/0.js +7 -0
  129. package/dist/cjs/map/1.js +2 -0
  130. package/dist/cjs/map/2.js +4 -0
  131. package/dist/cjs/map/3.js +7 -0
  132. package/dist/cjs/map/4.js +4 -0
  133. package/dist/cjs/map/5.js +6 -0
  134. package/dist/cjs/map/6.js +2 -0
  135. package/dist/cjs/map/7.js +2 -0
  136. package/dist/cjs/map/8.js +4 -0
  137. package/dist/cjs/map/9.js +4 -0
  138. package/dist/cjs/map/a.js +5 -0
  139. package/dist/cjs/map/c.js +2 -0
  140. package/dist/cjs/map/d.js +2 -0
  141. package/dist/cjs/map/e.js +3 -0
  142. package/dist/cjs/map/f.js +9 -0
  143. package/dist/esm/components/AlignBottom03.js +4 -0
  144. package/dist/esm/components/AlignHorizontalCentre03.js +4 -0
  145. package/dist/esm/components/AlignLeft03.js +4 -0
  146. package/dist/esm/components/AlignRight03.js +4 -0
  147. package/dist/esm/components/AlignTop03.js +4 -0
  148. package/dist/esm/components/AlignVerticalCenter03.js +4 -0
  149. package/dist/esm/components/AlignmentBottomCenterFill.js +4 -0
  150. package/dist/esm/components/AlignmentCenterFill.js +4 -0
  151. package/dist/esm/components/AlignmentHorizontalFill.js +4 -0
  152. package/dist/esm/components/AlignmentLeftCenterFill.js +4 -0
  153. package/dist/esm/components/AlignmentLeftEndFill.js +4 -0
  154. package/dist/esm/components/AlignmentLeftStartFill.js +4 -0
  155. package/dist/esm/components/AlignmentRightCenterFill.js +4 -0
  156. package/dist/esm/components/AlignmentRightEndFill.js +4 -0
  157. package/dist/esm/components/AlignmentRightStartFill.js +4 -0
  158. package/dist/esm/components/AlignmentTopCenterFill.js +4 -0
  159. package/dist/esm/components/AlignmentVerticalFill.js +4 -0
  160. package/dist/esm/components/Button.js +4 -0
  161. package/dist/esm/components/CartAlert.js +4 -0
  162. package/dist/esm/components/Circle.js +4 -0
  163. package/dist/esm/components/CoinStopwatch.js +4 -0
  164. package/dist/esm/components/DottedLine1.js +4 -0
  165. package/dist/esm/components/DottedLine2.js +4 -0
  166. package/dist/esm/components/DottedLineArrowBoth.js +4 -0
  167. package/dist/esm/components/DottedLineArrowLeft.js +4 -0
  168. package/dist/esm/components/DottedLineArrowRight.js +4 -0
  169. package/dist/esm/components/Pill.js +4 -0
  170. package/dist/esm/components/Ratio16By9.js +4 -0
  171. package/dist/esm/components/Ratio1By1.js +4 -0
  172. package/dist/esm/components/Ratio2By3.js +4 -0
  173. package/dist/esm/components/Ratio3By2.js +4 -0
  174. package/dist/esm/components/Ratio3By4.js +4 -0
  175. package/dist/esm/components/Ratio4By3.js +4 -0
  176. package/dist/esm/components/Ratio9By16.js +4 -0
  177. package/dist/esm/components/Rectangle.js +4 -0
  178. package/dist/esm/components/RectangleRound.js +4 -0
  179. package/dist/esm/components/RectangleSlider.js +4 -0
  180. package/dist/esm/components/Section.js +4 -0
  181. package/dist/esm/components/SectionBottom.js +4 -0
  182. package/dist/esm/components/SectionCenter.js +4 -0
  183. package/dist/esm/components/SectionTop.js +4 -0
  184. package/dist/esm/components/ShoppingBagAlert.js +4 -0
  185. package/dist/esm/components/ShoppingBagRepeat.js +4 -0
  186. package/dist/esm/components/ShoppingBagX.js +4 -0
  187. package/dist/esm/components/SocialApple.js +4 -0
  188. package/dist/esm/components/SocialFacebook.js +9 -0
  189. package/dist/esm/components/SocialGoogle.js +11 -0
  190. package/dist/esm/components/SocialInstagram.js +9 -0
  191. package/dist/esm/components/SocialKakao.js +8 -0
  192. package/dist/esm/components/SocialNaver.js +8 -0
  193. package/dist/esm/components/SocialNaverBlog.js +19 -0
  194. package/dist/esm/components/SocialPayco.js +12 -0
  195. package/dist/esm/components/SocialTiktok.js +6 -0
  196. package/dist/esm/components/SocialTistory.js +4 -0
  197. package/dist/esm/components/SocialVemeo.js +4 -0
  198. package/dist/esm/components/SocialX.js +4 -0
  199. package/dist/esm/components/SocialYoutube.js +9 -0
  200. package/dist/esm/components/SolidLine1.js +4 -0
  201. package/dist/esm/components/SolidLine2.js +4 -0
  202. package/dist/esm/components/SolidLineArrowBoth.js +4 -0
  203. package/dist/esm/components/SolidLineArrowLeft.js +4 -0
  204. package/dist/esm/components/SolidLineArrowRight.js +4 -0
  205. package/dist/esm/components/Square.js +4 -0
  206. package/dist/esm/components/index.js +63 -0
  207. package/dist/esm/map/0.js +7 -0
  208. package/dist/esm/map/1.js +2 -0
  209. package/dist/esm/map/2.js +4 -0
  210. package/dist/esm/map/3.js +7 -0
  211. package/dist/esm/map/4.js +4 -0
  212. package/dist/esm/map/5.js +6 -0
  213. package/dist/esm/map/6.js +2 -0
  214. package/dist/esm/map/7.js +2 -0
  215. package/dist/esm/map/8.js +4 -0
  216. package/dist/esm/map/9.js +4 -0
  217. package/dist/esm/map/a.js +5 -0
  218. package/dist/esm/map/c.js +2 -0
  219. package/dist/esm/map/d.js +2 -0
  220. package/dist/esm/map/e.js +3 -0
  221. package/dist/esm/map/f.js +9 -0
  222. package/dist/types/components/AlignBottom03.d.ts +4 -0
  223. package/dist/types/components/AlignHorizontalCentre03.d.ts +4 -0
  224. package/dist/types/components/AlignLeft03.d.ts +4 -0
  225. package/dist/types/components/AlignRight03.d.ts +4 -0
  226. package/dist/types/components/AlignTop03.d.ts +4 -0
  227. package/dist/types/components/AlignVerticalCenter03.d.ts +4 -0
  228. package/dist/types/components/AlignmentBottomCenterFill.d.ts +4 -0
  229. package/dist/types/components/AlignmentCenterFill.d.ts +4 -0
  230. package/dist/types/components/AlignmentHorizontalFill.d.ts +4 -0
  231. package/dist/types/components/AlignmentLeftCenterFill.d.ts +4 -0
  232. package/dist/types/components/AlignmentLeftEndFill.d.ts +4 -0
  233. package/dist/types/components/AlignmentLeftStartFill.d.ts +4 -0
  234. package/dist/types/components/AlignmentRightCenterFill.d.ts +4 -0
  235. package/dist/types/components/AlignmentRightEndFill.d.ts +4 -0
  236. package/dist/types/components/AlignmentRightStartFill.d.ts +4 -0
  237. package/dist/types/components/AlignmentTopCenterFill.d.ts +4 -0
  238. package/dist/types/components/AlignmentVerticalFill.d.ts +4 -0
  239. package/dist/types/components/Button.d.ts +4 -0
  240. package/dist/types/components/CartAlert.d.ts +4 -0
  241. package/dist/types/components/Circle.d.ts +4 -0
  242. package/dist/types/components/CoinStopwatch.d.ts +4 -0
  243. package/dist/types/components/DottedLine1.d.ts +4 -0
  244. package/dist/types/components/DottedLine2.d.ts +4 -0
  245. package/dist/types/components/DottedLineArrowBoth.d.ts +4 -0
  246. package/dist/types/components/DottedLineArrowLeft.d.ts +4 -0
  247. package/dist/types/components/DottedLineArrowRight.d.ts +4 -0
  248. package/dist/types/components/Pill.d.ts +4 -0
  249. package/dist/types/components/Ratio16By9.d.ts +4 -0
  250. package/dist/types/components/Ratio1By1.d.ts +4 -0
  251. package/dist/types/components/Ratio2By3.d.ts +4 -0
  252. package/dist/types/components/Ratio3By2.d.ts +4 -0
  253. package/dist/types/components/Ratio3By4.d.ts +4 -0
  254. package/dist/types/components/Ratio4By3.d.ts +4 -0
  255. package/dist/types/components/Ratio9By16.d.ts +4 -0
  256. package/dist/types/components/Rectangle.d.ts +4 -0
  257. package/dist/types/components/RectangleRound.d.ts +4 -0
  258. package/dist/types/components/RectangleSlider.d.ts +4 -0
  259. package/dist/types/components/Section.d.ts +4 -0
  260. package/dist/types/components/SectionBottom.d.ts +4 -0
  261. package/dist/types/components/SectionCenter.d.ts +4 -0
  262. package/dist/types/components/SectionTop.d.ts +4 -0
  263. package/dist/types/components/ShoppingBagAlert.d.ts +4 -0
  264. package/dist/types/components/ShoppingBagRepeat.d.ts +4 -0
  265. package/dist/types/components/ShoppingBagX.d.ts +4 -0
  266. package/dist/types/components/SocialApple.d.ts +4 -0
  267. package/dist/types/components/SocialFacebook.d.ts +4 -0
  268. package/dist/types/components/SocialGoogle.d.ts +4 -0
  269. package/dist/types/components/SocialInstagram.d.ts +4 -0
  270. package/dist/types/components/SocialKakao.d.ts +4 -0
  271. package/dist/types/components/SocialNaver.d.ts +4 -0
  272. package/dist/types/components/SocialNaverBlog.d.ts +4 -0
  273. package/dist/types/components/SocialPayco.d.ts +4 -0
  274. package/dist/types/components/SocialTiktok.d.ts +4 -0
  275. package/dist/types/components/SocialTistory.d.ts +4 -0
  276. package/dist/types/components/SocialVemeo.d.ts +4 -0
  277. package/dist/types/components/SocialX.d.ts +4 -0
  278. package/dist/types/components/SocialYoutube.d.ts +4 -0
  279. package/dist/types/components/SolidLine1.d.ts +4 -0
  280. package/dist/types/components/SolidLine2.d.ts +4 -0
  281. package/dist/types/components/SolidLineArrowBoth.d.ts +4 -0
  282. package/dist/types/components/SolidLineArrowLeft.d.ts +4 -0
  283. package/dist/types/components/SolidLineArrowRight.d.ts +4 -0
  284. package/dist/types/components/Square.d.ts +4 -0
  285. package/dist/types/components/index.d.ts +63 -0
  286. package/dist/types/map/0.d.ts +7 -0
  287. package/dist/types/map/1.d.ts +2 -0
  288. package/dist/types/map/2.d.ts +4 -0
  289. package/dist/types/map/3.d.ts +7 -0
  290. package/dist/types/map/4.d.ts +4 -0
  291. package/dist/types/map/5.d.ts +6 -0
  292. package/dist/types/map/6.d.ts +2 -0
  293. package/dist/types/map/7.d.ts +2 -0
  294. package/dist/types/map/8.d.ts +4 -0
  295. package/dist/types/map/9.d.ts +4 -0
  296. package/dist/types/map/a.d.ts +5 -0
  297. package/dist/types/map/c.d.ts +2 -0
  298. package/dist/types/map/d.d.ts +2 -0
  299. package/dist/types/map/e.d.ts +3 -0
  300. package/dist/types/map/f.d.ts +9 -0
  301. package/dist/types/type.d.ts +1 -1
  302. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgSocialGoogle: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSocialGoogle;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgSocialInstagram: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSocialInstagram;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgSocialKakao: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSocialKakao;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgSocialNaver: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSocialNaver;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgSocialNaverBlog: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSocialNaverBlog;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgSocialPayco: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSocialPayco;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgSocialTiktok: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSocialTiktok;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgSocialTistory: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSocialTistory;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgSocialVemeo: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSocialVemeo;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgSocialX: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSocialX;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgSocialYoutube: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSocialYoutube;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgSolidLine1: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSolidLine1;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgSolidLine2: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSolidLine2;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgSolidLineArrowBoth: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSolidLineArrowBoth;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgSolidLineArrowLeft: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSolidLineArrowLeft;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgSolidLineArrowRight: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSolidLineArrowRight;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgSquare: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSquare;
@@ -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';
@@ -412,6 +430,7 @@ export { default as Car01Fill } from './Car01Fill';
412
430
  export { default as Car01 } from './Car01';
413
431
  export { default as Car02Fill } from './Car02Fill';
414
432
  export { default as Car02 } from './Car02';
433
+ export { default as CartAlert } from './CartAlert';
415
434
  export { default as Certificate01Fill } from './Certificate01Fill';
416
435
  export { default as Certificate01 } from './Certificate01';
417
436
  export { default as Certificate02Fill } from './Certificate02Fill';
@@ -467,6 +486,7 @@ export { default as ChromeCast } from './ChromeCast';
467
486
  export { default as CircleCutFill } from './CircleCutFill';
468
487
  export { default as CircleCut } from './CircleCut';
469
488
  export { default as CircleFill } from './CircleFill';
489
+ export { default as Circle } from './Circle';
470
490
  export { default as ClapperboardFill } from './ClapperboardFill';
471
491
  export { default as Clapperboard } from './Clapperboard';
472
492
  export { default as ClipboardAttachmentFill } from './ClipboardAttachmentFill';
@@ -553,6 +573,7 @@ export { default as CodeSquare02Fill } from './CodeSquare02Fill';
553
573
  export { default as CodeSquare02 } from './CodeSquare02';
554
574
  export { default as CodepenFill } from './CodepenFill';
555
575
  export { default as Codepen } from './Codepen';
576
+ export { default as CoinStopwatch } from './CoinStopwatch';
556
577
  export { default as Coins01Fill } from './Coins01Fill';
557
578
  export { default as Coins01 } from './Coins01';
558
579
  export { default as Coins02Fill } from './Coins02Fill';
@@ -944,6 +965,11 @@ export { default as DotsHorizontalFill } from './DotsHorizontalFill';
944
965
  export { default as DotsHorizontal } from './DotsHorizontal';
945
966
  export { default as DotsVerticalFill } from './DotsVerticalFill';
946
967
  export { default as DotsVertical } from './DotsVertical';
968
+ export { default as DottedLine1 } from './DottedLine1';
969
+ export { default as DottedLine2 } from './DottedLine2';
970
+ export { default as DottedLineArrowBoth } from './DottedLineArrowBoth';
971
+ export { default as DottedLineArrowLeft } from './DottedLineArrowLeft';
972
+ export { default as DottedLineArrowRight } from './DottedLineArrowRight';
947
973
  export { default as Download01AltFill } from './Download01AltFill';
948
974
  export { default as Download01Fill } from './Download01Fill';
949
975
  export { default as Download01 } from './Download01';
@@ -1844,6 +1870,7 @@ export { default as Pilcrow02Fill } from './Pilcrow02Fill';
1844
1870
  export { default as Pilcrow02 } from './Pilcrow02';
1845
1871
  export { default as PilcrowSquareFill } from './PilcrowSquareFill';
1846
1872
  export { default as PilcrowSquare } from './PilcrowSquare';
1873
+ export { default as Pill } from './Pill';
1847
1874
  export { default as Pin01Fill } from './Pin01Fill';
1848
1875
  export { default as Pin01 } from './Pin01';
1849
1876
  export { default as Pin02Fill } from './Pin02Fill';
@@ -1888,6 +1915,13 @@ export { default as QrCode01Fill } from './QrCode01Fill';
1888
1915
  export { default as QrCode01 } from './QrCode01';
1889
1916
  export { default as QrCode02Fill } from './QrCode02Fill';
1890
1917
  export { default as QrCode02 } from './QrCode02';
1918
+ export { default as Ratio1By1 } from './Ratio1By1';
1919
+ export { default as Ratio16By9 } from './Ratio16By9';
1920
+ export { default as Ratio2By3 } from './Ratio2By3';
1921
+ export { default as Ratio3By2 } from './Ratio3By2';
1922
+ export { default as Ratio3By4 } from './Ratio3By4';
1923
+ export { default as Ratio4By3 } from './Ratio4By3';
1924
+ export { default as Ratio9By16 } from './Ratio9By16';
1891
1925
  export { default as ReceiptCheckFill } from './ReceiptCheckFill';
1892
1926
  export { default as ReceiptCheck } from './ReceiptCheck';
1893
1927
  export { default as ReceiptFill } from './ReceiptFill';
@@ -1898,6 +1932,9 @@ export { default as Recording02Fill } from './Recording02Fill';
1898
1932
  export { default as Recording02 } from './Recording02';
1899
1933
  export { default as Recording03Fill } from './Recording03Fill';
1900
1934
  export { default as Recording03 } from './Recording03';
1935
+ export { default as RectangleRound } from './RectangleRound';
1936
+ export { default as RectangleSlider } from './RectangleSlider';
1937
+ export { default as Rectangle } from './Rectangle';
1901
1938
  export { default as Reflect01Fill } from './Reflect01Fill';
1902
1939
  export { default as Reflect01 } from './Reflect01';
1903
1940
  export { default as Reflect02Fill } from './Reflect02Fill';
@@ -2002,6 +2039,10 @@ export { default as SearchRefractionFill } from './SearchRefractionFill';
2002
2039
  export { default as SearchRefraction } from './SearchRefraction';
2003
2040
  export { default as SearchSmFill } from './SearchSmFill';
2004
2041
  export { default as SearchSm } from './SearchSm';
2042
+ export { default as SectionBottom } from './SectionBottom';
2043
+ export { default as SectionCenter } from './SectionCenter';
2044
+ export { default as SectionTop } from './SectionTop';
2045
+ export { default as Section } from './Section';
2005
2046
  export { default as Send01Fill } from './Send01Fill';
2006
2047
  export { default as Send01 } from './Send01';
2007
2048
  export { default as Send02Fill } from './Send02Fill';
@@ -2067,6 +2108,9 @@ export { default as ShoppingBag02Fill } from './ShoppingBag02Fill';
2067
2108
  export { default as ShoppingBag02 } from './ShoppingBag02';
2068
2109
  export { default as ShoppingBag03Fill } from './ShoppingBag03Fill';
2069
2110
  export { default as ShoppingBag03 } from './ShoppingBag03';
2111
+ export { default as ShoppingBagAlert } from './ShoppingBagAlert';
2112
+ export { default as ShoppingBagRepeat } from './ShoppingBagRepeat';
2113
+ export { default as ShoppingBagX } from './ShoppingBagX';
2070
2114
  export { default as ShoppingCart01Fill } from './ShoppingCart01Fill';
2071
2115
  export { default as ShoppingCart01 } from './ShoppingCart01';
2072
2116
  export { default as ShoppingCart02Fill } from './ShoppingCart02Fill';
@@ -2111,6 +2155,24 @@ export { default as Snowflake01Fill } from './Snowflake01Fill';
2111
2155
  export { default as Snowflake01 } from './Snowflake01';
2112
2156
  export { default as Snowflake02Fill } from './Snowflake02Fill';
2113
2157
  export { default as Snowflake02 } from './Snowflake02';
2158
+ export { default as SocialApple } from './SocialApple';
2159
+ export { default as SocialFacebook } from './SocialFacebook';
2160
+ export { default as SocialGoogle } from './SocialGoogle';
2161
+ export { default as SocialInstagram } from './SocialInstagram';
2162
+ export { default as SocialKakao } from './SocialKakao';
2163
+ export { default as SocialNaverBlog } from './SocialNaverBlog';
2164
+ export { default as SocialNaver } from './SocialNaver';
2165
+ export { default as SocialPayco } from './SocialPayco';
2166
+ export { default as SocialTiktok } from './SocialTiktok';
2167
+ export { default as SocialTistory } from './SocialTistory';
2168
+ export { default as SocialVemeo } from './SocialVemeo';
2169
+ export { default as SocialX } from './SocialX';
2170
+ export { default as SocialYoutube } from './SocialYoutube';
2171
+ export { default as SolidLine1 } from './SolidLine1';
2172
+ export { default as SolidLine2 } from './SolidLine2';
2173
+ export { default as SolidLineArrowBoth } from './SolidLineArrowBoth';
2174
+ export { default as SolidLineArrowLeft } from './SolidLineArrowLeft';
2175
+ export { default as SolidLineArrowRight } from './SolidLineArrowRight';
2114
2176
  export { default as SpacingHeight01Fill } from './SpacingHeight01Fill';
2115
2177
  export { default as SpacingHeight01 } from './SpacingHeight01';
2116
2178
  export { default as SpacingHeight02Fill } from './SpacingHeight02Fill';
@@ -2134,6 +2196,7 @@ export { default as Speedometer03 } from './Speedometer03';
2134
2196
  export { default as Speedometer04Fill } from './Speedometer04Fill';
2135
2197
  export { default as Speedometer04 } from './Speedometer04';
2136
2198
  export { default as SquareFill } from './SquareFill';
2199
+ export { default as Square } from './Square';
2137
2200
  export { default as StandFill } from './StandFill';
2138
2201
  export { default as Stand } from './Stand';
2139
2202
  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")>;
@@ -37,6 +37,7 @@ declare const map: {
37
37
  readonly 'code-snippet-01-fill': () => Promise<typeof import("../components/CodeSnippet01Fill")>;
38
38
  readonly 'code-snippet-01': () => Promise<typeof import("../components/CodeSnippet01")>;
39
39
  readonly 'code-square-01-fill': () => Promise<typeof import("../components/CodeSquare01Fill")>;
40
+ readonly 'coin-stopwatch': () => Promise<typeof import("../components/CoinStopwatch")>;
40
41
  readonly 'coins-04': () => Promise<typeof import("../components/Coins04")>;
41
42
  readonly 'coins-swap-02': () => Promise<typeof import("../components/CoinsSwap02")>;
42
43
  readonly 'color-file-ai-gray': () => Promise<typeof import("../components/ColorFileAiGray")>;
@@ -133,6 +134,7 @@ declare const map: {
133
134
  readonly 'shield-tick-fill': () => Promise<typeof import("../components/ShieldTickFill")>;
134
135
  readonly 'slash-circle-02-fill': () => Promise<typeof import("../components/SlashCircle02Fill")>;
135
136
  readonly 'sliders-04-fill': () => Promise<typeof import("../components/Sliders04Fill")>;
137
+ readonly 'social-naver-blog': () => Promise<typeof import("../components/SocialNaverBlog")>;
136
138
  readonly 'speaker-01-fill': () => Promise<typeof import("../components/Speaker01Fill")>;
137
139
  readonly 'speaker-03': () => Promise<typeof import("../components/Speaker03")>;
138
140
  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")>;
@@ -124,8 +125,11 @@ declare const map: {
124
125
  readonly 'share-04-alt-fill': () => Promise<typeof import("../components/Share04AltFill")>;
125
126
  readonly 'share-04-fill': () => Promise<typeof import("../components/Share04Fill")>;
126
127
  readonly 'shield-plus': () => Promise<typeof import("../components/ShieldPlus")>;
128
+ readonly 'shopping-bag-x': () => Promise<typeof import("../components/ShoppingBagX")>;
127
129
  readonly 'slash-circle-01-fill': () => Promise<typeof import("../components/SlashCircle01Fill")>;
128
130
  readonly 'sliders-03-fill': () => Promise<typeof import("../components/Sliders03Fill")>;
131
+ readonly 'social-instagram': () => Promise<typeof import("../components/SocialInstagram")>;
132
+ readonly 'solid-line-arrow-left': () => Promise<typeof import("../components/SolidLineArrowLeft")>;
129
133
  readonly 'spacing-height-02': () => Promise<typeof import("../components/SpacingHeight02")>;
130
134
  readonly 'speedometer-02-fill': () => Promise<typeof import("../components/Speedometer02Fill")>;
131
135
  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")>;
@@ -135,12 +139,14 @@ declare const map: {
135
139
  readonly 'shield-zap-fill': () => Promise<typeof import("../components/ShieldZapFill")>;
136
140
  readonly 'shield-zap': () => Promise<typeof import("../components/ShieldZap")>;
137
141
  readonly 'shopping-bag-01': () => Promise<typeof import("../components/ShoppingBag01")>;
142
+ readonly 'shopping-bag-repeat': () => Promise<typeof import("../components/ShoppingBagRepeat")>;
138
143
  readonly 'shopping-cart-03-fill': () => Promise<typeof import("../components/ShoppingCart03Fill")>;
139
144
  readonly 'shopping-cart-03': () => Promise<typeof import("../components/ShoppingCart03")>;
140
145
  readonly 'shuffle-01-fill': () => Promise<typeof import("../components/Shuffle01Fill")>;
141
146
  readonly 'shuffle-01': () => Promise<typeof import("../components/Shuffle01")>;
142
147
  readonly 'skip-back-fill': () => Promise<typeof import("../components/SkipBackFill")>;
143
148
  readonly 'skip-back': () => Promise<typeof import("../components/SkipBack")>;
149
+ readonly 'solid-line-2': () => Promise<typeof import("../components/SolidLine2")>;
144
150
  readonly 'subscript-fill': () => Promise<typeof import("../components/SubscriptFill")>;
145
151
  readonly 'sunrise-fill': () => Promise<typeof import("../components/SunriseFill")>;
146
152
  readonly 'thumbs-up-fill': () => Promise<typeof import("../components/ThumbsUpFill")>;
@@ -140,6 +140,8 @@ declare const map: {
140
140
  readonly 'shuffle-02': () => Promise<typeof import("../components/Shuffle02")>;
141
141
  readonly 'signal-01-fill': () => Promise<typeof import("../components/Signal01Fill")>;
142
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")>;
143
145
  readonly 'stand-fill': () => Promise<typeof import("../components/StandFill")>;
144
146
  readonly stand: () => Promise<typeof import("../components/Stand")>;
145
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")>;