@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 +1 @@
1
- {"version":3,"file":"IconArrowDown.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconArrowDown.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":"IconArrowDown.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconArrowDown.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 IconArrowDown({ 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: "M12.274 19.75v-15M18.299 13.7l-6.024 6.05L6.25 13.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 IconArrowDown({ 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: "M12.274 19.75v-15M18.299 13.7l-6.024 6.05L6.25 13.7" }) }));
6
14
  }
7
15
  exports.default = IconArrowDown;
@@ -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 IconArrowLeft({ 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 IconArrowLeft({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconArrowLeft;
9
17
  //# sourceMappingURL=IconArrowLeft.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconArrowLeft.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconArrowLeft.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":"IconArrowLeft.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconArrowLeft.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 IconArrowLeft({ 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.25 12.274h15M10.3 18.299l-6.05-6.024L10.3 6.25" }) }));
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 IconArrowLeft({ 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.25 12.274h15M10.3 18.299l-6.05-6.024L10.3 6.25" }) }));
6
14
  }
7
15
  exports.default = IconArrowLeft;
@@ -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 IconArrowRight({ 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 IconArrowRight({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconArrowRight;
9
17
  //# sourceMappingURL=IconArrowRight.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconArrowRight.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconArrowRight.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,2CAmBP;AAED,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"IconArrowRight.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconArrowRight.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,2CAoBP;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 IconArrowRight({ 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.75 11.726h-15M13.7 5.701l6.05 6.024-6.05 6.025" }) }));
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 IconArrowRight({ 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.75 11.726h-15M13.7 5.701l6.05 6.024-6.05 6.025" }) }));
6
14
  }
7
15
  exports.default = IconArrowRight;
@@ -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 IconArrowUp({ 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 IconArrowUp({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconArrowUp;
9
17
  //# sourceMappingURL=IconArrowUp.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconArrowUp.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconArrowUp.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,2CAmBP;AAED,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"IconArrowUp.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconArrowUp.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,2CAoB3E;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 IconArrowUp({ 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: "M11.726 4.25v15M5.701 10.3l6.024-6.05 6.025 6.05" }) }));
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 IconArrowUp({ 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: "M11.726 4.25v15M5.701 10.3l6.024-6.05 6.025 6.05" }) }));
6
14
  }
7
15
  exports.default = IconArrowUp;
@@ -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 IconBikeDefault({ 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 IconBikeDefault({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconBikeDefault;
9
17
  //# sourceMappingURL=IconBikeDefault.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconBikeDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconBikeDefault.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,2CAqDP;AAED,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"IconBikeDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconBikeDefault.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,2CAsDP;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 IconBikeDefault({ 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.jsxs)("g", { clipPath: "url(#prefix__a)", children: [(0, jsx_runtime_1.jsx)("path", { fill: "#3C3C4A", fillRule: "evenodd", d: "M5.598 12.226a2.77 2.77 0 0 1 2.624 2.762l-.004.142a2.77 2.77 0 0 1-2.762 2.623l-.142-.003a2.77 2.77 0 0 1-2.62-2.62l-.003-.142a2.77 2.77 0 0 1 2.765-2.766zm-.142 2.07a.692.692 0 1 0 .071.004z", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("path", { fill: "#3C3C4A", d: "M19.234 12.222A2.77 2.77 0 0 1 22 14.988a2.77 2.77 0 0 1-2.766 2.765 2.77 2.77 0 0 1-2.765-2.765 2.77 2.77 0 0 1 2.765-2.766" }), (0, jsx_runtime_1.jsx)("path", { fill: "#9D9DA8", d: "M5.579 14.627a.346.346 0 0 0 .481.087l2.507-1.737a.346.346 0 0 0-.394-.568l-2.507 1.737a.346.346 0 0 0-.087.481M19.252 14.48a.345.345 0 0 1-.393-.15l-1.419-2.3a.346.346 0 0 1 .59-.359l1.419 2.299a.346.346 0 0 1-.197.51m-.724.326a.35.35 0 0 1-.33-.075l-1.729-1.56a.345.345 0 1 1 .464-.513l1.729 1.56a.345.345 0 0 1-.134.588" }), (0, jsx_runtime_1.jsx)("path", { fill: "#9D9DA8", d: "M5.81 15.059a.345.345 0 0 0 .409.268l3.004-.629a.345.345 0 1 0-.141-.677l-3.005.629a.345.345 0 0 0-.267.409" }), (0, jsx_runtime_1.jsx)("path", { fill: "#4878FF", fillRule: "evenodd", d: "M14.527 6.122a.35.35 0 0 1 .39-.099l1.962.769c2.153.842 3.638 2.432 3.785 4.738a.347.347 0 0 1-.424.358 4.2 4.2 0 0 0-1.572-.067c-1.73.248-3.154 1.618-3.462 3.331a4.3 4.3 0 0 0-.058 1.093.347.347 0 0 1-.345.373h-4.87a1.04 1.04 0 0 1-1.037-1.038v-.818c0-1.215-.595-1.91-1.59-2.603l-1.75-1.048L3.333 12l-.7.76a.345.345 0 1 1-.575-.383l.691-1.038q.057-.085.152-.126l1.699-.729-1.745-1.079-.006-.004-.011-.008a.4.4 0 0 1-.042-.034l-.008-.008a.3.3 0 0 1-.035-.042q-.01-.015-.018-.032-.008-.014-.015-.029a.3.3 0 0 1-.019-.053L2.7 9.188a.35.35 0 0 1-.002-.145l.002-.009.005-.02.004-.013a.3.3 0 0 1 .034-.072l.004-.006.007-.01a.34.34 0 0 1 .191-.135l.019-.005a.4.4 0 0 1 .069-.007h3.806c.109 0 .212.051.277.138l.933 1.244h2.713c.423-1.191 1.914-2.074 3.682-2.074.348 0 .693.035 1.025.102l-.976-1.655a.35.35 0 0 1 .034-.4m3.392 2.046c-.08.646.143 1.33.704 1.842.28.255.637.405 1.012.46a5.3 5.3 0 0 0-1.716-2.302", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M5.456 16.025a1.04 1.04 0 0 1-1.037-1.037c0-.572.465-1.037 1.037-1.037s1.037.465 1.037 1.037-.465 1.037-1.037 1.037M19.234 13.951c.572 0 1.038.465 1.038 1.037s-.466 1.037-1.038 1.037a1.038 1.038 0 0 1 0-2.074" }), (0, jsx_runtime_1.jsx)("path", { fill: "#A0CBFF", fillRule: "evenodd", d: "M17.949 7.318c1.307.763 2.24 1.878 2.58 3.337a2.444 2.444 0 0 1-2.58-3.337", clipRule: "evenodd" })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: "prefix__a", children: (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })] }));
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 IconBikeDefault({ 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.jsxs)("g", { clipPath: "url(#prefix__a)", children: [(0, jsx_runtime_1.jsx)("path", { fill: "#3C3C4A", fillRule: "evenodd", d: "M5.598 12.226a2.77 2.77 0 0 1 2.624 2.762l-.004.142a2.77 2.77 0 0 1-2.762 2.623l-.142-.003a2.77 2.77 0 0 1-2.62-2.62l-.003-.142a2.77 2.77 0 0 1 2.765-2.766zm-.142 2.07a.692.692 0 1 0 .071.004z", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("path", { fill: "#3C3C4A", d: "M19.234 12.222A2.77 2.77 0 0 1 22 14.988a2.77 2.77 0 0 1-2.766 2.765 2.77 2.77 0 0 1-2.765-2.765 2.77 2.77 0 0 1 2.765-2.766" }), (0, jsx_runtime_1.jsx)("path", { fill: "#9D9DA8", d: "M5.579 14.627a.346.346 0 0 0 .481.087l2.507-1.737a.346.346 0 0 0-.394-.568l-2.507 1.737a.346.346 0 0 0-.087.481M19.252 14.48a.345.345 0 0 1-.393-.15l-1.419-2.3a.346.346 0 0 1 .59-.359l1.419 2.299a.346.346 0 0 1-.197.51m-.724.326a.35.35 0 0 1-.33-.075l-1.729-1.56a.345.345 0 1 1 .464-.513l1.729 1.56a.345.345 0 0 1-.134.588" }), (0, jsx_runtime_1.jsx)("path", { fill: "#9D9DA8", d: "M5.81 15.059a.345.345 0 0 0 .409.268l3.004-.629a.345.345 0 1 0-.141-.677l-3.005.629a.345.345 0 0 0-.267.409" }), (0, jsx_runtime_1.jsx)("path", { fill: "#4878FF", fillRule: "evenodd", d: "M14.527 6.122a.35.35 0 0 1 .39-.099l1.962.769c2.153.842 3.638 2.432 3.785 4.738a.347.347 0 0 1-.424.358 4.2 4.2 0 0 0-1.572-.067c-1.73.248-3.154 1.618-3.462 3.331a4.3 4.3 0 0 0-.058 1.093.347.347 0 0 1-.345.373h-4.87a1.04 1.04 0 0 1-1.037-1.038v-.818c0-1.215-.595-1.91-1.59-2.603l-1.75-1.048L3.333 12l-.7.76a.345.345 0 1 1-.575-.383l.691-1.038q.057-.085.152-.126l1.699-.729-1.745-1.079-.006-.004-.011-.008a.4.4 0 0 1-.042-.034l-.008-.008a.3.3 0 0 1-.035-.042q-.01-.015-.018-.032-.008-.014-.015-.029a.3.3 0 0 1-.019-.053L2.7 9.188a.35.35 0 0 1-.002-.145l.002-.009.005-.02.004-.013a.3.3 0 0 1 .034-.072l.004-.006.007-.01a.34.34 0 0 1 .191-.135l.019-.005a.4.4 0 0 1 .069-.007h3.806c.109 0 .212.051.277.138l.933 1.244h2.713c.423-1.191 1.914-2.074 3.682-2.074.348 0 .693.035 1.025.102l-.976-1.655a.35.35 0 0 1 .034-.4m3.392 2.046c-.08.646.143 1.33.704 1.842.28.255.637.405 1.012.46a5.3 5.3 0 0 0-1.716-2.302", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M5.456 16.025a1.04 1.04 0 0 1-1.037-1.037c0-.572.465-1.037 1.037-1.037s1.037.465 1.037 1.037-.465 1.037-1.037 1.037M19.234 13.951c.572 0 1.038.465 1.038 1.037s-.466 1.037-1.038 1.037a1.038 1.038 0 0 1 0-2.074" }), (0, jsx_runtime_1.jsx)("path", { fill: "#A0CBFF", fillRule: "evenodd", d: "M17.949 7.318c1.307.763 2.24 1.878 2.58 3.337a2.444 2.444 0 0 1-2.58-3.337", clipRule: "evenodd" })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: "prefix__a", children: (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })] }));
6
14
  }
7
15
  exports.default = IconBikeDefault;
@@ -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 IconBookmarkOff({ 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 IconBookmarkOff({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconBookmarkOff;
9
17
  //# sourceMappingURL=IconBookmarkOff.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconBookmarkOff.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconBookmarkOff.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,2CAoBP;AAED,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"IconBookmarkOff.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconBookmarkOff.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,2CAqBP;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 IconBookmarkOff({ 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.739 6.154c0-2.751-1.88-3.854-4.589-3.854H8.791C6.167 2.3 4.2 3.328 4.2 5.97v14.724a.95.95 0 0 0 1.413.828l6.382-3.58 6.327 3.574a.95.95 0 0 0 1.417-.827z", 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 IconBookmarkOff({ 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.739 6.154c0-2.751-1.88-3.854-4.589-3.854H8.791C6.167 2.3 4.2 3.328 4.2 5.97v14.724a.95.95 0 0 0 1.413.828l6.382-3.58 6.327 3.574a.95.95 0 0 0 1.417-.827z", clipRule: "evenodd" }) }));
6
14
  }
7
15
  exports.default = IconBookmarkOff;
@@ -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 IconBookmarkOn({ 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 IconBookmarkOn({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconBookmarkOn;
9
17
  //# sourceMappingURL=IconBookmarkOn.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconBookmarkOn.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconBookmarkOn.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,2CAsBP;AAED,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"IconBookmarkOn.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconBookmarkOn.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,2CAuBP;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 IconBookmarkOn({ 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", stroke: fill, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M19.739 6.154c0-2.751-1.88-3.854-4.589-3.854H8.791C6.167 2.3 4.2 3.328 4.2 5.97v14.724a.95.95 0 0 0 1.413.828l6.382-3.58 6.327 3.574a.95.95 0 0 0 1.417-.827z", 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 IconBookmarkOn({ 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", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M19.739 6.154c0-2.751-1.88-3.854-4.589-3.854H8.791C6.167 2.3 4.2 3.328 4.2 5.97v14.724a.95.95 0 0 0 1.413.828l6.382-3.58 6.327 3.574a.95.95 0 0 0 1.417-.827z", clipRule: "evenodd" }) }));
6
14
  }
7
15
  exports.default = IconBookmarkOn;
@@ -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 IconCafeDefault({ 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 IconCafeDefault({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconCafeDefault;
9
17
  //# sourceMappingURL=IconCafeDefault.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconCafeDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCafeDefault.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,2CAsBP;AAED,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"IconCafeDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCafeDefault.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,2CAuBP;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 IconCafeDefault({ 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, fillRule: "evenodd", d: "M18.534 9.945c0 .101.08.184.182.187a3.548 3.548 0 0 1-.182 7.09h-.448c-.357 0-.683.194-.884.488a7.64 7.64 0 0 1-13.95-4.308v-3.366a1 1 0 0 1 1-1h13.73c.305 0 .552.247.552.552zm0 3.457a7.6 7.6 0 0 1-.234 1.876.245.245 0 0 0 .234.307 1.91 1.91 0 0 0 .955-3.565c-.478-.277-.955.192-.955.744z", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("path", { fill: fill, d: "M10.524 3.096a.794.794 0 0 1 1.076.32l.145.267c.39.718.292 1.603-.243 2.22a.37.37 0 0 0-.046.423l.144.267a.794.794 0 0 1-1.396.757l-.145-.267a1.96 1.96 0 0 1 .243-2.22.37.37 0 0 0 .046-.423l-.144-.267a.795.795 0 0 1 .32-1.077" })] }));
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 IconCafeDefault({ 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", fillRule: "evenodd", d: "M18.534 9.945c0 .101.08.184.182.187a3.548 3.548 0 0 1-.182 7.09h-.448c-.357 0-.683.194-.884.488a7.64 7.64 0 0 1-13.95-4.308v-3.366a1 1 0 0 1 1-1h13.73c.305 0 .552.247.552.552zm0 3.457a7.6 7.6 0 0 1-.234 1.876.245.245 0 0 0 .234.307 1.91 1.91 0 0 0 .955-3.565c-.478-.277-.955.192-.955.744z", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M10.524 3.096a.794.794 0 0 1 1.076.32l.145.267c.39.718.292 1.603-.243 2.22a.37.37 0 0 0-.046.423l.144.267a.794.794 0 0 1-1.396.757l-.145-.267a1.96 1.96 0 0 1 .243-2.22.37.37 0 0 0 .046-.423l-.144-.267a.795.795 0 0 1 .32-1.077" })] }));
6
14
  }
7
15
  exports.default = IconCafeDefault;
@@ -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 IconCalendarDefault({ 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 IconCalendarDefault({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconCalendarDefault;
9
17
  //# sourceMappingURL=IconCalendarDefault.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconCalendarDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCalendarDefault.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,mBAAmB,CAAC,EAC3B,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CA2BP;AAED,eAAe,mBAAmB,CAAC"}
1
+ {"version":3,"file":"IconCalendarDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCalendarDefault.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,mBAAmB,CAAC,EAC3B,SAAS,EACT,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CA4BP;AAED,eAAe,mBAAmB,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 IconCalendarDefault({ 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: "M3.093 9.404h17.824M16.442 13.31h.01M12.005 13.31h.009M7.558 13.31h.01M16.442 17.196h.01M12.005 17.196h.009M7.558 17.196h.01M16.044 2v3.29M7.965 2v3.29" }), (0, jsx_runtime_1.jsx)("path", { stroke: fill, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M16.238 3.58H7.771C4.834 3.58 3 5.214 3 8.221v9.05C3 20.326 4.834 22 7.771 22h8.458C19.175 22 21 20.355 21 17.348V8.222c.01-3.007-1.816-4.643-4.762-4.643", 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 IconCalendarDefault({ 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: "M3.093 9.404h17.824M16.442 13.31h.01M12.005 13.31h.009M7.558 13.31h.01M16.442 17.196h.01M12.005 17.196h.009M7.558 17.196h.01M16.044 2v3.29M7.965 2v3.29" }), (0, jsx_runtime_1.jsx)("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M16.238 3.58H7.771C4.834 3.58 3 5.214 3 8.221v9.05C3 20.326 4.834 22 7.771 22h8.458C19.175 22 21 20.355 21 17.348V8.222c.01-3.007-1.816-4.643-4.762-4.643", clipRule: "evenodd" })] }));
6
14
  }
7
15
  exports.default = IconCalendarDefault;
@@ -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 IconCallDefault({ 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 IconCallDefault({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconCallDefault;
9
17
  //# sourceMappingURL=IconCallDefault.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconCallDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCallDefault.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":"IconCallDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCallDefault.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 IconCallDefault({ 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.384 2.48a2.4 2.4 0 0 1 2.793 1.134l.089.18.794 1.764a3 3 0 0 1-.53 3.262l-.16.158-1.252 1.168c-.225.214-.056 1.04.76 2.454.734 1.272 1.332 1.866 1.626 1.898h.052l.063-.012 2.46-.752a1.8 1.8 0 0 1 1.877.53l.11.137 1.628 2.256a2.4 2.4 0 0 1-.15 2.997l-.147.15-.65.618a4.2 4.2 0 0 1-4.458.846c-2.322-.936-4.432-3.075-6.348-6.394-1.92-3.328-2.718-6.228-2.362-8.712a4.2 4.2 0 0 1 2.713-3.347l.232-.077z" }) }));
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 IconCallDefault({ 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.384 2.48a2.4 2.4 0 0 1 2.793 1.134l.089.18.794 1.764a3 3 0 0 1-.53 3.262l-.16.158-1.252 1.168c-.225.214-.056 1.04.76 2.454.734 1.272 1.332 1.866 1.626 1.898h.052l.063-.012 2.46-.752a1.8 1.8 0 0 1 1.877.53l.11.137 1.628 2.256a2.4 2.4 0 0 1-.15 2.997l-.147.15-.65.618a4.2 4.2 0 0 1-4.458.846c-2.322-.936-4.432-3.075-6.348-6.394-1.92-3.328-2.718-6.228-2.362-8.712a4.2 4.2 0 0 1 2.713-3.347l.232-.077z" }) }));
6
14
  }
7
15
  exports.default = IconCallDefault;
@@ -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 IconCameraDefault({ 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 IconCameraDefault({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconCameraDefault;
9
17
  //# sourceMappingURL=IconCameraDefault.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconCameraDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCameraDefault.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,2CAkBP;AAED,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"IconCameraDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCameraDefault.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,2CAmBP;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 IconCameraDefault({ 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: "M12 2c.652 0 1.31.026 1.876.079.54.05 1.08.131 1.442.275.758.302 1.194.953 1.466 1.44.136.243.264.51.353.682.106.208.162.292.188.32.114.125.263.218.42.28.16.063.296.08.358.08A3.9 3.9 0 0 1 22 9.052v7.795a4.97 4.97 0 0 1-4.97 4.97H6.97A4.97 4.97 0 0 1 2 16.847V9.052a3.9 3.9 0 0 1 3.898-3.896c.06 0 .197-.017.357-.08.156-.062.305-.155.421-.28l.063-.092c.03-.05.071-.123.125-.228.088-.172.215-.44.351-.682.272-.487.709-1.138 1.467-1.44.362-.144.903-.225 1.442-.275.567-.053 1.225-.08 1.876-.08m0 7.199a3.93 3.93 0 1 0 0 7.859 3.93 3.93 0 0 0 0-7.859m5.495-.7a1 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 IconCameraDefault({ 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: "M12 2c.652 0 1.31.026 1.876.079.54.05 1.08.131 1.442.275.758.302 1.194.953 1.466 1.44.136.243.264.51.353.682.106.208.162.292.188.32.114.125.263.218.42.28.16.063.296.08.358.08A3.9 3.9 0 0 1 22 9.052v7.795a4.97 4.97 0 0 1-4.97 4.97H6.97A4.97 4.97 0 0 1 2 16.847V9.052a3.9 3.9 0 0 1 3.898-3.896c.06 0 .197-.017.357-.08.156-.062.305-.155.421-.28l.063-.092c.03-.05.071-.123.125-.228.088-.172.215-.44.351-.682.272-.487.709-1.138 1.467-1.44.362-.144.903-.225 1.442-.275.567-.053 1.225-.08 1.876-.08m0 7.199a3.93 3.93 0 1 0 0 7.859 3.93 3.93 0 0 0 0-7.859m5.495-.7a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2z", clipRule: "evenodd" }) }));
6
14
  }
7
15
  exports.default = IconCameraDefault;
@@ -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 IconChatDefault({ 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 IconChatDefault({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconChatDefault;
9
17
  //# sourceMappingURL=IconChatDefault.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconChatDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconChatDefault.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,2CAyBP;AAED,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"IconChatDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconChatDefault.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,2CA0BP;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 IconChatDefault({ 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: "#A0CBFF", d: "m17.999 16.605.332 2.686c.085.705-.672 1.198-1.276.833l-3.56-2.117q-.587 0-1.148-.076a4.13 4.13 0 0 0 1.003-2.686c0-2.414-2.091-4.369-4.675-4.369a4.83 4.83 0 0 0-2.652.774 5 5 0 0 1-.034-.646C5.989 7.136 9.346 4 13.494 4S21 7.136 21 11.004c0 2.295-1.181 4.326-3 5.601", opacity: 0.4 }), (0, jsx_runtime_1.jsx)("path", { fill: "#4878FF", d: "M14.216 14.178a4.9 4.9 0 0 1-1.189 3.184c-.997 1.21-2.58 1.985-4.352 1.985l-2.63 1.561c-.443.272-1.007-.1-.947-.614l.252-1.985c-1.35-.937-2.216-2.438-2.216-4.13 0-1.774.947-3.335 2.397-4.262A5.73 5.73 0 0 1 8.675 9c3.063 0 5.54 2.317 5.54 5.178" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M11.857 14.007a.711.711 0 1 1-1.422 0 .711.711 0 0 1 1.422 0M9.416 14.007a.711.711 0 1 1-1.423 0 .711.711 0 0 1 1.422 0M6.927 14.007a.711.711 0 1 1-1.422 0 .711.711 0 0 1 1.422 0" })] }));
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 IconChatDefault({ 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: "#A0CBFF", d: "m17.999 16.605.332 2.686c.085.705-.672 1.198-1.276.833l-3.56-2.117q-.587 0-1.148-.076a4.13 4.13 0 0 0 1.003-2.686c0-2.414-2.091-4.369-4.675-4.369a4.83 4.83 0 0 0-2.652.774 5 5 0 0 1-.034-.646C5.989 7.136 9.346 4 13.494 4S21 7.136 21 11.004c0 2.295-1.181 4.326-3 5.601", opacity: 0.4 }), (0, jsx_runtime_1.jsx)("path", { fill: "#4878FF", d: "M14.216 14.178a4.9 4.9 0 0 1-1.189 3.184c-.997 1.21-2.58 1.985-4.352 1.985l-2.63 1.561c-.443.272-1.007-.1-.947-.614l.252-1.985c-1.35-.937-2.216-2.438-2.216-4.13 0-1.774.947-3.335 2.397-4.262A5.73 5.73 0 0 1 8.675 9c3.063 0 5.54 2.317 5.54 5.178" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M11.857 14.007a.711.711 0 1 1-1.422 0 .711.711 0 0 1 1.422 0M9.416 14.007a.711.711 0 1 1-1.423 0 .711.711 0 0 1 1.422 0M6.927 14.007a.711.711 0 1 1-1.422 0 .711.711 0 0 1 1.422 0" })] }));
6
14
  }
7
15
  exports.default = IconChatDefault;
@@ -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 IconCheckDefault({ 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 IconCheckDefault({ className, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
8
16
  export default IconCheckDefault;
9
17
  //# sourceMappingURL=IconCheckDefault.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconCheckDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCheckDefault.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":"IconCheckDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCheckDefault.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"}