@reitwagen/design-components 0.2.1 → 0.3.0

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 (292) hide show
  1. package/dist/components/Button/Button.d.ts +3 -9
  2. package/dist/components/Button/Button.d.ts.map +1 -1
  3. package/dist/components/Button/Button.js +2 -127
  4. package/dist/components/Button/Button.stories.js +6 -6
  5. package/dist/components/Button/Button.styles.d.ts +8 -0
  6. package/dist/components/Button/Button.styles.d.ts.map +1 -0
  7. package/dist/components/Button/Button.styles.js +129 -0
  8. package/dist/components/Checkbox/Checkbox.d.ts +15 -0
  9. package/dist/components/Checkbox/Checkbox.d.ts.map +1 -0
  10. package/dist/components/Checkbox/Checkbox.js +33 -0
  11. package/dist/components/Checkbox/Checkbox.stories.d.ts +35 -0
  12. package/dist/components/Checkbox/Checkbox.stories.d.ts.map +1 -0
  13. package/dist/components/Checkbox/Checkbox.stories.js +172 -0
  14. package/dist/components/Checkbox/Checkbox.styles.d.ts +9 -0
  15. package/dist/components/Checkbox/Checkbox.styles.d.ts.map +1 -0
  16. package/dist/components/Checkbox/Checkbox.styles.js +70 -0
  17. package/dist/components/Checkbox/index.d.ts +2 -0
  18. package/dist/components/Checkbox/index.d.ts.map +1 -0
  19. package/dist/components/Checkbox/index.js +5 -0
  20. package/dist/components/Chip/Chip.d.ts +3 -10
  21. package/dist/components/Chip/Chip.d.ts.map +1 -1
  22. package/dist/components/Chip/Chip.js +2 -123
  23. package/dist/components/Chip/Chip.styles.d.ts +8 -0
  24. package/dist/components/Chip/Chip.styles.d.ts.map +1 -0
  25. package/dist/components/Chip/Chip.styles.js +125 -0
  26. package/dist/components/Icons/Icon.stories.d.ts +17 -7
  27. package/dist/components/Icons/Icon.stories.d.ts.map +1 -1
  28. package/dist/components/Icons/Icon.stories.js +17 -4
  29. package/dist/components/Icons/IconAlarmOff.d.ts +10 -2
  30. package/dist/components/Icons/IconAlarmOff.d.ts.map +1 -1
  31. package/dist/components/Icons/IconAlarmOff.js +10 -2
  32. package/dist/components/Icons/IconAlarmOn.d.ts +10 -2
  33. package/dist/components/Icons/IconAlarmOn.d.ts.map +1 -1
  34. package/dist/components/Icons/IconAlarmOn.js +10 -2
  35. package/dist/components/Icons/IconAppleDefault.d.ts +10 -2
  36. package/dist/components/Icons/IconAppleDefault.d.ts.map +1 -1
  37. package/dist/components/Icons/IconAppleDefault.js +10 -2
  38. package/dist/components/Icons/IconArrowDown.d.ts +10 -2
  39. package/dist/components/Icons/IconArrowDown.d.ts.map +1 -1
  40. package/dist/components/Icons/IconArrowDown.js +10 -2
  41. package/dist/components/Icons/IconArrowLeft.d.ts +10 -2
  42. package/dist/components/Icons/IconArrowLeft.d.ts.map +1 -1
  43. package/dist/components/Icons/IconArrowLeft.js +10 -2
  44. package/dist/components/Icons/IconArrowRight.d.ts +10 -2
  45. package/dist/components/Icons/IconArrowRight.d.ts.map +1 -1
  46. package/dist/components/Icons/IconArrowRight.js +10 -2
  47. package/dist/components/Icons/IconArrowUp.d.ts +10 -2
  48. package/dist/components/Icons/IconArrowUp.d.ts.map +1 -1
  49. package/dist/components/Icons/IconArrowUp.js +10 -2
  50. package/dist/components/Icons/IconBikeDefault.d.ts +10 -2
  51. package/dist/components/Icons/IconBikeDefault.d.ts.map +1 -1
  52. package/dist/components/Icons/IconBikeDefault.js +10 -2
  53. package/dist/components/Icons/IconBookmarkOff.d.ts +10 -2
  54. package/dist/components/Icons/IconBookmarkOff.d.ts.map +1 -1
  55. package/dist/components/Icons/IconBookmarkOff.js +10 -2
  56. package/dist/components/Icons/IconBookmarkOn.d.ts +10 -2
  57. package/dist/components/Icons/IconBookmarkOn.d.ts.map +1 -1
  58. package/dist/components/Icons/IconBookmarkOn.js +10 -2
  59. package/dist/components/Icons/IconCafeDefault.d.ts +10 -2
  60. package/dist/components/Icons/IconCafeDefault.d.ts.map +1 -1
  61. package/dist/components/Icons/IconCafeDefault.js +10 -2
  62. package/dist/components/Icons/IconCalendarDefault.d.ts +10 -2
  63. package/dist/components/Icons/IconCalendarDefault.d.ts.map +1 -1
  64. package/dist/components/Icons/IconCalendarDefault.js +10 -2
  65. package/dist/components/Icons/IconCallDefault.d.ts +10 -2
  66. package/dist/components/Icons/IconCallDefault.d.ts.map +1 -1
  67. package/dist/components/Icons/IconCallDefault.js +10 -2
  68. package/dist/components/Icons/IconCameraDefault.d.ts +10 -2
  69. package/dist/components/Icons/IconCameraDefault.d.ts.map +1 -1
  70. package/dist/components/Icons/IconCameraDefault.js +10 -2
  71. package/dist/components/Icons/IconChatDefault.d.ts +10 -2
  72. package/dist/components/Icons/IconChatDefault.d.ts.map +1 -1
  73. package/dist/components/Icons/IconChatDefault.js +10 -2
  74. package/dist/components/Icons/IconCheckDefault.d.ts +10 -2
  75. package/dist/components/Icons/IconCheckDefault.d.ts.map +1 -1
  76. package/dist/components/Icons/IconCheckDefault.js +10 -2
  77. package/dist/components/Icons/IconChevronDown.d.ts +10 -2
  78. package/dist/components/Icons/IconChevronDown.d.ts.map +1 -1
  79. package/dist/components/Icons/IconChevronDown.js +10 -2
  80. package/dist/components/Icons/IconChevronLeft.d.ts +10 -2
  81. package/dist/components/Icons/IconChevronLeft.d.ts.map +1 -1
  82. package/dist/components/Icons/IconChevronLeft.js +10 -2
  83. package/dist/components/Icons/IconChevronRight.d.ts +10 -2
  84. package/dist/components/Icons/IconChevronRight.d.ts.map +1 -1
  85. package/dist/components/Icons/IconChevronRight.js +10 -2
  86. package/dist/components/Icons/IconChevronUp.d.ts +10 -2
  87. package/dist/components/Icons/IconChevronUp.d.ts.map +1 -1
  88. package/dist/components/Icons/IconChevronUp.js +10 -2
  89. package/dist/components/Icons/IconCloseCircle.d.ts +10 -2
  90. package/dist/components/Icons/IconCloseCircle.d.ts.map +1 -1
  91. package/dist/components/Icons/IconCloseCircle.js +10 -2
  92. package/dist/components/Icons/IconCloseDefault.d.ts +10 -2
  93. package/dist/components/Icons/IconCloseDefault.d.ts.map +1 -1
  94. package/dist/components/Icons/IconCloseDefault.js +10 -2
  95. package/dist/components/Icons/IconCloseSmall.d.ts +10 -2
  96. package/dist/components/Icons/IconCloseSmall.d.ts.map +1 -1
  97. package/dist/components/Icons/IconCloseSmall.js +10 -2
  98. package/dist/components/Icons/IconCommentOff.d.ts +10 -2
  99. package/dist/components/Icons/IconCommentOff.d.ts.map +1 -1
  100. package/dist/components/Icons/IconCommentOff.js +10 -2
  101. package/dist/components/Icons/IconCommentOn.d.ts +10 -2
  102. package/dist/components/Icons/IconCommentOn.d.ts.map +1 -1
  103. package/dist/components/Icons/IconCommentOn.js +10 -2
  104. package/dist/components/Icons/IconCommunityDefault.d.ts +10 -2
  105. package/dist/components/Icons/IconCommunityDefault.d.ts.map +1 -1
  106. package/dist/components/Icons/IconCommunityDefault.js +10 -2
  107. package/dist/components/Icons/IconCopyDefault.d.ts +10 -2
  108. package/dist/components/Icons/IconCopyDefault.d.ts.map +1 -1
  109. package/dist/components/Icons/IconCopyDefault.js +10 -2
  110. package/dist/components/Icons/IconCouponDefault.d.ts +10 -2
  111. package/dist/components/Icons/IconCouponDefault.d.ts.map +1 -1
  112. package/dist/components/Icons/IconCouponDefault.js +10 -2
  113. package/dist/components/Icons/IconEditDefault.d.ts +10 -2
  114. package/dist/components/Icons/IconEditDefault.d.ts.map +1 -1
  115. package/dist/components/Icons/IconEditDefault.js +10 -2
  116. package/dist/components/Icons/IconEyeOff.d.ts +10 -2
  117. package/dist/components/Icons/IconEyeOff.d.ts.map +1 -1
  118. package/dist/components/Icons/IconEyeOff.js +10 -2
  119. package/dist/components/Icons/IconEyeOn.d.ts +10 -2
  120. package/dist/components/Icons/IconEyeOn.d.ts.map +1 -1
  121. package/dist/components/Icons/IconEyeOn.js +10 -2
  122. package/dist/components/Icons/IconFilterDefault.d.ts +10 -2
  123. package/dist/components/Icons/IconFilterDefault.d.ts.map +1 -1
  124. package/dist/components/Icons/IconFilterDefault.js +10 -2
  125. package/dist/components/Icons/IconFireDefault.d.ts +10 -2
  126. package/dist/components/Icons/IconFireDefault.d.ts.map +1 -1
  127. package/dist/components/Icons/IconFireDefault.js +10 -2
  128. package/dist/components/Icons/IconFlagDefault.d.ts +10 -2
  129. package/dist/components/Icons/IconFlagDefault.d.ts.map +1 -1
  130. package/dist/components/Icons/IconFlagDefault.js +10 -2
  131. package/dist/components/Icons/IconFunDefault.d.ts +10 -2
  132. package/dist/components/Icons/IconFunDefault.d.ts.map +1 -1
  133. package/dist/components/Icons/IconFunDefault.js +10 -2
  134. package/dist/components/Icons/IconHeartDefault.d.ts +10 -2
  135. package/dist/components/Icons/IconHeartDefault.d.ts.map +1 -1
  136. package/dist/components/Icons/IconHeartDefault.js +10 -2
  137. package/dist/components/Icons/IconHeartOff.d.ts +10 -2
  138. package/dist/components/Icons/IconHeartOff.d.ts.map +1 -1
  139. package/dist/components/Icons/IconHeartOff.js +10 -2
  140. package/dist/components/Icons/IconHeartOn.d.ts +10 -2
  141. package/dist/components/Icons/IconHeartOn.d.ts.map +1 -1
  142. package/dist/components/Icons/IconHeartOn.js +10 -2
  143. package/dist/components/Icons/IconHelmetDefault.d.ts +10 -2
  144. package/dist/components/Icons/IconHelmetDefault.d.ts.map +1 -1
  145. package/dist/components/Icons/IconHelmetDefault.js +10 -2
  146. package/dist/components/Icons/IconHomeDefault.d.ts +10 -2
  147. package/dist/components/Icons/IconHomeDefault.d.ts.map +1 -1
  148. package/dist/components/Icons/IconHomeDefault.js +10 -2
  149. package/dist/components/Icons/IconHomeLine.d.ts +10 -2
  150. package/dist/components/Icons/IconHomeLine.d.ts.map +1 -1
  151. package/dist/components/Icons/IconHomeLine.js +10 -2
  152. package/dist/components/Icons/IconImageDefault.d.ts +10 -2
  153. package/dist/components/Icons/IconImageDefault.d.ts.map +1 -1
  154. package/dist/components/Icons/IconImageDefault.js +10 -2
  155. package/dist/components/Icons/IconInfoDefault.d.ts +10 -2
  156. package/dist/components/Icons/IconInfoDefault.d.ts.map +1 -1
  157. package/dist/components/Icons/IconInfoDefault.js +10 -2
  158. package/dist/components/Icons/IconInformationDefault.d.ts +10 -2
  159. package/dist/components/Icons/IconInformationDefault.d.ts.map +1 -1
  160. package/dist/components/Icons/IconInformationDefault.js +10 -2
  161. package/dist/components/Icons/IconInstagramDefault.d.ts +10 -2
  162. package/dist/components/Icons/IconInstagramDefault.d.ts.map +1 -1
  163. package/dist/components/Icons/IconInstagramDefault.js +10 -2
  164. package/dist/components/Icons/IconKakaotalkDefault.d.ts +10 -2
  165. package/dist/components/Icons/IconKakaotalkDefault.d.ts.map +1 -1
  166. package/dist/components/Icons/IconKakaotalkDefault.js +11 -3
  167. package/dist/components/Icons/IconLike.d.ts +10 -2
  168. package/dist/components/Icons/IconLike.d.ts.map +1 -1
  169. package/dist/components/Icons/IconLike.js +10 -2
  170. package/dist/components/Icons/IconLikeOff.d.ts +10 -2
  171. package/dist/components/Icons/IconLikeOff.d.ts.map +1 -1
  172. package/dist/components/Icons/IconLikeOff.js +10 -2
  173. package/dist/components/Icons/IconLikeOn.d.ts +10 -2
  174. package/dist/components/Icons/IconLikeOn.d.ts.map +1 -1
  175. package/dist/components/Icons/IconLikeOn.js +10 -2
  176. package/dist/components/Icons/IconLocateDefault.d.ts +10 -2
  177. package/dist/components/Icons/IconLocateDefault.d.ts.map +1 -1
  178. package/dist/components/Icons/IconLocateDefault.js +10 -2
  179. package/dist/components/Icons/IconMYDefault.d.ts +10 -2
  180. package/dist/components/Icons/IconMYDefault.d.ts.map +1 -1
  181. package/dist/components/Icons/IconMYDefault.js +10 -2
  182. package/dist/components/Icons/IconMYLine.d.ts +10 -2
  183. package/dist/components/Icons/IconMYLine.d.ts.map +1 -1
  184. package/dist/components/Icons/IconMYLine.js +10 -2
  185. package/dist/components/Icons/IconMedal.d.ts +10 -2
  186. package/dist/components/Icons/IconMedal.d.ts.map +1 -1
  187. package/dist/components/Icons/IconMedal.js +10 -2
  188. package/dist/components/Icons/IconMenuDefault.d.ts +10 -2
  189. package/dist/components/Icons/IconMenuDefault.d.ts.map +1 -1
  190. package/dist/components/Icons/IconMenuDefault.js +10 -2
  191. package/dist/components/Icons/IconMessage.d.ts +10 -2
  192. package/dist/components/Icons/IconMessage.d.ts.map +1 -1
  193. package/dist/components/Icons/IconMessage.js +10 -2
  194. package/dist/components/Icons/IconMessageDefault.d.ts +10 -2
  195. package/dist/components/Icons/IconMessageDefault.d.ts.map +1 -1
  196. package/dist/components/Icons/IconMessageDefault.js +10 -2
  197. package/dist/components/Icons/IconMinusDefault.d.ts +10 -2
  198. package/dist/components/Icons/IconMinusDefault.d.ts.map +1 -1
  199. package/dist/components/Icons/IconMinusDefault.js +10 -2
  200. package/dist/components/Icons/IconMoreDefault.d.ts +10 -2
  201. package/dist/components/Icons/IconMoreDefault.d.ts.map +1 -1
  202. package/dist/components/Icons/IconMoreDefault.js +10 -2
  203. package/dist/components/Icons/IconNaviDefault.d.ts +10 -2
  204. package/dist/components/Icons/IconNaviDefault.d.ts.map +1 -1
  205. package/dist/components/Icons/IconNaviDefault.js +10 -2
  206. package/dist/components/Icons/IconNaviLine.d.ts +10 -2
  207. package/dist/components/Icons/IconNaviLine.d.ts.map +1 -1
  208. package/dist/components/Icons/IconNaviLine.js +10 -2
  209. package/dist/components/Icons/IconNull.d.ts +10 -2
  210. package/dist/components/Icons/IconNull.d.ts.map +1 -1
  211. package/dist/components/Icons/IconNull.js +11 -3
  212. package/dist/components/Icons/IconOilDefault.d.ts +10 -2
  213. package/dist/components/Icons/IconOilDefault.d.ts.map +1 -1
  214. package/dist/components/Icons/IconOilDefault.js +10 -2
  215. package/dist/components/Icons/IconPlaceDefault.d.ts +10 -2
  216. package/dist/components/Icons/IconPlaceDefault.d.ts.map +1 -1
  217. package/dist/components/Icons/IconPlaceDefault.js +10 -2
  218. package/dist/components/Icons/IconPlaceLine.d.ts +10 -2
  219. package/dist/components/Icons/IconPlaceLine.d.ts.map +1 -1
  220. package/dist/components/Icons/IconPlaceLine.js +10 -2
  221. package/dist/components/Icons/IconPlusDefault.d.ts +10 -2
  222. package/dist/components/Icons/IconPlusDefault.d.ts.map +1 -1
  223. package/dist/components/Icons/IconPlusDefault.js +10 -2
  224. package/dist/components/Icons/IconReceiptDefault.d.ts +10 -2
  225. package/dist/components/Icons/IconReceiptDefault.d.ts.map +1 -1
  226. package/dist/components/Icons/IconReceiptDefault.js +10 -2
  227. package/dist/components/Icons/IconRepairDefault.d.ts +10 -2
  228. package/dist/components/Icons/IconRepairDefault.d.ts.map +1 -1
  229. package/dist/components/Icons/IconRepairDefault.js +10 -2
  230. package/dist/components/Icons/IconResetDefault.d.ts +10 -2
  231. package/dist/components/Icons/IconResetDefault.d.ts.map +1 -1
  232. package/dist/components/Icons/IconResetDefault.js +10 -2
  233. package/dist/components/Icons/IconRevolvingLightDefault.d.ts +10 -2
  234. package/dist/components/Icons/IconRevolvingLightDefault.d.ts.map +1 -1
  235. package/dist/components/Icons/IconRevolvingLightDefault.js +10 -2
  236. package/dist/components/Icons/IconSadDefault.d.ts +10 -2
  237. package/dist/components/Icons/IconSadDefault.d.ts.map +1 -1
  238. package/dist/components/Icons/IconSadDefault.js +10 -2
  239. package/dist/components/Icons/IconSafe.d.ts +10 -2
  240. package/dist/components/Icons/IconSafe.d.ts.map +1 -1
  241. package/dist/components/Icons/IconSafe.js +10 -2
  242. package/dist/components/Icons/IconSearchDefault.d.ts +10 -2
  243. package/dist/components/Icons/IconSearchDefault.d.ts.map +1 -1
  244. package/dist/components/Icons/IconSearchDefault.js +10 -2
  245. package/dist/components/Icons/IconSettingDefault.d.ts +10 -2
  246. package/dist/components/Icons/IconSettingDefault.d.ts.map +1 -1
  247. package/dist/components/Icons/IconSettingDefault.js +10 -2
  248. package/dist/components/Icons/IconShareDefault.d.ts +10 -2
  249. package/dist/components/Icons/IconShareDefault.d.ts.map +1 -1
  250. package/dist/components/Icons/IconShareDefault.js +10 -2
  251. package/dist/components/Icons/IconShopDefault.d.ts +10 -2
  252. package/dist/components/Icons/IconShopDefault.d.ts.map +1 -1
  253. package/dist/components/Icons/IconShopDefault.js +10 -2
  254. package/dist/components/Icons/IconSmileDefault.d.ts +10 -2
  255. package/dist/components/Icons/IconSmileDefault.d.ts.map +1 -1
  256. package/dist/components/Icons/IconSmileDefault.js +10 -2
  257. package/dist/components/Icons/IconStarOff.d.ts +10 -2
  258. package/dist/components/Icons/IconStarOff.d.ts.map +1 -1
  259. package/dist/components/Icons/IconStarOff.js +10 -2
  260. package/dist/components/Icons/IconStarOn.d.ts +10 -2
  261. package/dist/components/Icons/IconStarOn.d.ts.map +1 -1
  262. package/dist/components/Icons/IconStarOn.js +10 -2
  263. package/dist/components/Icons/IconThumbDefault.d.ts +10 -2
  264. package/dist/components/Icons/IconThumbDefault.d.ts.map +1 -1
  265. package/dist/components/Icons/IconThumbDefault.js +10 -2
  266. package/dist/components/Icons/IconThunder.d.ts +10 -2
  267. package/dist/components/Icons/IconThunder.d.ts.map +1 -1
  268. package/dist/components/Icons/IconThunder.js +10 -2
  269. package/dist/components/Icons/IconTimeDefault.d.ts +10 -2
  270. package/dist/components/Icons/IconTimeDefault.d.ts.map +1 -1
  271. package/dist/components/Icons/IconTimeDefault.js +10 -2
  272. package/dist/components/Icons/IconVoteDefault.d.ts +10 -2
  273. package/dist/components/Icons/IconVoteDefault.d.ts.map +1 -1
  274. package/dist/components/Icons/IconVoteDefault.js +10 -2
  275. package/dist/components/Icons/IconYoutubeDefault.d.ts +10 -2
  276. package/dist/components/Icons/IconYoutubeDefault.d.ts.map +1 -1
  277. package/dist/components/Icons/IconYoutubeDefault.js +10 -2
  278. package/dist/components/Icons/index.d.ts +83 -83
  279. package/dist/components/Icons/index.d.ts.map +1 -1
  280. package/dist/components/Toggle/Toggle.d.ts +19 -5
  281. package/dist/components/Toggle/Toggle.d.ts.map +1 -1
  282. package/dist/components/Toggle/Toggle.js +18 -59
  283. package/dist/components/Toggle/Toggle.styles.d.ts +9 -0
  284. package/dist/components/Toggle/Toggle.styles.d.ts.map +1 -0
  285. package/dist/components/Toggle/Toggle.styles.js +60 -0
  286. package/dist/index.css +52 -0
  287. package/dist/index.d.ts +1 -0
  288. package/dist/index.d.ts.map +1 -1
  289. package/dist/index.js +1 -0
  290. package/dist/types/props.d.ts +4 -1
  291. package/dist/types/props.d.ts.map +1 -1
  292. package/package.json +1 -1
@@ -1,9 +1,17 @@
1
1
  import type { SVGProps } from "react";
2
2
  interface Props extends SVGProps<SVGSVGElement> {
3
- fill?: string;
3
+ className: string;
4
4
  width?: number;
5
5
  height?: number;
6
6
  }
7
- declare function IconLikeOn({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
7
+ /**
8
+ * `Icon-` 컴포넌트의 기본 사이즈는 24px을 기준으로 합니다. className 속성으로 text color를 지정하여 색상을 변경할 수 있습니다.
9
+ * @example
10
+ * ```tsx
11
+ * <Icon width={24} height={24} className="text-gray-500" />
12
+ * <Icon className="text-gray-500" />
13
+ * ```
14
+ */
15
+ declare function IconLikeOn({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconLikeOn;
9
17
  //# sourceMappingURL=IconLikeOn.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconLikeOn.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconLikeOn.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,UAAU,CAAC,EAClB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAgBP;AAED,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"IconLikeOn.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconLikeOn.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;;;;;GAOG;AACH,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,KAAU,EAAE,MAAW,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,2CAiB1E;AAED,eAAe,UAAU,CAAC"}
@@ -1,7 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
- function IconLikeOn({ fill = "#04041B", width = 24, height = 24, ...props }) {
5
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: "M8.39 18.49V8.33c0-.4.12-.79.34-1.12l2.73-4.06c.43-.65 1.5-1.11 2.41-.77.98.33 1.63 1.43 1.42 2.41l-.52 3.27c-.04.3.04.57.21.78.17.19.42.31.69.31h4.11c.79 0 1.47.32 1.87.88.38.54.45 1.24.2 1.95l-2.46 7.49c-.31 1.24-1.66 2.25-3 2.25h-3.9c-.67 0-1.61-.23-2.04-.66l-1.28-.99c-.49-.37-.78-.96-.78-1.58M5.21 6.38H4.18C2.63 6.38 2 6.98 2 8.46v10.06c0 1.48.63 2.08 2.18 2.08h1.03c1.55 0 2.18-.6 2.18-2.08V8.46c0-1.48-.63-2.08-2.18-2.08" }) }));
4
+ /**
5
+ * `Icon-` 컴포넌트의 기본 사이즈는 24px을 기준으로 합니다. className 속성으로 text color를 지정하여 색상을 변경할 있습니다.
6
+ * @example
7
+ * ```tsx
8
+ * <Icon width={24} height={24} className="text-gray-500" />
9
+ * <Icon className="text-gray-500" />
10
+ * ```
11
+ */
12
+ function IconLikeOn({ className, width = 24, height = 24, ...props }) {
13
+ return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", className: className, ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M8.39 18.49V8.33c0-.4.12-.79.34-1.12l2.73-4.06c.43-.65 1.5-1.11 2.41-.77.98.33 1.63 1.43 1.42 2.41l-.52 3.27c-.04.3.04.57.21.78.17.19.42.31.69.31h4.11c.79 0 1.47.32 1.87.88.38.54.45 1.24.2 1.95l-2.46 7.49c-.31 1.24-1.66 2.25-3 2.25h-3.9c-.67 0-1.61-.23-2.04-.66l-1.28-.99c-.49-.37-.78-.96-.78-1.58M5.21 6.38H4.18C2.63 6.38 2 6.98 2 8.46v10.06c0 1.48.63 2.08 2.18 2.08h1.03c1.55 0 2.18-.6 2.18-2.08V8.46c0-1.48-.63-2.08-2.18-2.08" }) }));
6
14
  }
7
15
  exports.default = IconLikeOn;
@@ -1,9 +1,17 @@
1
1
  import type { SVGProps } from "react";
2
2
  interface Props extends SVGProps<SVGSVGElement> {
3
- fill?: string;
3
+ className: string;
4
4
  width?: number;
5
5
  height?: number;
6
6
  }
7
- declare function IconLocateDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
7
+ /**
8
+ * `Icon-` 컴포넌트의 기본 사이즈는 24px을 기준으로 합니다. className 속성으로 text color를 지정하여 색상을 변경할 수 있습니다.
9
+ * @example
10
+ * ```tsx
11
+ * <Icon width={24} height={24} className="text-gray-500" />
12
+ * <Icon className="text-gray-500" />
13
+ * ```
14
+ */
15
+ declare function IconLocateDefault({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconLocateDefault;
9
17
  //# sourceMappingURL=IconLocateDefault.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconLocateDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconLocateDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,iBAAiB,CAAC,EACzB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAiBP;AAED,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"IconLocateDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconLocateDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;;;;;GAOG;AACH,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAkBP;AAED,eAAe,iBAAiB,CAAC"}
@@ -1,7 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
- function IconLocateDefault({ fill = "#04041B", width = 24, height = 24, ...props }) {
5
- return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: fill, d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m.75 3.796a.75.75 0 0 1-1.5 0V3.534a8.5 8.5 0 0 0-7.715 7.716h2.26a.75.75 0 0 1 0 1.5h-2.26a8.5 8.5 0 0 0 7.715 7.715v-2.26a.75.75 0 0 1 1.5 0v2.26a8.5 8.5 0 0 0 7.715-7.715h-2.26a.75.75 0 0 1 0-1.5h2.26a8.5 8.5 0 0 0-7.715-7.716z" }), (0, jsx_runtime_1.jsx)("circle", { cx: 12, cy: 12, r: 2, fill: fill })] }));
4
+ /**
5
+ * `Icon-` 컴포넌트의 기본 사이즈는 24px을 기준으로 합니다. className 속성으로 text color를 지정하여 색상을 변경할 있습니다.
6
+ * @example
7
+ * ```tsx
8
+ * <Icon width={24} height={24} className="text-gray-500" />
9
+ * <Icon className="text-gray-500" />
10
+ * ```
11
+ */
12
+ function IconLocateDefault({ className, width = 24, height = 24, ...props }) {
13
+ return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", className: className, ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m.75 3.796a.75.75 0 0 1-1.5 0V3.534a8.5 8.5 0 0 0-7.715 7.716h2.26a.75.75 0 0 1 0 1.5h-2.26a8.5 8.5 0 0 0 7.715 7.715v-2.26a.75.75 0 0 1 1.5 0v2.26a8.5 8.5 0 0 0 7.715-7.715h-2.26a.75.75 0 0 1 0-1.5h2.26a8.5 8.5 0 0 0-7.715-7.716z" }), (0, jsx_runtime_1.jsx)("circle", { cx: 12, cy: 12, r: 2, fill: "currentColor" })] }));
6
14
  }
7
15
  exports.default = IconLocateDefault;
@@ -1,9 +1,17 @@
1
1
  import type { SVGProps } from "react";
2
2
  interface Props extends SVGProps<SVGSVGElement> {
3
- fill?: string;
3
+ className: string;
4
4
  width?: number;
5
5
  height?: number;
6
6
  }
7
- declare function IconMYDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
7
+ /**
8
+ * `Icon-` 컴포넌트의 기본 사이즈는 24px을 기준으로 합니다. className 속성으로 text color를 지정하여 색상을 변경할 수 있습니다.
9
+ * @example
10
+ * ```tsx
11
+ * <Icon width={24} height={24} className="text-gray-500" />
12
+ * <Icon className="text-gray-500" />
13
+ * ```
14
+ */
15
+ declare function IconMYDefault({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconMYDefault;
9
17
  //# sourceMappingURL=IconMYDefault.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconMYDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconMYDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,aAAa,CAAC,EACrB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAgBP;AAED,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"IconMYDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconMYDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;;;;;GAOG;AACH,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAiBP;AAED,eAAe,aAAa,CAAC"}
@@ -1,7 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
- function IconMYDefault({ fill = "#04041B", width = 24, height = 24, ...props }) {
5
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: "M12 2C9.38 2 7.25 4.13 7.25 6.75c0 2.57 2.01 4.65 4.63 4.74.08-.01.16-.01.22 0h.07a4.74 4.74 0 0 0 4.58-4.74C16.75 4.13 14.62 2 12 2M17.5 14.15c-2.79-1.86-8.18-1.86-10.99 0-1.27.85-1.97 2-1.97 3.23s.7 2.37 1.96 3.21C7.9 21.53 10.16 22 12 22s4.1-.47 5.5-1.41c1.26-.85 1.96-1.99 1.96-3.23-.01-1.23-.7-2.37-1.96-3.21" }) }));
4
+ /**
5
+ * `Icon-` 컴포넌트의 기본 사이즈는 24px을 기준으로 합니다. className 속성으로 text color를 지정하여 색상을 변경할 있습니다.
6
+ * @example
7
+ * ```tsx
8
+ * <Icon width={24} height={24} className="text-gray-500" />
9
+ * <Icon className="text-gray-500" />
10
+ * ```
11
+ */
12
+ function IconMYDefault({ className, width = 24, height = 24, ...props }) {
13
+ return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", className: className, ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M12 2C9.38 2 7.25 4.13 7.25 6.75c0 2.57 2.01 4.65 4.63 4.74.08-.01.16-.01.22 0h.07a4.74 4.74 0 0 0 4.58-4.74C16.75 4.13 14.62 2 12 2M17.5 14.15c-2.79-1.86-8.18-1.86-10.99 0-1.27.85-1.97 2-1.97 3.23s.7 2.37 1.96 3.21C7.9 21.53 10.16 22 12 22s4.1-.47 5.5-1.41c1.26-.85 1.96-1.99 1.96-3.23-.01-1.23-.7-2.37-1.96-3.21" }) }));
6
14
  }
7
15
  exports.default = IconMYDefault;
@@ -1,9 +1,17 @@
1
1
  import type { SVGProps } from "react";
2
2
  interface Props extends SVGProps<SVGSVGElement> {
3
- fill?: string;
3
+ className: string;
4
4
  width?: number;
5
5
  height?: number;
6
6
  }
7
- declare function IconMYLine({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
7
+ /**
8
+ * `Icon-` 컴포넌트의 기본 사이즈는 24px을 기준으로 합니다. className 속성으로 text color를 지정하여 색상을 변경할 수 있습니다.
9
+ * @example
10
+ * ```tsx
11
+ * <Icon width={24} height={24} className="text-gray-500" />
12
+ * <Icon className="text-gray-500" />
13
+ * ```
14
+ */
15
+ declare function IconMYLine({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconMYLine;
9
17
  //# sourceMappingURL=IconMYLine.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconMYLine.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconMYLine.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,UAAU,CAAC,EAClB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAiBP;AAED,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"IconMYLine.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconMYLine.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;;;;;GAOG;AACH,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,KAAU,EAAE,MAAW,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,2CAkB1E;AAED,eAAe,UAAU,CAAC"}
@@ -1,7 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
- function IconMYLine({ fill = "#04041B", width = 24, height = 24, ...props }) {
5
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { stroke: fill, strokeWidth: 1.5, d: "M12 2.75c2.206 0 4 1.794 4 4a3.99 3.99 0 0 1-3.856 3.99h-.001a1.5 1.5 0 0 0-.253 0C9.676 10.654 8 8.904 8 6.75c0-2.206 1.794-4 4-4ZM12.013 13.505c1.958 0 3.84.448 5.071 1.269 1.035.69 1.552 1.55 1.62 2.419l.006.173c-.002.926-.52 1.853-1.628 2.6-1.23.827-3.325 1.284-5.082 1.284s-3.851-.457-5.082-1.283l-.002-.001c-1.108-.739-1.626-1.668-1.626-2.586s.518-1.856 1.634-2.604c1.242-.822 3.13-1.271 5.089-1.271Z" }) }));
4
+ /**
5
+ * `Icon-` 컴포넌트의 기본 사이즈는 24px을 기준으로 합니다. className 속성으로 text color를 지정하여 색상을 변경할 있습니다.
6
+ * @example
7
+ * ```tsx
8
+ * <Icon width={24} height={24} className="text-gray-500" />
9
+ * <Icon className="text-gray-500" />
10
+ * ```
11
+ */
12
+ function IconMYLine({ className, width = 24, height = 24, ...props }) {
13
+ return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", className: className, ...props, children: (0, jsx_runtime_1.jsx)("path", { stroke: "currentColor", strokeWidth: 1.5, d: "M12 2.75c2.206 0 4 1.794 4 4a3.99 3.99 0 0 1-3.856 3.99h-.001a1.5 1.5 0 0 0-.253 0C9.676 10.654 8 8.904 8 6.75c0-2.206 1.794-4 4-4ZM12.013 13.505c1.958 0 3.84.448 5.071 1.269 1.035.69 1.552 1.55 1.62 2.419l.006.173c-.002.926-.52 1.853-1.628 2.6-1.23.827-3.325 1.284-5.082 1.284s-3.851-.457-5.082-1.283l-.002-.001c-1.108-.739-1.626-1.668-1.626-2.586s.518-1.856 1.634-2.604c1.242-.822 3.13-1.271 5.089-1.271Z" }) }));
6
14
  }
7
15
  exports.default = IconMYLine;
@@ -1,9 +1,17 @@
1
1
  import type { SVGProps } from "react";
2
2
  interface Props extends SVGProps<SVGSVGElement> {
3
- fill?: string;
3
+ className: string;
4
4
  width?: number;
5
5
  height?: number;
6
6
  }
7
- declare function IconMedal({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
7
+ /**
8
+ * `Icon-` 컴포넌트의 기본 사이즈는 24px을 기준으로 합니다. className 속성으로 text color를 지정하여 색상을 변경할 수 있습니다.
9
+ * @example
10
+ * ```tsx
11
+ * <Icon width={24} height={24} className="text-gray-500" />
12
+ * <Icon className="text-gray-500" />
13
+ * ```
14
+ */
15
+ declare function IconMedal({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconMedal;
9
17
  //# sourceMappingURL=IconMedal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconMedal.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconMedal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,SAAS,CAAC,EACjB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAgBP;AAED,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"IconMedal.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconMedal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;;;;;GAOG;AACH,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,KAAU,EAAE,MAAW,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,2CAiBzE;AAED,eAAe,SAAS,CAAC"}
@@ -1,7 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
- function IconMedal({ fill = "#04041B", width = 24, height = 24, ...props }) {
5
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: "M12 15c3.728 0 6.75-2.91 6.75-6.5S15.728 2 12 2 5.25 4.91 5.25 8.5 8.272 15 12 15M15.79 15.61c.33-.17.71.08.71.45v4.85c0 .9-.63 1.34-1.41.97l-2.68-1.27c-.23-.1-.59-.1-.82 0l-2.68 1.27c-.78.36-1.41-.08-1.41-.98l.02-4.84c0-.37.39-.61.71-.45 1.13.57 2.41.89 3.77.89s2.65-.32 3.79-.89" }) }));
4
+ /**
5
+ * `Icon-` 컴포넌트의 기본 사이즈는 24px을 기준으로 합니다. className 속성으로 text color를 지정하여 색상을 변경할 있습니다.
6
+ * @example
7
+ * ```tsx
8
+ * <Icon width={24} height={24} className="text-gray-500" />
9
+ * <Icon className="text-gray-500" />
10
+ * ```
11
+ */
12
+ function IconMedal({ className, width = 24, height = 24, ...props }) {
13
+ return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", className: className, ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M12 15c3.728 0 6.75-2.91 6.75-6.5S15.728 2 12 2 5.25 4.91 5.25 8.5 8.272 15 12 15M15.79 15.61c.33-.17.71.08.71.45v4.85c0 .9-.63 1.34-1.41.97l-2.68-1.27c-.23-.1-.59-.1-.82 0l-2.68 1.27c-.78.36-1.41-.08-1.41-.98l.02-4.84c0-.37.39-.61.71-.45 1.13.57 2.41.89 3.77.89s2.65-.32 3.79-.89" }) }));
6
14
  }
7
15
  exports.default = IconMedal;
@@ -1,9 +1,17 @@
1
1
  import type { SVGProps } from "react";
2
2
  interface Props extends SVGProps<SVGSVGElement> {
3
- fill?: string;
3
+ className: string;
4
4
  width?: number;
5
5
  height?: number;
6
6
  }
7
- declare function IconMenuDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
7
+ /**
8
+ * `Icon-` 컴포넌트의 기본 사이즈는 24px을 기준으로 합니다. className 속성으로 text color를 지정하여 색상을 변경할 수 있습니다.
9
+ * @example
10
+ * ```tsx
11
+ * <Icon width={24} height={24} className="text-gray-500" />
12
+ * <Icon className="text-gray-500" />
13
+ * ```
14
+ */
15
+ declare function IconMenuDefault({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconMenuDefault;
9
17
  //# sourceMappingURL=IconMenuDefault.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconMenuDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconMenuDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,eAAe,CAAC,EACvB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAmBP;AAED,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"IconMenuDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconMenuDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;;;;;GAOG;AACH,iBAAS,eAAe,CAAC,EACvB,SAAS,EACT,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAoBP;AAED,eAAe,eAAe,CAAC"}
@@ -1,7 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
- function IconMenuDefault({ fill = "#04041B", width = 24, height = 24, ...props }) {
5
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { stroke: fill, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M4 12h16M4 6h16M4 18h16" }) }));
4
+ /**
5
+ * `Icon-` 컴포넌트의 기본 사이즈는 24px을 기준으로 합니다. className 속성으로 text color를 지정하여 색상을 변경할 있습니다.
6
+ * @example
7
+ * ```tsx
8
+ * <Icon width={24} height={24} className="text-gray-500" />
9
+ * <Icon className="text-gray-500" />
10
+ * ```
11
+ */
12
+ function IconMenuDefault({ className, width = 24, height = 24, ...props }) {
13
+ return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", className: className, ...props, children: (0, jsx_runtime_1.jsx)("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M4 12h16M4 6h16M4 18h16" }) }));
6
14
  }
7
15
  exports.default = IconMenuDefault;
@@ -1,9 +1,17 @@
1
1
  import type { SVGProps } from "react";
2
2
  interface Props extends SVGProps<SVGSVGElement> {
3
- fill?: string;
3
+ className: string;
4
4
  width?: number;
5
5
  height?: number;
6
6
  }
7
- declare function IconMessage({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
7
+ /**
8
+ * `Icon-` 컴포넌트의 기본 사이즈는 24px을 기준으로 합니다. className 속성으로 text color를 지정하여 색상을 변경할 수 있습니다.
9
+ * @example
10
+ * ```tsx
11
+ * <Icon width={24} height={24} className="text-gray-500" />
12
+ * <Icon className="text-gray-500" />
13
+ * ```
14
+ */
15
+ declare function IconMessage({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconMessage;
9
17
  //# sourceMappingURL=IconMessage.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconMessage.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconMessage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,WAAW,CAAC,EACnB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CA2BP;AAED,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"IconMessage.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconMessage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;;;;;GAOG;AACH,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,KAAU,EAAE,MAAW,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,2CA4B3E;AAED,eAAe,WAAW,CAAC"}
@@ -1,7 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
- function IconMessage({ fill = "#04041B", width = 24, height = 24, ...props }) {
5
- return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: [(0, jsx_runtime_1.jsx)("path", { stroke: fill, strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: 10, strokeWidth: 1.5, d: "M22 8v5q0 6-6 6h-.5c-.31 0-.61.15-.8.4l-1.5 2c-.66.88-1.74.88-2.4 0l-1.5-2c-.16-.22-.53-.4-.8-.4H8c-4 0-6-1-6-6V8q0-6 6-6h4" }), (0, jsx_runtime_1.jsx)("path", { stroke: fill, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.2 4.62c-.33-.99.06-2.21 1.14-2.55.56-.17 1.26-.03 1.66.5.38-.55 1.1-.67 1.66-.5 1.08.33 1.47 1.56 1.14 2.55C20.29 6.19 18.5 7 18 7s-2.27-.8-2.8-2.38M15.997 11h.008M11.996 11h.008M7.995 11h.008" })] }));
4
+ /**
5
+ * `Icon-` 컴포넌트의 기본 사이즈는 24px을 기준으로 합니다. className 속성으로 text color를 지정하여 색상을 변경할 있습니다.
6
+ * @example
7
+ * ```tsx
8
+ * <Icon width={24} height={24} className="text-gray-500" />
9
+ * <Icon className="text-gray-500" />
10
+ * ```
11
+ */
12
+ function IconMessage({ className, width = 24, height = 24, ...props }) {
13
+ return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", className: className, ...props, children: [(0, jsx_runtime_1.jsx)("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: 10, strokeWidth: 1.5, d: "M22 8v5q0 6-6 6h-.5c-.31 0-.61.15-.8.4l-1.5 2c-.66.88-1.74.88-2.4 0l-1.5-2c-.16-.22-.53-.4-.8-.4H8c-4 0-6-1-6-6V8q0-6 6-6h4" }), (0, jsx_runtime_1.jsx)("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.2 4.62c-.33-.99.06-2.21 1.14-2.55.56-.17 1.26-.03 1.66.5.38-.55 1.1-.67 1.66-.5 1.08.33 1.47 1.56 1.14 2.55C20.29 6.19 18.5 7 18 7s-2.27-.8-2.8-2.38M15.997 11h.008M11.996 11h.008M7.995 11h.008" })] }));
6
14
  }
7
15
  exports.default = IconMessage;
@@ -1,9 +1,17 @@
1
1
  import type { SVGProps } from "react";
2
2
  interface Props extends SVGProps<SVGSVGElement> {
3
- fill?: string;
3
+ className: string;
4
4
  width?: number;
5
5
  height?: number;
6
6
  }
7
- declare function IconMessageDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
7
+ /**
8
+ * `Icon-` 컴포넌트의 기본 사이즈는 24px을 기준으로 합니다. className 속성으로 text color를 지정하여 색상을 변경할 수 있습니다.
9
+ * @example
10
+ * ```tsx
11
+ * <Icon width={24} height={24} className="text-gray-500" />
12
+ * <Icon className="text-gray-500" />
13
+ * ```
14
+ */
15
+ declare function IconMessageDefault({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconMessageDefault;
9
17
  //# sourceMappingURL=IconMessageDefault.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconMessageDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconMessageDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,kBAAkB,CAAC,EAC1B,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAgBP;AAED,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"IconMessageDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconMessageDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;;;;;GAOG;AACH,iBAAS,kBAAkB,CAAC,EAC1B,SAAS,EACT,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAiBP;AAED,eAAe,kBAAkB,CAAC"}
@@ -1,7 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
- function IconMessageDefault({ fill = "#04041B", width = 24, height = 24, ...props }) {
5
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: "M17.5 2.65h-11C3.2 2.65 1 4.3 1 8.15v7.7c0 3.85 2.2 5.5 5.5 5.5h11c3.3 0 5.5-1.65 5.5-5.5v-7.7c0-3.85-2.2-5.5-5.5-5.5m.517 6.699-3.443 2.75c-.726.583-1.65.869-2.574.869s-1.859-.286-2.574-.87l-3.443-2.75a.846.846 0 0 1-.132-1.165.823.823 0 0 1 1.155-.132l3.443 2.75c.836.67 2.255.67 3.091 0l3.443-2.75a.81.81 0 0 1 1.155.132.834.834 0 0 1-.121 1.166" }) }));
4
+ /**
5
+ * `Icon-` 컴포넌트의 기본 사이즈는 24px을 기준으로 합니다. className 속성으로 text color를 지정하여 색상을 변경할 있습니다.
6
+ * @example
7
+ * ```tsx
8
+ * <Icon width={24} height={24} className="text-gray-500" />
9
+ * <Icon className="text-gray-500" />
10
+ * ```
11
+ */
12
+ function IconMessageDefault({ className, width = 24, height = 24, ...props }) {
13
+ return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", className: className, ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M17.5 2.65h-11C3.2 2.65 1 4.3 1 8.15v7.7c0 3.85 2.2 5.5 5.5 5.5h11c3.3 0 5.5-1.65 5.5-5.5v-7.7c0-3.85-2.2-5.5-5.5-5.5m.517 6.699-3.443 2.75c-.726.583-1.65.869-2.574.869s-1.859-.286-2.574-.87l-3.443-2.75a.846.846 0 0 1-.132-1.165.823.823 0 0 1 1.155-.132l3.443 2.75c.836.67 2.255.67 3.091 0l3.443-2.75a.81.81 0 0 1 1.155.132.834.834 0 0 1-.121 1.166" }) }));
6
14
  }
7
15
  exports.default = IconMessageDefault;
@@ -1,9 +1,17 @@
1
1
  import type { SVGProps } from "react";
2
2
  interface Props extends SVGProps<SVGSVGElement> {
3
- fill?: string;
3
+ className: string;
4
4
  width?: number;
5
5
  height?: number;
6
6
  }
7
- declare function IconMinusDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
7
+ /**
8
+ * `Icon-` 컴포넌트의 기본 사이즈는 24px을 기준으로 합니다. className 속성으로 text color를 지정하여 색상을 변경할 수 있습니다.
9
+ * @example
10
+ * ```tsx
11
+ * <Icon width={24} height={24} className="text-gray-500" />
12
+ * <Icon className="text-gray-500" />
13
+ * ```
14
+ */
15
+ declare function IconMinusDefault({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconMinusDefault;
9
17
  //# sourceMappingURL=IconMinusDefault.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconMinusDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconMinusDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,gBAAgB,CAAC,EACxB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAmBP;AAED,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"IconMinusDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconMinusDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;;;;;GAOG;AACH,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAoBP;AAED,eAAe,gBAAgB,CAAC"}
@@ -1,7 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
- function IconMinusDefault({ fill = "#04041B", width = 24, height = 24, ...props }) {
5
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { stroke: fill, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M6 12h12" }) }));
4
+ /**
5
+ * `Icon-` 컴포넌트의 기본 사이즈는 24px을 기준으로 합니다. className 속성으로 text color를 지정하여 색상을 변경할 있습니다.
6
+ * @example
7
+ * ```tsx
8
+ * <Icon width={24} height={24} className="text-gray-500" />
9
+ * <Icon className="text-gray-500" />
10
+ * ```
11
+ */
12
+ function IconMinusDefault({ className, width = 24, height = 24, ...props }) {
13
+ return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", className: className, ...props, children: (0, jsx_runtime_1.jsx)("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M6 12h12" }) }));
6
14
  }
7
15
  exports.default = IconMinusDefault;
@@ -1,9 +1,17 @@
1
1
  import type { SVGProps } from "react";
2
2
  interface Props extends SVGProps<SVGSVGElement> {
3
- fill?: string;
3
+ className: string;
4
4
  width?: number;
5
5
  height?: number;
6
6
  }
7
- declare function IconMoreDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
7
+ /**
8
+ * `Icon-` 컴포넌트의 기본 사이즈는 24px을 기준으로 합니다. className 속성으로 text color를 지정하여 색상을 변경할 수 있습니다.
9
+ * @example
10
+ * ```tsx
11
+ * <Icon width={24} height={24} className="text-gray-500" />
12
+ * <Icon className="text-gray-500" />
13
+ * ```
14
+ */
15
+ declare function IconMoreDefault({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconMoreDefault;
9
17
  //# sourceMappingURL=IconMoreDefault.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconMoreDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconMoreDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,eAAe,CAAC,EACvB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAgBP;AAED,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"IconMoreDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconMoreDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;;;;;GAOG;AACH,iBAAS,eAAe,CAAC,EACvB,SAAS,EACT,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAiBP;AAED,eAAe,eAAe,CAAC"}
@@ -1,7 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
- function IconMoreDefault({ fill = "#04041B", width = 24, height = 24, ...props }) {
5
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: "M12 13a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3M19 13a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3M5 13a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3" }) }));
4
+ /**
5
+ * `Icon-` 컴포넌트의 기본 사이즈는 24px을 기준으로 합니다. className 속성으로 text color를 지정하여 색상을 변경할 있습니다.
6
+ * @example
7
+ * ```tsx
8
+ * <Icon width={24} height={24} className="text-gray-500" />
9
+ * <Icon className="text-gray-500" />
10
+ * ```
11
+ */
12
+ function IconMoreDefault({ className, width = 24, height = 24, ...props }) {
13
+ return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", className: className, ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M12 13a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3M19 13a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3M5 13a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3" }) }));
6
14
  }
7
15
  exports.default = IconMoreDefault;
@@ -1,9 +1,17 @@
1
1
  import type { SVGProps } from "react";
2
2
  interface Props extends SVGProps<SVGSVGElement> {
3
- fill?: string;
3
+ className: string;
4
4
  width?: number;
5
5
  height?: number;
6
6
  }
7
- declare function IconNaviDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
7
+ /**
8
+ * `Icon-` 컴포넌트의 기본 사이즈는 24px을 기준으로 합니다. className 속성으로 text color를 지정하여 색상을 변경할 수 있습니다.
9
+ * @example
10
+ * ```tsx
11
+ * <Icon width={24} height={24} className="text-gray-500" />
12
+ * <Icon className="text-gray-500" />
13
+ * ```
14
+ */
15
+ declare function IconNaviDefault({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconNaviDefault;
9
17
  //# sourceMappingURL=IconNaviDefault.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconNaviDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconNaviDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,eAAe,CAAC,EACvB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAgBP;AAED,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"IconNaviDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconNaviDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;;;;;GAOG;AACH,iBAAS,eAAe,CAAC,EACvB,SAAS,EACT,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAiBP;AAED,eAAe,eAAe,CAAC"}
@@ -1,7 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
- function IconNaviDefault({ fill = "#04041B", width = 24, height = 24, ...props }) {
5
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: "M19.694 4.313q.123.124.195.272c.121.24.149.527.055.8l-.672 1.951q-.015.075-.042.153l-4.412 12.803c-.328.953-1.68.941-1.992-.018l-2.06-6.332-.003-.008-.082-.252a.53.53 0 0 0-.342-.342l-.233-.076a.6.6 0 0 1-.106-.047l-6.274-2.04c-.96-.311-.97-1.663-.018-1.991l12.808-4.41q.049-.017.097-.03l2.005-.69c.39-.134.806-.02 1.076.257" }) }));
4
+ /**
5
+ * `Icon-` 컴포넌트의 기본 사이즈는 24px을 기준으로 합니다. className 속성으로 text color를 지정하여 색상을 변경할 있습니다.
6
+ * @example
7
+ * ```tsx
8
+ * <Icon width={24} height={24} className="text-gray-500" />
9
+ * <Icon className="text-gray-500" />
10
+ * ```
11
+ */
12
+ function IconNaviDefault({ className, width = 24, height = 24, ...props }) {
13
+ return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", className: className, ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M19.694 4.313q.123.124.195.272c.121.24.149.527.055.8l-.672 1.951q-.015.075-.042.153l-4.412 12.803c-.328.953-1.68.941-1.992-.018l-2.06-6.332-.003-.008-.082-.252a.53.53 0 0 0-.342-.342l-.233-.076a.6.6 0 0 1-.106-.047l-6.274-2.04c-.96-.311-.97-1.663-.018-1.991l12.808-4.41q.049-.017.097-.03l2.005-.69c.39-.134.806-.02 1.076.257" }) }));
6
14
  }
7
15
  exports.default = IconNaviDefault;
@@ -1,9 +1,17 @@
1
1
  import type { SVGProps } from "react";
2
2
  interface Props extends SVGProps<SVGSVGElement> {
3
- fill?: string;
3
+ className: string;
4
4
  width?: number;
5
5
  height?: number;
6
6
  }
7
- declare function IconNaviLine({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
7
+ /**
8
+ * `Icon-` 컴포넌트의 기본 사이즈는 24px을 기준으로 합니다. className 속성으로 text color를 지정하여 색상을 변경할 수 있습니다.
9
+ * @example
10
+ * ```tsx
11
+ * <Icon width={24} height={24} className="text-gray-500" />
12
+ * <Icon className="text-gray-500" />
13
+ * ```
14
+ */
15
+ declare function IconNaviLine({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconNaviLine;
9
17
  //# sourceMappingURL=IconNaviLine.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconNaviLine.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconNaviLine.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,YAAY,CAAC,EACpB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAiBP;AAED,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"IconNaviLine.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconNaviLine.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;;;;;GAOG;AACH,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,KAAU,EAAE,MAAW,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,2CAkB5E;AAED,eAAe,YAAY,CAAC"}
@@ -1,7 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
- function IconNaviLine({ fill = "#04041B", width = 24, height = 24, ...props }) {
5
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { stroke: fill, strokeWidth: 1.5, d: "M19.694 4.313q.123.124.195.272c.121.24.149.527.055.8l-.672 1.951q-.015.075-.042.153l-4.412 12.803c-.328.953-1.68.941-1.992-.018l-2.06-6.332-.003-.008-.082-.252a.53.53 0 0 0-.342-.342l-.233-.076a.6.6 0 0 1-.106-.047l-6.274-2.04c-.96-.311-.97-1.663-.018-1.991l12.808-4.41q.049-.017.097-.03l2.005-.69c.39-.134.806-.02 1.076.257Z" }) }));
4
+ /**
5
+ * `Icon-` 컴포넌트의 기본 사이즈는 24px을 기준으로 합니다. className 속성으로 text color를 지정하여 색상을 변경할 있습니다.
6
+ * @example
7
+ * ```tsx
8
+ * <Icon width={24} height={24} className="text-gray-500" />
9
+ * <Icon className="text-gray-500" />
10
+ * ```
11
+ */
12
+ function IconNaviLine({ className, width = 24, height = 24, ...props }) {
13
+ return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", className: className, ...props, children: (0, jsx_runtime_1.jsx)("path", { stroke: "currentColor", strokeWidth: 1.5, d: "M19.694 4.313q.123.124.195.272c.121.24.149.527.055.8l-.672 1.951q-.015.075-.042.153l-4.412 12.803c-.328.953-1.68.941-1.992-.018l-2.06-6.332-.003-.008-.082-.252a.53.53 0 0 0-.342-.342l-.233-.076a.6.6 0 0 1-.106-.047l-6.274-2.04c-.96-.311-.97-1.663-.018-1.991l12.808-4.41q.049-.017.097-.03l2.005-.69c.39-.134.806-.02 1.076.257Z" }) }));
6
14
  }
7
15
  exports.default = IconNaviLine;
@@ -1,9 +1,17 @@
1
1
  import type { SVGProps } from "react";
2
2
  interface Props extends SVGProps<SVGSVGElement> {
3
- fill?: string;
3
+ className: string;
4
4
  width?: number;
5
5
  height?: number;
6
6
  }
7
- declare function IconNull({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
7
+ /**
8
+ * `Icon-` 컴포넌트의 기본 사이즈는 24px을 기준으로 합니다. className 속성으로 text color를 지정하여 색상을 변경할 수 있습니다.
9
+ * @example
10
+ * ```tsx
11
+ * <Icon width={24} height={24} className="text-gray-500" />
12
+ * <Icon className="text-gray-500" />
13
+ * ```
14
+ */
15
+ declare function IconNull({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconNull;
9
17
  //# sourceMappingURL=IconNull.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconNull.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconNull.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,QAAQ,CAAC,EAChB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CA+BP;AAED,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"IconNull.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconNull.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;;;;;GAOG;AACH,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,KAAU,EAAE,MAAW,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,2CAgCxE;AAED,eAAe,QAAQ,CAAC"}