@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
package/dist/esm/map/2.js CHANGED
@@ -5,6 +5,7 @@ const map = {
5
5
  'alert-square-fill': () => import('../components/AlertSquareFill'),
6
6
  'align-horizontal-centre-01-fill': () => import('../components/AlignHorizontalCentre01Fill'),
7
7
  'align-top-02': () => import('../components/AlignTop02'),
8
+ 'alignment-horizontal-fill': () => import('../components/AlignmentHorizontalFill'),
8
9
  'archive-fill': () => import('../components/ArchiveFill'),
9
10
  'arrow-down-left-fill': () => import('../components/ArrowDownLeftFill'),
10
11
  'arrow-down-left': () => import('../components/ArrowDownLeft'),
@@ -124,8 +125,11 @@ const map = {
124
125
  'share-04-alt-fill': () => import('../components/Share04AltFill'),
125
126
  'share-04-fill': () => import('../components/Share04Fill'),
126
127
  'shield-plus': () => import('../components/ShieldPlus'),
128
+ 'shopping-bag-x': () => import('../components/ShoppingBagX'),
127
129
  'slash-circle-01-fill': () => import('../components/SlashCircle01Fill'),
128
130
  'sliders-03-fill': () => import('../components/Sliders03Fill'),
131
+ 'social-instagram': () => import('../components/SocialInstagram'),
132
+ 'solid-line-arrow-left': () => import('../components/SolidLineArrowLeft'),
129
133
  'spacing-height-02': () => import('../components/SpacingHeight02'),
130
134
  'speedometer-02-fill': () => import('../components/Speedometer02Fill'),
131
135
  'star-03-fill': () => import('../components/Star03Fill'),
package/dist/esm/map/3.js CHANGED
@@ -1,6 +1,9 @@
1
1
  const map = {
2
2
  'alarm-clock-check-fill': () => import('../components/AlarmClockCheckFill'),
3
+ 'align-bottom-03': () => import('../components/AlignBottom03'),
3
4
  'align-horizontal-centre-02-fill': () => import('../components/AlignHorizontalCentre02Fill'),
5
+ 'align-top-03': () => import('../components/AlignTop03'),
6
+ 'alignment-bottom-center-fill': () => import('../components/AlignmentBottomCenterFill'),
4
7
  'arrow-circle-broken-down-left-fill': () => import('../components/ArrowCircleBrokenDownLeftFill'),
5
8
  'arrow-circle-broken-right': () => import('../components/ArrowCircleBrokenRight'),
6
9
  'arrow-circle-right-fill': () => import('../components/ArrowCircleRightFill'),
@@ -121,15 +124,19 @@ const map = {
121
124
  'save-03': () => import('../components/Save03'),
122
125
  'scissors-cut-02-fill': () => import('../components/ScissorsCut02Fill'),
123
126
  'scissors-cut-02': () => import('../components/ScissorsCut02'),
127
+ 'section-bottom': () => import('../components/SectionBottom'),
124
128
  'server-03': () => import('../components/Server03'),
125
129
  'settings-03': () => import('../components/Settings03'),
126
130
  'share-05-fill': () => import('../components/Share05Fill'),
127
131
  'shopping-bag-03': () => import('../components/ShoppingBag03'),
128
132
  'sliders-02-fill': () => import('../components/Sliders02Fill'),
129
133
  'snowflake-02': () => import('../components/Snowflake02'),
134
+ 'social-kakao': () => import('../components/SocialKakao'),
135
+ 'social-youtube': () => import('../components/SocialYoutube'),
130
136
  'spacing-height-01': () => import('../components/SpacingHeight01'),
131
137
  'speedometer-01-fill': () => import('../components/Speedometer01Fill'),
132
138
  'square-fill': () => import('../components/SquareFill'),
139
+ 'square': () => import('../components/Square'),
133
140
  'star-02-fill': () => import('../components/Star02Fill'),
134
141
  'sticker-square-fill': () => import('../components/StickerSquareFill'),
135
142
  'target-01-fill': () => import('../components/Target01Fill'),
package/dist/esm/map/4.js CHANGED
@@ -2,7 +2,9 @@ const map = {
2
2
  'alarm-clock-off-fill': () => import('../components/AlarmClockOffFill'),
3
3
  'alert-octagon': () => import('../components/AlertOctagon'),
4
4
  'align-bottom-02': () => import('../components/AlignBottom02'),
5
+ 'align-right-03': () => import('../components/AlignRight03'),
5
6
  'align-right': () => import('../components/AlignRight'),
7
+ 'align-vertical-center-03': () => import('../components/AlignVerticalCenter03'),
6
8
  'annotation-question-fill': () => import('../components/AnnotationQuestionFill'),
7
9
  'arrow-narrow-down-left': () => import('../components/ArrowNarrowDownLeft'),
8
10
  'asterisk-01-fill': () => import('../components/Asterisk01Fill'),
@@ -47,6 +49,7 @@ const map = {
47
49
  'database-02': () => import('../components/Database02'),
48
50
  'dice-2-fill': () => import('../components/Dice2Fill'),
49
51
  'distribute-spacing-vertical-fill': () => import('../components/DistributeSpacingVerticalFill'),
52
+ 'dotted-line-2': () => import('../components/DottedLine2'),
50
53
  'equal': () => import('../components/Equal'),
51
54
  'eraser-fill': () => import('../components/EraserFill'),
52
55
  'eraser': () => import('../components/Eraser'),
@@ -121,6 +124,7 @@ const map = {
121
124
  'shopping-bag-02': () => import('../components/ShoppingBag02'),
122
125
  'sliders-01-fill': () => import('../components/Sliders01Fill'),
123
126
  'snowflake-01': () => import('../components/Snowflake01'),
127
+ 'social-payco': () => import('../components/SocialPayco'),
124
128
  'star-01-fill': () => import('../components/Star01Fill'),
125
129
  'terminal': () => import('../components/Terminal'),
126
130
  'trend-down-01-fill': () => import('../components/TrendDown01Fill'),
package/dist/esm/map/5.js CHANGED
@@ -66,6 +66,8 @@ const map = {
66
66
  'diamond-02-fill': () => import('../components/Diamond02Fill'),
67
67
  'diamond-02': () => import('../components/Diamond02'),
68
68
  'dice-1-fill': () => import('../components/Dice1Fill'),
69
+ 'dotted-line-1': () => import('../components/DottedLine1'),
70
+ 'dotted-line-arrow-both': () => import('../components/DottedLineArrowBoth'),
69
71
  'expand-02': () => import('../components/Expand02'),
70
72
  'face-id-fill': () => import('../components/FaceIdFill'),
71
73
  'face-id': () => import('../components/FaceId'),
@@ -119,12 +121,14 @@ const map = {
119
121
  'percent-03': () => import('../components/Percent03'),
120
122
  'presentation-chart-03': () => import('../components/PresentationChart03'),
121
123
  'qr-code-01': () => import('../components/QrCode01'),
124
+ 'ratio-9-by-16': () => import('../components/Ratio9By16'),
122
125
  'refresh-ccw-03-fill': () => import('../components/RefreshCcw03Fill'),
123
126
  'rocket-02-fill': () => import('../components/Rocket02Fill'),
124
127
  'rows-01-fill': () => import('../components/Rows01Fill'),
125
128
  'rows-01': () => import('../components/Rows01'),
126
129
  'scale-02-fill': () => import('../components/Scale02Fill'),
127
130
  'scales-01-fill': () => import('../components/Scales01Fill'),
131
+ 'section': () => import('../components/Section'),
128
132
  'server-01': () => import('../components/Server01'),
129
133
  'settings-01': () => import('../components/Settings01'),
130
134
  'share-01-alt-fill': () => import('../components/Share01AltFill'),
@@ -135,12 +139,14 @@ const map = {
135
139
  'shield-zap-fill': () => import('../components/ShieldZapFill'),
136
140
  'shield-zap': () => import('../components/ShieldZap'),
137
141
  'shopping-bag-01': () => import('../components/ShoppingBag01'),
142
+ 'shopping-bag-repeat': () => import('../components/ShoppingBagRepeat'),
138
143
  'shopping-cart-03-fill': () => import('../components/ShoppingCart03Fill'),
139
144
  'shopping-cart-03': () => import('../components/ShoppingCart03'),
140
145
  'shuffle-01-fill': () => import('../components/Shuffle01Fill'),
141
146
  'shuffle-01': () => import('../components/Shuffle01'),
142
147
  'skip-back-fill': () => import('../components/SkipBackFill'),
143
148
  'skip-back': () => import('../components/SkipBack'),
149
+ 'solid-line-2': () => import('../components/SolidLine2'),
144
150
  'subscript-fill': () => import('../components/SubscriptFill'),
145
151
  'sunrise-fill': () => import('../components/SunriseFill'),
146
152
  'thumbs-up-fill': () => import('../components/ThumbsUpFill'),
package/dist/esm/map/6.js CHANGED
@@ -140,6 +140,8 @@ const map = {
140
140
  'shuffle-02': () => import('../components/Shuffle02'),
141
141
  'signal-01-fill': () => import('../components/Signal01Fill'),
142
142
  'signal-01': () => import('../components/Signal01'),
143
+ 'social-facebook': () => import('../components/SocialFacebook'),
144
+ 'solid-line-1': () => import('../components/SolidLine1'),
143
145
  'stand-fill': () => import('../components/StandFill'),
144
146
  'stand': () => import('../components/Stand'),
145
147
  'sunset-fill': () => import('../components/SunsetFill'),
package/dist/esm/map/7.js CHANGED
@@ -1,6 +1,7 @@
1
1
  const map = {
2
2
  'alert-triangle-fill': () => import('../components/AlertTriangleFill'),
3
3
  'alert-triangle': () => import('../components/AlertTriangle'),
4
+ 'alignment-top-center-fill': () => import('../components/AlignmentTopCenterFill'),
4
5
  'announcement-01': () => import('../components/Announcement01'),
5
6
  'announcement-03-fill': () => import('../components/Announcement03Fill'),
6
7
  'arrow-circle-broken-up-right-fill': () => import('../components/ArrowCircleBrokenUpRightFill'),
@@ -135,6 +136,7 @@ const map = {
135
136
  'phone-x': () => import('../components/PhoneX'),
136
137
  'pin-01': () => import('../components/Pin01'),
137
138
  'play-circle-fill': () => import('../components/PlayCircleFill'),
139
+ 'ratio-16-by-9': () => import('../components/Ratio16By9'),
138
140
  'refresh-ccw-01-fill': () => import('../components/RefreshCcw01Fill'),
139
141
  'roller-brush': () => import('../components/RollerBrush'),
140
142
  'route-fill': () => import('../components/RouteFill'),
package/dist/esm/map/8.js CHANGED
@@ -124,6 +124,8 @@ const map = {
124
124
  'monitor-05': () => import('../components/Monitor05'),
125
125
  'navigation-pointer-off-01-fill': () => import('../components/NavigationPointerOff01Fill'),
126
126
  'navigation-pointer-off-01': () => import('../components/NavigationPointerOff01'),
127
+ 'ratio-3-by-2': () => import('../components/Ratio3By2'),
128
+ 'ratio-4-by-3': () => import('../components/Ratio4By3'),
127
129
  'receipt-fill': () => import('../components/ReceiptFill'),
128
130
  'receipt': () => import('../components/Receipt'),
129
131
  'refresh-cw-01-fill': () => import('../components/RefreshCw01Fill'),
@@ -136,6 +138,8 @@ const map = {
136
138
  'send-03': () => import('../components/Send03'),
137
139
  'signal-03-fill': () => import('../components/Signal03Fill'),
138
140
  'signal-03': () => import('../components/Signal03'),
141
+ 'social-vemeo': () => import('../components/SocialVemeo'),
142
+ 'social-x': () => import('../components/SocialX'),
139
143
  'stop-square-fill': () => import('../components/StopSquareFill'),
140
144
  'stop-square': () => import('../components/StopSquare'),
141
145
  'tablet-01-fill': () => import('../components/Tablet01Fill'),
package/dist/esm/map/9.js CHANGED
@@ -1,4 +1,5 @@
1
1
  const map = {
2
+ 'alignment-right-start-fill': () => import('../components/AlignmentRightStartFill'),
2
3
  'announcement-01-fill': () => import('../components/Announcement01Fill'),
3
4
  'announcement-03': () => import('../components/Announcement03'),
4
5
  'arrow-circle-down-left-fill': () => import('../components/ArrowCircleDownLeftFill'),
@@ -121,10 +122,12 @@ const map = {
121
122
  'phone-incoming-01': () => import('../components/PhoneIncoming01'),
122
123
  'phone-pause': () => import('../components/PhonePause'),
123
124
  'phone-x-fill': () => import('../components/PhoneXFill'),
125
+ 'pill': () => import('../components/Pill'),
124
126
  'pin-01-fill': () => import('../components/Pin01Fill'),
125
127
  'play-circle': () => import('../components/PlayCircle'),
126
128
  'power-01-fill': () => import('../components/Power01Fill'),
127
129
  'power-01': () => import('../components/Power01'),
130
+ 'ratio-1-by-1': () => import('../components/Ratio1By1'),
128
131
  'refresh-ccw-01': () => import('../components/RefreshCcw01'),
129
132
  'refresh-cw-02-fill': () => import('../components/RefreshCw02Fill'),
130
133
  'refresh-cw-02': () => import('../components/RefreshCw02'),
@@ -137,6 +140,7 @@ const map = {
137
140
  'skip-forward': () => import('../components/SkipForward'),
138
141
  'slash-divider-fill': () => import('../components/SlashDividerFill'),
139
142
  'slash-divider': () => import('../components/SlashDivider'),
143
+ 'social-google': () => import('../components/SocialGoogle'),
140
144
  'strikethrough-square-fill': () => import('../components/StrikethroughSquareFill'),
141
145
  'tablet-02-fill': () => import('../components/Tablet02Fill'),
142
146
  'terminal-browser-fill': () => import('../components/TerminalBrowserFill'),
package/dist/esm/map/a.js CHANGED
@@ -1,4 +1,5 @@
1
1
  const map = {
2
+ 'alignment-left-start-fill': () => import('../components/AlignmentLeftStartFill'),
2
3
  'annotation-check': () => import('../components/AnnotationCheck'),
3
4
  'annotation-x-fill': () => import('../components/AnnotationXFill'),
4
5
  'annotation-x': () => import('../components/AnnotationX'),
@@ -129,6 +130,8 @@ const map = {
129
130
  'power-02-fill': () => import('../components/Power02Fill'),
130
131
  'power-02': () => import('../components/Power02'),
131
132
  'qr-code-02-fill': () => import('../components/QrCode02Fill'),
133
+ 'ratio-2-by-3': () => import('../components/Ratio2By3'),
134
+ 'ratio-3-by-4': () => import('../components/Ratio3By4'),
132
135
  'refresh-ccw-02': () => import('../components/RefreshCcw02'),
133
136
  'refresh-cw-03-fill': () => import('../components/RefreshCw03Fill'),
134
137
  'refresh-cw-03': () => import('../components/RefreshCw03'),
@@ -143,6 +146,8 @@ const map = {
143
146
  'search-refraction': () => import('../components/SearchRefraction'),
144
147
  'skew-fill': () => import('../components/SkewFill'),
145
148
  'skew': () => import('../components/Skew'),
149
+ 'social-apple': () => import('../components/SocialApple'),
150
+ 'social-tiktok': () => import('../components/SocialTiktok'),
146
151
  'sunset': () => import('../components/Sunset'),
147
152
  'tag-03-fill': () => import('../components/Tag03Fill'),
148
153
  'tag-03': () => import('../components/Tag03'),
package/dist/esm/map/c.js CHANGED
@@ -1,6 +1,7 @@
1
1
  const map = {
2
2
  'alert-octagon-fill': () => import('../components/AlertOctagonFill'),
3
3
  'align-bottom-02-fill': () => import('../components/AlignBottom02Fill'),
4
+ 'align-horizontal-centre-03': () => import('../components/AlignHorizontalCentre03'),
4
5
  'align-right-fill': () => import('../components/AlignRightFill'),
5
6
  'annotation-info-fill': () => import('../components/AnnotationInfoFill'),
6
7
  'annotation-info': () => import('../components/AnnotationInfo'),
@@ -137,6 +138,7 @@ const map = {
137
138
  'shopping-bag-02-fill': () => import('../components/ShoppingBag02Fill'),
138
139
  'sliders-01': () => import('../components/Sliders01'),
139
140
  'snowflake-01-fill': () => import('../components/Snowflake01Fill'),
141
+ 'solid-line-arrow-both': () => import('../components/SolidLineArrowBoth'),
140
142
  'strikethrough-02-fill': () => import('../components/Strikethrough02Fill'),
141
143
  'strikethrough-02': () => import('../components/Strikethrough02'),
142
144
  'sun-fill': () => import('../components/SunFill'),
package/dist/esm/map/d.js CHANGED
@@ -111,6 +111,8 @@ const map = {
111
111
  'save-03-fill': () => import('../components/Save03Fill'),
112
112
  'scan-fill': () => import('../components/ScanFill'),
113
113
  'scan': () => import('../components/Scan'),
114
+ 'section-center': () => import('../components/SectionCenter'),
115
+ 'section-top': () => import('../components/SectionTop'),
114
116
  'server-03-fill': () => import('../components/Server03Fill'),
115
117
  'settings-03-fill': () => import('../components/Settings03Fill'),
116
118
  'share-05': () => import('../components/Share05'),
package/dist/esm/map/e.js CHANGED
@@ -22,6 +22,7 @@ const map = {
22
22
  'bezier-curve-02': () => import('../components/BezierCurve02'),
23
23
  'brackets-minus-fill': () => import('../components/BracketsMinusFill'),
24
24
  'building-05-fill': () => import('../components/Building05Fill'),
25
+ 'button': () => import('../components/Button'),
25
26
  'calculator': () => import('../components/Calculator'),
26
27
  'check-square': () => import('../components/CheckSquare'),
27
28
  'check-verified-02-fill': () => import('../components/CheckVerified02Fill'),
@@ -60,6 +61,7 @@ const map = {
60
61
  'cursor-click-02': () => import('../components/CursorClick02'),
61
62
  'dotpoints-01-fill': () => import('../components/Dotpoints01Fill'),
62
63
  'dotpoints-01': () => import('../components/Dotpoints01'),
64
+ 'dotted-line-arrow-right': () => import('../components/DottedLineArrowRight'),
63
65
  'download-01-alt-fill': () => import('../components/Download01AltFill'),
64
66
  'download-cloud-01': () => import('../components/DownloadCloud01'),
65
67
  'dropper': () => import('../components/Dropper'),
@@ -121,6 +123,7 @@ const map = {
121
123
  'settings-04-fill': () => import('../components/Settings04Fill'),
122
124
  'share-04': () => import('../components/Share04'),
123
125
  'shield-plus-fill': () => import('../components/ShieldPlusFill'),
126
+ 'shopping-bag-alert': () => import('../components/ShoppingBagAlert'),
124
127
  'slash-circle-01': () => import('../components/SlashCircle01'),
125
128
  'sliders-03': () => import('../components/Sliders03'),
126
129
  'spacing-height-02-fill': () => import('../components/SpacingHeight02Fill'),
package/dist/esm/map/f.js CHANGED
@@ -2,8 +2,12 @@ const map = {
2
2
  'activity-fill': () => import('../components/ActivityFill'),
3
3
  'alert-circle-fill': () => import('../components/AlertCircleFill'),
4
4
  'alert-hexagon-fill': () => import('../components/AlertHexagonFill'),
5
+ 'align-left-03': () => import('../components/AlignLeft03'),
5
6
  'align-left-fill': () => import('../components/AlignLeftFill'),
6
7
  'align-top-01-fill': () => import('../components/AlignTop01Fill'),
8
+ 'alignment-center-fill': () => import('../components/AlignmentCenterFill'),
9
+ 'alignment-left-center-fill': () => import('../components/AlignmentLeftCenterFill'),
10
+ 'alignment-left-end-fill': () => import('../components/AlignmentLeftEndFill'),
7
11
  'arrow-block-up': () => import('../components/ArrowBlockUp'),
8
12
  'arrow-circle-broken-down': () => import('../components/ArrowCircleBrokenDown'),
9
13
  'arrow-narrow-down-right-fill': () => import('../components/ArrowNarrowDownRightFill'),
@@ -22,6 +26,7 @@ const map = {
22
26
  'bookmark-x': () => import('../components/BookmarkX'),
23
27
  'building-06-fill': () => import('../components/Building06Fill'),
24
28
  'building-08': () => import('../components/Building08'),
29
+ 'cart-alert': () => import('../components/CartAlert'),
25
30
  'check-heart': () => import('../components/CheckHeart'),
26
31
  'check-verified-01-fill': () => import('../components/CheckVerified01Fill'),
27
32
  'chevron-up-double-fill': () => import('../components/ChevronUpDoubleFill'),
@@ -53,6 +58,7 @@ const map = {
53
58
  'currency-ruble-circle-fill': () => import('../components/CurrencyRubleCircleFill'),
54
59
  'currency-ruble-circle': () => import('../components/CurrencyRubleCircle'),
55
60
  'currency-rupee': () => import('../components/CurrencyRupee'),
61
+ 'dotted-line-arrow-left': () => import('../components/DottedLineArrowLeft'),
56
62
  'download-cloud-02': () => import('../components/DownloadCloud02'),
57
63
  'drop-fill': () => import('../components/DropFill'),
58
64
  'drop': () => import('../components/Drop'),
@@ -98,6 +104,8 @@ const map = {
98
104
  'phone-call-01': () => import('../components/PhoneCall01'),
99
105
  'pie-chart-01-fill': () => import('../components/PieChart01Fill'),
100
106
  'puzzle-piece-01-fill': () => import('../components/PuzzlePiece01Fill'),
107
+ 'rectangle-slider': () => import('../components/RectangleSlider'),
108
+ 'rectangle': () => import('../components/Rectangle'),
101
109
  'reflect-01-fill': () => import('../components/Reflect01Fill'),
102
110
  'reflect-01': () => import('../components/Reflect01'),
103
111
  'reverse-right-fill': () => import('../components/ReverseRightFill'),
@@ -110,6 +118,7 @@ const map = {
110
118
  'shield-tick': () => import('../components/ShieldTick'),
111
119
  'slash-circle-02': () => import('../components/SlashCircle02'),
112
120
  'sliders-04': () => import('../components/Sliders04'),
121
+ 'solid-line-arrow-right': () => import('../components/SolidLineArrowRight'),
113
122
  'speaker-01': () => import('../components/Speaker01'),
114
123
  'speaker-03-fill': () => import('../components/Speaker03Fill'),
115
124
  'speedometer-03': () => import('../components/Speedometer03'),
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgAlignBottom03: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAlignBottom03;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgAlignHorizontalCentre03: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAlignHorizontalCentre03;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgAlignLeft03: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAlignLeft03;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgAlignRight03: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAlignRight03;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgAlignTop03: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAlignTop03;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgAlignVerticalCenter03: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAlignVerticalCenter03;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgAlignmentBottomCenterFill: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAlignmentBottomCenterFill;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgAlignmentCenterFill: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAlignmentCenterFill;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgAlignmentHorizontalFill: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAlignmentHorizontalFill;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgAlignmentLeftCenterFill: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAlignmentLeftCenterFill;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgAlignmentLeftEndFill: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAlignmentLeftEndFill;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgAlignmentLeftStartFill: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAlignmentLeftStartFill;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgAlignmentRightCenterFill: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAlignmentRightCenterFill;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgAlignmentRightEndFill: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAlignmentRightEndFill;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgAlignmentRightStartFill: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAlignmentRightStartFill;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgAlignmentTopCenterFill: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAlignmentTopCenterFill;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgAlignmentVerticalFill: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAlignmentVerticalFill;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgButton: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgButton;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgCartAlert: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgCartAlert;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgCircle: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgCircle;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgCoinStopwatch: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgCoinStopwatch;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgDottedLine1: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgDottedLine1;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgDottedLine2: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgDottedLine2;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgDottedLineArrowBoth: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgDottedLineArrowBoth;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgDottedLineArrowLeft: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgDottedLineArrowLeft;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgDottedLineArrowRight: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgDottedLineArrowRight;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgPill: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPill;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgRatio16By9: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgRatio16By9;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgRatio1By1: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgRatio1By1;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgRatio2By3: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgRatio2By3;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgRatio3By2: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgRatio3By2;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgRatio3By4: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgRatio3By4;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgRatio4By3: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgRatio4By3;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgRatio9By16: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgRatio9By16;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgRectangle: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgRectangle;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgRectangleRound: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgRectangleRound;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgRectangleSlider: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgRectangleSlider;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgSection: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSection;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgSectionBottom: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSectionBottom;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgSectionCenter: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSectionCenter;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgSectionTop: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSectionTop;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgShoppingBagAlert: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgShoppingBagAlert;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgShoppingBagRepeat: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgShoppingBagRepeat;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgShoppingBagX: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgShoppingBagX;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgSocialApple: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSocialApple;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgSocialFacebook: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSocialFacebook;