@ncds/ui-admin-icon 0.1.5 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (286) hide show
  1. package/assets/line/align-bottom-03.svg +3 -0
  2. package/assets/line/align-horizontal-centre-03.svg +3 -0
  3. package/assets/line/align-left-03.svg +3 -0
  4. package/assets/line/align-right-03.svg +3 -0
  5. package/assets/line/align-top-03.svg +3 -0
  6. package/assets/line/align-vertical-center-03.svg +3 -0
  7. package/assets/line/button.svg +3 -0
  8. package/assets/line/circle.svg +3 -0
  9. package/assets/line/dots-grid-02.svg +8 -0
  10. package/assets/line/dotted-line-1.svg +3 -0
  11. package/assets/line/dotted-line-2.svg +3 -0
  12. package/assets/line/dotted-line-arrow-both.svg +3 -0
  13. package/assets/line/dotted-line-arrow-left.svg +3 -0
  14. package/assets/line/dotted-line-arrow-right.svg +3 -0
  15. package/assets/line/pill.svg +3 -0
  16. package/assets/line/ratio-1-by-1.svg +3 -0
  17. package/assets/line/ratio-16-by-9.svg +3 -0
  18. package/assets/line/ratio-2-by-3.svg +3 -0
  19. package/assets/line/ratio-3-by-2.svg +3 -0
  20. package/assets/line/ratio-3-by-4.svg +3 -0
  21. package/assets/line/ratio-4-by-3.svg +3 -0
  22. package/assets/line/ratio-9-by-16.svg +3 -0
  23. package/assets/line/rectangle-round.svg +3 -0
  24. package/assets/line/rectangle-slider.svg +3 -0
  25. package/assets/line/rectangle.svg +3 -0
  26. package/assets/line/section-bottom.svg +3 -0
  27. package/assets/line/section-center.svg +3 -0
  28. package/assets/line/section-top.svg +3 -0
  29. package/assets/line/section.svg +3 -0
  30. package/assets/line/solid-line-1.svg +3 -0
  31. package/assets/line/solid-line-2.svg +4 -0
  32. package/assets/line/solid-line-arrow-both.svg +3 -0
  33. package/assets/line/solid-line-arrow-left.svg +3 -0
  34. package/assets/line/solid-line-arrow-right.svg +3 -0
  35. package/assets/line/square.svg +3 -0
  36. package/assets/social/apple.svg +3 -0
  37. package/assets/social/facebook.svg +11 -0
  38. package/assets/social/google.svg +13 -0
  39. package/assets/social/instagram.svg +12 -0
  40. package/assets/social/kakao.svg +10 -0
  41. package/assets/social/naver-blog.svg +22 -0
  42. package/assets/social/naver.svg +10 -0
  43. package/assets/social/payco.svg +16 -0
  44. package/assets/social/tiktok.svg +5 -0
  45. package/assets/social/tistory.svg +8 -0
  46. package/assets/social/vemeo.svg +3 -0
  47. package/assets/social/x.svg +3 -0
  48. package/assets/social/youtube.svg +11 -0
  49. package/assets/solid/alignment-bottom-center.svg +3 -0
  50. package/assets/solid/alignment-center.svg +3 -0
  51. package/assets/solid/alignment-horizontal.svg +3 -0
  52. package/assets/solid/alignment-left-center.svg +3 -0
  53. package/assets/solid/alignment-left-end.svg +3 -0
  54. package/assets/solid/alignment-left-start.svg +3 -0
  55. package/assets/solid/alignment-right-center.svg +3 -0
  56. package/assets/solid/alignment-right-end.svg +3 -0
  57. package/assets/solid/alignment-right-start.svg +3 -0
  58. package/assets/solid/alignment-top-center.svg +3 -0
  59. package/assets/solid/alignment-vertical.svg +3 -0
  60. package/dist/cjs/components/AlignBottom03.js +39 -0
  61. package/dist/cjs/components/AlignHorizontalCentre03.js +39 -0
  62. package/dist/cjs/components/AlignLeft03.js +39 -0
  63. package/dist/cjs/components/AlignRight03.js +39 -0
  64. package/dist/cjs/components/AlignTop03.js +39 -0
  65. package/dist/cjs/components/AlignVerticalCenter03.js +39 -0
  66. package/dist/cjs/components/AlignmentBottomCenterFill.js +39 -0
  67. package/dist/cjs/components/AlignmentCenterFill.js +39 -0
  68. package/dist/cjs/components/AlignmentHorizontalFill.js +39 -0
  69. package/dist/cjs/components/AlignmentLeftCenterFill.js +39 -0
  70. package/dist/cjs/components/AlignmentLeftEndFill.js +39 -0
  71. package/dist/cjs/components/AlignmentLeftStartFill.js +39 -0
  72. package/dist/cjs/components/AlignmentRightCenterFill.js +39 -0
  73. package/dist/cjs/components/AlignmentRightEndFill.js +39 -0
  74. package/dist/cjs/components/AlignmentRightStartFill.js +39 -0
  75. package/dist/cjs/components/AlignmentTopCenterFill.js +39 -0
  76. package/dist/cjs/components/AlignmentVerticalFill.js +39 -0
  77. package/dist/cjs/components/Button.js +39 -0
  78. package/dist/cjs/components/Circle.js +39 -0
  79. package/dist/cjs/components/DotsGrid02.js +39 -0
  80. package/dist/cjs/components/DottedLine1.js +39 -0
  81. package/dist/cjs/components/DottedLine2.js +39 -0
  82. package/dist/cjs/components/DottedLineArrowBoth.js +39 -0
  83. package/dist/cjs/components/DottedLineArrowLeft.js +39 -0
  84. package/dist/cjs/components/DottedLineArrowRight.js +39 -0
  85. package/dist/cjs/components/Pill.js +39 -0
  86. package/dist/cjs/components/Ratio16By9.js +39 -0
  87. package/dist/cjs/components/Ratio1By1.js +39 -0
  88. package/dist/cjs/components/Ratio2By3.js +39 -0
  89. package/dist/cjs/components/Ratio3By2.js +39 -0
  90. package/dist/cjs/components/Ratio3By4.js +39 -0
  91. package/dist/cjs/components/Ratio4By3.js +39 -0
  92. package/dist/cjs/components/Ratio9By16.js +39 -0
  93. package/dist/cjs/components/Rectangle.js +39 -0
  94. package/dist/cjs/components/RectangleRound.js +39 -0
  95. package/dist/cjs/components/RectangleSlider.js +39 -0
  96. package/dist/cjs/components/Section.js +39 -0
  97. package/dist/cjs/components/SectionBottom.js +39 -0
  98. package/dist/cjs/components/SectionCenter.js +39 -0
  99. package/dist/cjs/components/SectionTop.js +39 -0
  100. package/dist/cjs/components/SocialApple.js +39 -0
  101. package/dist/cjs/components/SocialFacebook.js +44 -0
  102. package/dist/cjs/components/SocialGoogle.js +46 -0
  103. package/dist/cjs/components/SocialInstagram.js +44 -0
  104. package/dist/cjs/components/SocialKakao.js +43 -0
  105. package/dist/cjs/components/SocialNaver.js +43 -0
  106. package/dist/cjs/components/SocialNaverBlog.js +54 -0
  107. package/dist/cjs/components/SocialPayco.js +47 -0
  108. package/dist/cjs/components/SocialTiktok.js +41 -0
  109. package/dist/cjs/components/SocialTistory.js +39 -0
  110. package/dist/cjs/components/SocialVemeo.js +39 -0
  111. package/dist/cjs/components/SocialX.js +39 -0
  112. package/dist/cjs/components/SocialYoutube.js +44 -0
  113. package/dist/cjs/components/SolidLine1.js +39 -0
  114. package/dist/cjs/components/SolidLine2.js +39 -0
  115. package/dist/cjs/components/SolidLineArrowBoth.js +39 -0
  116. package/dist/cjs/components/SolidLineArrowLeft.js +39 -0
  117. package/dist/cjs/components/SolidLineArrowRight.js +39 -0
  118. package/dist/cjs/components/Square.js +39 -0
  119. package/dist/cjs/components/index.js +169 -50
  120. package/dist/cjs/map/0.js +7 -0
  121. package/dist/cjs/map/1.js +1 -0
  122. package/dist/cjs/map/2.js +3 -0
  123. package/dist/cjs/map/3.js +7 -0
  124. package/dist/cjs/map/4.js +4 -0
  125. package/dist/cjs/map/5.js +5 -0
  126. package/dist/cjs/map/6.js +3 -0
  127. package/dist/cjs/map/7.js +2 -0
  128. package/dist/cjs/map/8.js +4 -0
  129. package/dist/cjs/map/9.js +4 -0
  130. package/dist/cjs/map/a.js +5 -0
  131. package/dist/cjs/map/c.js +2 -0
  132. package/dist/cjs/map/d.js +2 -0
  133. package/dist/cjs/map/e.js +2 -0
  134. package/dist/cjs/map/f.js +8 -0
  135. package/dist/esm/components/AlignBottom03.js +4 -0
  136. package/dist/esm/components/AlignHorizontalCentre03.js +4 -0
  137. package/dist/esm/components/AlignLeft03.js +4 -0
  138. package/dist/esm/components/AlignRight03.js +4 -0
  139. package/dist/esm/components/AlignTop03.js +4 -0
  140. package/dist/esm/components/AlignVerticalCenter03.js +4 -0
  141. package/dist/esm/components/AlignmentBottomCenterFill.js +4 -0
  142. package/dist/esm/components/AlignmentCenterFill.js +4 -0
  143. package/dist/esm/components/AlignmentHorizontalFill.js +4 -0
  144. package/dist/esm/components/AlignmentLeftCenterFill.js +4 -0
  145. package/dist/esm/components/AlignmentLeftEndFill.js +4 -0
  146. package/dist/esm/components/AlignmentLeftStartFill.js +4 -0
  147. package/dist/esm/components/AlignmentRightCenterFill.js +4 -0
  148. package/dist/esm/components/AlignmentRightEndFill.js +4 -0
  149. package/dist/esm/components/AlignmentRightStartFill.js +4 -0
  150. package/dist/esm/components/AlignmentTopCenterFill.js +4 -0
  151. package/dist/esm/components/AlignmentVerticalFill.js +4 -0
  152. package/dist/esm/components/Button.js +4 -0
  153. package/dist/esm/components/Circle.js +4 -0
  154. package/dist/esm/components/DotsGrid02.js +4 -0
  155. package/dist/esm/components/DottedLine1.js +4 -0
  156. package/dist/esm/components/DottedLine2.js +4 -0
  157. package/dist/esm/components/DottedLineArrowBoth.js +4 -0
  158. package/dist/esm/components/DottedLineArrowLeft.js +4 -0
  159. package/dist/esm/components/DottedLineArrowRight.js +4 -0
  160. package/dist/esm/components/Pill.js +4 -0
  161. package/dist/esm/components/Ratio16By9.js +4 -0
  162. package/dist/esm/components/Ratio1By1.js +4 -0
  163. package/dist/esm/components/Ratio2By3.js +4 -0
  164. package/dist/esm/components/Ratio3By2.js +4 -0
  165. package/dist/esm/components/Ratio3By4.js +4 -0
  166. package/dist/esm/components/Ratio4By3.js +4 -0
  167. package/dist/esm/components/Ratio9By16.js +4 -0
  168. package/dist/esm/components/Rectangle.js +4 -0
  169. package/dist/esm/components/RectangleRound.js +4 -0
  170. package/dist/esm/components/RectangleSlider.js +4 -0
  171. package/dist/esm/components/Section.js +4 -0
  172. package/dist/esm/components/SectionBottom.js +4 -0
  173. package/dist/esm/components/SectionCenter.js +4 -0
  174. package/dist/esm/components/SectionTop.js +4 -0
  175. package/dist/esm/components/SocialApple.js +4 -0
  176. package/dist/esm/components/SocialFacebook.js +9 -0
  177. package/dist/esm/components/SocialGoogle.js +11 -0
  178. package/dist/esm/components/SocialInstagram.js +9 -0
  179. package/dist/esm/components/SocialKakao.js +8 -0
  180. package/dist/esm/components/SocialNaver.js +8 -0
  181. package/dist/esm/components/SocialNaverBlog.js +19 -0
  182. package/dist/esm/components/SocialPayco.js +12 -0
  183. package/dist/esm/components/SocialTiktok.js +6 -0
  184. package/dist/esm/components/SocialTistory.js +4 -0
  185. package/dist/esm/components/SocialVemeo.js +4 -0
  186. package/dist/esm/components/SocialX.js +4 -0
  187. package/dist/esm/components/SocialYoutube.js +9 -0
  188. package/dist/esm/components/SolidLine1.js +4 -0
  189. package/dist/esm/components/SolidLine2.js +4 -0
  190. package/dist/esm/components/SolidLineArrowBoth.js +4 -0
  191. package/dist/esm/components/SolidLineArrowLeft.js +4 -0
  192. package/dist/esm/components/SolidLineArrowRight.js +4 -0
  193. package/dist/esm/components/Square.js +4 -0
  194. package/dist/esm/components/index.js +59 -0
  195. package/dist/esm/map/0.js +7 -0
  196. package/dist/esm/map/1.js +1 -0
  197. package/dist/esm/map/2.js +3 -0
  198. package/dist/esm/map/3.js +7 -0
  199. package/dist/esm/map/4.js +4 -0
  200. package/dist/esm/map/5.js +5 -0
  201. package/dist/esm/map/6.js +3 -0
  202. package/dist/esm/map/7.js +2 -0
  203. package/dist/esm/map/8.js +4 -0
  204. package/dist/esm/map/9.js +4 -0
  205. package/dist/esm/map/a.js +5 -0
  206. package/dist/esm/map/c.js +2 -0
  207. package/dist/esm/map/d.js +2 -0
  208. package/dist/esm/map/e.js +2 -0
  209. package/dist/esm/map/f.js +8 -0
  210. package/dist/types/components/AlignBottom03.d.ts +4 -0
  211. package/dist/types/components/AlignHorizontalCentre03.d.ts +4 -0
  212. package/dist/types/components/AlignLeft03.d.ts +4 -0
  213. package/dist/types/components/AlignRight03.d.ts +4 -0
  214. package/dist/types/components/AlignTop03.d.ts +4 -0
  215. package/dist/types/components/AlignVerticalCenter03.d.ts +4 -0
  216. package/dist/types/components/AlignmentBottomCenterFill.d.ts +4 -0
  217. package/dist/types/components/AlignmentCenterFill.d.ts +4 -0
  218. package/dist/types/components/AlignmentHorizontalFill.d.ts +4 -0
  219. package/dist/types/components/AlignmentLeftCenterFill.d.ts +4 -0
  220. package/dist/types/components/AlignmentLeftEndFill.d.ts +4 -0
  221. package/dist/types/components/AlignmentLeftStartFill.d.ts +4 -0
  222. package/dist/types/components/AlignmentRightCenterFill.d.ts +4 -0
  223. package/dist/types/components/AlignmentRightEndFill.d.ts +4 -0
  224. package/dist/types/components/AlignmentRightStartFill.d.ts +4 -0
  225. package/dist/types/components/AlignmentTopCenterFill.d.ts +4 -0
  226. package/dist/types/components/AlignmentVerticalFill.d.ts +4 -0
  227. package/dist/types/components/Button.d.ts +4 -0
  228. package/dist/types/components/Circle.d.ts +4 -0
  229. package/dist/types/components/DotsGrid02.d.ts +4 -0
  230. package/dist/types/components/DottedLine1.d.ts +4 -0
  231. package/dist/types/components/DottedLine2.d.ts +4 -0
  232. package/dist/types/components/DottedLineArrowBoth.d.ts +4 -0
  233. package/dist/types/components/DottedLineArrowLeft.d.ts +4 -0
  234. package/dist/types/components/DottedLineArrowRight.d.ts +4 -0
  235. package/dist/types/components/Pill.d.ts +4 -0
  236. package/dist/types/components/Ratio16By9.d.ts +4 -0
  237. package/dist/types/components/Ratio1By1.d.ts +4 -0
  238. package/dist/types/components/Ratio2By3.d.ts +4 -0
  239. package/dist/types/components/Ratio3By2.d.ts +4 -0
  240. package/dist/types/components/Ratio3By4.d.ts +4 -0
  241. package/dist/types/components/Ratio4By3.d.ts +4 -0
  242. package/dist/types/components/Ratio9By16.d.ts +4 -0
  243. package/dist/types/components/Rectangle.d.ts +4 -0
  244. package/dist/types/components/RectangleRound.d.ts +4 -0
  245. package/dist/types/components/RectangleSlider.d.ts +4 -0
  246. package/dist/types/components/Section.d.ts +4 -0
  247. package/dist/types/components/SectionBottom.d.ts +4 -0
  248. package/dist/types/components/SectionCenter.d.ts +4 -0
  249. package/dist/types/components/SectionTop.d.ts +4 -0
  250. package/dist/types/components/SocialApple.d.ts +4 -0
  251. package/dist/types/components/SocialFacebook.d.ts +4 -0
  252. package/dist/types/components/SocialGoogle.d.ts +4 -0
  253. package/dist/types/components/SocialInstagram.d.ts +4 -0
  254. package/dist/types/components/SocialKakao.d.ts +4 -0
  255. package/dist/types/components/SocialNaver.d.ts +4 -0
  256. package/dist/types/components/SocialNaverBlog.d.ts +4 -0
  257. package/dist/types/components/SocialPayco.d.ts +4 -0
  258. package/dist/types/components/SocialTiktok.d.ts +4 -0
  259. package/dist/types/components/SocialTistory.d.ts +4 -0
  260. package/dist/types/components/SocialVemeo.d.ts +4 -0
  261. package/dist/types/components/SocialX.d.ts +4 -0
  262. package/dist/types/components/SocialYoutube.d.ts +4 -0
  263. package/dist/types/components/SolidLine1.d.ts +4 -0
  264. package/dist/types/components/SolidLine2.d.ts +4 -0
  265. package/dist/types/components/SolidLineArrowBoth.d.ts +4 -0
  266. package/dist/types/components/SolidLineArrowLeft.d.ts +4 -0
  267. package/dist/types/components/SolidLineArrowRight.d.ts +4 -0
  268. package/dist/types/components/Square.d.ts +4 -0
  269. package/dist/types/components/index.d.ts +59 -0
  270. package/dist/types/map/0.d.ts +7 -0
  271. package/dist/types/map/1.d.ts +1 -0
  272. package/dist/types/map/2.d.ts +3 -0
  273. package/dist/types/map/3.d.ts +7 -0
  274. package/dist/types/map/4.d.ts +4 -0
  275. package/dist/types/map/5.d.ts +5 -0
  276. package/dist/types/map/6.d.ts +3 -0
  277. package/dist/types/map/7.d.ts +2 -0
  278. package/dist/types/map/8.d.ts +4 -0
  279. package/dist/types/map/9.d.ts +4 -0
  280. package/dist/types/map/a.d.ts +5 -0
  281. package/dist/types/map/c.d.ts +2 -0
  282. package/dist/types/map/d.d.ts +2 -0
  283. package/dist/types/map/e.d.ts +2 -0
  284. package/dist/types/map/f.d.ts +8 -0
  285. package/dist/types/type.d.ts +1 -1
  286. package/package.json +1 -1
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'),
@@ -141,6 +145,7 @@ const map = {
141
145
  'shuffle-01': () => import('../components/Shuffle01'),
142
146
  'skip-back-fill': () => import('../components/SkipBackFill'),
143
147
  'skip-back': () => import('../components/SkipBack'),
148
+ 'solid-line-2': () => import('../components/SolidLine2'),
144
149
  'subscript-fill': () => import('../components/SubscriptFill'),
145
150
  'sunrise-fill': () => import('../components/SunriseFill'),
146
151
  'thumbs-up-fill': () => import('../components/ThumbsUpFill'),
package/dist/esm/map/6.js CHANGED
@@ -65,6 +65,7 @@ const map = {
65
65
  'dataflow-01': () => import('../components/Dataflow01'),
66
66
  'diamond-01-fill': () => import('../components/Diamond01Fill'),
67
67
  'diamond-01': () => import('../components/Diamond01'),
68
+ 'dots-grid-02': () => import('../components/DotsGrid02'),
68
69
  'expand-03': () => import('../components/Expand03'),
69
70
  'face-frown': () => import('../components/FaceFrown'),
70
71
  'face-sad': () => import('../components/FaceSad'),
@@ -139,6 +140,8 @@ const map = {
139
140
  'shuffle-02': () => import('../components/Shuffle02'),
140
141
  'signal-01-fill': () => import('../components/Signal01Fill'),
141
142
  'signal-01': () => import('../components/Signal01'),
143
+ 'social-facebook': () => import('../components/SocialFacebook'),
144
+ 'solid-line-1': () => import('../components/SolidLine1'),
142
145
  'stand-fill': () => import('../components/StandFill'),
143
146
  'stand': () => import('../components/Stand'),
144
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'),
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'),
@@ -53,6 +57,7 @@ const map = {
53
57
  'currency-ruble-circle-fill': () => import('../components/CurrencyRubleCircleFill'),
54
58
  'currency-ruble-circle': () => import('../components/CurrencyRubleCircle'),
55
59
  'currency-rupee': () => import('../components/CurrencyRupee'),
60
+ 'dotted-line-arrow-left': () => import('../components/DottedLineArrowLeft'),
56
61
  'download-cloud-02': () => import('../components/DownloadCloud02'),
57
62
  'drop-fill': () => import('../components/DropFill'),
58
63
  'drop': () => import('../components/Drop'),
@@ -98,6 +103,8 @@ const map = {
98
103
  'phone-call-01': () => import('../components/PhoneCall01'),
99
104
  'pie-chart-01-fill': () => import('../components/PieChart01Fill'),
100
105
  'puzzle-piece-01-fill': () => import('../components/PuzzlePiece01Fill'),
106
+ 'rectangle-slider': () => import('../components/RectangleSlider'),
107
+ 'rectangle': () => import('../components/Rectangle'),
101
108
  'reflect-01-fill': () => import('../components/Reflect01Fill'),
102
109
  'reflect-01': () => import('../components/Reflect01'),
103
110
  'reverse-right-fill': () => import('../components/ReverseRightFill'),
@@ -110,6 +117,7 @@ const map = {
110
117
  'shield-tick': () => import('../components/ShieldTick'),
111
118
  'slash-circle-02': () => import('../components/SlashCircle02'),
112
119
  'sliders-04': () => import('../components/Sliders04'),
120
+ 'solid-line-arrow-right': () => import('../components/SolidLineArrowRight'),
113
121
  'speaker-01': () => import('../components/Speaker01'),
114
122
  'speaker-03-fill': () => import('../components/Speaker03Fill'),
115
123
  '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 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 SvgDotsGrid02: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgDotsGrid02;
@@ -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 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;
@@ -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;