@openameba/spindle-ui 0.25.2-alpha.0 → 0.26.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 (395) hide show
  1. package/CHANGELOG.md +3 -18
  2. package/HeroCarousel/HeroCarousel.css +1 -0
  3. package/HeroCarousel/HeroCarousel.d.ts +8 -0
  4. package/HeroCarousel/HeroCarousel.d.ts.map +1 -0
  5. package/HeroCarousel/HeroCarousel.js +35 -0
  6. package/HeroCarousel/HeroCarousel.js.map +1 -0
  7. package/HeroCarousel/HeroCarouselItem.css +1 -0
  8. package/HeroCarousel/HeroCarouselItem.d.ts +15 -0
  9. package/HeroCarousel/HeroCarouselItem.d.ts.map +1 -0
  10. package/HeroCarousel/HeroCarouselItem.js +47 -0
  11. package/HeroCarousel/HeroCarouselItem.js.map +1 -0
  12. package/HeroCarousel/hooks/useAutoPlayCarousel.d.ts +27 -0
  13. package/HeroCarousel/hooks/useAutoPlayCarousel.d.ts.map +1 -0
  14. package/HeroCarousel/hooks/useAutoPlayCarousel.js +168 -0
  15. package/HeroCarousel/hooks/useAutoPlayCarousel.js.map +1 -0
  16. package/HeroCarousel/hooks/useAutoSlide.d.ts +13 -0
  17. package/HeroCarousel/hooks/useAutoSlide.d.ts.map +1 -0
  18. package/HeroCarousel/hooks/useAutoSlide.js +46 -0
  19. package/HeroCarousel/hooks/useAutoSlide.js.map +1 -0
  20. package/HeroCarousel/hooks/useCarouselFocus.d.ts +11 -0
  21. package/HeroCarousel/hooks/useCarouselFocus.d.ts.map +1 -0
  22. package/HeroCarousel/hooks/useCarouselFocus.js +28 -0
  23. package/HeroCarousel/hooks/useCarouselFocus.js.map +1 -0
  24. package/HeroCarousel/hooks/useSliderMoveEvent.d.ts +10 -0
  25. package/HeroCarousel/hooks/useSliderMoveEvent.d.ts.map +1 -0
  26. package/HeroCarousel/hooks/useSliderMoveEvent.js +52 -0
  27. package/HeroCarousel/hooks/useSliderMoveEvent.js.map +1 -0
  28. package/HeroCarousel/hooks/useSliderTransition.d.ts +20 -0
  29. package/HeroCarousel/hooks/useSliderTransition.d.ts.map +1 -0
  30. package/HeroCarousel/hooks/useSliderTransition.js +36 -0
  31. package/HeroCarousel/hooks/useSliderTransition.js.map +1 -0
  32. package/HeroCarousel/hooks/useValueRef.d.ts +3 -0
  33. package/HeroCarousel/hooks/useValueRef.d.ts.map +1 -0
  34. package/HeroCarousel/hooks/useValueRef.js +13 -0
  35. package/HeroCarousel/hooks/useValueRef.js.map +1 -0
  36. package/HeroCarousel/index.d.ts +2 -0
  37. package/HeroCarousel/index.d.ts.map +1 -0
  38. package/HeroCarousel/index.js +6 -0
  39. package/HeroCarousel/index.js.map +1 -0
  40. package/README.md +1 -3
  41. package/index.css +1 -1
  42. package/index.d.ts +2 -1
  43. package/index.d.ts.map +1 -1
  44. package/index.js +3 -1
  45. package/index.js.map +1 -1
  46. package/package.json +5 -13
  47. package/Button/Button.mjs +0 -7
  48. package/Button/index.mjs +0 -1
  49. package/ButtonGroup/ButtonGroup.mjs +0 -13
  50. package/ButtonGroup/index.mjs +0 -1
  51. package/Form/Checkbox.mjs +0 -11
  52. package/Form/DropDown.mjs +0 -38
  53. package/Form/InlineDropDown.mjs +0 -30
  54. package/Form/InputLabel.mjs +0 -5
  55. package/Form/InvalidMessage.mjs +0 -9
  56. package/Form/Radio.mjs +0 -11
  57. package/Form/TextArea.mjs +0 -5
  58. package/Form/TextField.mjs +0 -9
  59. package/Form/ToggleSwitch.mjs +0 -8
  60. package/Form/index.mjs +0 -8
  61. package/Icon/755.mjs +0 -6
  62. package/Icon/Abemakun.mjs +0 -6
  63. package/Icon/Abematv.mjs +0 -6
  64. package/Icon/Accesslink.mjs +0 -6
  65. package/Icon/Accesspage.mjs +0 -6
  66. package/Icon/AccesspageFill.mjs +0 -6
  67. package/Icon/AddressbookFill.mjs +0 -6
  68. package/Icon/AlbumAddFill.mjs +0 -6
  69. package/Icon/AlbumFill.mjs +0 -6
  70. package/Icon/AlignCenter.mjs +0 -6
  71. package/Icon/AlignLeft.mjs +0 -6
  72. package/Icon/AlignRight.mjs +0 -6
  73. package/Icon/AllFill.mjs +0 -6
  74. package/Icon/Amebacoin.mjs +0 -6
  75. package/Icon/Amebapick.mjs +0 -9
  76. package/Icon/Amegold.mjs +0 -6
  77. package/Icon/Amember.mjs +0 -6
  78. package/Icon/ArrowDown.mjs +0 -6
  79. package/Icon/ArrowDownBold.mjs +0 -6
  80. package/Icon/ArrowLeft.mjs +0 -6
  81. package/Icon/ArrowLeftBold.mjs +0 -6
  82. package/Icon/ArrowRight.mjs +0 -6
  83. package/Icon/ArrowRightBold.mjs +0 -6
  84. package/Icon/ArrowRightCircle.mjs +0 -6
  85. package/Icon/ArrowRightCircleFill.mjs +0 -6
  86. package/Icon/ArrowUp.mjs +0 -6
  87. package/Icon/ArrowUpBold.mjs +0 -6
  88. package/Icon/ArrowpagingDown.mjs +0 -6
  89. package/Icon/ArrowpagingDownCircle.mjs +0 -6
  90. package/Icon/ArrowpagingLeft.mjs +0 -6
  91. package/Icon/ArrowpagingLeftCircle.mjs +0 -6
  92. package/Icon/ArrowpagingRight.mjs +0 -6
  93. package/Icon/ArrowpagingRightCircle.mjs +0 -6
  94. package/Icon/ArrowpagingUp.mjs +0 -6
  95. package/Icon/ArrowpagingUpCircle.mjs +0 -6
  96. package/Icon/Article.mjs +0 -6
  97. package/Icon/ArticleSlash.mjs +0 -6
  98. package/Icon/Articledesign.mjs +0 -6
  99. package/Icon/Astrogy.mjs +0 -6
  100. package/Icon/AstrogyFill.mjs +0 -6
  101. package/Icon/Baby.mjs +0 -7
  102. package/Icon/Bbs.mjs +0 -6
  103. package/Icon/Beginner.mjs +0 -6
  104. package/Icon/Bell.mjs +0 -6
  105. package/Icon/BellFill.mjs +0 -6
  106. package/Icon/BellFillSlash.mjs +0 -6
  107. package/Icon/BellSlash.mjs +0 -6
  108. package/Icon/Blog.mjs +0 -6
  109. package/Icon/Bold.mjs +0 -6
  110. package/Icon/Book.mjs +0 -6
  111. package/Icon/BookFill.mjs +0 -6
  112. package/Icon/Bookmark.mjs +0 -6
  113. package/Icon/BookmarkFill.mjs +0 -6
  114. package/Icon/Bookshelf.mjs +0 -6
  115. package/Icon/BookshelfFill.mjs +0 -6
  116. package/Icon/Border.mjs +0 -6
  117. package/Icon/BottomnavFollowfeedActive.mjs +0 -6
  118. package/Icon/BottomnavFollowfeedInactive.mjs +0 -6
  119. package/Icon/BottomnavHomeActive.mjs +0 -6
  120. package/Icon/BottomnavHomeInactive.mjs +0 -6
  121. package/Icon/BottomnavMypageActive.mjs +0 -6
  122. package/Icon/BottomnavSearchActive.mjs +0 -6
  123. package/Icon/BottomnavSearchInactive.mjs +0 -6
  124. package/Icon/BottomnvavMypageInactive.mjs +0 -6
  125. package/Icon/Bullets.mjs +0 -6
  126. package/Icon/Calendar.mjs +0 -6
  127. package/Icon/CameraFill.mjs +0 -6
  128. package/Icon/CautionFill.mjs +0 -6
  129. package/Icon/Check.mjs +0 -6
  130. package/Icon/CheckBold.mjs +0 -6
  131. package/Icon/CheckCircle.mjs +0 -6
  132. package/Icon/CheckCircleFill.mjs +0 -6
  133. package/Icon/CheckRectangle.mjs +0 -6
  134. package/Icon/Checklist.mjs +0 -6
  135. package/Icon/ChevronDown.mjs +0 -6
  136. package/Icon/ChevronDownBold.mjs +0 -6
  137. package/Icon/ChevronLeft.mjs +0 -6
  138. package/Icon/ChevronLeftBold.mjs +0 -6
  139. package/Icon/ChevronRight.mjs +0 -6
  140. package/Icon/ChevronRightBold.mjs +0 -6
  141. package/Icon/ChevronUp.mjs +0 -6
  142. package/Icon/ChevronUpBold.mjs +0 -6
  143. package/Icon/Circle.mjs +0 -6
  144. package/Icon/CircleBold.mjs +0 -6
  145. package/Icon/CircleFill.mjs +0 -6
  146. package/Icon/Clock.mjs +0 -6
  147. package/Icon/ClockFill.mjs +0 -6
  148. package/Icon/Coin.mjs +0 -6
  149. package/Icon/Comment.mjs +0 -6
  150. package/Icon/CommentFill.mjs +0 -6
  151. package/Icon/CommentPen.mjs +0 -6
  152. package/Icon/CommentTwoFill.mjs +0 -6
  153. package/Icon/CommentTwoSlashFill.mjs +0 -6
  154. package/Icon/Community.mjs +0 -6
  155. package/Icon/Compass.mjs +0 -7
  156. package/Icon/Coupon.mjs +0 -6
  157. package/Icon/Crop.mjs +0 -6
  158. package/Icon/CropDin.mjs +0 -6
  159. package/Icon/CropLandscape.mjs +0 -6
  160. package/Icon/Cross.mjs +0 -6
  161. package/Icon/CrossBold.mjs +0 -6
  162. package/Icon/CrossCircle.mjs +0 -6
  163. package/Icon/CrossCircleFill.mjs +0 -6
  164. package/Icon/CrossRectangle.mjs +0 -6
  165. package/Icon/Cutlery.mjs +0 -6
  166. package/Icon/DiamondTwo.mjs +0 -11
  167. package/Icon/Dice.mjs +0 -7
  168. package/Icon/Dot.mjs +0 -6
  169. package/Icon/Dotmoney.mjs +0 -6
  170. package/Icon/Download.mjs +0 -6
  171. package/Icon/Embed.mjs +0 -6
  172. package/Icon/EmotionFill.mjs +0 -6
  173. package/Icon/EntryLost.mjs +0 -6
  174. package/Icon/Exclamationmark.mjs +0 -6
  175. package/Icon/ExclamationmarkBalloon.mjs +0 -6
  176. package/Icon/ExclamationmarkBalloonFill.mjs +0 -6
  177. package/Icon/ExclamationmarkBold.mjs +0 -6
  178. package/Icon/ExclamationmarkCircle.mjs +0 -6
  179. package/Icon/ExclamationmarkCircleFill.mjs +0 -6
  180. package/Icon/Expand.mjs +0 -6
  181. package/Icon/ExpandExit.mjs +0 -6
  182. package/Icon/Facebook.mjs +0 -6
  183. package/Icon/File.mjs +0 -6
  184. package/Icon/FileAdd.mjs +0 -6
  185. package/Icon/FileAddFill.mjs +0 -6
  186. package/Icon/FileCircle.mjs +0 -6
  187. package/Icon/FileCircleFill.mjs +0 -6
  188. package/Icon/FileFill.mjs +0 -6
  189. package/Icon/Filter.mjs +0 -6
  190. package/Icon/FilterCheck.mjs +0 -6
  191. package/Icon/Fit.mjs +0 -6
  192. package/Icon/FlagFill.mjs +0 -6
  193. package/Icon/FlagRanking.mjs +0 -6
  194. package/Icon/FlagRankingTrim.mjs +0 -10
  195. package/Icon/Flash.mjs +0 -6
  196. package/Icon/FlashAuto.mjs +0 -6
  197. package/Icon/FlashOff.mjs +0 -6
  198. package/Icon/Flowervase.mjs +0 -6
  199. package/Icon/Folder.mjs +0 -6
  200. package/Icon/FolderFill.mjs +0 -6
  201. package/Icon/FolderTwo.mjs +0 -6
  202. package/Icon/FolderTwoFill.mjs +0 -6
  203. package/Icon/Font.mjs +0 -6
  204. package/Icon/Fontstyle.mjs +0 -6
  205. package/Icon/Game.mjs +0 -6
  206. package/Icon/GameFill.mjs +0 -6
  207. package/Icon/GameKantan.mjs +0 -6
  208. package/Icon/Gear.mjs +0 -6
  209. package/Icon/GearFill.mjs +0 -6
  210. package/Icon/Genre.mjs +0 -6
  211. package/Icon/GenreAdd.mjs +0 -6
  212. package/Icon/GenreDone.mjs +0 -6
  213. package/Icon/GraphBar.mjs +0 -6
  214. package/Icon/Gruppo.mjs +0 -6
  215. package/Icon/HandWaveFill.mjs +0 -6
  216. package/Icon/Hatenabookmark.mjs +0 -6
  217. package/Icon/Heart.mjs +0 -6
  218. package/Icon/HeartFill.mjs +0 -6
  219. package/Icon/History.mjs +0 -6
  220. package/Icon/HomeFill.mjs +0 -6
  221. package/Icon/Hot.mjs +0 -6
  222. package/Icon/Htmltag.mjs +0 -6
  223. package/Icon/ImageAddFill.mjs +0 -6
  224. package/Icon/ImageBanFill.mjs +0 -6
  225. package/Icon/ImageFill.mjs +0 -6
  226. package/Icon/ImageFillSlash.mjs +0 -6
  227. package/Icon/ImageQuestionFill.mjs +0 -6
  228. package/Icon/Information.mjs +0 -6
  229. package/Icon/Instagram.mjs +0 -6
  230. package/Icon/Italic.mjs +0 -6
  231. package/Icon/Kaomoji.mjs +0 -6
  232. package/Icon/Keyboard.mjs +0 -6
  233. package/Icon/KeyboardDownFill.mjs +0 -6
  234. package/Icon/KeyboardFill.mjs +0 -6
  235. package/Icon/Koeblog.mjs +0 -6
  236. package/Icon/LineCircle.mjs +0 -6
  237. package/Icon/LineSquare.mjs +0 -6
  238. package/Icon/Link.mjs +0 -6
  239. package/Icon/ListBulleted.mjs +0 -6
  240. package/Icon/ListNumbered.mjs +0 -6
  241. package/Icon/Loading.mjs +0 -6
  242. package/Icon/LockFill.mjs +0 -6
  243. package/Icon/LockOpenFill.mjs +0 -6
  244. package/Icon/Magicwand.mjs +0 -6
  245. package/Icon/Mail.mjs +0 -6
  246. package/Icon/MailCheck.mjs +0 -6
  247. package/Icon/MailCircle.mjs +0 -6
  248. package/Icon/MailCircleFill.mjs +0 -6
  249. package/Icon/MailFill.mjs +0 -6
  250. package/Icon/Megaphone.mjs +0 -6
  251. package/Icon/MenuHamburger.mjs +0 -6
  252. package/Icon/MenuHamburgerBold.mjs +0 -6
  253. package/Icon/MenuHamburgerFourline.mjs +0 -6
  254. package/Icon/MenuHorizotal.mjs +0 -6
  255. package/Icon/MenuVertical.mjs +0 -6
  256. package/Icon/Messageboard.mjs +0 -6
  257. package/Icon/Microphone.mjs +0 -6
  258. package/Icon/MicrophoneFill.mjs +0 -6
  259. package/Icon/Minus.mjs +0 -6
  260. package/Icon/MinusBold.mjs +0 -6
  261. package/Icon/Moon.mjs +0 -6
  262. package/Icon/MoonFill.mjs +0 -6
  263. package/Icon/MovieCameraFill.mjs +0 -6
  264. package/Icon/MoviePlay.mjs +0 -6
  265. package/Icon/MoviePlayFill.mjs +0 -6
  266. package/Icon/MovieStop.mjs +0 -6
  267. package/Icon/MusicFill.mjs +0 -6
  268. package/Icon/New.mjs +0 -6
  269. package/Icon/Newbook.mjs +0 -6
  270. package/Icon/NewbookFill.mjs +0 -6
  271. package/Icon/News.mjs +0 -6
  272. package/Icon/Nice.mjs +0 -6
  273. package/Icon/NiceDone.mjs +0 -6
  274. package/Icon/Nodate.mjs +0 -6
  275. package/Icon/Now.mjs +0 -6
  276. package/Icon/Officialstar.mjs +0 -6
  277. package/Icon/OfficialstarFill.mjs +0 -6
  278. package/Icon/OnedariFill.mjs +0 -6
  279. package/Icon/OpenCl.mjs +0 -6
  280. package/Icon/Openblank.mjs +0 -6
  281. package/Icon/OpenblankFill.mjs +0 -6
  282. package/Icon/Ownd.mjs +0 -6
  283. package/Icon/PaletteFill.mjs +0 -6
  284. package/Icon/Pause.mjs +0 -6
  285. package/Icon/PauseBold.mjs +0 -6
  286. package/Icon/Pawprint.mjs +0 -6
  287. package/Icon/Pencil.mjs +0 -6
  288. package/Icon/PencilAdd.mjs +0 -6
  289. package/Icon/PencilBold.mjs +0 -6
  290. package/Icon/Person.mjs +0 -6
  291. package/Icon/PersonFill.mjs +0 -6
  292. package/Icon/PersonThreeFill.mjs +0 -6
  293. package/Icon/PersonTwoAddFill.mjs +0 -6
  294. package/Icon/PersonTwoDeleteFill.mjs +0 -6
  295. package/Icon/PersonTwoDoneFill.mjs +0 -6
  296. package/Icon/PersonTwoFill.mjs +0 -6
  297. package/Icon/Peta.mjs +0 -6
  298. package/Icon/Pigg.mjs +0 -6
  299. package/Icon/PinFill.mjs +0 -6
  300. package/Icon/PlayCircle.mjs +0 -6
  301. package/Icon/PlayFill.mjs +0 -6
  302. package/Icon/Plus.mjs +0 -6
  303. package/Icon/PlusBold.mjs +0 -6
  304. package/Icon/PlusCircle.mjs +0 -6
  305. package/Icon/PlusCircleFill.mjs +0 -6
  306. package/Icon/PremiumFill.mjs +0 -6
  307. package/Icon/Present.mjs +0 -6
  308. package/Icon/Profilecard.mjs +0 -6
  309. package/Icon/Qr.mjs +0 -6
  310. package/Icon/Question.mjs +0 -6
  311. package/Icon/QuestionmarkCircle.mjs +0 -6
  312. package/Icon/QuestionmarkCircleFill.mjs +0 -6
  313. package/Icon/RankingCrown.mjs +0 -6
  314. package/Icon/RankingCrownFill.mjs +0 -6
  315. package/Icon/RankingPlatformFill.mjs +0 -6
  316. package/Icon/Reblog.mjs +0 -6
  317. package/Icon/ReblogSlash.mjs +0 -6
  318. package/Icon/Redo.mjs +0 -6
  319. package/Icon/RedoBold.mjs +0 -6
  320. package/Icon/Refresh.mjs +0 -6
  321. package/Icon/ReplyCircleFill.mjs +0 -6
  322. package/Icon/ReplyFill.mjs +0 -6
  323. package/Icon/Requ.mjs +0 -6
  324. package/Icon/Sad.mjs +0 -6
  325. package/Icon/Saveblog.mjs +0 -6
  326. package/Icon/ScreenFull.mjs +0 -6
  327. package/Icon/ScreenInline.mjs +0 -6
  328. package/Icon/Search.mjs +0 -6
  329. package/Icon/Service.mjs +0 -6
  330. package/Icon/Share.mjs +0 -6
  331. package/Icon/ShineFill.mjs +0 -6
  332. package/Icon/Shirt.mjs +0 -6
  333. package/Icon/SidefaceClose.mjs +0 -6
  334. package/Icon/SidefaceOpen.mjs +0 -6
  335. package/Icon/Smartphone.mjs +0 -6
  336. package/Icon/SmartphoneFill.mjs +0 -6
  337. package/Icon/Sort.mjs +0 -6
  338. package/Icon/SortFeed.mjs +0 -6
  339. package/Icon/SortTile.mjs +0 -6
  340. package/Icon/SpeakerOffFill.mjs +0 -6
  341. package/Icon/SpeakerOnFill.mjs +0 -6
  342. package/Icon/Sprout.mjs +0 -6
  343. package/Icon/Stampside.mjs +0 -6
  344. package/Icon/Star.mjs +0 -6
  345. package/Icon/StarCircleFill.mjs +0 -6
  346. package/Icon/StarFaceFill.mjs +0 -6
  347. package/Icon/StarFill.mjs +0 -6
  348. package/Icon/StopFill.mjs +0 -6
  349. package/Icon/Strikethrough.mjs +0 -6
  350. package/Icon/Sun.mjs +0 -6
  351. package/Icon/SunFill.mjs +0 -6
  352. package/Icon/Switching.mjs +0 -6
  353. package/Icon/SwitchingCamera.mjs +0 -6
  354. package/Icon/TagFill.mjs +0 -6
  355. package/Icon/TagOfficialFill.mjs +0 -6
  356. package/Icon/Thumbsup.mjs +0 -6
  357. package/Icon/ThumbsupFill.mjs +0 -6
  358. package/Icon/Title.mjs +0 -6
  359. package/Icon/TopbloggerRibbon.mjs +0 -6
  360. package/Icon/TranscriptOff.mjs +0 -6
  361. package/Icon/TranscriptOn.mjs +0 -6
  362. package/Icon/Transmission.mjs +0 -6
  363. package/Icon/Trashcan.mjs +0 -6
  364. package/Icon/Trend.mjs +0 -6
  365. package/Icon/TrendFill.mjs +0 -6
  366. package/Icon/TriangleDown.mjs +0 -6
  367. package/Icon/TriangleLeft.mjs +0 -6
  368. package/Icon/TriangleRight.mjs +0 -6
  369. package/Icon/TriangleUp.mjs +0 -6
  370. package/Icon/TrianglearrowDown.mjs +0 -6
  371. package/Icon/TrianglearrowDownright.mjs +0 -6
  372. package/Icon/TrianglearrowRight.mjs +0 -6
  373. package/Icon/TrianglearrowUp.mjs +0 -6
  374. package/Icon/TrianglearrowUpright.mjs +0 -6
  375. package/Icon/TriangleendLeft.mjs +0 -6
  376. package/Icon/TriangleendRight.mjs +0 -6
  377. package/Icon/TrophyFill.mjs +0 -6
  378. package/Icon/TvFill.mjs +0 -6
  379. package/Icon/Twitter.mjs +0 -6
  380. package/Icon/Underline.mjs +0 -6
  381. package/Icon/Undo.mjs +0 -6
  382. package/Icon/UndoBold.mjs +0 -6
  383. package/Icon/Wallet.mjs +0 -6
  384. package/Icon/Webview.mjs +0 -6
  385. package/Icon/Youtube.mjs +0 -6
  386. package/Icon/index.mjs +0 -325
  387. package/IconButton/IconButton.mjs +0 -5
  388. package/IconButton/index.mjs +0 -1
  389. package/LinkButton/LinkButton.mjs +0 -7
  390. package/LinkButton/index.mjs +0 -1
  391. package/Toast/Toast.mjs +0 -67
  392. package/Toast/index.mjs +0 -1
  393. package/index.mjs +0 -9
  394. package/tsconfig.cjs.json +0 -10
  395. package/tsconfig.esm.json +0 -8
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgAddressbookFill(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M7.22 18h9.75c1.66 0 3-1.34 3-3V5c0-1.66-1.34-3-3-3h-10c-1.66 0-3 1.34-3 3v14c0 1.66 1.34 3 3 3h10a3 3 0 002.98-2.67c.01-.06.02-.15-.06-.24a.252.252 0 00-.29-.06.25.25 0 00-.11.1c-.53.82-1.46 1.37-2.52 1.37H7.22a1.25 1.25 0 010-2.5zm5.5-12.64c1.15 0 2.09.94 2.09 2.09s-.94 2.09-2.09 2.09-2.09-.94-2.09-2.09.94-2.09 2.09-2.09zM8.77 13c.45-1.33 1.6-2.54 3.95-2.54s3.5 1.21 3.95 2.54c.17.5-.13 1.03-.63 1.18-2.17.61-4.47.61-6.64 0A.92.92 0 018.77 13z" })));
5
- }
6
- export default SvgAddressbookFill;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgAlbumAddFill(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M13.45 18.985c0-.34.03-.67.09-.99H8.96c-.56 0-1.04-.31-1.3-.76-.11-.2-.08-.45.08-.61l2.01-2.01a.996.996 0 011.41 0l.73.73c.2.2.51.2.71 0l3.06-3.06a.996.996 0 011.41 0l1.23 1.23c.21-.02.43-.04.64-.04.71 0 1.38.14 2.01.38v-3.36c0-1.66-1.34-3-3-3H8.96c-1.66 0-3 1.34-3 3v6c0 1.66 1.34 3 3 3h4.51c-.01-.16-.02-.33-.02-.51zm-2.99-8.98c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-3-4c-1.65 0-3 1.35-3 3v6.82a2.99 2.99 0 01-2-2.82v-6c0-1.66 1.34-3 3-3h9c1.3 0 2.4.84 2.82 2H7.46zm14.78 15.23c-1.03-.92-2.42-1.53-3.98-1.68v1.43c0 .2-.24.31-.39.16l-2.76-2.66a.235.235 0 010-.33l2.76-2.66c.15-.14.39-.04.39.16v1.52c2.11.29 3.82 1.82 4.36 3.84.06.22-.21.37-.38.22z" })));
5
- }
6
- export default SvgAlbumAddFill;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgAlbumFill(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M4.5 15.82a2.99 2.99 0 01-2-2.82V7c0-1.66 1.34-3 3-3h9c1.3 0 2.4.84 2.82 2H7.5c-1.65 0-3 1.35-3 3v6.82zM21 10.5v6c0 1.66-1.34 3-3 3H9c-1.66 0-3-1.34-3-3v-6c0-1.66 1.34-3 3-3h9c1.66 0 3 1.34 3 3zM10.5 10c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm9 6.5v-1.62a.47.47 0 00-.15-.35l-2.23-2.23a.996.996 0 00-1.41 0l-3.06 3.06c-.2.2-.51.2-.71 0l-.73-.73a.996.996 0 00-1.41 0l-2.01 2.01a.5.5 0 00-.08.61c.25.44.73.75 1.29.75h9c.83 0 1.5-.67 1.5-1.5z" })));
5
- }
6
- export default SvgAlbumFill;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgAlignCenter(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M19.25 6H4.75c-.55 0-1-.45-1-1s.45-1 1-1h14.5c.55 0 1 .45 1 1s-.45 1-1 1zm-2 2.5c0-.55-.45-1-1-1h-8.5c-.55 0-1 .45-1 1s.45 1 1 1h8.5c.55 0 1-.45 1-1zm0 7c0-.55-.45-1-1-1h-8.5c-.55 0-1 .45-1 1s.45 1 1 1h8.5c.55 0 1-.45 1-1zm3-3.5c0-.55-.45-1-1-1H4.75c-.55 0-1 .45-1 1s.45 1 1 1h14.5c.55 0 1-.45 1-1zm0 7c0-.55-.45-1-1-1H4.75c-.55 0-1 .45-1 1s.45 1 1 1h14.5c.55 0 1-.45 1-1z" })));
5
- }
6
- export default SvgAlignCenter;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgAlignLeft(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M3 5c0-.55.45-1 1-1h16c.55 0 1 .45 1 1s-.45 1-1 1H4c-.55 0-1-.45-1-1zm1 5.67h11c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm16 2.66H4c-.55 0-1 .45-1 1s.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1zM15 18H4c-.55 0-1 .45-1 1s.45 1 1 1h11c.55 0 1-.45 1-1s-.45-1-1-1z" })));
5
- }
6
- export default SvgAlignLeft;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgAlignRight(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M19.25 6H4.75c-.55 0-1-.45-1-1s.45-1 1-1h14.5c.55 0 1 .45 1 1s-.45 1-1 1zm1 2.5c0-.55-.45-1-1-1h-8.5c-.55 0-1 .45-1 1s.45 1 1 1h8.5c.55 0 1-.45 1-1zm0 7c0-.55-.45-1-1-1h-8.5c-.55 0-1 .45-1 1s.45 1 1 1h8.5c.55 0 1-.45 1-1zm0-3.5c0-.55-.45-1-1-1H4.75c-.55 0-1 .45-1 1s.45 1 1 1h14.5c.55 0 1-.45 1-1zm0 7c0-.55-.45-1-1-1H4.75c-.55 0-1 .45-1 1s.45 1 1 1h14.5c.55 0 1-.45 1-1z" })));
5
- }
6
- export default SvgAlignRight;
package/Icon/AllFill.mjs DELETED
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgAllFill(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.5 5v3.5c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h3.5c1.1 0 2 .9 2 2zM19 3h-3.5c-1.1 0-2 .9-2 2v3.5c0 1.1.9 2 2 2H19c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM8.5 13.5H5c-1.1 0-2 .9-2 2V19c0 1.1.9 2 2 2h3.5c1.1 0 2-.9 2-2v-3.5c0-1.1-.9-2-2-2zm10.5 0h-3.5c-1.1 0-2 .9-2 2V19c0 1.1.9 2 2 2H19c1.1 0 2-.9 2-2v-3.5c0-1.1-.9-2-2-2z" })));
5
- }
6
- export default SvgAllFill;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgAmebacoin(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M13.505 3.009L11.004 3C6.357 3.053 2.6 7.077 2.6 12c0 4.932 3.757 8.947 8.404 9l2.501-.009c4.362-.062 7.905-4.068 7.905-9-.009-4.914-3.543-8.929-7.905-8.982zm0 15.498c-.383.17-.783.294-1.202.374a5.898 5.898 0 01-2.483-.018 6.212 6.212 0 01-2.742-1.38C5.573 16.203 4.612 14.226 4.612 12c0-2.217.97-4.202 2.466-5.484a6.306 6.306 0 012.742-1.38 5.83 5.83 0 012.484-.018c.418.08.818.214 1.201.375 2.404 1.032 4.104 3.552 4.104 6.498 0 2.956-1.71 5.484-4.104 6.516zm-4.353-7.006v1.015c0 .339.018.704.08.926a1.723 1.723 0 001.63 1.175 1.753 1.753 0 001.513-.881c.115-.223.222-.516.365-.641a.856.856 0 01.872-.17.62.62 0 01.223.134.879.879 0 01.32.989c-.08.23-.196.445-.32.65a3.475 3.475 0 01-2.52 1.637 3.897 3.897 0 01-.454.036 3.456 3.456 0 01-2.99-1.727 3.306 3.306 0 01-.232-.472c-.223-.543-.25-1.166-.25-1.923v-.498c0-.74.027-1.362.25-1.923.062-.16.142-.32.231-.472a3.446 3.446 0 012.991-1.727c.152 0 .303.018.454.036a3.502 3.502 0 012.52 1.647c.124.204.24.418.32.658a.883.883 0 01-.32.989c-.072.053-.143.106-.223.133a.923.923 0 01-.872-.17c-.143-.142-.25-.418-.365-.64a1.691 1.691 0 00-1.06-.82 1.99 1.99 0 00-.454-.061 1.72 1.72 0 00-1.629 1.175c-.071.222-.08.578-.08.925z" })));
5
- }
6
- export default SvgAmebacoin;
@@ -1,9 +0,0 @@
1
- import * as React from 'react';
2
- function SvgAmebapick(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M10.805 9.665a.497.497 0 11-.994.001.497.497 0 01.994 0zm-.935 1.267a.46.46 0 01.438-.347.46.46 0 01.437.347c.007.045.007.105.007.188v2.977c0 .09 0 .151-.007.196a.452.452 0 01-.875 0c-.007-.045-.007-.105-.007-.196V11.12c0-.083 0-.143.007-.188z" }),
5
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.394 9.228c.226 0 .422.008.573.06.656.204 1.123.89 1.123 1.644 0 .746-.467 1.432-1.123 1.643-.15.045-.347.06-.573.06h-.972v1.432c0 .098 0 .159-.015.211a.477.477 0 01-.46.354.47.47 0 01-.46-.354c-.015-.053-.015-.113-.015-.21v-3.71c0-.09 0-.165.015-.248.068-.475.407-.806.897-.874.09-.008.188-.008.286-.008h.724zm0 2.457c.166 0 .286 0 .37-.052.203-.106.376-.377.376-.701 0-.332-.173-.596-.377-.709-.083-.045-.203-.053-.369-.053h-.972v1.515h.972z" }),
6
- React.createElement("path", { d: "M11.685 13.05c.007.203.045.43.12.618.25.573.814.972 1.47.972a1.6 1.6 0 001.508-1.093.458.458 0 00-.28-.573.457.457 0 00-.436.09.713.713 0 00-.139.213c-.016.033-.032.066-.05.097a.69.69 0 01-.603.37.697.697 0 01-.693-.694v-1.161a.697.697 0 01.694-.7.679.679 0 01.602.376c.02.031.037.067.055.103.038.075.077.152.134.198.12.106.278.143.437.09a.45.45 0 00.279-.564 1.607 1.607 0 00-1.508-1.101c-.656 0-1.22.4-1.47.972a1.957 1.957 0 00-.12.618v1.169zm6.73-2.699c.18.098.264.317.211.505a.597.597 0 01-.06.127c-.299.53-.588 1.066-.905 1.584.189.294.8 1.259.83 1.304a.72.72 0 01.097.174.448.448 0 01-.188.52.455.455 0 01-.55-.053.882.882 0 01-.113-.158c-.03-.053-.686-1.086-.852-1.342a.825.825 0 01-.196.023h-.302v1.062c0 .09-.007.151-.015.196a.452.452 0 01-.874 0c-.007-.045-.007-.105-.007-.196V9.703c0-.083 0-.143.007-.188a.46.46 0 01.437-.347.46.46 0 01.437.347c.008.045.015.105.015.188v2.435h.174c.075 0 .166 0 .241-.038.113-.053.173-.136.241-.256.249-.438.694-1.214.716-1.252a.684.684 0 01.113-.165.444.444 0 01.543-.076z" }),
7
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 5.5h8a6.5 6.5 0 010 13H8a6.5 6.5 0 110-13zm0 11.4h8a4.9 4.9 0 100-9.8H8a4.9 4.9 0 100 9.8z" })));
8
- }
9
- export default SvgAmebapick;
package/Icon/Amegold.mjs DELETED
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgAmegold(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M13.77 3c-.05 0-.09.01-.14.01V3h-3.32v.01C10.29 3 10.26 3 10.23 3c-4.41 0-8 4.04-8 9s3.59 9 8 9c.03 0 .06 0 .09-.01V21h3.32v-.01c.05 0 .09.01.14.01 4.41 0 8-4.04 8-9s-3.6-9-8.01-9zm-9.54 9c0-3.86 2.69-7 6-7s6 3.14 6 7-2.69 7-6 7-6-3.14-6-7zm11.34 6.68c1.62-1.65 2.65-4.03 2.65-6.68 0-2.65-1.03-5.03-2.65-6.68 2.43.9 4.2 3.55 4.2 6.68s-1.77 5.78-4.2 6.68zm-5.3-2.35c-.84 0-1.58-.31-2.11-.83-.56-.55-.88-1.22-.91-2.16-.01-.32-.02-2.11 0-2.65.04-.79.23-1.39.63-1.9.53-.69 1.42-1.12 2.41-1.12 1.17 0 2.03.57 2.62 1.27.26.31.23.79-.08 1.05-.26.21-.62.24-.9.06-.08-.06-.24-.24-.29-.29-.3-.3-.74-.59-1.35-.59-.85 0-1.54.55-1.54 1.61-.01.66-.01 1.59 0 2.39.01.99.63 1.66 1.52 1.66.69 0 1.11-.31 1.34-.73.06-.11.14-.36.14-.58v-.55h-.84c-.42 0-.75-.33-.75-.75s.33-.74.75-.75h1.35c.61.01.94.37.96.91.01.33.01 1.15.01 1.27-.02.48-.11.85-.3 1.22-.49.9-1.52 1.46-2.66 1.46z" })));
5
- }
6
- export default SvgAmegold;
package/Icon/Amember.mjs DELETED
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgAmember(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M18.36 18.36a8.96 8.96 0 002.59-7.2c-.38-4.19-3.75-7.63-7.94-8.1A8.995 8.995 0 002.99 12a9 9 0 009 9c.06 0 .12-.01.18-.01h7.62c.45 0 .67-.54.35-.85l-1.78-1.78zm-8.58-1.27c-.64 0-.94-.59-.94-.91 0-.35.16-.47.61-.81 1.08-.78 1.69-2.05 1.71-3.4 0-.35.01-.89.87-.89.84 0 .89.51.89.87.01 3.31-2.38 5.14-3.14 5.14zm5.89-5.53c-1.06 1.42-1.29 1.42-1.55 1.42-.4 0-.91-.35-.91-.86 0-.26.08-.35.5-.79.28-.29.78-.94.78-1.06 0-.05-.06-.05-.09-.05H8.49c-.75 0-.84-.58-.84-.83 0-.46.21-.85.84-.85h7.37c.22 0 1.04 0 1.04.84 0 .48-.75 1.55-1.23 2.18z" })));
5
- }
6
- export default SvgAmember;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgArrowDown(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M19.07 13.32a.996.996 0 00-1.41 0L13 17.98V4c0-.55-.45-1-1-1s-1 .45-1 1v13.98l-4.66-4.66a.996.996 0 00-1.7.71c0 .26.1.51.29.71l5.66 5.66c.33.33.74.51 1.17.56.08.02.16.05.25.05s.17-.03.25-.05c.43-.05.84-.23 1.17-.56l5.66-5.66c.37-.4.37-1.03-.02-1.42z" })));
5
- }
6
- export default SvgArrowDown;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgArrowDownBold(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M19.42 12.96a1.49 1.49 0 00-2.12 0l-3.8 3.8V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v12.77l-3.8-3.8a1.49 1.49 0 00-2.12 0c-.29.29-.44.68-.44 1.06s.15.77.44 1.06l5.66 5.66c.38.38.85.61 1.35.69.13.04.27.07.42.07.15 0 .29-.03.42-.07.49-.08.97-.31 1.35-.69l5.66-5.66c.57-.59.57-1.54-.02-2.13z" })));
5
- }
6
- export default SvgArrowDownBold;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgArrowLeft(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M20 11.363H6.03l4.66-4.66a.996.996 0 10-1.41-1.41l-5.66 5.66c-.33.33-.51.74-.56 1.17-.03.07-.06.15-.06.24s.03.17.05.25c.05.43.23.84.56 1.17l5.66 5.66c.2.2.45.29.71.29.26 0 .51-.1.71-.29a.996.996 0 000-1.41l-4.66-4.67H20c.55 0 1-.45 1-1s-.45-1-1-1z" })));
5
- }
6
- export default SvgArrowLeft;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgArrowLeftBold(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M20 10.5H7.23l3.8-3.8c.59-.59.59-1.54 0-2.12-.59-.58-1.54-.59-2.12 0l-5.66 5.66c-.38.38-.61.85-.69 1.35-.03.12-.06.26-.06.41 0 .15.03.29.07.42.08.49.31.97.69 1.35l5.66 5.66c.29.29.68.44 1.06.44s.77-.15 1.06-.44c.59-.59.59-1.54 0-2.12l-3.8-3.8H20c.83 0 1.5-.67 1.5-1.5s-.67-1.51-1.5-1.51z" })));
5
- }
6
- export default SvgArrowLeftBold;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgArrowRight(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M21 12c0-.09-.03-.17-.05-.25-.05-.43-.23-.84-.56-1.17l-5.66-5.66a.996.996 0 10-1.41 1.41L17.98 11H4c-.55 0-1 .45-1 1s.45 1 1 1h13.98l-4.66 4.66a.996.996 0 00.71 1.7c.26 0 .51-.1.71-.29l5.66-5.66c.33-.33.51-.74.56-1.17.01-.07.04-.15.04-.24z" })));
5
- }
6
- export default SvgArrowRight;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgArrowRightBold(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M21 11.873c0-.15-.03-.29-.07-.42-.08-.49-.31-.97-.69-1.35l-5.66-5.66a1.49 1.49 0 00-2.12 0c-.58.59-.59 1.54 0 2.12l3.8 3.8H3.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5h12.77l-3.8 3.8a1.49 1.49 0 000 2.12c.29.29.68.44 1.06.44s.77-.15 1.06-.44l5.66-5.66c.38-.38.61-.85.69-1.35.03-.11.06-.25.06-.4z" })));
5
- }
6
- export default SvgArrowRightBold;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgArrowRightCircle(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm4.42-9.29c.78.78.78 2.05 0 2.83l-3 3c-.2.2-.45.29-.71.29-.26 0-.51-.1-.71-.29a.996.996 0 010-1.41L14.13 13H8c-.55 0-1-.45-1-1s.45-1 1-1h5.89L12 9.12a.996.996 0 111.41-1.41l3.01 3z" })));
5
- }
6
- export default SvgArrowRightCircle;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgArrowRightCircleFill(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm5.5 11.4l-3.3 3.3c-.2.2-.5.3-.7.3-.2 0-.5-.1-.7-.3-.4-.4-.4-1 0-1.4l2.3-2.3H6.5c-.6 0-1-.4-1-1s.4-1 1-1h8.6l-2.3-2.3c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l3.3 3.3c.4.4.6.9.6 1.4 0 .5-.2 1-.6 1.4z" })));
5
- }
6
- export default SvgArrowRightCircleFill;
package/Icon/ArrowUp.mjs DELETED
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgArrowUp(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M19.07 9.27l-5.66-5.66c-.33-.33-.74-.51-1.17-.56-.07-.02-.15-.05-.24-.05s-.17.03-.25.05c-.43.05-.84.23-1.17.56L4.92 9.27c-.2.2-.29.45-.29.71 0 .26.1.51.29.71.39.39 1.02.39 1.41 0L11 6.02V20c0 .55.45 1 1 1s1-.45 1-1V6.02l4.66 4.66a.996.996 0 101.41-1.41z" })));
5
- }
6
- export default SvgArrowUp;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgArrowUpBold(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M19.42 8.91l-5.66-5.66c-.38-.38-.85-.61-1.35-.69-.13-.04-.27-.07-.42-.07-.15 0-.29.03-.42.07-.49.08-.97.31-1.35.69L4.56 8.91a1.49 1.49 0 000 2.12c.59.58 1.54.59 2.12 0l3.8-3.8V20c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V7.23l3.8 3.8c.59.59 1.54.59 2.12 0 .29-.29.44-.68.44-1.06s-.12-.76-.42-1.06z" })));
5
- }
6
- export default SvgArrowUpBold;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgArrowpagingDown(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.33 15.3l-4.62-4.59c-.63-.63-.19-1.71.7-1.71h9.17c.89 0 1.34 1.07.71 1.7l-4.55 4.59c-.38.39-1.01.39-1.41.01z" })));
5
- }
6
- export default SvgArrowpagingDown;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgArrowpagingDownCircle(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M16.49 11.52l-3.76 3.79c-.39.39-1.02.39-1.41.01L7.5 11.53c-.64-.63-.19-1.71.7-1.71h7.58c.89 0 1.34 1.07.71 1.7zM22 12c0 5.51-4.49 10-10 10S2 17.51 2 12 6.49 2 12 2s10 4.49 10 10zm-2 0c0-4.41-3.59-8-8-8s-8 3.59-8 8 3.59 8 8 8 8-3.59 8-8z" })));
5
- }
6
- export default SvgArrowpagingDownCircle;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgArrowpagingLeft(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.8 12.67l4.59 4.62c.63.63 1.71.19 1.71-.7V7.41c0-.89-1.07-1.34-1.7-.71l-4.59 4.55c-.39.39-.39 1.02-.01 1.42z" })));
5
- }
6
- export default SvgArrowpagingLeft;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgArrowpagingLeftCircle(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M12.48 16.49l-3.79-3.76c-.39-.39-.39-1.02-.01-1.41l3.79-3.82c.63-.63 1.71-.19 1.71.7v7.58c0 .89-1.07 1.34-1.7.71zM12 22C6.49 22 2 17.51 2 12S6.49 2 12 2s10 4.49 10 10-4.49 10-10 10zm0-2c4.41 0 8-3.59 8-8s-3.59-8-8-8-8 3.59-8 8 3.59 8 8 8z" })));
5
- }
6
- export default SvgArrowpagingLeftCircle;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgArrowpagingRight(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.2 12.67l-4.59 4.62c-.63.63-1.71.19-1.71-.7V7.41c0-.89 1.07-1.34 1.7-.71l4.59 4.55c.39.39.39 1.02.01 1.42z" })));
5
- }
6
- export default SvgArrowpagingRight;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgArrowpagingRightCircle(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M11.52 7.51l3.79 3.76c.39.39.39 1.02.01 1.41l-3.79 3.82c-.63.63-1.71.19-1.71-.7V8.22c0-.89 1.07-1.34 1.7-.71zM12 2c5.51 0 10 4.49 10 10s-4.49 10-10 10S2 17.51 2 12 6.49 2 12 2zm0 2c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8z" })));
5
- }
6
- export default SvgArrowpagingRightCircle;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgArrowpagingUp(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.33 8.8l-4.62 4.59c-.63.63-.19 1.71.7 1.71h9.17c.89 0 1.34-1.07.71-1.7l-4.55-4.59c-.38-.39-1.01-.39-1.41-.01z" })));
5
- }
6
- export default SvgArrowpagingUp;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgArrowpagingUpCircle(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M7.51 12.48l3.76-3.79c.39-.39 1.02-.39 1.41-.01l3.82 3.79c.63.63.19 1.71-.7 1.71H8.22c-.89 0-1.34-1.07-.71-1.7zM2 12C2 6.49 6.49 2 12 2s10 4.49 10 10-4.49 10-10 10S2 17.51 2 12zm2 0c0 4.41 3.59 8 8 8s8-3.59 8-8-3.59-8-8-8-8 3.59-8 8z" })));
5
- }
6
- export default SvgArrowpagingUpCircle;
package/Icon/Article.mjs DELETED
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgArticle(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M19.04 7.71l-4.83-4.83C13.65 2.31 12.9 2 12.09 2H7.92c-2.21 0-4 1.79-4 4v12c0 2.21 1.79 4 4 4h8c2.21 0 4-1.79 4-4V9.83c0-.8-.31-1.56-.88-2.12zm-5.12-2.3L16.51 8h-2.59V5.41zm4 12.59c0 1.1-.9 2-2 2h-8c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h4v4c0 1.1.9 2 2 2h4v8zm-9-6h6c.55 0 1 .45 1 1s-.45 1-1 1h-6c-.55 0-1-.45-1-1s.45-1 1-1zm7 5c0 .55-.45 1-1 1h-6c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1z" })));
5
- }
6
- export default SvgArticle;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgArticleSlash(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M7.92 4.01h4v4c0 1.1.9 2 2 2h4v5.09l2 2V9.84c0-.8-.31-1.55-.88-2.12l-4.83-4.83c-.57-.57-1.32-.88-2.12-.88H7.92c-.87 0-1.67.29-2.33.76l1.45 1.45c.27-.13.57-.21.88-.21zm6 1.41l2.59 2.59h-2.59V5.42zm6.79 15.12L3.46 3.29A.996.996 0 102.05 4.7l1.88 1.88V18c0 2.21 1.79 4 4 4h8c.96 0 1.83-.34 2.51-.91l.86.86c.2.2.45.29.71.29.26 0 .51-.1.71-.29.38-.38.38-1.02-.01-1.41zm-4.79-.53h-8c-1.1 0-2-.9-2-2V8.59l3.42 3.42h-.42c-.55 0-1 .45-1 1s.45 1 1 1h2.42l2 2H8.92c-.55 0-1 .45-1 1s.45 1 1 1h6c.12 0 .24-.03.35-.07l1.74 1.74c-.31.2-.68.33-1.09.33z" })));
5
- }
6
- export default SvgArticleSlash;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgArticledesign(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M15.08 21H8.25a4 4 0 01-4-4V7a4 4 0 014-4h1.58a1 1 0 110 2H8.25a2 2 0 00-2 2v10a2 2 0 002 2h6.83a2 2 0 002-2v-1.85a1 1 0 112 0V17a4 4 0 01-4 4zm.34-8.14a1 1 0 00-1-1h-5.5a1 1 0 000 2h5.5a1 1 0 001-1zm0 3.66a1 1 0 00-1-1h-5.5a1 1 0 000 2h5.5a1 1 0 001-1zm3.25-11.41l-1.17-.77a1.74 1.74 0 01-.54-.54l-.75-1.15a.5.5 0 00-.84 0l-.74 1.15c-.14.216-.324.4-.54.54l-1.17.77a.49.49 0 000 .83l1.17.76a2 2 0 01.54.54l.74 1.16a.499.499 0 00.84 0l.75-1.16c.14-.216.324-.4.54-.54l1.17-.76a.5.5 0 000-.83zm2.93 4.72l-.9-.58a1.48 1.48 0 01-.39-.4l-.57-.88a.34.34 0 00-.56 0l-.57.88a1.52 1.52 0 01-.4.4l-.89.58a.34.34 0 000 .56l.89.58c.157.103.293.236.4.39l.57.89a.34.34 0 00.56 0l.57-.89a1.45 1.45 0 01.39-.39l.9-.58a.34.34 0 000-.56z" })));
5
- }
6
- export default SvgArticledesign;
package/Icon/Astrogy.mjs DELETED
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgAstrogy(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M12.3 21c-2.5 0-4.8-1-6.5-2.9-.5-.5-.6-1.3-.3-2s1-1 1.7-.9h1.1C12 15 15 12 15.2 8.3V7.2c-.1-.7.3-1.4.9-1.7.7-.3 1.4-.2 2 .3 2.1 1.9 3.2 4.8 2.8 7.7-.5 3.8-3.7 7-7.5 7.5h-1.1zM7 16.7c-.1 0-.2.1-.2.1 0 .1-.1.2 0 .3 1.6 1.8 4 2.7 6.4 2.3 3.2-.4 5.8-3 6.2-6.2.3-2.4-.5-4.8-2.3-6.4-.1-.1-.2-.1-.3 0-.1 0-.1.1-.1.2 0 .4.1.9 0 1.4-.2 4.4-3.9 8.1-8.3 8.3-.4.1-.9.1-1.4 0 .1 0 .1 0 0 0zm4-11.1l-2.2-.2-.9-2c-.2-.5-1-.5-1.2 0l-.9 2-2.1.2c-.6.1-.8.8-.4 1.2l1.6 1.5-.4 2.1c-.1.6.5 1 1 .7L7.3 10l1.9 1.1c.5.3 1.1-.2 1-.7l-.4-2.2 1.6-1.5c.4-.3.2-1-.4-1.1z" })));
5
- }
6
- export default SvgAstrogy;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgAstrogyFill(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M17.5 4.9c2.4 1.9 3.8 4.9 3.4 8.3-.5 4-3.8 7.2-7.7 7.7-3.4.4-6.4-1-8.3-3.4-.5-.7 0-1.7.9-1.6 1 .1 2.1.1 3.3-.2 3.3-.8 5.9-3.4 6.7-6.7.2-1 .3-2.1.1-3.2-.1-.9.9-1.4 1.6-.9zm-6.5.7l-2.2-.2-.9-2c-.2-.5-1-.5-1.2 0l-.9 2-2.1.2c-.6.1-.8.8-.4 1.2l1.6 1.5-.4 2.1c-.1.6.5 1 1 .7L7.3 10l1.9 1.1c.5.3 1.1-.2 1-.7l-.4-2.2 1.6-1.5c.4-.3.2-1-.4-1.1z" })));
5
- }
6
- export default SvgAstrogyFill;
package/Icon/Baby.mjs DELETED
@@ -1,7 +0,0 @@
1
- import * as React from 'react';
2
- function SvgBaby(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M9 11.9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm5 2.3c-.5.7-1.2 1-2 1s-1.6-.4-2-1c-.3-.4-.9-.5-1.3-.2s-.5.9-.2 1.3c.8 1 2.1 1.7 3.5 1.7s2.7-.7 3.5-1.8c.3-.4.2-1-.2-1.3-.4-.2-1-.1-1.3.3zm1-2.3a1.5 1.5 0 100-3 1.5 1.5 0 000 3z" }),
5
- React.createElement("path", { d: "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 18c-4.4 0-8-3.6-8-8 0-3.7 2.6-6.9 6-7.7 0 .3 0 .7.2 1 .3.9.9 1.6 1.7 2 .1.1.3.1.4.1.4 0 .7-.2.9-.6.3-.5 0-1.1-.5-1.4-.3-.2-.6-.5-.7-.8V4c4.4 0 8 3.6 8 8s-3.6 8-8 8z" })));
6
- }
7
- export default SvgBaby;
package/Icon/Bbs.mjs DELETED
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgBbs(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13 6.82a.504.504 0 01-.91.43c-.11-.25 0-.55.25-.67a.49.49 0 01.66.24zm3.34 6.16a.49.49 0 00-.37.6c.06.27.33.44.6.37a.49.49 0 00.37-.6.505.505 0 00-.6-.37zM22 7v10c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3V7c0-1.66 1.34-3 3-3h14c1.66 0 3 1.34 3 3zm-11.87 5.41l-4.79-1.44a.497.497 0 00-.62.34L3.28 16.1c-.08.26.07.54.34.62l4.79 1.44c.26.08.54-.07.62-.34l1.44-4.79a.497.497 0 00-.34-.62zm2.28.19l4.52-2.13c.25-.12.36-.42.24-.67l-2.13-4.52a.504.504 0 00-.67-.24L9.85 7.17c-.25.12-.35.42-.24.67l2.13 4.52c.12.25.42.36.67.24zm7.98 4.55l-1.13-4.87a.49.49 0 00-.6-.37l-4.87 1.13a.49.49 0 00-.37.6l1.13 4.87c.06.27.33.44.6.37l4.87-1.13c.26-.06.43-.33.37-.6zm-12.8-4.96a.497.497 0 00-.62.34c-.08.26.07.54.34.62.26.08.54-.07.62-.34a.514.514 0 00-.34-.62z" })));
5
- }
6
- export default SvgBbs;
package/Icon/Beginner.mjs DELETED
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgBeginner(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M10.14 10.58c.23.23.23.61 0 .85-.12.12-.27.18-.42.18-.15 0-.31-.06-.42-.18l-3.5-3.5a.61.61 0 010-.85.61.61 0 01.85 0l3.49 3.5zm10.87-4.66c-.07 1.6-.44 4.55-2.18 6.29-1.35 1.36-3.2 1.68-4.65 1.68-.45 0-.85-.03-1.2-.07 0 .04.02.07.02.11v6c0 .55-.45 1-1 1s-1-.45-1-1v-6c0-.04.02-.07.02-.11-.35.04-.75.07-1.2.07-1.45 0-3.29-.33-4.65-1.68-1.74-1.74-2.11-4.69-2.18-6.29-.01-.44.15-.87.47-1.18.31-.31.73-.5 1.18-.46 1.6.07 4.54.44 6.29 2.18.47.47.82 1.01 1.07 1.57.25-.56.6-1.1 1.07-1.58 1.74-1.74 4.69-2.11 6.29-2.18.47-.03.87.15 1.18.46.32.32.48.75.47 1.19zM11.4 11.2v-.06c0-1.17-.23-2.75-1.32-3.83-1.46-1.46-4.07-1.77-5.49-1.83h-.02c-.14 0-.23.07-.27.11-.04.04-.11.14-.11.28.06 1.43.37 4.04 1.83 5.49 1.46 1.46 3.75 1.41 4.99 1.25.17-.02.3-.15.32-.32.03-.27.06-.65.07-1.09zm7.22-4.54a.61.61 0 00-.85 0L13.44 11a.61.61 0 000 .85c.12.12.27.18.42.18.15 0 .31-.06.42-.18l4.33-4.33c.25-.24.25-.62.01-.86z" })));
5
- }
6
- export default SvgBeginner;
package/Icon/Bell.mjs DELETED
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgBell(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M20 15l-.6-.8c-.26-.34-.4-.77-.4-1.2v-2.75c0-3.38-2.31-6.28-5.37-7.05C13.27 2.46 12.7 2 12 2c-.69 0-1.27.46-1.62 1.19-1.22.29-2.33.89-3.25 1.79A6.903 6.903 0 005 10v3c0 .43-.14.86-.4 1.2L4 15c-.57.76-.66 1.77-.24 2.62C4.19 18.47 5.05 19 6 19h12c.95 0 1.81-.53 2.24-1.38.42-.85.33-1.86-.24-2.62zm-1.55 1.72A.48.48 0 0118 17H6a.48.48 0 01-.45-.28c-.04-.08-.12-.3.05-.52l.6-.8c.52-.69.8-1.54.8-2.4v-3c0-1.36.54-2.64 1.52-3.59C9.46 5.5 10.69 5 12 5h.16c2.67.08 4.84 2.44 4.84 5.25V13c0 .86.28 1.71.8 2.4l.6.8c.17.22.09.44.05.52zM13.73 20c.39 0 .63.43.43.76C13.72 21.5 12.92 22 12 22c-.92 0-1.72-.5-2.16-1.24-.2-.33.04-.76.43-.76h3.46z" })));
5
- }
6
- export default SvgBell;
package/Icon/BellFill.mjs DELETED
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgBellFill(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M13.73 20c.39 0 .63.43.43.76C13.72 21.5 12.92 22 12 22c-.92 0-1.72-.5-2.16-1.24-.2-.33.04-.76.43-.76h3.46zm5.87-5.53c-.39-.52-.6-1.15-.6-1.8V10c0-3.3-2.3-6.07-5.38-6.8C13.27 2.46 12.7 2 12 2c-.7 0-1.27.46-1.62 1.2C7.3 3.93 5 6.7 5 10v2.67c0 .65-.21 1.28-.6 1.8l-1 1.33C2.41 17.12 3.35 19 5 19h14c1.65 0 2.59-1.88 1.6-3.2l-1-1.33z" })));
5
- }
6
- export default SvgBellFill;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgBellFillSlash(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M7.5 4.67c.82-.7 1.79-1.21 2.88-1.47.35-.74.92-1.2 1.62-1.2.7 0 1.27.46 1.62 1.2C16.7 3.93 19 6.7 19 10v2.67c0 .65.21 1.28.6 1.8l1 1.33c.51.67.5 1.49.16 2.13L7.5 4.67zM13.73 20h-3.45c-.39 0-.63.43-.43.76.43.74 1.23 1.24 2.15 1.24.92 0 1.72-.5 2.16-1.24.2-.33-.04-.76-.43-.76zM19 19L6.17 6.17 4.5 4.5a.996.996 0 10-1.41 1.41l2.2 2.2C5.11 8.72 5 9.34 5 10v2.67c0 .65-.21 1.28-.6 1.8l-1 1.33C2.41 17.12 3.35 19 5 19h11.17l1.91 1.91c.2.2.45.29.71.29.26 0 .51-.1.71-.29a.996.996 0 000-1.41L19 19z" })));
5
- }
6
- export default SvgBellFillSlash;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgBellSlash(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M7.49 4.66c.85-.72 1.83-1.22 2.88-1.47C10.73 2.46 11.31 2 12 2c.7 0 1.27.46 1.63 1.2 3.06.77 5.37 3.67 5.37 7.05V13c0 .43.14.86.4 1.2l.6.8c.54.72.63 1.64.29 2.46l-3-3C17.11 14 17 13.5 17 13v-2.75c0-2.81-2.17-5.17-4.85-5.25H12c-1.13 0-2.2.39-3.08 1.09L7.49 4.66zM19.5 19.5a.996.996 0 01-.71 1.7c-.26 0-.51-.1-.71-.29L16.17 19H6c-.95 0-1.81-.53-2.24-1.38-.42-.85-.33-1.86.24-2.62l.6-.8c.26-.34.4-.77.4-1.2v-3c0-.65.1-1.29.27-1.9L3.09 5.91A.996.996 0 114.5 4.5l3.12 3.12L17 17l1.84 1.84.66.66zM14.17 17L7.02 9.84C7.01 9.9 7 9.95 7 10v3c0 .86-.28 1.71-.8 2.4l-.6.8c-.17.22-.09.44-.05.52.04.09.17.28.45.28h8.17zm-.44 3h-3.45c-.39 0-.63.43-.43.76.43.74 1.23 1.24 2.15 1.24.92 0 1.72-.5 2.16-1.24.2-.33-.04-.76-.43-.76z" })));
5
- }
6
- export default SvgBellSlash;
package/Icon/Blog.mjs DELETED
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgBlog(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M19.92 9v9c0 2.21-1.79 4-4 4h-8c-2.21 0-4-1.79-4-4V6c0-2.21 1.79-4 4-4h5c.55 0 1 .45 1 1s-.45 1-1 1h-5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V9c0-.55.45-1 1-1s1 .45 1 1zm-5 7h-6c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1zm0-4h-6c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1zm-6-2h.5c.55 0 1-.45 1-1s-.45-1-1-1h-.5c-.55 0-1 .45-1 1s.45 1 1 1zm9.82-5.12c.1.1.27.1.37 0l.67-.67c.22-.21.22-.55.01-.75l-1.3-1.3a.525.525 0 00-.75 0l-.67.67c-.1.1-.1.27 0 .37l1.67 1.68zm-6.37 2.75l-.51 1.8c-.1.35.22.67.57.57l1.8-.51c.18-.05.35-.15.49-.29l3.2-3.11c.11-.11.13-.28.03-.38L16.23 4c-.09-.09-.26-.08-.38.03l-3.2 3.11c-.13.14-.23.31-.28.49z" })));
5
- }
6
- export default SvgBlog;
package/Icon/Bold.mjs DELETED
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgBold(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M13.19 21.01H9.5c-1.93 0-3.5-1.57-3.5-3.5V6.48c0-1.93 1.57-3.5 3.5-3.5h2.55c2.82 0 4.95 2.23 4.95 5.2 0 1.17-.33 2.22-.9 3.07 1.45.95 2.4 2.59 2.4 4.45a5.32 5.32 0 01-5.31 5.31zM9 13.37v4.13c0 .28.22.5.5.5h3.69c1.28 0 2.32-1.04 2.32-2.32 0-1.28-1.04-2.32-2.32-2.32H9v.01zm0-3h3.05c1.34 0 1.95-1.14 1.95-2.2 0-1.06-.61-2.2-1.95-2.2H9.5c-.28.01-.5.24-.5.51v3.89z" })));
5
- }
6
- export default SvgBold;
package/Icon/Book.mjs DELETED
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgBook(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M20.81 4.26l-1.47-.66c-1.81-.8-3.88-.8-5.69 0L12 4.34l-1.66-.74c-1.81-.8-3.88-.8-5.69 0l-1.46.66C2.47 4.58 2 5.29 2 6.08v11.81c0 .68.34 1.31.91 1.68.57.37 1.28.43 1.9.15l.66-.29c1.29-.57 2.77-.57 4.06 0l1.66.74c.26.12.54.17.81.17s.55-.06.81-.17l1.66-.74c1.29-.57 2.77-.57 4.06 0l.66.29A1.997 1.997 0 0022 17.89V6.08c0-.79-.47-1.5-1.19-1.82zM7.5 17c-.97 0-1.94.2-2.84.6l-.66.29V6.08l1.47-.65c1.29-.57 2.77-.57 4.06 0l1.47.65v11.81l-.66-.29c-.9-.4-1.87-.6-2.84-.6zm12.5.89l-.66-.29c-1.81-.8-3.88-.8-5.69 0l-.65.29V6.08l1.47-.65c1.29-.57 2.77-.57 4.06 0l1.47.65v11.81z" })));
5
- }
6
- export default SvgBook;
package/Icon/BookFill.mjs DELETED
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgBookFill(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M19.04 3.66l2.36 1.05c.37.16.6.52.6.92v13.15c0 1.14-1.23 1.87-2.23 1.31l-.48-.26a5.512 5.512 0 00-5.5.09l-.04.02c-.33.2-.75-.04-.75-.43V4.84c0-.18.09-.34.24-.43l.74-.44a5.494 5.494 0 015.06-.31zM2 5.63v13.15c0 1.14 1.23 1.87 2.23 1.31l.47-.26c1.72-.95 3.81-.92 5.5.09l.04.02c.33.2.76-.04.76-.43V4.84c0-.18-.09-.34-.24-.43l-.74-.44a5.494 5.494 0 00-5.06-.31L2.59 4.71c-.36.16-.59.52-.59.92z" })));
5
- }
6
- export default SvgBookFill;
package/Icon/Bookmark.mjs DELETED
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgBookmark(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M17.52 20.61c-.25 0-.49-.06-.72-.19L12 17.8l-4.78 2.62c-.47.26-1.02.25-1.49-.02A1.52 1.52 0 015 19.11V5.95c0-1.65 1.35-3 3-3h8.01c1.65 0 3 1.35 3 3v13.16c0 .54-.28 1.02-.74 1.29-.22.14-.49.21-.75.21zM12 15.73c.25 0 .49.06.72.18l4.3 2.35V5.95c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v12.31l4.27-2.34c.23-.13.48-.19.73-.19z" })));
5
- }
6
- export default SvgBookmark;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgBookmarkFill(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.5 20.14l-5.25-3.01a.497.497 0 00-.5 0L6.5 20.14c-.67.38-1.5-.1-1.5-.87V6c0-1.66 1.34-3 3-3h8c1.66 0 3 1.34 3 3v13.27c0 .77-.83 1.25-1.5.87z" })));
5
- }
6
- export default SvgBookmarkFill;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgBookshelf(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M21.45 17.02L18.34 5.43c-.21-.77-.7-1.42-1.4-1.82a2.996 2.996 0 00-4.47 2.18C12.36 4.23 11.08 3 9.5 3c-.77 0-1.47.3-2 .78C6.97 3.3 6.27 3 5.5 3c-1.65 0-3 1.35-3 3v12c0 1.65 1.35 3 3 3 .77 0 1.47-.3 2-.78.53.48 1.23.78 2 .78 1.65 0 3-1.35 3-3V6.68c.02.1.02.2.05.3l3.11 11.59c.21.77.7 1.42 1.4 1.82.46.27.98.4 1.5.4.26 0 .52-.03.78-.1a2.997 2.997 0 002.11-3.67zM5.5 19c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1s1 .45 1 1v12c0 .55-.45 1-1 1zm5-1c0 .55-.45 1-1 1s-1-.45-1-1V6c0-.55.45-1 1-1s1 .45 1 1v12zm8.31.76a1.007 1.007 0 01-1.23-.71l-3.1-11.59a.994.994 0 01.97-1.25.998.998 0 01.97.74l3.11 11.59c.13.53-.19 1.08-.72 1.22z" })));
5
- }
6
- export default SvgBookshelf;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgBookshelfFill(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M4.75 3C5.99 3 7 4.01 7 5.25v13.5C7 19.99 5.99 21 4.75 21S2.5 19.99 2.5 18.75V5.25C2.5 4.01 3.51 3 4.75 3zM8 5.25v13.5C8 19.99 9.01 21 10.25 21s2.25-1.01 2.25-2.25V5.25C12.5 4.01 11.49 3 10.25 3S8 4.01 8 5.25zm6.97-1.94c-1.2.32-1.91 1.56-1.59 2.76l3.49 13.04c.32 1.2 1.56 1.91 2.76 1.59 1.2-.32 1.91-1.56 1.59-2.76L17.73 4.9a2.255 2.255 0 00-2.76-1.59z" })));
5
- }
6
- export default SvgBookshelfFill;
package/Icon/Border.mjs DELETED
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgBorder(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M20 13H4c-.55 0-1-.45-1-1s.45-1 1-1h16c.55 0 1 .45 1 1s-.45 1-1 1z" })));
5
- }
6
- export default SvgBorder;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgBottomnavFollowfeedActive(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M21 6h-1c-.3 0-.5.2-.5.5V16c0 .6-.4 1-1 1s-1-.4-1-1V4c0-.6-.4-1-1-1H4c-.6 0-1 .4-1 1v13c0 2.2 1.8 4 4 4h11c2.2 0 4-1.8 4-4V7c0-.6-.4-1-1-1zM9.5 18h-3c-.6 0-1-.4-1-1s.4-1 1-1h3c.6 0 1 .4 1 1s-.4 1-1 1zm3.5-4H6.5c-.6 0-1-.4-1-1s.4-1 1-1H13c.6 0 1 .4 1 1s-.4 1-1 1zm1-4.9c0 .5-.4.9-.9.9H6.4c-.5 0-.9-.4-.9-.9V6.4c0-.5.4-.9.9-.9h6.7c.5 0 .9.4.9.9v2.7z" })));
5
- }
6
- export default SvgBottomnavFollowfeedActive;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgBottomnavFollowfeedInactive(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M20 6h-1.5V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v12c0 2.2 1.8 4 4 4h10.5c2.5 0 4.5-2 4.5-4.5V8c0-1.1-.9-2-2-2zm0 10.5c0 1.4-1.1 2.5-2.5 2.5H7c-1.1 0-2-.9-2-2V5h11.5v11c0 .6.4 1 1 1s1-.4 1-1V8H20v8.5zM14.8 14c0 .4-.3.8-.8.8H7c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h7c.4 0 .8.4.8.8zm-4 3c0 .4-.3.8-.8.8H7c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h3c.4 0 .8.4.8.8zm2.7-10.8h-6c-.7 0-1.2.6-1.2 1.2v3c0 .7.6 1.2 1.2 1.2h6c.7 0 1.2-.6 1.2-1.2v-3c.1-.6-.5-1.2-1.2-1.2zm-.3 4H7.8V7.8h5.5v2.4h-.1z" })));
5
- }
6
- export default SvgBottomnavFollowfeedInactive;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgBottomnavHomeActive(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M21.7 10.6L14 3.5c-1.1-1.1-2.9-1.1-4.1 0l-7.7 7.1C.6 12.1 1.7 15 4 15v3c0 1.7 1.3 3 3 3h10c1.7 0 3-1.3 3-3v-3c2.3 0 3.4-2.9 1.7-4.4zM12 16.5c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3c0 1.6-1.3 3-3 3z" })));
5
- }
6
- export default SvgBottomnavHomeActive;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgBottomnavHomeInactive(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M11.5 10C9.6 10 8 11.6 8 13.5S9.6 17 11.5 17s3.5-1.6 3.5-3.5-1.6-3.5-3.5-3.5zm0 5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5zm9.1-5l-6.4-5.8c-1.5-1.4-3.9-1.4-5.4 0L2.4 10c-.9.8-1.2 2.1-.7 3.2.3.8 1 1.5 1.8 1.7V17c0 2.2 1.8 4 4 4h8c2.2 0 4-1.8 4-4v-2.1c.8-.3 1.5-.9 1.8-1.7.5-1.2.2-2.4-.7-3.2zm-1.1 2.4c-.1.1-.3.6-.8.6H18c-.3 0-.5.2-.5.5V17c0 1.1-.9 2-2 2h-8c-1.1 0-2-.9-2-2v-3.5c0-.3-.2-.5-.5-.5h-.6c-.6 0-.8-.4-.8-.6 0-.2-.2-.6.2-1l6.4-5.8c.8-.7 1.9-.7 2.7 0l6.4 5.8c.3.4.2.9.2 1z" })));
5
- }
6
- export default SvgBottomnavHomeInactive;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgBottomnavMypageActive(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M7.5 6.5C7.5 4 9.5 2 12 2s4.5 2 4.5 4.5-2 4.5-4.5 4.5-4.5-2-4.5-4.5zM19.2 21c1.1-.3 1.7-1.5 1.4-2.5-1-2.9-3.5-5.5-8.5-5.5s-7.6 2.6-8.5 5.5c-.4 1.1.3 2.2 1.4 2.5 4.5 1.3 9.5 1.3 14.2 0z" })));
5
- }
6
- export default SvgBottomnavMypageActive;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgBottomnavSearchActive(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M19.8 17.7l-3.5-3.5c.7-1.1 1.2-2.5 1.2-4 0-4-3.3-7.2-7.2-7.2C6.4 3 3 6.3 3 10.2c0 3.9 3.3 7.2 7.2 7.2 1.5 0 2.8-.4 4-1.2l3.5 3.5c.3.3.7.4 1.1.4.4 0 .8-.1 1.1-.4.5-.5.5-1.4-.1-2zM5.5 10.2c0-2.6 2.1-4.8 4.8-4.8 2.7 0 4.7 2.2 4.7 4.8 0 2.6-2.1 4.8-4.8 4.8-2.7 0-4.7-2.1-4.7-4.8z" })));
5
- }
6
- export default SvgBottomnavSearchActive;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgBottomnavSearchInactive(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M19.5 18l-3.6-3.6c.9-1.2 1.4-2.6 1.4-4.2 0-3.9-3.1-7-7-7s-7 3.1-7 7 3.1 7 7 7c1.6 0 3-.5 4.2-1.4l3.6 3.6c.2.2.5.3.7.3.2 0 .5-.1.7-.3.3-.3.3-1 0-1.4zm-9.3-2.8c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5z" })));
5
- }
6
- export default SvgBottomnavSearchInactive;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgBottomnvavMypageInactive(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M12 11c-2.5 0-4.5-2-4.5-4.5S9.5 2 12 2s4.5 2 4.5 4.5-2 4.5-4.5 4.5zm0-7c-1.4 0-2.5 1.1-2.5 2.5S10.6 9 12 9s2.5-1.1 2.5-2.5S13.4 4 12 4zm0 18.2c-2.1 0-4.2-.3-6.2-.8-.9-.2-1.6-.8-2-1.6-.4-.8-.4-1.7-.1-2.5.9-2 3.1-5.4 8.3-5.4 5.2 0 7.4 3.4 8.3 5.4.3.8.3 1.7-.1 2.5s-1.1 1.4-2 1.6c-2 .6-4.1.8-6.2.8zm0-8.2c-3.9 0-5.6 2.3-6.4 4.2-.1.3-.1.6 0 .8.1.3.4.5.7.5 3.8.9 7.8.9 11.5 0 .3-.1.5-.3.7-.5.1-.3.1-.6 0-.8-.9-1.9-2.6-4.2-6.5-4.2z" })));
5
- }
6
- export default SvgBottomnvavMypageInactive;
package/Icon/Bullets.mjs DELETED
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgBullets(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 6.6c0-.55.45-1 1-1h11c.55 0 1 .45 1 1s-.45 1-1 1H9c-.55 0-1-.44-1-1zM4.5 5.1c-.83 0-1.5.68-1.5 1.5s.67 1.5 1.5 1.5S6 7.43 6 6.6s-.67-1.5-1.5-1.5zM20 11.08H9c-.55 0-1 .45-1 1s.45 1 1 1h11c.55 0 1-.45 1-1s-.45-1-1-1zm-15.5-.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zM20 16.66H9c-.55 0-1 .45-1 1s.45 1 1 1h11c.55 0 1-.45 1-1s-.45-1-1-1zm-15.5-.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z" })));
5
- }
6
- export default SvgBullets;
package/Icon/Calendar.mjs DELETED
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgCalendar(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M18 4.75h-1.45v-.48c0-.55-.45-1-1-1s-1 .45-1 1v.48H9.44v-.48c0-.55-.45-1-1-1s-1 .45-1 1v.48H6c-1.65 0-3 1.34-3 3v10c0 1.65 1.34 3 3 3h12c1.65 0 3-1.34 3-3v-10c0-1.65-1.35-3-3-3zm1 13c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1V10.4h14v7.35zm0-9.34H5v-.66c0-.55.45-1 1-1h1.45v.02c0 .55.45 1 1 1s1-.45 1-1v-.02h5.11v.02c0 .55.45 1 1 1s1-.45 1-1v-.02H18c.55 0 1 .45 1 1v.66zm-8 4.34c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zm-3.94 0c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zm0 3.55c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.44-1-1zm3.94 0c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.44-1-1zm4.05-3.55c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zm0 3.55c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.44-1-1z" })));
5
- }
6
- export default SvgCalendar;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgCameraFill(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M19 5.5h-2.14L16 4.33c-.38-.51-.97-.81-1.61-.81H9.62A2 2 0 008 4.34L7.16 5.5H5c-1.66 0-3 1.34-3 3v8.99c0 1.66 1.34 3 3 3h14c1.66 0 3-1.34 3-3V8.5c0-1.66-1.34-3-3-3zm-7 12.49c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm3-5c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3z" })));
5
- }
6
- export default SvgCameraFill;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgCautionFill(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M21.971 18.032l-8.12-14.05c-.77-1.33-2.69-1.33-3.46 0l-8.12 14.05c-.77 1.33.19 3 1.73 3h16.23c1.54 0 2.5-1.66 1.74-3zm-11.1-10.05a1.25 1.25 0 012.5 0v5.5a1.25 1.25 0 01-2.5 0v-5.5zm1.25 11a1.25 1.25 0 11.001-2.5 1.25 1.25 0 010 2.5z" })));
5
- }
6
- export default SvgCautionFill;
package/Icon/Check.mjs DELETED
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgCheck(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M9.95 17.63c-.47 0-.94-.16-1.31-.49l-4.79-4.17a.998.998 0 01-.1-1.41c.36-.42 1-.46 1.41-.1l4.79 4.17 9.59-9.71c.39-.39 1.02-.4 1.42-.01.39.39.4 1.02.01 1.42l-9.59 9.71c-.4.39-.91.59-1.43.59z" })));
5
- }
6
- export default SvgCheck;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgCheckBold(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M9.93 18.66c-.56 0-1.12-.19-1.58-.57l-4.8-3.93c-.64-.52-.74-1.47-.21-2.11.53-.64 1.47-.73 2.11-.21l4.45 3.64 9.04-9.04a1.49 1.49 0 012.12 0c.58.59.59 1.54 0 2.12l-9.36 9.36c-.49.49-1.12.74-1.77.74z" })));
5
- }
6
- export default SvgCheckBold;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgCheckCircle(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm5.18-11.23c.41.37.43 1.01.06 1.41l-5.35 5.79c-.39.43-.93.65-1.47.65-.46 0-.92-.16-1.3-.48l-2.77-2.37a.999.999 0 111.3-1.52l2.77 2.37 5.35-5.79c.37-.41 1-.44 1.41-.06z" })));
5
- }
6
- export default SvgCheckCircle;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- function SvgCheckCircleFill(props) {
3
- return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
4
- React.createElement("path", { d: "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm5.23 8.18l-5.35 5.79c-.39.43-.93.65-1.47.65-.46 0-.92-.16-1.3-.48l-2.77-2.37a.999.999 0 111.3-1.52l2.77 2.37 5.35-5.79a.997.997 0 011.41-.06c.41.37.44 1 .06 1.41z" })));
5
- }
6
- export default SvgCheckCircleFill;