@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,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 IconCheckDefault({ 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 12 3.995 4L18 8" }) }));
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 IconCheckDefault({ 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 12 3.995 4L18 8" }) }));
6
14
  }
7
15
  exports.default = IconCheckDefault;
@@ -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 IconChevronDown({ 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 IconChevronDown({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconChevronDown;
9
17
  //# sourceMappingURL=IconChevronDown.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconChevronDown.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconChevronDown.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":"IconChevronDown.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconChevronDown.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 IconChevronDown({ 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: "m19 8.5-7 7-7-7" }) }));
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 IconChevronDown({ 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: "m19 8.5-7 7-7-7" }) }));
6
14
  }
7
15
  exports.default = IconChevronDown;
@@ -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 IconChevronLeft({ 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 IconChevronLeft({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconChevronLeft;
9
17
  //# sourceMappingURL=IconChevronLeft.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconChevronLeft.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconChevronLeft.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":"IconChevronLeft.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconChevronLeft.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 IconChevronLeft({ 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: "m15.5 19-7-7 7-7" }) }));
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 IconChevronLeft({ 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: "m15.5 19-7-7 7-7" }) }));
6
14
  }
7
15
  exports.default = IconChevronLeft;
@@ -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 IconChevronRight({ 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 IconChevronRight({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconChevronRight;
9
17
  //# sourceMappingURL=IconChevronRight.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconChevronRight.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconChevronRight.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":"IconChevronRight.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconChevronRight.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 IconChevronRight({ 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: "m8.5 5 7 7-7 7" }) }));
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 IconChevronRight({ 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: "m8.5 5 7 7-7 7" }) }));
6
14
  }
7
15
  exports.default = IconChevronRight;
@@ -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 IconChevronUp({ 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 IconChevronUp({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconChevronUp;
9
17
  //# sourceMappingURL=IconChevronUp.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconChevronUp.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconChevronUp.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,2CAmBP;AAED,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"IconChevronUp.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconChevronUp.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,2CAoBP;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 IconChevronUp({ 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: "m5 15.5 7-7 7 7" }) }));
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 IconChevronUp({ 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: "m5 15.5 7-7 7 7" }) }));
6
14
  }
7
15
  exports.default = IconChevronUp;
@@ -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 IconCloseCircle({ 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 IconCloseCircle({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconCloseCircle;
9
17
  //# sourceMappingURL=IconCloseCircle.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconCloseCircle.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCloseCircle.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":"IconCloseCircle.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCloseCircle.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 IconCloseCircle({ 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 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2m3.36 12.3c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2.3-2.3-2.3 2.3c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2.3-2.3-2.3-2.3a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.3 2.3 2.3-2.3c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.3 2.3z" }) }));
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 IconCloseCircle({ 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 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2m3.36 12.3c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2.3-2.3-2.3 2.3c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2.3-2.3-2.3-2.3a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.3 2.3 2.3-2.3c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.3 2.3z" }) }));
6
14
  }
7
15
  exports.default = IconCloseCircle;
@@ -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 IconCloseDefault({ 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 IconCloseDefault({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconCloseDefault;
9
17
  //# sourceMappingURL=IconCloseDefault.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconCloseDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCloseDefault.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,2CAkBP;AAED,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"IconCloseDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCloseDefault.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,2CAmBP;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 IconCloseDefault({ 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", strokeWidth: 1.5, d: "m5 5 14 14M19 5 5 19" }) }));
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 IconCloseDefault({ 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", strokeWidth: 1.5, d: "m5 5 14 14M19 5 5 19" }) }));
6
14
  }
7
15
  exports.default = IconCloseDefault;
@@ -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 IconCloseSmall({ 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 IconCloseSmall({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconCloseSmall;
9
17
  //# sourceMappingURL=IconCloseSmall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconCloseSmall.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCloseSmall.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,cAAc,CAAC,EACtB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAkBP;AAED,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"IconCloseSmall.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCloseSmall.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,cAAc,CAAC,EACtB,SAAS,EACT,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAmBP;AAED,eAAe,cAAc,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 IconCloseSmall({ 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", strokeWidth: 1.5, d: "m8.5 8 7 7M15.5 8 12 11.5 8.5 15" }) }));
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 IconCloseSmall({ 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", strokeWidth: 1.5, d: "m8.5 8 7 7M15.5 8 12 11.5 8.5 15" }) }));
6
14
  }
7
15
  exports.default = IconCloseSmall;
@@ -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 IconCommentOff({ 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 IconCommentOff({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconCommentOff;
9
17
  //# sourceMappingURL=IconCommentOff.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconCommentOff.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCommentOff.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,cAAc,CAAC,EACtB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CA2BP;AAED,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"IconCommentOff.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCommentOff.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,cAAc,CAAC,EACtB,SAAS,EACT,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CA4BP;AAED,eAAe,cAAc,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 IconCommentOff({ 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", strokeWidth: 1.5, d: "M19.071 19.07c-3.056 3.056-7.581 3.717-11.285 2.004-.546-.22-.995-.398-1.42-.398-1.188.007-2.665 1.158-3.433.391-.767-.768.384-2.246.384-3.44 0-.427-.17-.867-.39-1.415C1.212 12.51 1.873 7.982 4.93 4.927c3.902-3.903 10.24-3.903 14.141 0 3.909 3.908 3.902 10.241 0 14.143", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("path", { stroke: fill, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M15.94 12.413h.008M11.93 12.413h.01M7.921 12.413h.01" })] }));
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 IconCommentOff({ 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", strokeWidth: 1.5, d: "M19.071 19.07c-3.056 3.056-7.581 3.717-11.285 2.004-.546-.22-.995-.398-1.42-.398-1.188.007-2.665 1.158-3.433.391-.767-.768.384-2.246.384-3.44 0-.427-.17-.867-.39-1.415C1.212 12.51 1.873 7.982 4.93 4.927c3.902-3.903 10.24-3.903 14.141 0 3.909 3.908 3.902 10.241 0 14.143", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M15.94 12.413h.008M11.93 12.413h.01M7.921 12.413h.01" })] }));
6
14
  }
7
15
  exports.default = IconCommentOff;
@@ -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 IconCommentOn({ 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 IconCommentOn({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconCommentOn;
9
17
  //# sourceMappingURL=IconCommentOn.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconCommentOn.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCommentOn.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,2CAkBP;AAED,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"IconCommentOn.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCommentOn.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,2CAmBP;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 IconCommentOn({ 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, fillRule: "evenodd", d: "M4.401 4.396c4.194-4.195 11.007-4.195 15.201 0 4.202 4.201 4.194 11.01 0 15.205-3.28 3.279-8.13 3.99-12.104 2.165-.58-.234-.88-.34-1.13-.34-.186.001-.418.05-.712.14q-.216.066-.451.148c-.155.053-.323.111-.488.163-.32.1-.705.203-1.09.203-.36 0-.746-.09-1.082-.356l-.141-.126c-.366-.366-.484-.813-.484-1.225 0-.385.102-.77.202-1.09.051-.165.11-.333.162-.487q.082-.237.148-.452c.09-.297.136-.53.136-.717 0-.254-.103-.553-.337-1.135-1.82-3.971-1.107-8.82 2.17-12.096m3.52 7.017a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2zm4.01 0a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2zm4.008 0a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2z", clipRule: "evenodd" }) }));
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 IconCommentOn({ 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", fillRule: "evenodd", d: "M4.401 4.396c4.194-4.195 11.007-4.195 15.201 0 4.202 4.201 4.194 11.01 0 15.205-3.28 3.279-8.13 3.99-12.104 2.165-.58-.234-.88-.34-1.13-.34-.186.001-.418.05-.712.14q-.216.066-.451.148c-.155.053-.323.111-.488.163-.32.1-.705.203-1.09.203-.36 0-.746-.09-1.082-.356l-.141-.126c-.366-.366-.484-.813-.484-1.225 0-.385.102-.77.202-1.09.051-.165.11-.333.162-.487q.082-.237.148-.452c.09-.297.136-.53.136-.717 0-.254-.103-.553-.337-1.135-1.82-3.971-1.107-8.82 2.17-12.096m3.52 7.017a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2zm4.01 0a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2zm4.008 0a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2z", clipRule: "evenodd" }) }));
6
14
  }
7
15
  exports.default = IconCommentOn;
@@ -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 IconCommunityDefault({ 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 IconCommunityDefault({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconCommunityDefault;
9
17
  //# sourceMappingURL=IconCommunityDefault.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconCommunityDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCommunityDefault.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,oBAAoB,CAAC,EAC5B,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAkBP;AAED,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"IconCommunityDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCommunityDefault.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,oBAAoB,CAAC,EAC5B,SAAS,EACT,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAmBP;AAED,eAAe,oBAAoB,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 IconCommunityDefault({ 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, fillRule: "evenodd", d: "M2 12.015C2 6.747 6.21 2 12.02 2 17.7 2 22 6.657 22 11.985 22 18.165 16.96 22 12 22c-1.64 0-3.46-.44-4.92-1.302-.51-.31-.94-.54-1.49-.36l-2.02.6c-.51.16-.97-.24-.82-.78l.67-2.244c.11-.31.09-.641-.07-.902C2.49 15.43 2 13.698 2 12.016m8.7 0c0 .711.57 1.282 1.28 1.292.71 0 1.28-.58 1.28-1.282 0-.711-.57-1.282-1.28-1.282-.7-.01-1.28.571-1.28 1.272m4.61.01c0 .701.57 1.282 1.28 1.282s1.28-.58 1.28-1.282c0-.711-.57-1.282-1.28-1.282s-1.28.571-1.28 1.282m-7.94 1.282c-.7 0-1.28-.58-1.28-1.282 0-.711.57-1.282 1.28-1.282s1.28.571 1.28 1.282a1.29 1.29 0 0 1-1.28 1.282", clipRule: "evenodd" }) }));
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 IconCommunityDefault({ 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", fillRule: "evenodd", d: "M2 12.015C2 6.747 6.21 2 12.02 2 17.7 2 22 6.657 22 11.985 22 18.165 16.96 22 12 22c-1.64 0-3.46-.44-4.92-1.302-.51-.31-.94-.54-1.49-.36l-2.02.6c-.51.16-.97-.24-.82-.78l.67-2.244c.11-.31.09-.641-.07-.902C2.49 15.43 2 13.698 2 12.016m8.7 0c0 .711.57 1.282 1.28 1.292.71 0 1.28-.58 1.28-1.282 0-.711-.57-1.282-1.28-1.282-.7-.01-1.28.571-1.28 1.272m4.61.01c0 .701.57 1.282 1.28 1.282s1.28-.58 1.28-1.282c0-.711-.57-1.282-1.28-1.282s-1.28.571-1.28 1.282m-7.94 1.282c-.7 0-1.28-.58-1.28-1.282 0-.711.57-1.282 1.28-1.282s1.28.571 1.28 1.282a1.29 1.29 0 0 1-1.28 1.282", clipRule: "evenodd" }) }));
6
14
  }
7
15
  exports.default = IconCommunityDefault;
@@ -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 IconCopyDefault({ 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 IconCopyDefault({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconCopyDefault;
9
17
  //# sourceMappingURL=IconCopyDefault.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconCopyDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCopyDefault.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":"IconCopyDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCopyDefault.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 IconCopyDefault({ 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: "M8.4 8.4V5.88c0-1.008 0-1.512.196-1.897a1.8 1.8 0 0 1 .787-.787C9.768 3 10.272 3 11.28 3h6.84c1.008 0 1.512 0 1.897.196a1.8 1.8 0 0 1 .787.787C21 4.368 21 4.872 21 5.88v6.84c0 1.008 0 1.512-.196 1.897a1.8 1.8 0 0 1-.787.787c-.385.196-.889.196-1.897.196H15.6M5.88 21h6.84c1.008 0 1.512 0 1.897-.196a1.8 1.8 0 0 0 .787-.787c.196-.385.196-.889.196-1.897v-6.84c0-1.008 0-1.512-.196-1.897a1.8 1.8 0 0 0-.787-.787c-.385-.196-.889-.196-1.897-.196H5.88c-1.008 0-1.512 0-1.897.196a1.8 1.8 0 0 0-.787.787C3 9.768 3 10.272 3 11.28v6.84c0 1.008 0 1.512.196 1.897a1.8 1.8 0 0 0 .787.787C4.368 21 4.872 21 5.88 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 IconCopyDefault({ 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: "M8.4 8.4V5.88c0-1.008 0-1.512.196-1.897a1.8 1.8 0 0 1 .787-.787C9.768 3 10.272 3 11.28 3h6.84c1.008 0 1.512 0 1.897.196a1.8 1.8 0 0 1 .787.787C21 4.368 21 4.872 21 5.88v6.84c0 1.008 0 1.512-.196 1.897a1.8 1.8 0 0 1-.787.787c-.385.196-.889.196-1.897.196H15.6M5.88 21h6.84c1.008 0 1.512 0 1.897-.196a1.8 1.8 0 0 0 .787-.787c.196-.385.196-.889.196-1.897v-6.84c0-1.008 0-1.512-.196-1.897a1.8 1.8 0 0 0-.787-.787c-.385-.196-.889-.196-1.897-.196H5.88c-1.008 0-1.512 0-1.897.196a1.8 1.8 0 0 0-.787.787C3 9.768 3 10.272 3 11.28v6.84c0 1.008 0 1.512.196 1.897a1.8 1.8 0 0 0 .787.787C4.368 21 4.872 21 5.88 21" }) }));
6
14
  }
7
15
  exports.default = IconCopyDefault;
@@ -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 IconCouponDefault({ 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 IconCouponDefault({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconCouponDefault;
9
17
  //# sourceMappingURL=IconCouponDefault.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconCouponDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCouponDefault.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,2CAgBP;AAED,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"IconCouponDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCouponDefault.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,2CAiBP;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 IconCouponDefault({ 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.2 4.05c1.01 0 1.864.038 2.569.162.707.125 1.328.348 1.82.769.991.85 1.16 2.253 1.16 4.02v.998a.75.75 0 0 1-.75.75 1.751 1.751 0 0 0 0 3.501.75.75 0 0 1 .75.75c0 1.766-.169 3.17-1.16 4.02-.492.42-1.113.643-1.82.768-.705.125-1.56.162-2.569.162h-10c-.993 0-1.866-.005-2.601-.075-.731-.069-1.405-.207-1.965-.52-1.234-.69-1.584-2.01-1.584-3.855V15a.75.75 0 0 1 .75-.75 1.751 1.751 0 0 0 0-3.5.75.75 0 0 1-.75-.75v-.5c0-1.864.357-3.327 1.464-4.271C3.584 4.316 5.18 4.05 7.2 4.05zM8.4 16.2a.6.6 0 0 0-.6.6v2.4a.6.6 0 0 0 1.2 0v-2.4a.6.6 0 0 0-.6-.6m0-6a.6.6 0 0 0-.6.6v2.4a.6.6 0 0 0 1.2 0v-2.4a.6.6 0 0 0-.6-.6m0-6a.6.6 0 0 0-.6.6v2.4a.6.6 0 0 0 1.2 0V4.8a.6.6 0 0 0-.6-.6" }) }));
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 IconCouponDefault({ 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.2 4.05c1.01 0 1.864.038 2.569.162.707.125 1.328.348 1.82.769.991.85 1.16 2.253 1.16 4.02v.998a.75.75 0 0 1-.75.75 1.751 1.751 0 0 0 0 3.501.75.75 0 0 1 .75.75c0 1.766-.169 3.17-1.16 4.02-.492.42-1.113.643-1.82.768-.705.125-1.56.162-2.569.162h-10c-.993 0-1.866-.005-2.601-.075-.731-.069-1.405-.207-1.965-.52-1.234-.69-1.584-2.01-1.584-3.855V15a.75.75 0 0 1 .75-.75 1.751 1.751 0 0 0 0-3.5.75.75 0 0 1-.75-.75v-.5c0-1.864.357-3.327 1.464-4.271C3.584 4.316 5.18 4.05 7.2 4.05zM8.4 16.2a.6.6 0 0 0-.6.6v2.4a.6.6 0 0 0 1.2 0v-2.4a.6.6 0 0 0-.6-.6m0-6a.6.6 0 0 0-.6.6v2.4a.6.6 0 0 0 1.2 0v-2.4a.6.6 0 0 0-.6-.6m0-6a.6.6 0 0 0-.6.6v2.4a.6.6 0 0 0 1.2 0V4.8a.6.6 0 0 0-.6-.6" }) }));
6
14
  }
7
15
  exports.default = IconCouponDefault;