@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
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const SvgRatio1By1 = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M3 7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2z" })));
4
+ export default SvgRatio1By1;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const SvgRatio2By3 = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M10.8 21c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C6 18.72 6 17.88 6 16.2V7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C8.28 3 9.12 3 10.8 3h2.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C18 5.28 18 6.12 18 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C15.72 21 14.88 21 13.2 21z" })));
4
+ export default SvgRatio2By3;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const SvgRatio3By2 = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M3 10.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 6 6.12 6 7.8 6h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C21 8.28 21 9.12 21 10.8v2.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 18 17.88 18 16.2 18H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 15.72 3 14.88 3 13.2z" })));
4
+ export default SvgRatio3By2;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const SvgRatio3By4 = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M18.5 16.2c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C16.22 21 15.38 21 13.7 21h-3.4c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C5.5 18.72 5.5 17.88 5.5 16.2V7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C7.78 3 8.62 3 10.3 3h3.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311c.327.642.327 1.482.327 3.162z" })));
4
+ export default SvgRatio3By4;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const SvgRatio4By3 = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M7.8 18.5c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 16.22 3 15.38 3 13.7v-3.4c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 5.5 6.12 5.5 7.8 5.5h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C21 7.78 21 8.62 21 10.3v3.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311c-.642.327-1.482.327-3.162.327z" })));
4
+ export default SvgRatio4By3;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const SvgRatio9By16 = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M11.8 21c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C7 18.72 7 17.88 7 16.2V7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C9.28 3 10.12 3 11.8 3h.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C17 5.28 17 6.12 17 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C14.72 21 13.88 21 12.2 21z" })));
4
+ export default SvgRatio9By16;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const SvgRectangle = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M21 7v10H3V7z" })));
4
+ export default SvgRectangle;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const SvgRectangleRound = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M7 7h10c.945 0 1.604.001 2.12.036.507.035.803.1 1.028.193a3 3 0 0 1 1.624 1.623c.093.225.157.521.192 1.028.035.516.036 1.175.036 2.12s-.001 1.604-.036 2.12c-.035.507-.1.803-.192 1.028a3 3 0 0 1-1.624 1.624c-.225.093-.521.157-1.028.192-.516.035-1.175.036-2.12.036H7c-.945 0-1.604-.001-2.12-.036-.507-.035-.803-.1-1.028-.192a3 3 0 0 1-1.623-1.624c-.094-.225-.158-.521-.193-1.028C2.001 13.604 2 12.945 2 12s.001-1.604.036-2.12c.035-.507.1-.803.193-1.028a3 3 0 0 1 1.623-1.623c.225-.094.521-.158 1.028-.193C5.396 7.001 6.055 7 7 7" })));
4
+ export default SvgRectangleRound;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const SvgRectangleSlider = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("path", { fill: "currentColor", d: "M2 12a2 2 0 0 1 2-2h16a2 2 0 1 1 0 4H4a2 2 0 0 1-2-2" })));
4
+ export default SvgRectangleSlider;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const SvgSection = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M21 3H3m18 18H3m7.4-13.496h3.2m6.4 2.992c0-.744 0-.908-.082-1.213a2.4 2.4 0 0 0-1.697-1.697c-.305-.082-.677-.082-1.421-.082m-9.6 0c-.744 0-1.116 0-1.421.082a2.4 2.4 0 0 0-1.697 1.697C4 9.588 4 9.753 4 10.496m6.4 6h3.2m6.4-2.992c0 .744 0 .908-.082 1.213a2.4 2.4 0 0 1-1.697 1.697c-.305.082-.677.082-1.421.082m-9.6 0c-.744 0-1.116 0-1.421-.082a2.4 2.4 0 0 1-1.697-1.697C4 14.412 4 14.247 4 13.504" })));
4
+ export default SvgSection;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const SvgSectionBottom = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M10 3h4.2M21 5.992c0-.744 0-.908-.082-1.213a2.4 2.4 0 0 0-1.697-1.697C18.916 3 18.544 3 17.8 3M6.2 3c-.744 0-1.116 0-1.421.082a2.4 2.4 0 0 0-1.697 1.697C3 5.084 3 5.249 3 5.992m7 6h4.2M21 9c0 .744 0 .908-.082 1.213a2.4 2.4 0 0 1-1.697 1.697c-.305.082-.677.082-1.421.082m-11.6 0c-.744 0-1.116 0-1.421-.082a2.4 2.4 0 0 1-1.697-1.697C3 9.908 3 9.744 3 9m14.625 6H6.375c-1.048 0-1.573 0-1.986.152-.551.203-.99.593-1.218 1.083C3 16.602 3 17.068 3 18s0 1.398.171 1.765c.229.49.667.88 1.218 1.083.413.152.938.152 1.986.152h11.25c1.048 0 1.573 0 1.986-.152.551-.203.99-.593 1.218-1.083C21 19.398 21 18.932 21 18s0-1.398-.171-1.765c-.229-.49-.667-.88-1.218-1.083C19.198 15 18.673 15 17.625 15" })));
4
+ export default SvgSectionBottom;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const SvgSectionCenter = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M10.2 3h3.6m3.6 0c.837 0 1.256 0 1.599.092a2.7 2.7 0 0 1 1.909 1.91c.075.28.089.61.091 1.177M6.6 3c-.837 0-1.255 0-1.598.092a2.7 2.7 0 0 0-1.91 1.91c-.075.28-.088.61-.091 1.177M10.2 21h3.6m3.6 0c.837 0 1.256 0 1.599-.092a2.7 2.7 0 0 0 1.909-1.91c.075-.28.089-.61.091-1.177M6.6 21c-.837 0-1.255 0-1.598-.092a2.7 2.7 0 0 1-1.91-1.91c-.075-.28-.088-.61-.091-1.177M3 12c0-.932 0-1.398.174-1.765.232-.49.677-.88 1.237-1.083C4.831 9 5.364 9 6.429 9H17.57c1.065 0 1.598 0 2.018.152.56.203 1.005.593 1.237 1.083.174.367.174.833.174 1.765s0 1.398-.174 1.765c-.232.49-.677.88-1.237 1.083-.42.152-.953.152-2.018.152H6.43c-1.065 0-1.598 0-2.018-.152-.56-.203-1.005-.593-1.237-1.083C3 13.398 3 12.932 3 12" })));
4
+ export default SvgSectionCenter;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const SvgSectionTop = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M10 21h4.2m6.8-2.992c0 .744 0 .908-.082 1.213a2.4 2.4 0 0 1-1.697 1.697C18.916 21 18.544 21 17.8 21M6.2 21c-.744 0-1.116 0-1.421-.082a2.4 2.4 0 0 1-1.697-1.697C3 18.916 3 18.751 3 18.008m7-6h4.2M21 15c0-.744 0-.908-.082-1.213a2.4 2.4 0 0 0-1.697-1.697c-.305-.082-.677-.082-1.421-.082m-11.6 0c-.744 0-1.116 0-1.421.082a2.4 2.4 0 0 0-1.697 1.697C3 14.092 3 14.256 3 15m14.625-6H6.375c-1.048 0-1.573 0-1.986-.152-.551-.203-.99-.593-1.218-1.083C3 7.398 3 6.932 3 6s0-1.398.171-1.765c.229-.49.667-.88 1.218-1.083C4.802 3 5.327 3 6.375 3h11.25c1.048 0 1.573 0 1.986.152.551.203.99.593 1.218 1.083C21 4.602 21 5.068 21 6s0 1.398-.171 1.765c-.229.49-.667.88-1.218 1.083C19.198 9 18.673 9 17.625 9" })));
4
+ export default SvgSectionTop;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const SvgSocialApple = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("path", { fill: "currentColor", d: "M20.843 17.145a12 12 0 0 1-1.183 2.126q-.934 1.33-1.524 1.842-.912.839-1.958.862-.751 0-1.809-.432-1.057-.431-1.947-.43-.932-.001-2.003.43-1.07.434-1.73.455-1.004.044-2.002-.885-.638-.557-1.594-1.907-1.025-1.441-1.685-3.347-.708-2.06-.708-3.99 0-2.212.957-3.811A5.6 5.6 0 0 1 5.66 6.03a5.4 5.4 0 0 1 2.708-.765q.797.002 2.096.488 1.296.487 1.662.489c.181 0 .798-.192 1.842-.576q1.481-.532 2.505-.445 2.778.224 4.166 2.194-2.483 1.506-2.457 4.21.023 2.107 1.525 3.5.679.645 1.523.999a16 16 0 0 1-.388 1.02M16.598.44q0 1.651-1.203 3.079c-.967 1.13-2.137 1.783-3.405 1.68a3 3 0 0 1-.026-.417c0-1.056.46-2.186 1.277-3.11q.612-.703 1.555-1.168.94-.46 1.779-.504.023.22.023.44" })));
4
+ export default SvgSocialApple;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ const SvgSocialFacebook = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("g", { clipPath: "url(#social-facebook_svg__a)" },
4
+ React.createElement("path", { fill: "#1877F2", d: "M24 12c0-6.627-5.373-12-12-12S0 5.373 0 12c0 5.99 4.388 10.954 10.125 11.854V15.47H7.078V12h3.047V9.356c0-3.007 1.792-4.668 4.533-4.668 1.312 0 2.686.234 2.686.234v2.953H15.83c-1.491 0-1.956.925-1.956 1.875V12h3.328l-.532 3.469h-2.796v8.385C19.612 22.954 24 17.99 24 12" }),
5
+ React.createElement("path", { fill: "#fff", d: "M16.671 15.469 17.203 12h-3.328V9.75c0-.949.465-1.875 1.956-1.875h1.513V4.922s-1.374-.234-2.686-.234c-2.741 0-4.533 1.66-4.533 4.668V12H7.078v3.469h3.047v8.385a12.1 12.1 0 0 0 3.75 0V15.47z" })),
6
+ React.createElement("defs", null,
7
+ React.createElement("clipPath", { id: "social-facebook_svg__a" },
8
+ React.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))));
9
+ export default SvgSocialFacebook;
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ const SvgSocialGoogle = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("g", { clipPath: "url(#social-google_svg__a)" },
4
+ React.createElement("path", { fill: "#4285F4", d: "M23.766 12.274c0-.815-.066-1.636-.207-2.438H12.24v4.62h6.482a5.55 5.55 0 0 1-2.399 3.647v2.999h3.867c2.271-2.09 3.576-5.177 3.576-8.828" }),
5
+ React.createElement("path", { fill: "#34A853", d: "M12.24 23.997c3.237 0 5.966-1.062 7.955-2.896l-3.867-2.999c-1.076.732-2.465 1.147-4.083 1.147-3.131 0-5.786-2.112-6.738-4.952h-3.99v3.09a12 12 0 0 0 10.723 6.61" }),
6
+ React.createElement("path", { fill: "#FBBC04", d: "M5.503 14.303a7.2 7.2 0 0 1 0-4.595v-3.09H1.517a12.01 12.01 0 0 0 0 10.776z" }),
7
+ React.createElement("path", { fill: "#EA4335", d: "M12.24 4.75a6.52 6.52 0 0 1 4.603 1.799l3.427-3.426A11.53 11.53 0 0 0 12.24 0 12 12 0 0 0 1.517 6.615l3.986 3.09C6.45 6.863 9.109 4.75 12.24 4.75" })),
8
+ React.createElement("defs", null,
9
+ React.createElement("clipPath", { id: "social-google_svg__a" },
10
+ React.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))));
11
+ export default SvgSocialGoogle;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ const SvgSocialInstagram = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("g", { fill: "#000100", clipPath: "url(#social-instagram_svg__a)" },
4
+ React.createElement("path", { d: "M12 2.16c3.206 0 3.586.015 4.847.071 1.172.052 1.805.249 2.226.413a3.7 3.7 0 0 1 1.379.895c.421.422.68.82.895 1.378.164.422.36 1.06.412 2.227.057 1.265.07 1.645.07 4.847 0 3.206-.013 3.586-.07 4.846-.051 1.172-.248 1.805-.412 2.227-.216.558-.478.961-.895 1.378a3.7 3.7 0 0 1-1.379.895c-.421.165-1.059.361-2.226.413-1.266.056-1.645.07-4.847.07-3.206 0-3.586-.014-4.847-.07-1.172-.052-1.805-.248-2.226-.413a3.7 3.7 0 0 1-1.379-.895 3.7 3.7 0 0 1-.895-1.378c-.164-.422-.36-1.06-.412-2.227-.057-1.265-.07-1.645-.07-4.846 0-3.207.013-3.586.07-4.847.051-1.172.248-1.805.412-2.227.216-.558.478-.96.895-1.378.422-.422.82-.68 1.379-.895.421-.164 1.059-.361 2.226-.413 1.261-.056 1.64-.07 4.847-.07M12 0C8.742 0 8.334.014 7.055.07 5.78.127 4.903.333 4.144.628a5.86 5.86 0 0 0-2.128 1.388A5.9 5.9 0 0 0 .628 4.139C.333 4.903.127 5.775.07 7.05.014 8.334 0 8.742 0 12s.014 3.666.07 4.945c.057 1.275.263 2.152.558 2.911.31.792.717 1.463 1.388 2.128a5.9 5.9 0 0 0 2.123 1.383c.764.296 1.636.502 2.911.558 1.28.056 1.688.07 4.945.07s3.666-.014 4.946-.07c1.275-.056 2.151-.262 2.91-.558a5.9 5.9 0 0 0 2.124-1.383 5.9 5.9 0 0 0 1.383-2.123c.295-.764.501-1.636.558-2.911.056-1.28.07-1.687.07-4.945s-.014-3.666-.07-4.946c-.057-1.275-.263-2.151-.558-2.91a5.6 5.6 0 0 0-1.374-2.133A5.9 5.9 0 0 0 19.861.633C19.097.338 18.225.13 16.95.075 15.666.015 15.258 0 12 0" }),
5
+ React.createElement("path", { d: "M12 5.836A6.166 6.166 0 0 0 5.836 12 6.166 6.166 0 0 0 12 18.164 6.166 6.166 0 0 0 18.164 12 6.166 6.166 0 0 0 12 5.836m0 10.162A3.999 3.999 0 1 1 12.001 8 3.999 3.999 0 0 1 12 15.998M19.847 5.595a1.44 1.44 0 1 1-2.879 0 1.44 1.44 0 0 1 2.879 0" })),
6
+ React.createElement("defs", null,
7
+ React.createElement("clipPath", { id: "social-instagram_svg__a" },
8
+ React.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))));
9
+ export default SvgSocialInstagram;
@@ -0,0 +1,8 @@
1
+ import * as React from 'react';
2
+ const SvgSocialKakao = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("g", { clipPath: "url(#social-kakao_svg__a)" },
4
+ React.createElement("path", { fill: "currentColor", fillOpacity: 0.902, fillRule: "evenodd", d: "M11.718 1.422C6.05 1.422 1 5.343 1 10.18c0 3.007 1.954 5.66 4.928 7.237L4.677 22.01c-.111.407.351.73.706.495l5.487-3.639c.463.045.933.07.848.07 6.795 0 11.282-3.92 11.282-8.757s-4.487-8.758-11.282-8.758", clipRule: "evenodd" })),
5
+ React.createElement("defs", null,
6
+ React.createElement("clipPath", { id: "social-kakao_svg__a" },
7
+ React.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))));
8
+ export default SvgSocialKakao;
@@ -0,0 +1,8 @@
1
+ import * as React from 'react';
2
+ const SvgSocialNaver = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("g", { clipPath: "url(#social-naver_svg__a)" },
4
+ React.createElement("path", { fill: "#03C75A", d: "M15.683 12.7 8.2 2H2v20h6.5V11.3L15.967 22h6.2V2h-6.484z" })),
5
+ React.createElement("defs", null,
6
+ React.createElement("clipPath", { id: "social-naver_svg__a" },
7
+ React.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))));
8
+ export default SvgSocialNaver;
@@ -0,0 +1,19 @@
1
+ import * as React from 'react';
2
+ const SvgSocialNaverBlog = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("path", { fill: "url(#social-naver-blog_svg__a)", d: "M19.765 3.148A4.235 4.235 0 0 1 24 7.384v8.47a4.236 4.236 0 0 1-4.235 4.236h-5.583l-1.698 3.268a.353.353 0 0 1-.626 0L10.16 20.09H4.235A4.236 4.236 0 0 1 0 15.855V7.384a4.235 4.235 0 0 1 4.235-4.236z" }),
4
+ React.createElement("g", { filter: "url(#social-naver-blog_svg__b)" },
5
+ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M18.26 9.883c.571 0 .992.215 1.282.583v-.457h1.28v4.257c0 1.505-1.148 2.142-2.315 2.142v-1.183h.043c.614 0 .992-.323.992-.959v-.412c-.29.367-.711.582-1.281.582-1.246 0-2.159-1.04-2.159-2.276 0-1.237.913-2.277 2.159-2.277M4.493 8.515v1.915c.29-.34.719-.547 1.307-.547 1.15 0 2.097 1.031 2.097 2.367 0 1.335-.948 2.365-2.097 2.365-.588 0-1.018-.206-1.307-.546v.42H3.176V8.516zm8.666 1.368c1.29 0 2.325 1.031 2.325 2.367 0 1.335-1.035 2.365-2.325 2.365s-2.325-1.03-2.325-2.365 1.035-2.367 2.325-2.367m-5.14-1.531c1.067.106 2.035.766 2.035 2.157v3.981H8.737v-3.98c0-.54-.267-.858-.72-.947zm-2.482 2.714c-.655 0-1.13.456-1.13 1.184 0 .727.475 1.183 1.13 1.183s1.13-.456 1.13-1.183-.475-1.184-1.13-1.184m7.622.04c-.617 0-1.092.455-1.092 1.144s.475 1.144 1.092 1.144 1.092-.456 1.092-1.144c0-.689-.475-1.145-1.092-1.145m5.322-.071c-.674 0-1.149.456-1.149 1.125s.475 1.125 1.149 1.125 1.149-.456 1.149-1.125c0-.67-.475-1.125-1.149-1.125", clipRule: "evenodd" })),
6
+ React.createElement("defs", null,
7
+ React.createElement("linearGradient", { id: "social-naver-blog_svg__a", x1: 12, x2: 12, y1: 3.148, y2: 23.549, gradientUnits: "userSpaceOnUse" },
8
+ React.createElement("stop", { stopColor: "#1AD96E" }),
9
+ React.createElement("stop", { offset: 1, stopColor: "#0DD364" })),
10
+ React.createElement("filter", { id: "social-naver-blog_svg__b", width: 19.647, height: 10.055, x: 2.176, y: 7.352, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
11
+ React.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }),
12
+ React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
13
+ React.createElement("feOffset", null),
14
+ React.createElement("feGaussianBlur", { stdDeviation: 0.5 }),
15
+ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
16
+ React.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0" }),
17
+ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_12938_95027" }),
18
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_12938_95027", result: "shape" })))));
19
+ export default SvgSocialNaverBlog;
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ const SvgSocialPayco = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("g", { clipPath: "url(#social-payco_svg__a)" },
4
+ React.createElement("g", { clipPath: "url(#social-payco_svg__b)" },
5
+ React.createElement("path", { fill: "#F23", d: "M6.134 1h11.733A5.134 5.134 0 0 1 23 6.134v11.733A5.134 5.134 0 0 1 17.866 23H6.134A5.134 5.134 0 0 1 1 17.866V6.134A5.134 5.134 0 0 1 6.134 1" }),
6
+ React.createElement("path", { fill: "#fff", d: "M16.422 7.966c-.397-.49-.9-.87-1.525-1.13-.477-.2-1.207-.29-1.763-.29H7.886v10.912h2.708v-2.952h2.54c.666 0 1.47-.15 2.05-.427.78-.367 1.36-1.01 1.711-1.771.243-.55.38-1.157.38-1.796 0-.96-.304-1.843-.853-2.545zm-2.502 3.942a2.4 2.4 0 0 1-.996.2h-2.478V8.97h2.343c.401 0 .788.06 1.01.155.312.133.532.32.674.573.123.22.183.485.183.812 0 .706-.24 1.163-.736 1.398" }))),
7
+ React.createElement("defs", null,
8
+ React.createElement("clipPath", { id: "social-payco_svg__a" },
9
+ React.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })),
10
+ React.createElement("clipPath", { id: "social-payco_svg__b" },
11
+ React.createElement("path", { fill: "#fff", d: "M1 1h22v22H1z" })))));
12
+ export default SvgSocialPayco;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ const SvgSocialTiktok = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("path", { fill: "#FF004F", d: "M17.176 8.664a9.36 9.36 0 0 0 5.476 1.76V6.48c-.386 0-.772-.04-1.15-.121v3.104a9.36 9.36 0 0 1-5.476-1.759v8.048c0 4.026-3.252 7.289-7.263 7.289a7.2 7.2 0 0 1-4.043-1.233 7.23 7.23 0 0 0 5.193 2.193c4.011 0 7.263-3.263 7.263-7.29zm1.419-3.978a5.5 5.5 0 0 1-1.419-3.218V.961h-1.09a5.52 5.52 0 0 0 2.509 3.725M7.257 18.719a3.33 3.33 0 0 1-.678-2.019 3.328 3.328 0 0 1 4.33-3.178V9.491a7 7 0 0 0-1.15-.067v3.138a3.328 3.328 0 0 0-4.33 3.178c0 1.302.744 2.43 1.828 2.979" }),
4
+ React.createElement("path", { fill: "currentColor", d: "M16.027 7.704a9.36 9.36 0 0 0 5.476 1.759V6.359a5.5 5.5 0 0 1-2.907-1.673A5.52 5.52 0 0 1 16.087.961h-2.862v15.75a3.33 3.33 0 0 1-3.323 3.324 3.31 3.31 0 0 1-2.645-1.316A3.34 3.34 0 0 1 5.43 15.74a3.328 3.328 0 0 1 4.33-3.178V9.424c-3.94.082-7.11 3.314-7.11 7.288 0 1.984.79 3.782 2.07 5.096a7.2 7.2 0 0 0 4.044 1.233c4.011 0 7.263-3.264 7.263-7.29z" }),
5
+ React.createElement("path", { fill: "#00F2EA", d: "M21.503 6.358v-.84a5.46 5.46 0 0 1-2.908-.833 5.5 5.5 0 0 0 2.908 1.673M16.087.96a6 6 0 0 1-.06-.453V0h-3.953v15.75a3.33 3.33 0 0 1-3.322 3.324 3.3 3.3 0 0 1-1.495-.356 3.31 3.31 0 0 0 2.645 1.316 3.33 3.33 0 0 0 3.322-3.323V.96zM9.76 9.423V8.53a7 7 0 0 0-.996-.068c-4.012 0-7.264 3.263-7.264 7.289a7.29 7.29 0 0 0 3.22 6.056 7.28 7.28 0 0 1-2.07-5.096c0-3.974 3.17-7.206 7.11-7.288" })));
6
+ export default SvgSocialTiktok;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const SvgSocialTistory = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("path", { fill: "#FF5A4A", d: "M20.42 22H3.58v-1.879h16.84zM12 13.695a1.946 1.946 0 1 1 0 3.892 1.946 1.946 0 0 1 0-3.892M12 7.848a1.946 1.946 0 1 1 0 3.892 1.946 1.946 0 0 1 0-3.892M6.21 2a1.947 1.947 0 1 1-.001 3.894A1.947 1.947 0 0 1 6.21 2M12 2a1.946 1.946 0 1 1-.001 3.892 1.946 1.946 0 0 1 0-3.892M17.79 2a1.947 1.947 0 1 1-.003 3.894A1.947 1.947 0 0 1 17.79 2" })));
4
+ export default SvgSocialTistory;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const SvgSocialVemeo = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("path", { fill: "#0E1216", d: "M19.41 3c-3.905 0-5.754 5.05-5.754 5.05l.302.438c.347-.208.762-.439 1.242-.439.521 0 .954.386.954 1.402 0 1.683-1.923 5.82-3.65 5.82-.768 0-1.112-1.245-1.61-3.494q-.252-.989-.895-5.052c-.4-2.51-.684-3.515-2.1-3.515-3.251 0-6.442 4.528-6.442 4.528l.462.963c.346-.207.758-.441 1.363-.441 1.153 0 1.268 1.28 1.929 3.65.596 2.175 1.182 4.312 1.787 6.525C7.605 20.65 8.853 22 10.388 22c2.302 0 4.518-1.953 7.53-5.85 1.4-1.795 2.876-4.207 3.65-5.905.782-1.713.912-3.17.912-3.84C22.48 4.46 21.713 3 19.41 3" })));
4
+ export default SvgSocialVemeo;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const SvgSocialX = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("path", { fill: "currentColor", d: "M17.751 3.29h3.067l-6.7 7.657L22 21.367h-6.172l-4.833-6.32-5.531 6.32h-3.07l7.167-8.19L2 3.289h6.328l4.37 5.777zm-1.076 16.242h1.7L7.404 5.028H5.581z" })));
4
+ export default SvgSocialX;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ const SvgSocialYoutube = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("g", { clipPath: "url(#social-youtube_svg__a)" },
4
+ React.createElement("path", { fill: "#FF0302", d: "M23.522 6.187A3.02 3.02 0 0 0 21.4 4.05c-1.877-.504-9.377-.504-9.377-.504s-7.5 0-9.376.504A3.02 3.02 0 0 0 .525 6.187C.023 8.07.023 12 .023 12s0 3.93.502 5.815a3.02 3.02 0 0 0 2.122 2.135c1.876.505 9.376.505 9.376.505s7.5 0 9.377-.505a3.02 3.02 0 0 0 2.122-2.135c.501-1.885.501-5.815.501-5.815s0-3.93-.501-5.814" }),
5
+ React.createElement("path", { fill: "#FEFEFE", d: "M9.57 15.567V8.43l6.272 3.568z" })),
6
+ React.createElement("defs", null,
7
+ React.createElement("clipPath", { id: "social-youtube_svg__a" },
8
+ React.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))));
9
+ export default SvgSocialYoutube;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const SvgSolidLine1 = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M3 12h18" })));
4
+ export default SvgSolidLine1;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const SvgSolidLine2 = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M3 10h18M3 14h18" })));
4
+ export default SvgSolidLine2;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const SvgSolidLineArrowBoth = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M3 12h18M3 12l3.234-3M3 12l3.234 3M21 12l-3.234-3M21 12l-3.234 3" })));
4
+ export default SvgSolidLineArrowBoth;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const SvgSolidLineArrowLeft = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M21 12H3m0 0 3.234-3M3 12l3.234 3" })));
4
+ export default SvgSolidLineArrowLeft;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const SvgSolidLineArrowRight = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M3 12h18m0 0-3.234-3M21 12l-3.234 3" })));
4
+ export default SvgSolidLineArrowRight;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const SvgSquare = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", stroke: "none", ...props },
3
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M3 7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2z" })));
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';
@@ -467,6 +485,7 @@ export { default as ChromeCast } from './ChromeCast';
467
485
  export { default as CircleCutFill } from './CircleCutFill';
468
486
  export { default as CircleCut } from './CircleCut';
469
487
  export { default as CircleFill } from './CircleFill';
488
+ export { default as Circle } from './Circle';
470
489
  export { default as ClapperboardFill } from './ClapperboardFill';
471
490
  export { default as Clapperboard } from './Clapperboard';
472
491
  export { default as ClipboardAttachmentFill } from './ClipboardAttachmentFill';
@@ -937,12 +956,18 @@ export { default as Dotpoints01Fill } from './Dotpoints01Fill';
937
956
  export { default as Dotpoints01 } from './Dotpoints01';
938
957
  export { default as Dotpoints02Fill } from './Dotpoints02Fill';
939
958
  export { default as Dotpoints02 } from './Dotpoints02';
959
+ export { default as DotsGrid02 } from './DotsGrid02';
940
960
  export { default as DotsGridFill } from './DotsGridFill';
941
961
  export { default as DotsGrid } from './DotsGrid';
942
962
  export { default as DotsHorizontalFill } from './DotsHorizontalFill';
943
963
  export { default as DotsHorizontal } from './DotsHorizontal';
944
964
  export { default as DotsVerticalFill } from './DotsVerticalFill';
945
965
  export { default as DotsVertical } from './DotsVertical';
966
+ export { default as DottedLine1 } from './DottedLine1';
967
+ export { default as DottedLine2 } from './DottedLine2';
968
+ export { default as DottedLineArrowBoth } from './DottedLineArrowBoth';
969
+ export { default as DottedLineArrowLeft } from './DottedLineArrowLeft';
970
+ export { default as DottedLineArrowRight } from './DottedLineArrowRight';
946
971
  export { default as Download01AltFill } from './Download01AltFill';
947
972
  export { default as Download01Fill } from './Download01Fill';
948
973
  export { default as Download01 } from './Download01';
@@ -1843,6 +1868,7 @@ export { default as Pilcrow02Fill } from './Pilcrow02Fill';
1843
1868
  export { default as Pilcrow02 } from './Pilcrow02';
1844
1869
  export { default as PilcrowSquareFill } from './PilcrowSquareFill';
1845
1870
  export { default as PilcrowSquare } from './PilcrowSquare';
1871
+ export { default as Pill } from './Pill';
1846
1872
  export { default as Pin01Fill } from './Pin01Fill';
1847
1873
  export { default as Pin01 } from './Pin01';
1848
1874
  export { default as Pin02Fill } from './Pin02Fill';
@@ -1887,6 +1913,13 @@ export { default as QrCode01Fill } from './QrCode01Fill';
1887
1913
  export { default as QrCode01 } from './QrCode01';
1888
1914
  export { default as QrCode02Fill } from './QrCode02Fill';
1889
1915
  export { default as QrCode02 } from './QrCode02';
1916
+ export { default as Ratio1By1 } from './Ratio1By1';
1917
+ export { default as Ratio16By9 } from './Ratio16By9';
1918
+ export { default as Ratio2By3 } from './Ratio2By3';
1919
+ export { default as Ratio3By2 } from './Ratio3By2';
1920
+ export { default as Ratio3By4 } from './Ratio3By4';
1921
+ export { default as Ratio4By3 } from './Ratio4By3';
1922
+ export { default as Ratio9By16 } from './Ratio9By16';
1890
1923
  export { default as ReceiptCheckFill } from './ReceiptCheckFill';
1891
1924
  export { default as ReceiptCheck } from './ReceiptCheck';
1892
1925
  export { default as ReceiptFill } from './ReceiptFill';
@@ -1897,6 +1930,9 @@ export { default as Recording02Fill } from './Recording02Fill';
1897
1930
  export { default as Recording02 } from './Recording02';
1898
1931
  export { default as Recording03Fill } from './Recording03Fill';
1899
1932
  export { default as Recording03 } from './Recording03';
1933
+ export { default as RectangleRound } from './RectangleRound';
1934
+ export { default as RectangleSlider } from './RectangleSlider';
1935
+ export { default as Rectangle } from './Rectangle';
1900
1936
  export { default as Reflect01Fill } from './Reflect01Fill';
1901
1937
  export { default as Reflect01 } from './Reflect01';
1902
1938
  export { default as Reflect02Fill } from './Reflect02Fill';
@@ -2001,6 +2037,10 @@ export { default as SearchRefractionFill } from './SearchRefractionFill';
2001
2037
  export { default as SearchRefraction } from './SearchRefraction';
2002
2038
  export { default as SearchSmFill } from './SearchSmFill';
2003
2039
  export { default as SearchSm } from './SearchSm';
2040
+ export { default as SectionBottom } from './SectionBottom';
2041
+ export { default as SectionCenter } from './SectionCenter';
2042
+ export { default as SectionTop } from './SectionTop';
2043
+ export { default as Section } from './Section';
2004
2044
  export { default as Send01Fill } from './Send01Fill';
2005
2045
  export { default as Send01 } from './Send01';
2006
2046
  export { default as Send02Fill } from './Send02Fill';
@@ -2110,6 +2150,24 @@ export { default as Snowflake01Fill } from './Snowflake01Fill';
2110
2150
  export { default as Snowflake01 } from './Snowflake01';
2111
2151
  export { default as Snowflake02Fill } from './Snowflake02Fill';
2112
2152
  export { default as Snowflake02 } from './Snowflake02';
2153
+ export { default as SocialApple } from './SocialApple';
2154
+ export { default as SocialFacebook } from './SocialFacebook';
2155
+ export { default as SocialGoogle } from './SocialGoogle';
2156
+ export { default as SocialInstagram } from './SocialInstagram';
2157
+ export { default as SocialKakao } from './SocialKakao';
2158
+ export { default as SocialNaverBlog } from './SocialNaverBlog';
2159
+ export { default as SocialNaver } from './SocialNaver';
2160
+ export { default as SocialPayco } from './SocialPayco';
2161
+ export { default as SocialTiktok } from './SocialTiktok';
2162
+ export { default as SocialTistory } from './SocialTistory';
2163
+ export { default as SocialVemeo } from './SocialVemeo';
2164
+ export { default as SocialX } from './SocialX';
2165
+ export { default as SocialYoutube } from './SocialYoutube';
2166
+ export { default as SolidLine1 } from './SolidLine1';
2167
+ export { default as SolidLine2 } from './SolidLine2';
2168
+ export { default as SolidLineArrowBoth } from './SolidLineArrowBoth';
2169
+ export { default as SolidLineArrowLeft } from './SolidLineArrowLeft';
2170
+ export { default as SolidLineArrowRight } from './SolidLineArrowRight';
2113
2171
  export { default as SpacingHeight01Fill } from './SpacingHeight01Fill';
2114
2172
  export { default as SpacingHeight01 } from './SpacingHeight01';
2115
2173
  export { default as SpacingHeight02Fill } from './SpacingHeight02Fill';
@@ -2133,6 +2191,7 @@ export { default as Speedometer03 } from './Speedometer03';
2133
2191
  export { default as Speedometer04Fill } from './Speedometer04Fill';
2134
2192
  export { default as Speedometer04 } from './Speedometer04';
2135
2193
  export { default as SquareFill } from './SquareFill';
2194
+ export { default as Square } from './Square';
2136
2195
  export { default as StandFill } from './StandFill';
2137
2196
  export { default as Stand } from './Stand';
2138
2197
  export { default as Star01Fill } from './Star01Fill';
package/dist/esm/map/0.js CHANGED
@@ -1,6 +1,9 @@
1
1
  const map = {
2
2
  'align-left-02-fill': () => import('../components/AlignLeft02Fill'),
3
3
  'align-left-02': () => import('../components/AlignLeft02'),
4
+ 'alignment-right-center-fill': () => import('../components/AlignmentRightCenterFill'),
5
+ 'alignment-right-end-fill': () => import('../components/AlignmentRightEndFill'),
6
+ 'alignment-vertical-fill': () => import('../components/AlignmentVerticalFill'),
4
7
  'arrow-circle-broken-down-right-fill': () => import('../components/ArrowCircleBrokenDownRightFill'),
5
8
  'arrow-circle-broken-down-right': () => import('../components/ArrowCircleBrokenDownRight'),
6
9
  'arrow-circle-left-fill': () => import('../components/ArrowCircleLeftFill'),
@@ -30,6 +33,7 @@ const map = {
30
33
  'chevron-selector-horizontal-fill': () => import('../components/ChevronSelectorHorizontalFill'),
31
34
  'chevron-selector-horizontal': () => import('../components/ChevronSelectorHorizontal'),
32
35
  'circle-fill': () => import('../components/CircleFill'),
36
+ 'circle': () => import('../components/Circle'),
33
37
  'code-circle-03-fill': () => import('../components/CodeCircle03Fill'),
34
38
  'code-circle-03': () => import('../components/CodeCircle03'),
35
39
  'coins-swap-01-fill': () => import('../components/CoinsSwap01Fill'),
@@ -104,6 +108,7 @@ const map = {
104
108
  'plus-square': () => import('../components/PlusSquare'),
105
109
  'puzzle-piece-02-fill': () => import('../components/PuzzlePiece02Fill'),
106
110
  'puzzle-piece-02': () => import('../components/PuzzlePiece02'),
111
+ 'rectangle-round': () => import('../components/RectangleRound'),
107
112
  'search-lg-fill': () => import('../components/SearchLgFill'),
108
113
  'search-lg': () => import('../components/SearchLg'),
109
114
  'server-06-fill': () => import('../components/Server06Fill'),
@@ -112,6 +117,8 @@ const map = {
112
117
  'share-02': () => import('../components/Share02'),
113
118
  'shield-dollar-fill': () => import('../components/ShieldDollarFill'),
114
119
  'shield-dollar': () => import('../components/ShieldDollar'),
120
+ 'social-naver': () => import('../components/SocialNaver'),
121
+ 'social-tistory': () => import('../components/SocialTistory'),
115
122
  'speaker-02-fill': () => import('../components/Speaker02Fill'),
116
123
  'speaker-02': () => import('../components/Speaker02'),
117
124
  'speedometer-04-fill': () => import('../components/Speedometer04Fill'),
package/dist/esm/map/1.js CHANGED
@@ -133,6 +133,7 @@ const map = {
133
133
  'shield-tick-fill': () => import('../components/ShieldTickFill'),
134
134
  'slash-circle-02-fill': () => import('../components/SlashCircle02Fill'),
135
135
  'sliders-04-fill': () => import('../components/Sliders04Fill'),
136
+ 'social-naver-blog': () => import('../components/SocialNaverBlog'),
136
137
  'speaker-01-fill': () => import('../components/Speaker01Fill'),
137
138
  'speaker-03': () => import('../components/Speaker03'),
138
139
  'speedometer-03-fill': () => import('../components/Speedometer03Fill'),
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'),
@@ -126,6 +127,8 @@ const map = {
126
127
  'shield-plus': () => import('../components/ShieldPlus'),
127
128
  'slash-circle-01-fill': () => import('../components/SlashCircle01Fill'),
128
129
  'sliders-03-fill': () => import('../components/Sliders03Fill'),
130
+ 'social-instagram': () => import('../components/SocialInstagram'),
131
+ 'solid-line-arrow-left': () => import('../components/SolidLineArrowLeft'),
129
132
  'spacing-height-02': () => import('../components/SpacingHeight02'),
130
133
  'speedometer-02-fill': () => import('../components/Speedometer02Fill'),
131
134
  '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'),