@arco-iconbox/vue-smartcode 0.0.8 → 0.0.10

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 (802) hide show
  1. package/dist/icon.js +670 -9300
  2. package/dist/icon.js.map +1 -1
  3. package/dist/icon.min.js +234 -1174
  4. package/dist/icon.min.js.map +1 -1
  5. package/esm/IconCheckCircleFill/index.js +5 -6
  6. package/esm/IconChineseFill/index.js +4 -5
  7. package/esm/IconCloseCircleFill/index.js +5 -6
  8. package/esm/IconEnglishFill/index.js +3 -4
  9. package/esm/IconExclamationCircleFill/index.js +5 -6
  10. package/esm/IconExclamationPolygonFill/index.js +5 -6
  11. package/esm/IconFaceFrownFill/index.js +5 -6
  12. package/esm/IconFaceMehFill/index.js +5 -6
  13. package/esm/IconFaceSmileFill/index.js +5 -6
  14. package/esm/IconHeartFill/index.js +3 -4
  15. package/esm/IconIconFillHome/index.js +6 -4
  16. package/esm/IconInfoCircleFill/index.js +5 -6
  17. package/esm/IconLineAdd/index.js +32 -0
  18. package/esm/IconMinusCircleFill/index.js +5 -6
  19. package/esm/IconMoonFill/index.js +3 -4
  20. package/esm/IconMuteFill/index.js +4 -5
  21. package/esm/IconPauseCircleFill/index.js +6 -7
  22. package/esm/IconPenFill/index.js +3 -4
  23. package/esm/IconPlayArrowFill/index.js +3 -4
  24. package/esm/IconPlayCircleFill/index.js +4 -5
  25. package/esm/IconPlusCircleFill/index.js +5 -6
  26. package/esm/IconQuestionCircleFill/index.js +5 -6
  27. package/esm/IconSkipNextFill/index.js +4 -5
  28. package/esm/IconSkipPreviousFill/index.js +4 -5
  29. package/esm/IconSoundFill/index.js +4 -5
  30. package/esm/IconStarFill/index.js +3 -4
  31. package/esm/IconSunFill/index.js +4 -5
  32. package/esm/IconThumbDownFill/index.js +5 -6
  33. package/esm/IconThumbUpFill/index.js +5 -6
  34. package/esm/index.js +1 -236
  35. package/lib/IconCheckCircleFill/index.js +5 -6
  36. package/lib/IconChineseFill/index.js +4 -5
  37. package/lib/IconCloseCircleFill/index.js +5 -6
  38. package/lib/IconEnglishFill/index.js +3 -4
  39. package/lib/IconExclamationCircleFill/index.js +5 -6
  40. package/lib/IconExclamationPolygonFill/index.js +5 -6
  41. package/lib/IconFaceFrownFill/index.js +5 -6
  42. package/lib/IconFaceMehFill/index.js +5 -6
  43. package/lib/IconFaceSmileFill/index.js +5 -6
  44. package/lib/IconHeartFill/index.js +3 -4
  45. package/lib/IconIconFillHome/index.js +6 -4
  46. package/lib/IconInfoCircleFill/index.js +5 -6
  47. package/lib/{IconLayout → IconLineAdd}/index.js +6 -9
  48. package/lib/IconMinusCircleFill/index.js +5 -6
  49. package/lib/IconMoonFill/index.js +3 -4
  50. package/lib/IconMuteFill/index.js +4 -5
  51. package/lib/IconPauseCircleFill/index.js +6 -7
  52. package/lib/IconPenFill/index.js +3 -4
  53. package/lib/IconPlayArrowFill/index.js +3 -4
  54. package/lib/IconPlayCircleFill/index.js +4 -5
  55. package/lib/IconPlusCircleFill/index.js +5 -6
  56. package/lib/IconQuestionCircleFill/index.js +5 -6
  57. package/lib/IconSkipNextFill/index.js +4 -5
  58. package/lib/IconSkipPreviousFill/index.js +4 -5
  59. package/lib/IconSoundFill/index.js +4 -5
  60. package/lib/IconStarFill/index.js +3 -4
  61. package/lib/IconSunFill/index.js +4 -5
  62. package/lib/IconThumbDownFill/index.js +5 -6
  63. package/lib/IconThumbUpFill/index.js +5 -6
  64. package/lib/index.js +154 -624
  65. package/package.json +1 -1
  66. package/src/IconCheckCircleFill/index.vue +1 -1
  67. package/src/IconChineseFill/index.vue +1 -1
  68. package/src/IconCloseCircleFill/index.vue +1 -1
  69. package/src/IconEnglishFill/index.vue +1 -1
  70. package/src/IconExclamationCircleFill/index.vue +1 -1
  71. package/src/IconExclamationPolygonFill/index.vue +1 -1
  72. package/src/IconFaceFrownFill/index.vue +1 -1
  73. package/src/IconFaceMehFill/index.vue +1 -1
  74. package/src/IconFaceSmileFill/index.vue +1 -1
  75. package/src/IconHeartFill/index.vue +1 -1
  76. package/src/IconIconFillHome/index.vue +1 -1
  77. package/src/IconInfoCircleFill/index.vue +1 -1
  78. package/src/IconLineAdd/index.vue +19 -0
  79. package/src/IconMinusCircleFill/index.vue +1 -1
  80. package/src/IconMoonFill/index.vue +1 -1
  81. package/src/IconMuteFill/index.vue +1 -1
  82. package/src/IconPauseCircleFill/index.vue +1 -1
  83. package/src/IconPenFill/index.vue +1 -1
  84. package/src/IconPlayArrowFill/index.vue +1 -1
  85. package/src/IconPlayCircleFill/index.vue +1 -1
  86. package/src/IconPlusCircleFill/index.vue +1 -1
  87. package/src/IconQuestionCircleFill/index.vue +1 -1
  88. package/src/IconSkipNextFill/index.vue +1 -1
  89. package/src/IconSkipPreviousFill/index.vue +1 -1
  90. package/src/IconSoundFill/index.vue +1 -1
  91. package/src/IconStarFill/index.vue +1 -1
  92. package/src/IconSunFill/index.vue +1 -1
  93. package/src/IconThumbDownFill/index.vue +1 -1
  94. package/src/IconThumbUpFill/index.vue +1 -1
  95. package/src/index.js +2 -237
  96. package/esm/IconAlignCenter/index.js +0 -35
  97. package/esm/IconAlignLeft/index.js +0 -35
  98. package/esm/IconAlignRight/index.js +0 -35
  99. package/esm/IconApps/index.js +0 -37
  100. package/esm/IconArchive/index.js +0 -45
  101. package/esm/IconArrowDown/index.js +0 -35
  102. package/esm/IconArrowFall/index.js +0 -50
  103. package/esm/IconArrowLeft/index.js +0 -35
  104. package/esm/IconArrowRight/index.js +0 -35
  105. package/esm/IconArrowRise/index.js +0 -50
  106. package/esm/IconArrowUp/index.js +0 -35
  107. package/esm/IconAt/index.js +0 -35
  108. package/esm/IconAttachment/index.js +0 -35
  109. package/esm/IconBackward/index.js +0 -35
  110. package/esm/IconBgColors/index.js +0 -48
  111. package/esm/IconBold/index.js +0 -35
  112. package/esm/IconBook/index.js +0 -36
  113. package/esm/IconBranch/index.js +0 -35
  114. package/esm/IconBrush/index.js +0 -41
  115. package/esm/IconBug/index.js +0 -43
  116. package/esm/IconBulb/index.js +0 -35
  117. package/esm/IconCalendar/index.js +0 -35
  118. package/esm/IconCalendarClock/index.js +0 -41
  119. package/esm/IconCamera/index.js +0 -41
  120. package/esm/IconCaretDown/index.js +0 -33
  121. package/esm/IconCaretLeft/index.js +0 -33
  122. package/esm/IconCaretRight/index.js +0 -33
  123. package/esm/IconCaretUp/index.js +0 -33
  124. package/esm/IconCheck/index.js +0 -35
  125. package/esm/IconCheckCircle/index.js +0 -41
  126. package/esm/IconCheckSquare/index.js +0 -41
  127. package/esm/IconClockCircle/index.js +0 -41
  128. package/esm/IconClose/index.js +0 -35
  129. package/esm/IconCloseCircle/index.js +0 -41
  130. package/esm/IconCloud/index.js +0 -35
  131. package/esm/IconCloudDownload/index.js +0 -41
  132. package/esm/IconCode/index.js +0 -35
  133. package/esm/IconCodeBlock/index.js +0 -35
  134. package/esm/IconCodeSquare/index.js +0 -47
  135. package/esm/IconCommand/index.js +0 -35
  136. package/esm/IconCommon/index.js +0 -35
  137. package/esm/IconCompass/index.js +0 -41
  138. package/esm/IconCopy/index.js +0 -41
  139. package/esm/IconCopyright/index.js +0 -35
  140. package/esm/IconCustomerService/index.js +0 -41
  141. package/esm/IconDashboard/index.js +0 -42
  142. package/esm/IconDelete/index.js +0 -35
  143. package/esm/IconDesktop/index.js +0 -35
  144. package/esm/IconDice/index.js +0 -65
  145. package/esm/IconDoubleDown/index.js +0 -41
  146. package/esm/IconDoubleLeft/index.js +0 -41
  147. package/esm/IconDoubleRight/index.js +0 -41
  148. package/esm/IconDoubleUp/index.js +0 -41
  149. package/esm/IconDown/index.js +0 -35
  150. package/esm/IconDownCircle/index.js +0 -44
  151. package/esm/IconDownload/index.js +0 -35
  152. package/esm/IconDragArrow/index.js +0 -35
  153. package/esm/IconDragDot/index.js +0 -39
  154. package/esm/IconDragDotVertical/index.js +0 -39
  155. package/esm/IconDriveFile/index.js +0 -41
  156. package/esm/IconEar/index.js +0 -41
  157. package/esm/IconEdit/index.js +0 -35
  158. package/esm/IconEmail/index.js +0 -45
  159. package/esm/IconEmpty/index.js +0 -41
  160. package/esm/IconEraser/index.js +0 -35
  161. package/esm/IconExclamation/index.js +0 -50
  162. package/esm/IconExclamationCircle/index.js +0 -35
  163. package/esm/IconExpand/index.js +0 -35
  164. package/esm/IconExperiment/index.js +0 -41
  165. package/esm/IconExport/index.js +0 -35
  166. package/esm/IconEye/index.js +0 -42
  167. package/esm/IconEyeInvisible/index.js +0 -41
  168. package/esm/IconFile/index.js +0 -35
  169. package/esm/IconFileAudio/index.js +0 -45
  170. package/esm/IconFileImage/index.js +0 -35
  171. package/esm/IconFilePdf/index.js +0 -41
  172. package/esm/IconFileVideo/index.js +0 -41
  173. package/esm/IconFilter/index.js +0 -35
  174. package/esm/IconFindReplace/index.js +0 -35
  175. package/esm/IconFire/index.js +0 -35
  176. package/esm/IconFold/index.js +0 -35
  177. package/esm/IconFolder/index.js +0 -35
  178. package/esm/IconFolderAdd/index.js +0 -35
  179. package/esm/IconFolderDelete/index.js +0 -35
  180. package/esm/IconFontColors/index.js +0 -35
  181. package/esm/IconFormula/index.js +0 -35
  182. package/esm/IconForward/index.js +0 -35
  183. package/esm/IconFullscreen/index.js +0 -35
  184. package/esm/IconFullscreenExit/index.js +0 -35
  185. package/esm/IconGeneral/index.js +0 -61
  186. package/esm/IconGift/index.js +0 -35
  187. package/esm/IconH1/index.js +0 -35
  188. package/esm/IconH2/index.js +0 -35
  189. package/esm/IconH3/index.js +0 -35
  190. package/esm/IconH4/index.js +0 -35
  191. package/esm/IconH5/index.js +0 -35
  192. package/esm/IconH6/index.js +0 -35
  193. package/esm/IconH7/index.js +0 -35
  194. package/esm/IconHeart/index.js +0 -35
  195. package/esm/IconHighlight/index.js +0 -35
  196. package/esm/IconHistory/index.js +0 -41
  197. package/esm/IconHome/index.js +0 -41
  198. package/esm/IconIdcard/index.js +0 -43
  199. package/esm/IconImage/index.js +0 -39
  200. package/esm/IconImageClose/index.js +0 -60
  201. package/esm/IconImport/index.js +0 -41
  202. package/esm/IconInfo/index.js +0 -50
  203. package/esm/IconInfoCircle/index.js +0 -35
  204. package/esm/IconInteraction/index.js +0 -35
  205. package/esm/IconItalic/index.js +0 -35
  206. package/esm/IconLanguage/index.js +0 -41
  207. package/esm/IconLaunch/index.js +0 -35
  208. package/esm/IconLayout/index.js +0 -35
  209. package/esm/IconLeft/index.js +0 -35
  210. package/esm/IconLeftCircle/index.js +0 -43
  211. package/esm/IconLineHeight/index.js +0 -45
  212. package/esm/IconLink/index.js +0 -41
  213. package/esm/IconList/index.js +0 -35
  214. package/esm/IconLiveBroadcast/index.js +0 -35
  215. package/esm/IconLoading/index.js +0 -35
  216. package/esm/IconLocation/index.js +0 -43
  217. package/esm/IconLock/index.js +0 -41
  218. package/esm/IconLoop/index.js +0 -35
  219. package/esm/IconMan/index.js +0 -43
  220. package/esm/IconMenu/index.js +0 -35
  221. package/esm/IconMenuFold/index.js +0 -35
  222. package/esm/IconMenuUnfold/index.js +0 -35
  223. package/esm/IconMessage/index.js +0 -35
  224. package/esm/IconMessageBanned/index.js +0 -41
  225. package/esm/IconMindMapping/index.js +0 -35
  226. package/esm/IconMinus/index.js +0 -35
  227. package/esm/IconMinusCircle/index.js +0 -35
  228. package/esm/IconMobile/index.js +0 -41
  229. package/esm/IconMoon/index.js +0 -35
  230. package/esm/IconMore/index.js +0 -39
  231. package/esm/IconMoreVertical/index.js +0 -39
  232. package/esm/IconMosaic/index.js +0 -39
  233. package/esm/IconMusic/index.js +0 -35
  234. package/esm/IconMute/index.js +0 -35
  235. package/esm/IconNav/index.js +0 -35
  236. package/esm/IconNotification/index.js +0 -35
  237. package/esm/IconNotificationClose/index.js +0 -35
  238. package/esm/IconObliqueLine/index.js +0 -35
  239. package/esm/IconOldVersion/index.js +0 -41
  240. package/esm/IconOrderedList/index.js +0 -41
  241. package/esm/IconOriginalSize/index.js +0 -45
  242. package/esm/IconPalette/index.js +0 -62
  243. package/esm/IconPaste/index.js +0 -49
  244. package/esm/IconPause/index.js +0 -39
  245. package/esm/IconPauseCircle/index.js +0 -41
  246. package/esm/IconPen/index.js +0 -35
  247. package/esm/IconPhone/index.js +0 -35
  248. package/esm/IconPlayArrow/index.js +0 -35
  249. package/esm/IconPlayCircle/index.js +0 -42
  250. package/esm/IconPlus/index.js +0 -35
  251. package/esm/IconPlusCircle/index.js +0 -35
  252. package/esm/IconPoweroff/index.js +0 -35
  253. package/esm/IconPrinter/index.js +0 -41
  254. package/esm/IconPublic/index.js +0 -41
  255. package/esm/IconPushpin/index.js +0 -35
  256. package/esm/IconQrcode/index.js +0 -35
  257. package/esm/IconQuestion/index.js +0 -35
  258. package/esm/IconQuestionCircle/index.js +0 -42
  259. package/esm/IconQuote/index.js +0 -39
  260. package/esm/IconRecord/index.js +0 -46
  261. package/esm/IconRecordStop/index.js +0 -46
  262. package/esm/IconRedo/index.js +0 -41
  263. package/esm/IconRefresh/index.js +0 -41
  264. package/esm/IconReply/index.js +0 -35
  265. package/esm/IconRight/index.js +0 -35
  266. package/esm/IconRightCircle/index.js +0 -43
  267. package/esm/IconRobot/index.js +0 -39
  268. package/esm/IconRobotAdd/index.js +0 -41
  269. package/esm/IconRotateLeft/index.js +0 -41
  270. package/esm/IconRotateRight/index.js +0 -41
  271. package/esm/IconSafe/index.js +0 -41
  272. package/esm/IconSave/index.js +0 -35
  273. package/esm/IconScan/index.js +0 -35
  274. package/esm/IconSchedule/index.js +0 -43
  275. package/esm/IconScissor/index.js +0 -35
  276. package/esm/IconSearch/index.js +0 -35
  277. package/esm/IconSelectAll/index.js +0 -35
  278. package/esm/IconSend/index.js +0 -37
  279. package/esm/IconSettings/index.js +0 -41
  280. package/esm/IconShake/index.js +0 -44
  281. package/esm/IconShareAlt/index.js +0 -35
  282. package/esm/IconShareExternal/index.js +0 -36
  283. package/esm/IconShareInternal/index.js +0 -35
  284. package/esm/IconShrink/index.js +0 -35
  285. package/esm/IconSkin/index.js +0 -35
  286. package/esm/IconSkipNext/index.js +0 -43
  287. package/esm/IconSkipPrevious/index.js +0 -43
  288. package/esm/IconSort/index.js +0 -35
  289. package/esm/IconSortAscending/index.js +0 -35
  290. package/esm/IconSortDescending/index.js +0 -35
  291. package/esm/IconSound/index.js +0 -43
  292. package/esm/IconStamp/index.js +0 -35
  293. package/esm/IconStar/index.js +0 -35
  294. package/esm/IconStop/index.js +0 -35
  295. package/esm/IconStorage/index.js +0 -51
  296. package/esm/IconStrikethrough/index.js +0 -35
  297. package/esm/IconSubscribe/index.js +0 -35
  298. package/esm/IconSubscribeAdd/index.js +0 -35
  299. package/esm/IconSubscribed/index.js +0 -41
  300. package/esm/IconSun/index.js +0 -47
  301. package/esm/IconSwap/index.js +0 -35
  302. package/esm/IconSync/index.js +0 -41
  303. package/esm/IconTag/index.js +0 -47
  304. package/esm/IconTags/index.js +0 -53
  305. package/esm/IconThumbDown/index.js +0 -35
  306. package/esm/IconThumbUp/index.js +0 -35
  307. package/esm/IconThunderbolt/index.js +0 -35
  308. package/esm/IconToBottom/index.js +0 -39
  309. package/esm/IconToLeft/index.js +0 -39
  310. package/esm/IconToRight/index.js +0 -39
  311. package/esm/IconToTop/index.js +0 -39
  312. package/esm/IconTool/index.js +0 -35
  313. package/esm/IconTranslate/index.js +0 -47
  314. package/esm/IconTrophy/index.js +0 -35
  315. package/esm/IconUnderline/index.js +0 -35
  316. package/esm/IconUndo/index.js +0 -41
  317. package/esm/IconUnfold/index.js +0 -35
  318. package/esm/IconUnlock/index.js +0 -45
  319. package/esm/IconUnorderedList/index.js +0 -35
  320. package/esm/IconUp/index.js +0 -35
  321. package/esm/IconUpCircle/index.js +0 -43
  322. package/esm/IconUpload/index.js +0 -35
  323. package/esm/IconUser/index.js +0 -43
  324. package/esm/IconUserAdd/index.js +0 -35
  325. package/esm/IconUserGroup/index.js +0 -51
  326. package/esm/IconVideoCamera/index.js +0 -35
  327. package/esm/IconVoice/index.js +0 -41
  328. package/esm/IconWifi/index.js +0 -39
  329. package/esm/IconWoman/index.js +0 -35
  330. package/esm/IconZoomIn/index.js +0 -35
  331. package/esm/IconZoomOut/index.js +0 -35
  332. package/lib/IconAlignCenter/index.js +0 -36
  333. package/lib/IconAlignLeft/index.js +0 -36
  334. package/lib/IconAlignRight/index.js +0 -36
  335. package/lib/IconApps/index.js +0 -38
  336. package/lib/IconArchive/index.js +0 -46
  337. package/lib/IconArrowDown/index.js +0 -36
  338. package/lib/IconArrowFall/index.js +0 -51
  339. package/lib/IconArrowLeft/index.js +0 -36
  340. package/lib/IconArrowRight/index.js +0 -36
  341. package/lib/IconArrowRise/index.js +0 -51
  342. package/lib/IconArrowUp/index.js +0 -36
  343. package/lib/IconAt/index.js +0 -36
  344. package/lib/IconAttachment/index.js +0 -36
  345. package/lib/IconBackward/index.js +0 -36
  346. package/lib/IconBgColors/index.js +0 -49
  347. package/lib/IconBold/index.js +0 -36
  348. package/lib/IconBook/index.js +0 -37
  349. package/lib/IconBranch/index.js +0 -36
  350. package/lib/IconBrush/index.js +0 -42
  351. package/lib/IconBug/index.js +0 -44
  352. package/lib/IconBulb/index.js +0 -36
  353. package/lib/IconCalendar/index.js +0 -36
  354. package/lib/IconCalendarClock/index.js +0 -42
  355. package/lib/IconCamera/index.js +0 -42
  356. package/lib/IconCaretDown/index.js +0 -34
  357. package/lib/IconCaretLeft/index.js +0 -34
  358. package/lib/IconCaretRight/index.js +0 -34
  359. package/lib/IconCaretUp/index.js +0 -34
  360. package/lib/IconCheck/index.js +0 -36
  361. package/lib/IconCheckCircle/index.js +0 -42
  362. package/lib/IconCheckSquare/index.js +0 -42
  363. package/lib/IconClockCircle/index.js +0 -42
  364. package/lib/IconClose/index.js +0 -36
  365. package/lib/IconCloseCircle/index.js +0 -42
  366. package/lib/IconCloud/index.js +0 -36
  367. package/lib/IconCloudDownload/index.js +0 -42
  368. package/lib/IconCode/index.js +0 -36
  369. package/lib/IconCodeBlock/index.js +0 -36
  370. package/lib/IconCodeSquare/index.js +0 -48
  371. package/lib/IconCommand/index.js +0 -36
  372. package/lib/IconCommon/index.js +0 -36
  373. package/lib/IconCompass/index.js +0 -42
  374. package/lib/IconCopy/index.js +0 -42
  375. package/lib/IconCopyright/index.js +0 -36
  376. package/lib/IconCustomerService/index.js +0 -42
  377. package/lib/IconDashboard/index.js +0 -43
  378. package/lib/IconDelete/index.js +0 -36
  379. package/lib/IconDesktop/index.js +0 -36
  380. package/lib/IconDice/index.js +0 -66
  381. package/lib/IconDoubleDown/index.js +0 -42
  382. package/lib/IconDoubleLeft/index.js +0 -42
  383. package/lib/IconDoubleRight/index.js +0 -42
  384. package/lib/IconDoubleUp/index.js +0 -42
  385. package/lib/IconDown/index.js +0 -36
  386. package/lib/IconDownCircle/index.js +0 -45
  387. package/lib/IconDownload/index.js +0 -36
  388. package/lib/IconDragArrow/index.js +0 -36
  389. package/lib/IconDragDot/index.js +0 -40
  390. package/lib/IconDragDotVertical/index.js +0 -40
  391. package/lib/IconDriveFile/index.js +0 -42
  392. package/lib/IconEar/index.js +0 -42
  393. package/lib/IconEdit/index.js +0 -36
  394. package/lib/IconEmail/index.js +0 -46
  395. package/lib/IconEmpty/index.js +0 -42
  396. package/lib/IconEraser/index.js +0 -36
  397. package/lib/IconExclamation/index.js +0 -51
  398. package/lib/IconExclamationCircle/index.js +0 -36
  399. package/lib/IconExpand/index.js +0 -36
  400. package/lib/IconExperiment/index.js +0 -42
  401. package/lib/IconExport/index.js +0 -36
  402. package/lib/IconEye/index.js +0 -43
  403. package/lib/IconEyeInvisible/index.js +0 -42
  404. package/lib/IconFile/index.js +0 -36
  405. package/lib/IconFileAudio/index.js +0 -46
  406. package/lib/IconFileImage/index.js +0 -36
  407. package/lib/IconFilePdf/index.js +0 -42
  408. package/lib/IconFileVideo/index.js +0 -42
  409. package/lib/IconFilter/index.js +0 -36
  410. package/lib/IconFindReplace/index.js +0 -36
  411. package/lib/IconFire/index.js +0 -36
  412. package/lib/IconFold/index.js +0 -36
  413. package/lib/IconFolder/index.js +0 -36
  414. package/lib/IconFolderAdd/index.js +0 -36
  415. package/lib/IconFolderDelete/index.js +0 -36
  416. package/lib/IconFontColors/index.js +0 -36
  417. package/lib/IconFormula/index.js +0 -36
  418. package/lib/IconForward/index.js +0 -36
  419. package/lib/IconFullscreen/index.js +0 -36
  420. package/lib/IconFullscreenExit/index.js +0 -36
  421. package/lib/IconGeneral/index.js +0 -62
  422. package/lib/IconGift/index.js +0 -36
  423. package/lib/IconH1/index.js +0 -36
  424. package/lib/IconH2/index.js +0 -36
  425. package/lib/IconH3/index.js +0 -36
  426. package/lib/IconH4/index.js +0 -36
  427. package/lib/IconH5/index.js +0 -36
  428. package/lib/IconH6/index.js +0 -36
  429. package/lib/IconH7/index.js +0 -36
  430. package/lib/IconHeart/index.js +0 -36
  431. package/lib/IconHighlight/index.js +0 -36
  432. package/lib/IconHistory/index.js +0 -42
  433. package/lib/IconHome/index.js +0 -42
  434. package/lib/IconIdcard/index.js +0 -44
  435. package/lib/IconImage/index.js +0 -40
  436. package/lib/IconImageClose/index.js +0 -61
  437. package/lib/IconImport/index.js +0 -42
  438. package/lib/IconInfo/index.js +0 -51
  439. package/lib/IconInfoCircle/index.js +0 -36
  440. package/lib/IconInteraction/index.js +0 -36
  441. package/lib/IconItalic/index.js +0 -36
  442. package/lib/IconLanguage/index.js +0 -42
  443. package/lib/IconLaunch/index.js +0 -36
  444. package/lib/IconLeft/index.js +0 -36
  445. package/lib/IconLeftCircle/index.js +0 -44
  446. package/lib/IconLineHeight/index.js +0 -46
  447. package/lib/IconLink/index.js +0 -42
  448. package/lib/IconList/index.js +0 -36
  449. package/lib/IconLiveBroadcast/index.js +0 -36
  450. package/lib/IconLoading/index.js +0 -36
  451. package/lib/IconLocation/index.js +0 -44
  452. package/lib/IconLock/index.js +0 -42
  453. package/lib/IconLoop/index.js +0 -36
  454. package/lib/IconMan/index.js +0 -44
  455. package/lib/IconMenu/index.js +0 -36
  456. package/lib/IconMenuFold/index.js +0 -36
  457. package/lib/IconMenuUnfold/index.js +0 -36
  458. package/lib/IconMessage/index.js +0 -36
  459. package/lib/IconMessageBanned/index.js +0 -42
  460. package/lib/IconMindMapping/index.js +0 -36
  461. package/lib/IconMinus/index.js +0 -36
  462. package/lib/IconMinusCircle/index.js +0 -36
  463. package/lib/IconMobile/index.js +0 -42
  464. package/lib/IconMoon/index.js +0 -36
  465. package/lib/IconMore/index.js +0 -40
  466. package/lib/IconMoreVertical/index.js +0 -40
  467. package/lib/IconMosaic/index.js +0 -40
  468. package/lib/IconMusic/index.js +0 -36
  469. package/lib/IconMute/index.js +0 -36
  470. package/lib/IconNav/index.js +0 -36
  471. package/lib/IconNotification/index.js +0 -36
  472. package/lib/IconNotificationClose/index.js +0 -36
  473. package/lib/IconObliqueLine/index.js +0 -36
  474. package/lib/IconOldVersion/index.js +0 -42
  475. package/lib/IconOrderedList/index.js +0 -42
  476. package/lib/IconOriginalSize/index.js +0 -46
  477. package/lib/IconPalette/index.js +0 -63
  478. package/lib/IconPaste/index.js +0 -50
  479. package/lib/IconPause/index.js +0 -40
  480. package/lib/IconPauseCircle/index.js +0 -42
  481. package/lib/IconPen/index.js +0 -36
  482. package/lib/IconPhone/index.js +0 -36
  483. package/lib/IconPlayArrow/index.js +0 -36
  484. package/lib/IconPlayCircle/index.js +0 -43
  485. package/lib/IconPlus/index.js +0 -36
  486. package/lib/IconPlusCircle/index.js +0 -36
  487. package/lib/IconPoweroff/index.js +0 -36
  488. package/lib/IconPrinter/index.js +0 -42
  489. package/lib/IconPublic/index.js +0 -42
  490. package/lib/IconPushpin/index.js +0 -36
  491. package/lib/IconQrcode/index.js +0 -36
  492. package/lib/IconQuestion/index.js +0 -36
  493. package/lib/IconQuestionCircle/index.js +0 -43
  494. package/lib/IconQuote/index.js +0 -40
  495. package/lib/IconRecord/index.js +0 -47
  496. package/lib/IconRecordStop/index.js +0 -47
  497. package/lib/IconRedo/index.js +0 -42
  498. package/lib/IconRefresh/index.js +0 -42
  499. package/lib/IconReply/index.js +0 -36
  500. package/lib/IconRight/index.js +0 -36
  501. package/lib/IconRightCircle/index.js +0 -44
  502. package/lib/IconRobot/index.js +0 -40
  503. package/lib/IconRobotAdd/index.js +0 -42
  504. package/lib/IconRotateLeft/index.js +0 -42
  505. package/lib/IconRotateRight/index.js +0 -42
  506. package/lib/IconSafe/index.js +0 -42
  507. package/lib/IconSave/index.js +0 -36
  508. package/lib/IconScan/index.js +0 -36
  509. package/lib/IconSchedule/index.js +0 -44
  510. package/lib/IconScissor/index.js +0 -36
  511. package/lib/IconSearch/index.js +0 -36
  512. package/lib/IconSelectAll/index.js +0 -36
  513. package/lib/IconSend/index.js +0 -38
  514. package/lib/IconSettings/index.js +0 -42
  515. package/lib/IconShake/index.js +0 -45
  516. package/lib/IconShareAlt/index.js +0 -36
  517. package/lib/IconShareExternal/index.js +0 -37
  518. package/lib/IconShareInternal/index.js +0 -36
  519. package/lib/IconShrink/index.js +0 -36
  520. package/lib/IconSkin/index.js +0 -36
  521. package/lib/IconSkipNext/index.js +0 -44
  522. package/lib/IconSkipPrevious/index.js +0 -44
  523. package/lib/IconSort/index.js +0 -36
  524. package/lib/IconSortAscending/index.js +0 -36
  525. package/lib/IconSortDescending/index.js +0 -36
  526. package/lib/IconSound/index.js +0 -44
  527. package/lib/IconStamp/index.js +0 -36
  528. package/lib/IconStar/index.js +0 -36
  529. package/lib/IconStop/index.js +0 -36
  530. package/lib/IconStorage/index.js +0 -52
  531. package/lib/IconStrikethrough/index.js +0 -36
  532. package/lib/IconSubscribe/index.js +0 -36
  533. package/lib/IconSubscribeAdd/index.js +0 -36
  534. package/lib/IconSubscribed/index.js +0 -42
  535. package/lib/IconSun/index.js +0 -48
  536. package/lib/IconSwap/index.js +0 -36
  537. package/lib/IconSync/index.js +0 -42
  538. package/lib/IconTag/index.js +0 -48
  539. package/lib/IconTags/index.js +0 -54
  540. package/lib/IconThumbDown/index.js +0 -36
  541. package/lib/IconThumbUp/index.js +0 -36
  542. package/lib/IconThunderbolt/index.js +0 -36
  543. package/lib/IconToBottom/index.js +0 -40
  544. package/lib/IconToLeft/index.js +0 -40
  545. package/lib/IconToRight/index.js +0 -40
  546. package/lib/IconToTop/index.js +0 -40
  547. package/lib/IconTool/index.js +0 -36
  548. package/lib/IconTranslate/index.js +0 -48
  549. package/lib/IconTrophy/index.js +0 -36
  550. package/lib/IconUnderline/index.js +0 -36
  551. package/lib/IconUndo/index.js +0 -42
  552. package/lib/IconUnfold/index.js +0 -36
  553. package/lib/IconUnlock/index.js +0 -46
  554. package/lib/IconUnorderedList/index.js +0 -36
  555. package/lib/IconUp/index.js +0 -36
  556. package/lib/IconUpCircle/index.js +0 -44
  557. package/lib/IconUpload/index.js +0 -36
  558. package/lib/IconUser/index.js +0 -44
  559. package/lib/IconUserAdd/index.js +0 -36
  560. package/lib/IconUserGroup/index.js +0 -52
  561. package/lib/IconVideoCamera/index.js +0 -36
  562. package/lib/IconVoice/index.js +0 -42
  563. package/lib/IconWifi/index.js +0 -40
  564. package/lib/IconWoman/index.js +0 -36
  565. package/lib/IconZoomIn/index.js +0 -36
  566. package/lib/IconZoomOut/index.js +0 -36
  567. package/src/IconAlignCenter/index.vue +0 -19
  568. package/src/IconAlignLeft/index.vue +0 -19
  569. package/src/IconAlignRight/index.vue +0 -19
  570. package/src/IconApps/index.vue +0 -19
  571. package/src/IconArchive/index.vue +0 -19
  572. package/src/IconArrowDown/index.vue +0 -19
  573. package/src/IconArrowFall/index.vue +0 -19
  574. package/src/IconArrowLeft/index.vue +0 -19
  575. package/src/IconArrowRight/index.vue +0 -19
  576. package/src/IconArrowRise/index.vue +0 -19
  577. package/src/IconArrowUp/index.vue +0 -19
  578. package/src/IconAt/index.vue +0 -19
  579. package/src/IconAttachment/index.vue +0 -19
  580. package/src/IconBackward/index.vue +0 -19
  581. package/src/IconBgColors/index.vue +0 -19
  582. package/src/IconBold/index.vue +0 -19
  583. package/src/IconBook/index.vue +0 -19
  584. package/src/IconBranch/index.vue +0 -19
  585. package/src/IconBrush/index.vue +0 -19
  586. package/src/IconBug/index.vue +0 -19
  587. package/src/IconBulb/index.vue +0 -19
  588. package/src/IconCalendar/index.vue +0 -19
  589. package/src/IconCalendarClock/index.vue +0 -19
  590. package/src/IconCamera/index.vue +0 -19
  591. package/src/IconCaretDown/index.vue +0 -19
  592. package/src/IconCaretLeft/index.vue +0 -19
  593. package/src/IconCaretRight/index.vue +0 -19
  594. package/src/IconCaretUp/index.vue +0 -19
  595. package/src/IconCheck/index.vue +0 -19
  596. package/src/IconCheckCircle/index.vue +0 -19
  597. package/src/IconCheckSquare/index.vue +0 -19
  598. package/src/IconClockCircle/index.vue +0 -19
  599. package/src/IconClose/index.vue +0 -19
  600. package/src/IconCloseCircle/index.vue +0 -19
  601. package/src/IconCloud/index.vue +0 -19
  602. package/src/IconCloudDownload/index.vue +0 -19
  603. package/src/IconCode/index.vue +0 -19
  604. package/src/IconCodeBlock/index.vue +0 -19
  605. package/src/IconCodeSquare/index.vue +0 -19
  606. package/src/IconCommand/index.vue +0 -19
  607. package/src/IconCommon/index.vue +0 -19
  608. package/src/IconCompass/index.vue +0 -19
  609. package/src/IconCopy/index.vue +0 -19
  610. package/src/IconCopyright/index.vue +0 -19
  611. package/src/IconCustomerService/index.vue +0 -19
  612. package/src/IconDashboard/index.vue +0 -19
  613. package/src/IconDelete/index.vue +0 -19
  614. package/src/IconDesktop/index.vue +0 -19
  615. package/src/IconDice/index.vue +0 -19
  616. package/src/IconDoubleDown/index.vue +0 -19
  617. package/src/IconDoubleLeft/index.vue +0 -19
  618. package/src/IconDoubleRight/index.vue +0 -19
  619. package/src/IconDoubleUp/index.vue +0 -19
  620. package/src/IconDown/index.vue +0 -19
  621. package/src/IconDownCircle/index.vue +0 -19
  622. package/src/IconDownload/index.vue +0 -19
  623. package/src/IconDragArrow/index.vue +0 -19
  624. package/src/IconDragDot/index.vue +0 -19
  625. package/src/IconDragDotVertical/index.vue +0 -19
  626. package/src/IconDriveFile/index.vue +0 -19
  627. package/src/IconEar/index.vue +0 -19
  628. package/src/IconEdit/index.vue +0 -19
  629. package/src/IconEmail/index.vue +0 -19
  630. package/src/IconEmpty/index.vue +0 -19
  631. package/src/IconEraser/index.vue +0 -19
  632. package/src/IconExclamation/index.vue +0 -19
  633. package/src/IconExclamationCircle/index.vue +0 -19
  634. package/src/IconExpand/index.vue +0 -19
  635. package/src/IconExperiment/index.vue +0 -19
  636. package/src/IconExport/index.vue +0 -19
  637. package/src/IconEye/index.vue +0 -19
  638. package/src/IconEyeInvisible/index.vue +0 -19
  639. package/src/IconFile/index.vue +0 -19
  640. package/src/IconFileAudio/index.vue +0 -19
  641. package/src/IconFileImage/index.vue +0 -19
  642. package/src/IconFilePdf/index.vue +0 -19
  643. package/src/IconFileVideo/index.vue +0 -19
  644. package/src/IconFilter/index.vue +0 -19
  645. package/src/IconFindReplace/index.vue +0 -19
  646. package/src/IconFire/index.vue +0 -19
  647. package/src/IconFold/index.vue +0 -19
  648. package/src/IconFolder/index.vue +0 -19
  649. package/src/IconFolderAdd/index.vue +0 -19
  650. package/src/IconFolderDelete/index.vue +0 -19
  651. package/src/IconFontColors/index.vue +0 -19
  652. package/src/IconFormula/index.vue +0 -19
  653. package/src/IconForward/index.vue +0 -19
  654. package/src/IconFullscreen/index.vue +0 -19
  655. package/src/IconFullscreenExit/index.vue +0 -19
  656. package/src/IconGeneral/index.vue +0 -19
  657. package/src/IconGift/index.vue +0 -19
  658. package/src/IconH1/index.vue +0 -19
  659. package/src/IconH2/index.vue +0 -19
  660. package/src/IconH3/index.vue +0 -19
  661. package/src/IconH4/index.vue +0 -19
  662. package/src/IconH5/index.vue +0 -19
  663. package/src/IconH6/index.vue +0 -19
  664. package/src/IconH7/index.vue +0 -19
  665. package/src/IconHeart/index.vue +0 -19
  666. package/src/IconHighlight/index.vue +0 -19
  667. package/src/IconHistory/index.vue +0 -19
  668. package/src/IconHome/index.vue +0 -19
  669. package/src/IconIdcard/index.vue +0 -19
  670. package/src/IconImage/index.vue +0 -19
  671. package/src/IconImageClose/index.vue +0 -19
  672. package/src/IconImport/index.vue +0 -19
  673. package/src/IconInfo/index.vue +0 -19
  674. package/src/IconInfoCircle/index.vue +0 -19
  675. package/src/IconInteraction/index.vue +0 -19
  676. package/src/IconItalic/index.vue +0 -19
  677. package/src/IconLanguage/index.vue +0 -19
  678. package/src/IconLaunch/index.vue +0 -19
  679. package/src/IconLayout/index.vue +0 -19
  680. package/src/IconLeft/index.vue +0 -19
  681. package/src/IconLeftCircle/index.vue +0 -19
  682. package/src/IconLineHeight/index.vue +0 -19
  683. package/src/IconLink/index.vue +0 -19
  684. package/src/IconList/index.vue +0 -19
  685. package/src/IconLiveBroadcast/index.vue +0 -19
  686. package/src/IconLoading/index.vue +0 -19
  687. package/src/IconLocation/index.vue +0 -19
  688. package/src/IconLock/index.vue +0 -19
  689. package/src/IconLoop/index.vue +0 -19
  690. package/src/IconMan/index.vue +0 -19
  691. package/src/IconMenu/index.vue +0 -19
  692. package/src/IconMenuFold/index.vue +0 -19
  693. package/src/IconMenuUnfold/index.vue +0 -19
  694. package/src/IconMessage/index.vue +0 -19
  695. package/src/IconMessageBanned/index.vue +0 -19
  696. package/src/IconMindMapping/index.vue +0 -19
  697. package/src/IconMinus/index.vue +0 -19
  698. package/src/IconMinusCircle/index.vue +0 -19
  699. package/src/IconMobile/index.vue +0 -19
  700. package/src/IconMoon/index.vue +0 -19
  701. package/src/IconMore/index.vue +0 -19
  702. package/src/IconMoreVertical/index.vue +0 -19
  703. package/src/IconMosaic/index.vue +0 -19
  704. package/src/IconMusic/index.vue +0 -19
  705. package/src/IconMute/index.vue +0 -19
  706. package/src/IconNav/index.vue +0 -19
  707. package/src/IconNotification/index.vue +0 -19
  708. package/src/IconNotificationClose/index.vue +0 -19
  709. package/src/IconObliqueLine/index.vue +0 -19
  710. package/src/IconOldVersion/index.vue +0 -19
  711. package/src/IconOrderedList/index.vue +0 -19
  712. package/src/IconOriginalSize/index.vue +0 -19
  713. package/src/IconPalette/index.vue +0 -19
  714. package/src/IconPaste/index.vue +0 -19
  715. package/src/IconPause/index.vue +0 -19
  716. package/src/IconPauseCircle/index.vue +0 -19
  717. package/src/IconPen/index.vue +0 -19
  718. package/src/IconPhone/index.vue +0 -19
  719. package/src/IconPlayArrow/index.vue +0 -19
  720. package/src/IconPlayCircle/index.vue +0 -19
  721. package/src/IconPlus/index.vue +0 -19
  722. package/src/IconPlusCircle/index.vue +0 -19
  723. package/src/IconPoweroff/index.vue +0 -19
  724. package/src/IconPrinter/index.vue +0 -19
  725. package/src/IconPublic/index.vue +0 -19
  726. package/src/IconPushpin/index.vue +0 -19
  727. package/src/IconQrcode/index.vue +0 -19
  728. package/src/IconQuestion/index.vue +0 -19
  729. package/src/IconQuestionCircle/index.vue +0 -19
  730. package/src/IconQuote/index.vue +0 -19
  731. package/src/IconRecord/index.vue +0 -19
  732. package/src/IconRecordStop/index.vue +0 -19
  733. package/src/IconRedo/index.vue +0 -19
  734. package/src/IconRefresh/index.vue +0 -19
  735. package/src/IconReply/index.vue +0 -19
  736. package/src/IconRight/index.vue +0 -19
  737. package/src/IconRightCircle/index.vue +0 -19
  738. package/src/IconRobot/index.vue +0 -19
  739. package/src/IconRobotAdd/index.vue +0 -19
  740. package/src/IconRotateLeft/index.vue +0 -19
  741. package/src/IconRotateRight/index.vue +0 -19
  742. package/src/IconSafe/index.vue +0 -19
  743. package/src/IconSave/index.vue +0 -19
  744. package/src/IconScan/index.vue +0 -19
  745. package/src/IconSchedule/index.vue +0 -19
  746. package/src/IconScissor/index.vue +0 -19
  747. package/src/IconSearch/index.vue +0 -19
  748. package/src/IconSelectAll/index.vue +0 -19
  749. package/src/IconSend/index.vue +0 -19
  750. package/src/IconSettings/index.vue +0 -19
  751. package/src/IconShake/index.vue +0 -19
  752. package/src/IconShareAlt/index.vue +0 -19
  753. package/src/IconShareExternal/index.vue +0 -19
  754. package/src/IconShareInternal/index.vue +0 -19
  755. package/src/IconShrink/index.vue +0 -19
  756. package/src/IconSkin/index.vue +0 -19
  757. package/src/IconSkipNext/index.vue +0 -19
  758. package/src/IconSkipPrevious/index.vue +0 -19
  759. package/src/IconSort/index.vue +0 -19
  760. package/src/IconSortAscending/index.vue +0 -19
  761. package/src/IconSortDescending/index.vue +0 -19
  762. package/src/IconSound/index.vue +0 -19
  763. package/src/IconStamp/index.vue +0 -19
  764. package/src/IconStar/index.vue +0 -19
  765. package/src/IconStop/index.vue +0 -19
  766. package/src/IconStorage/index.vue +0 -19
  767. package/src/IconStrikethrough/index.vue +0 -19
  768. package/src/IconSubscribe/index.vue +0 -19
  769. package/src/IconSubscribeAdd/index.vue +0 -19
  770. package/src/IconSubscribed/index.vue +0 -19
  771. package/src/IconSun/index.vue +0 -19
  772. package/src/IconSwap/index.vue +0 -19
  773. package/src/IconSync/index.vue +0 -19
  774. package/src/IconTag/index.vue +0 -19
  775. package/src/IconTags/index.vue +0 -19
  776. package/src/IconThumbDown/index.vue +0 -19
  777. package/src/IconThumbUp/index.vue +0 -19
  778. package/src/IconThunderbolt/index.vue +0 -19
  779. package/src/IconToBottom/index.vue +0 -19
  780. package/src/IconToLeft/index.vue +0 -19
  781. package/src/IconToRight/index.vue +0 -19
  782. package/src/IconToTop/index.vue +0 -19
  783. package/src/IconTool/index.vue +0 -19
  784. package/src/IconTranslate/index.vue +0 -19
  785. package/src/IconTrophy/index.vue +0 -19
  786. package/src/IconUnderline/index.vue +0 -19
  787. package/src/IconUndo/index.vue +0 -19
  788. package/src/IconUnfold/index.vue +0 -19
  789. package/src/IconUnlock/index.vue +0 -19
  790. package/src/IconUnorderedList/index.vue +0 -19
  791. package/src/IconUp/index.vue +0 -19
  792. package/src/IconUpCircle/index.vue +0 -19
  793. package/src/IconUpload/index.vue +0 -19
  794. package/src/IconUser/index.vue +0 -19
  795. package/src/IconUserAdd/index.vue +0 -19
  796. package/src/IconUserGroup/index.vue +0 -19
  797. package/src/IconVideoCamera/index.vue +0 -19
  798. package/src/IconVoice/index.vue +0 -19
  799. package/src/IconWifi/index.vue +0 -19
  800. package/src/IconWoman/index.vue +0 -19
  801. package/src/IconZoomIn/index.vue +0 -19
  802. package/src/IconZoomOut/index.vue +0 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-smartcode",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "main": "lib/index.js",
5
5
  "module": "esm/index.js",
6
6
  "license": "ISC",
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-check-circle-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969" stroke-width="4"/><path d="M15 22l7 7 11.5-11.5" stroke="#fff" stroke-width="4"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-check-circle-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969" stroke-width="4"/><path d="M15 22l7 7 11.5-11.5" stroke="#fff" stroke-width="4"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-chinese-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M22 21h-5v4.094h5V21zM26 25.094V21h5v4.094h-5z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path fill-rule="evenodd" clip-rule="evenodd" d="M24 4C12.954 4 4 12.954 4 24s8.954 20 20 20 20-8.954 20-20S35.046 4 24 4zm2 13v-5h-4v5h-6.5a2.5 2.5 0 00-2.5 2.5v7.094a2.5 2.5 0 002.5 2.5H22V36h4v-6.906h6.5a2.5 2.5 0 002.5-2.5V19.5a2.5 2.5 0 00-2.5-2.5H26z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-chinese-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M22 21h-5v4.094h5V21zM26 25.094V21h5v4.094h-5z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path fill-rule="evenodd" clip-rule="evenodd" d="M24 4C12.954 4 4 12.954 4 24s8.954 20 20 20 20-8.954 20-20S35.046 4 24 4zm2 13v-5h-4v5h-6.5a2.5 2.5 0 00-2.5 2.5v7.094a2.5 2.5 0 002.5 2.5H22V36h4v-6.906h6.5a2.5 2.5 0 002.5-2.5V19.5a2.5 2.5 0 00-2.5-2.5H26z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-close-circle-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969" stroke-width="4"/><path d="M17.643 17.643l6.363 6.364m0 0l6.364 6.364m-6.364-6.364l6.364-6.364m-6.364 6.364l-6.363 6.364" stroke="#fff" stroke-width="4"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-close-circle-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969" stroke-width="4"/><path d="M17.643 17.643l6.363 6.364m0 0l6.364 6.364m-6.364-6.364l6.364-6.364m-6.364 6.364l-6.363 6.364" stroke="#fff" stroke-width="4"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-english-fill`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M23.2 4C12.596 4 4 12.596 4 23.2v1.6C4 35.404 12.596 44 23.2 44h1.6C35.404 44 44 35.404 44 24.8v-1.6C44 12.596 35.404 4 24.8 4h-1.6zm-9.086 10A2.114 2.114 0 0012 16.114v15.772c0 1.167.947 2.114 2.114 2.114H25v-4h-9v-4h7.778v-4H16v-4h9v-4H14.114zM32.4 22a5.4 5.4 0 00-5.4 5.4V34h4v-6.6a1.4 1.4 0 012.801 0V34h4v-6.6a5.4 5.4 0 00-5.4-5.4z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-english-fill`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M23.2 4C12.596 4 4 12.596 4 23.2v1.6C4 35.404 12.596 44 23.2 44h1.6C35.404 44 44 35.404 44 24.8v-1.6C44 12.596 35.404 4 24.8 4h-1.6zm-9.086 10A2.114 2.114 0 0012 16.114v15.772c0 1.167.947 2.114 2.114 2.114H25v-4h-9v-4h7.778v-4H16v-4h9v-4H14.114zM32.4 22a5.4 5.4 0 00-5.4 5.4V34h4v-6.6a1.4 1.4 0 012.801 0V34h4v-6.6a5.4 5.4 0 00-5.4-5.4z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-exclamation-circle-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969" stroke-width="4"/><path d="M24 28V14M24 30v4" stroke="#fff" stroke-width="4"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-exclamation-circle-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969" stroke-width="4"/><path d="M24 28V14M24 30v4" stroke="#fff" stroke-width="4"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-exclamation-polygon-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M16 6h16l10 11v14L32 42H16L6 31V17L16 6z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969" stroke-width="4"/><path d="M24 28V14m0 16v4" stroke="#fff" stroke-width="4"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-exclamation-polygon-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M16 6h16l10 11v14L32 42H16L6 31V17L16 6z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969" stroke-width="4"/><path d="M24 28V14m0 16v4" stroke="#fff" stroke-width="4"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-face-frown-fill`]" width="1em" height="1em" v-bind="$attrs"><circle cx="24" cy="24" r="20" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path d="M18 17v6M30 17v6M16.582 34a8 8 0 0114.837 0" stroke="#fff" stroke-width="4"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-face-frown-fill`]" width="1em" height="1em" v-bind="$attrs"><circle cx="24" cy="24" r="20" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path d="M18 17v6M30 17v6M16.582 34a8 8 0 0114.837 0" stroke="#fff" stroke-width="4"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-face-meh-fill`]" width="1em" height="1em" v-bind="$attrs"><circle cx="24" cy="24" r="20" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path d="M18 17v6M32 32H16M30 17v6" stroke="#fff" stroke-width="4"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-face-meh-fill`]" width="1em" height="1em" v-bind="$attrs"><circle cx="24" cy="24" r="20" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path d="M18 17v6M32 32H16M30 17v6" stroke="#fff" stroke-width="4"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-face-smile-fill`]" width="1em" height="1em" v-bind="$attrs"><circle cx="24" cy="24" r="20" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path d="M18 17v6M30 17v6M16.582 28.105a8 8 0 0014.837 0" stroke="#fff" stroke-width="4"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-face-smile-fill`]" width="1em" height="1em" v-bind="$attrs"><circle cx="24" cy="24" r="20" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path d="M18 17v6M30 17v6M16.582 28.105a8 8 0 0014.837 0" stroke="#fff" stroke-width="4"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-heart-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M23.64 10.888l.36.375.36-.375c4.171-4.335 10.898-4.593 15.035-.293 4.142 4.305 4.007 10.878.388 16.52-1.999 3.115-5.02 6.612-8.039 9.39-1.508 1.388-3.006 2.588-4.366 3.469-1.341.868-2.5 1.394-3.378 1.522-.878-.128-2.037-.654-3.378-1.522-1.36-.88-2.858-2.08-4.366-3.469-3.018-2.778-6.04-6.275-8.04-9.39-3.618-5.642-3.753-12.215.389-16.52 4.137-4.3 10.863-4.042 15.034.293z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-heart-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M23.64 10.888l.36.375.36-.375c4.171-4.335 10.898-4.593 15.035-.293 4.142 4.305 4.007 10.878.388 16.52-1.999 3.115-5.02 6.612-8.039 9.39-1.508 1.388-3.006 2.588-4.366 3.469-1.341.868-2.5 1.394-3.378 1.522-.878-.128-2.037-.654-3.378-1.522-1.36-.88-2.858-2.08-4.366-3.469-3.018-2.778-6.04-6.275-8.04-9.39-3.618-5.642-3.753-12.215.389-16.52 4.137-4.3 10.863-4.042 15.034.293z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-icon_fill_home`]" width="1em" height="1em" v-bind="$attrs"><path d="M7.33496 1.38135C7.77255 1.28191 8.22745 1.28191 8.66504 1.38135C9.15985 1.49383 9.62115 1.78312 10.5439 2.35986L12.5439 3.60986C13.3673 4.12449 13.7794 4.38146 14.0781 4.72998C14.3424 5.03836 14.5416 5.39715 14.6631 5.78467C14.8003 6.22269 14.7998 6.70906 14.7998 7.68018V9.56982C14.7998 11.2495 14.7995 12.0893 14.4727 12.731C14.1851 13.2954 13.7265 13.7549 13.1621 14.0425C12.5204 14.3695 11.6802 14.3696 10 14.3696H6C4.31984 14.3696 3.47963 14.3695 2.83789 14.0425C2.27345 13.7549 1.81495 13.2954 1.52734 12.731C1.2005 12.0893 1.2002 11.2495 1.2002 9.56982V7.68018C1.2002 6.70907 1.19966 6.22269 1.33691 5.78467C1.45839 5.39715 1.65761 5.03836 1.92188 4.72998C2.22055 4.38146 2.63266 4.12449 3.45605 3.60986L5.45605 2.35986C6.37885 1.78312 6.84015 1.49383 7.33496 1.38135ZM8.00391 8.20752C7.45187 8.2077 7.00405 8.65547 7.00391 9.20752V11.2378C7.00391 11.79 7.45178 12.2376 8.00391 12.2378C8.55619 12.2378 9.00391 11.7901 9.00391 11.2378V9.20752C9.00377 8.65535 8.5561 8.20752 8.00391 8.20752Z"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-icon_fill_home`]" width="1em" height="1em" v-bind="$attrs"><path d="M7.33496 1.38135C7.77255 1.28191 8.22745 1.28191 8.66504 1.38135C9.15985 1.49383 9.62115 1.78312 10.5439 2.35986L12.5439 3.60986C13.3673 4.12449 13.7794 4.38146 14.0781 4.72998C14.3424 5.03836 14.5416 5.39715 14.6631 5.78467C14.8003 6.22269 14.7998 6.70906 14.7998 7.68018V9.56982C14.7998 11.2495 14.7995 12.0893 14.4727 12.731C14.1851 13.2954 13.7265 13.7549 13.1621 14.0425C12.5204 14.3695 11.6802 14.3696 10 14.3696H6C4.31984 14.3696 3.47963 14.3695 2.83789 14.0425C2.27345 13.7549 1.81495 13.2954 1.52734 12.731C1.2005 12.0893 1.2002 11.2495 1.2002 9.56982V7.68018C1.2002 6.70907 1.19966 6.22269 1.33691 5.78467C1.45839 5.39715 1.65761 5.03836 1.92188 4.72998C2.22055 4.38146 2.63266 4.12449 3.45605 3.60986L5.45605 2.35986C6.37885 1.78312 6.84015 1.49383 7.33496 1.38135ZM8.00391 8.20752C7.45187 8.2077 7.00405 8.65547 7.00391 9.20752V11.2378C7.00391 11.79 7.45178 12.2376 8.00391 12.2378C8.55619 12.2378 9.00391 11.7901 9.00391 11.2378V9.20752C9.00377 8.65535 8.5561 8.20752 8.00391 8.20752Z"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-info-circle-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969" stroke-width="4"/><path d="M24 20v14m0-16v-4" stroke="#fff" stroke-width="4"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-info-circle-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969" stroke-width="4"/><path d="M24 20v14m0-16v-4" stroke="#fff" stroke-width="4"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line_add`]" width="1em" height="1em" v-bind="$attrs"><path d="M8.00098 3C8.36823 3 8.66599 3.29779 8.66602 3.66504V7.33691H12.3369C12.7042 7.33691 13.002 7.63468 13.002 8.00195C13.0017 8.369 12.704 8.66699 12.3369 8.66699H8.66602V12.3369C8.66602 12.7042 8.36825 13.002 8.00098 13.002C7.63383 13.0018 7.33594 12.7041 7.33594 12.3369V8.66699H3.66504C3.29799 8.66693 3.00026 8.36896 3 8.00195C3 7.63472 3.29782 7.33698 3.66504 7.33691H7.33594V3.66504C7.33597 3.29789 7.63385 3.00015 8.00098 3Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineAdd',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'sc',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-minus-circle-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969" stroke-width="4"/><path d="M32 24H16" stroke="#fff" stroke-width="4"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-minus-circle-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969" stroke-width="4"/><path d="M32 24H16" stroke="#fff" stroke-width="4"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-moon-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M42.108 29.769c.124-.387-.258-.736-.645-.613A17.99 17.99 0 0136 30c-9.941 0-18-8.059-18-18 0-1.905.296-3.74.844-5.463.123-.387-.226-.769-.613-.645C10.558 8.334 5 15.518 5 24c0 10.493 8.507 19 19 19 8.482 0 15.666-5.558 18.108-13.231z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-moon-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M42.108 29.769c.124-.387-.258-.736-.645-.613A17.99 17.99 0 0136 30c-9.941 0-18-8.059-18-18 0-1.905.296-3.74.844-5.463.123-.387-.226-.769-.613-.645C10.558 8.334 5 15.518 5 24c0 10.493 8.507 19 19 19 8.482 0 15.666-5.558 18.108-13.231z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-mute-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M5.931 13.001A2 2 0 004 15v18a2 2 0 002 2h7.37l9.483 6.639A2 2 0 0026 40v-6.93L5.931 13.001zM35.27 28.199l-3.311-3.313a7.985 7.985 0 00-1.96-6.107.525.525 0 01.011-.718l2.122-2.122a.485.485 0 01.7.008c3.125 3.393 3.938 8.15 2.439 12.252zM41.13 34.059l-2.936-2.937c3.07-5.89 2.226-13.288-2.531-18.348a.513.513 0 01.004-.713l2.122-2.122a.492.492 0 01.703.006c6.322 6.64 7.202 16.56 2.639 24.114zM26 18.928l-8.688-8.688 5.541-3.878A2 2 0 0126 8v10.928z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.012 4.184l35.272 35.272-2.828 2.828L4.184 7.012l2.828-2.828z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-mute-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M5.931 13.001A2 2 0 004 15v18a2 2 0 002 2h7.37l9.483 6.639A2 2 0 0026 40v-6.93L5.931 13.001zM35.27 28.199l-3.311-3.313a7.985 7.985 0 00-1.96-6.107.525.525 0 01.011-.718l2.122-2.122a.485.485 0 01.7.008c3.125 3.393 3.938 8.15 2.439 12.252zM41.13 34.059l-2.936-2.937c3.07-5.89 2.226-13.288-2.531-18.348a.513.513 0 01.004-.713l2.122-2.122a.492.492 0 01.703.006c6.322 6.64 7.202 16.56 2.639 24.114zM26 18.928l-8.688-8.688 5.541-3.878A2 2 0 0126 8v10.928z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.012 4.184l35.272 35.272-2.828 2.828L4.184 7.012l2.828-2.828z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-pause-circle-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path fill-rule="evenodd" clip-rule="evenodd" d="M24 8C15.163 8 8 15.163 8 24s7.163 16 16 16 16-7.163 16-16S32.837 8 24 8zM4 24C4 12.954 12.954 4 24 4s20 8.954 20 20-8.954 20-20 20S4 35.046 4 24z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path d="M19 19v10h1V19h-1zM28 19v10h1V19h-1z" stroke="#fff" stroke-width="4"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-pause-circle-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path fill-rule="evenodd" clip-rule="evenodd" d="M24 8C15.163 8 8 15.163 8 24s7.163 16 16 16 16-7.163 16-16S32.837 8 24 8zM4 24C4 12.954 12.954 4 24 4s20 8.954 20 20-8.954 20-20 20S4 35.046 4 24z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path d="M19 19v10h1V19h-1zM28 19v10h1V19h-1z" stroke="#fff" stroke-width="4"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-pen-fill`]" width="1em" height="1em" v-bind="$attrs"><path :fill="useCurrentColor ? 'currentColor' : '#4E5969'" d="M31.07 8.444l8.486 8.485L19.05 37.435l-8.485-8.485zM33.9 5.615a2 2 0 012.828 0l5.657 5.657a2 2 0 010 2.828l-1.414 1.415-8.486-8.486L33.9 5.615zM17.636 38.85l-8.485-8.486-3.61 10.83a1 1 0 001.264 1.265l10.831-3.61z"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-pen-fill`]" width="1em" height="1em" v-bind="$attrs"><path :fill="useCurrentColor ? 'currentColor' : '#4E5969'" d="M31.07 8.444l8.486 8.485L19.05 37.435l-8.485-8.485zM33.9 5.615a2 2 0 012.828 0l5.657 5.657a2 2 0 010 2.828l-1.414 1.415-8.486-8.486L33.9 5.615zM17.636 38.85l-8.485-8.486-3.61 10.83a1 1 0 001.264 1.265l10.831-3.61z"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-play-arrow-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M17.533 10.974a1 1 0 00-1.537.844v24.357a1 1 0 001.537.843L36.67 24.84a1 1 0 000-1.688L17.533 10.974z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-play-arrow-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M17.533 10.974a1 1 0 00-1.537.844v24.357a1 1 0 001.537.843L36.67 24.84a1 1 0 000-1.688L17.533 10.974z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-play-circle-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6 6 14.059 6 24s8.059 18 18 18z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969" stroke-width="4"/><path d="M19 17v14l12-7-12-7z" :fill="useCurrentColor ? 'currentColor' : '#fff'" stroke="#fff" stroke-width="2" stroke-linejoin="round"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-play-circle-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6 6 14.059 6 24s8.059 18 18 18z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969" stroke-width="4"/><path d="M19 17v14l12-7-12-7z" :fill="useCurrentColor ? 'currentColor' : '#fff'" stroke="#fff" stroke-width="2" stroke-linejoin="round"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-plus-circle-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969" stroke-width="4"/><path d="M32 24h-8m-8 0h8m0 0v8m0-8v-8" stroke="#fff" stroke-width="4"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-plus-circle-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969" stroke-width="4"/><path d="M32 24h-8m-8 0h8m0 0v8m0-8v-8" stroke="#fff" stroke-width="4"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-question-circle-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969" stroke-width="4"/><path d="M24.006 31v4.008m0-6.008L24 28c0-3 3-4 4.78-6.402C30.558 19.195 28.288 15 23.987 15c-4.014 0-5.382 2.548-5.388 4.514v.465" stroke="#fff" stroke-width="4"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-question-circle-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969" stroke-width="4"/><path d="M24.006 31v4.008m0-6.008L24 28c0-3 3-4 4.78-6.402C30.558 19.195 28.288 15 23.987 15c-4.014 0-5.382 2.548-5.388 4.514v.465" stroke="#fff" stroke-width="4"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-skip-next-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M13.585 12.145a1 1 0 00-1.585.81v22.09a1 1 0 001.585.81L28.878 24.81a1 1 0 000-1.622L13.585 12.145z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path fill-rule="evenodd" clip-rule="evenodd" d="M33 36a1 1 0 01-1-1V13a1 1 0 011-1h2a1 1 0 011 1v22a1 1 0 01-1 1h-2z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-skip-next-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M13.585 12.145a1 1 0 00-1.585.81v22.09a1 1 0 001.585.81L28.878 24.81a1 1 0 000-1.622L13.585 12.145z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path fill-rule="evenodd" clip-rule="evenodd" d="M33 36a1 1 0 01-1-1V13a1 1 0 011-1h2a1 1 0 011 1v22a1 1 0 01-1 1h-2z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-skip-previous-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M34.414 35.855a1 1 0 001.586-.81v-22.09a1 1 0 00-1.586-.81L19.122 23.19a1 1 0 000 1.622l15.292 11.044z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15 12a1 1 0 011 1v22a1 1 0 01-1 1h-2a1 1 0 01-1-1V13a1 1 0 011-1h2z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-skip-previous-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M34.414 35.855a1 1 0 001.586-.81v-22.09a1 1 0 00-1.586-.81L19.122 23.19a1 1 0 000 1.622l15.292 11.044z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15 12a1 1 0 011 1v22a1 1 0 01-1 1h-2a1 1 0 01-1-1V13a1 1 0 011-1h2z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-sound-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M14 15l10-7v32l-10-7H6V15h8z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path d="M14 15v2a2 2 0 001.147-.361L14 15zm10-7h2a2 2 0 00-3.147-1.638L24 8zm0 32l-1.147 1.639A2 2 0 0026 40h-2zm-10-7l1.147-1.639A2 2 0 0014 31v2zM6 15v-2a2 2 0 00-2 2h2zm0 18H4a2 2 0 002 2v-2zm9.147-16.361l10-7-2.294-3.277-10 7 2.294 3.277zM22 8v32h4V8h-4zm3.147 30.361l-10-7-2.294 3.277 10 7 2.294-3.276zM6 17h8v-4H6v4zm8 14H6v4h8v-4zm-6 2V15H4v18h4zm21.657-14.586a8 8 0 010 11.314l2.828 2.828c4.687-4.686 4.687-12.284 0-16.97l-2.828 2.828zm5.657-6c6.248 6.249 6.248 16.38 0 22.628l2.828 2.828c7.81-7.81 7.81-20.474 0-28.284l-2.828 2.828z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-sound-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M14 15l10-7v32l-10-7H6V15h8z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path d="M14 15v2a2 2 0 001.147-.361L14 15zm10-7h2a2 2 0 00-3.147-1.638L24 8zm0 32l-1.147 1.639A2 2 0 0026 40h-2zm-10-7l1.147-1.639A2 2 0 0014 31v2zM6 15v-2a2 2 0 00-2 2h2zm0 18H4a2 2 0 002 2v-2zm9.147-16.361l10-7-2.294-3.277-10 7 2.294 3.277zM22 8v32h4V8h-4zm3.147 30.361l-10-7-2.294 3.277 10 7 2.294-3.276zM6 17h8v-4H6v4zm8 14H6v4h8v-4zm-6 2V15H4v18h4zm21.657-14.586a8 8 0 010 11.314l2.828 2.828c4.687-4.686 4.687-12.284 0-16.97l-2.828 2.828zm5.657-6c6.248 6.249 6.248 16.38 0 22.628l2.828 2.828c7.81-7.81 7.81-20.474 0-28.284l-2.828 2.828z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-star-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M22.552 6.908a.5.5 0 01.896 0l5.02 10.17a.5.5 0 00.376.274l11.224 1.631a.5.5 0 01.277.853l-8.122 7.916a.5.5 0 00-.143.443l1.917 11.178a.5.5 0 01-.726.527l-10.038-5.278a.5.5 0 00-.466 0L12.73 39.9a.5.5 0 01-.726-.527l1.918-11.178a.5.5 0 00-.144-.443l-8.122-7.916a.5.5 0 01.278-.853l11.223-1.63a.5.5 0 00.376-.274l5.02-10.17z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969" stroke-width="4"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-star-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M22.552 6.908a.5.5 0 01.896 0l5.02 10.17a.5.5 0 00.376.274l11.224 1.631a.5.5 0 01.277.853l-8.122 7.916a.5.5 0 00-.143.443l1.917 11.178a.5.5 0 01-.726.527l-10.038-5.278a.5.5 0 00-.466 0L12.73 39.9a.5.5 0 01-.726-.527l1.918-11.178a.5.5 0 00-.144-.443l-8.122-7.916a.5.5 0 01.278-.853l11.223-1.63a.5.5 0 00.376-.274l5.02-10.17z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969" stroke-width="4"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-sun-fill`]" width="1em" height="1em" v-bind="$attrs"><circle cx="24" cy="24" r="9" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path d="M21 5.5a.5.5 0 01.5-.5h5a.5.5 0 01.5.5v5a.5.5 0 01-.5.5h-5a.5.5 0 01-.5-.5v-5zM21 37.5a.5.5 0 01.5-.5h5a.5.5 0 01.5.5v5a.5.5 0 01-.5.5h-5a.5.5 0 01-.5-.5v-5zM42.5 21a.5.5 0 01.5.5v5a.5.5 0 01-.5.5h-5a.5.5 0 01-.5-.5v-5a.5.5 0 01.5-.5h5zM10.5 21a.5.5 0 01.5.5v5a.5.5 0 01-.5.5h-5a.5.5 0 01-.5-.5v-5a.5.5 0 01.5-.5h5zM39.203 34.96a.5.5 0 010 .707l-3.536 3.536a.5.5 0 01-.707 0l-3.535-3.536a.5.5 0 010-.707l3.535-3.535a.5.5 0 01.707 0l3.536 3.535zM16.575 12.333a.5.5 0 010 .707l-3.535 3.535a.5.5 0 01-.707 0L8.797 13.04a.5.5 0 010-.707l3.536-3.536a.5.5 0 01.707 0l3.535 3.536zM13.04 39.203a.5.5 0 01-.707 0l-3.536-3.536a.5.5 0 010-.707l3.536-3.535a.5.5 0 01.707 0l3.536 3.535a.5.5 0 010 .707l-3.536 3.536zM35.668 16.575a.5.5 0 01-.708 0l-3.535-3.535a.5.5 0 010-.707l3.535-3.536a.5.5 0 01.708 0l3.535 3.536a.5.5 0 010 .707l-3.535 3.535z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-sun-fill`]" width="1em" height="1em" v-bind="$attrs"><circle cx="24" cy="24" r="9" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path d="M21 5.5a.5.5 0 01.5-.5h5a.5.5 0 01.5.5v5a.5.5 0 01-.5.5h-5a.5.5 0 01-.5-.5v-5zM21 37.5a.5.5 0 01.5-.5h5a.5.5 0 01.5.5v5a.5.5 0 01-.5.5h-5a.5.5 0 01-.5-.5v-5zM42.5 21a.5.5 0 01.5.5v5a.5.5 0 01-.5.5h-5a.5.5 0 01-.5-.5v-5a.5.5 0 01.5-.5h5zM10.5 21a.5.5 0 01.5.5v5a.5.5 0 01-.5.5h-5a.5.5 0 01-.5-.5v-5a.5.5 0 01.5-.5h5zM39.203 34.96a.5.5 0 010 .707l-3.536 3.536a.5.5 0 01-.707 0l-3.535-3.536a.5.5 0 010-.707l3.535-3.535a.5.5 0 01.707 0l3.536 3.535zM16.575 12.333a.5.5 0 010 .707l-3.535 3.535a.5.5 0 01-.707 0L8.797 13.04a.5.5 0 010-.707l3.536-3.536a.5.5 0 01.707 0l3.535 3.536zM13.04 39.203a.5.5 0 01-.707 0l-3.536-3.536a.5.5 0 010-.707l3.536-3.535a.5.5 0 01.707 0l3.536 3.535a.5.5 0 010 .707l-3.536 3.536zM35.668 16.575a.5.5 0 01-.708 0l-3.535-3.535a.5.5 0 010-.707l3.535-3.536a.5.5 0 01.708 0l3.535 3.536a.5.5 0 010 .707l-3.535 3.535z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-thumb-down-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M11.778 8.697L5.83 27.394A2 2 0 007.735 30l13.133-.075L19.5 33.5c-.964 2.52-3.172 5.9-1 7.5l1.711 1.419a1 1 0 001.386-.196L31 30h3V8H12.731a1 1 0 00-.953.697z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path d="M41 32V6M5.83 27.394l5.948-18.697A1 1 0 0112.731 8H34v22h-3l-9.403 12.223a1 1 0 01-1.386.196L18.5 41c-2.172-1.6.036-4.98 1-7.5l1.368-3.575L7.735 30a2 2 0 01-1.906-2.606z" stroke="#4E5969" stroke-width="4"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-thumb-down-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M11.778 8.697L5.83 27.394A2 2 0 007.735 30l13.133-.075L19.5 33.5c-.964 2.52-3.172 5.9-1 7.5l1.711 1.419a1 1 0 001.386-.196L31 30h3V8H12.731a1 1 0 00-.953.697z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path d="M41 32V6M5.83 27.394l5.948-18.697A1 1 0 0112.731 8H34v22h-3l-9.403 12.223a1 1 0 01-1.386.196L18.5 41c-2.172-1.6.036-4.98 1-7.5l1.368-3.575L7.735 30a2 2 0 01-1.906-2.606z" stroke="#4E5969" stroke-width="4"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-thumb-up-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M36.222 40.303l5.949-18.697A2 2 0 0040.265 19l-13.133.075L28.5 15.5c.964-2.52 3.172-5.9 1-7.5l-1.711-1.419a1 1 0 00-1.386.196L17 19h-3v22h21.269a1 1 0 00.953-.697z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path d="M7 17v26m35.17-21.394l-5.948 18.697a1 1 0 01-.953.697H14V19h3l9.403-12.223a1 1 0 011.386-.196L29.5 8c2.172 1.6-.036 4.98-1 7.5l-1.368 3.575L40.265 19a2 2 0 011.906 2.606z" stroke="#4E5969" stroke-width="4"/></svg>
2
+ <svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-thumb-up-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M36.222 40.303l5.949-18.697A2 2 0 0040.265 19l-13.133.075L28.5 15.5c.964-2.52 3.172-5.9 1-7.5l-1.711-1.419a1 1 0 00-1.386.196L17 19h-3v22h21.269a1 1 0 00.953-.697z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path d="M7 17v26m35.17-21.394l-5.948 18.697a1 1 0 01-.953.697H14V19h3l9.403-12.223a1 1 0 011.386-.196L29.5 8c2.172 1.6-.036 4.98-1 7.5l-1.368 3.575L40.265 19a2 2 0 011.906 2.606z" stroke="#4E5969" stroke-width="4"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
package/src/index.js CHANGED
@@ -1,239 +1,3 @@
1
- export { default as IconH1 } from './IconH1/index.vue';
2
- export { default as IconBgColors } from './IconBgColors/index.vue';
3
- export { default as IconH5 } from './IconH5/index.vue';
4
- export { default as IconAlignCenter } from './IconAlignCenter/index.vue';
5
- export { default as IconH6 } from './IconH6/index.vue';
6
- export { default as IconH3 } from './IconH3/index.vue';
7
- export { default as IconH4 } from './IconH4/index.vue';
8
- export { default as IconFindReplace } from './IconFindReplace/index.vue';
9
- export { default as IconFilter } from './IconFilter/index.vue';
10
- export { default as IconH2 } from './IconH2/index.vue';
11
- export { default as IconAlignLeft } from './IconAlignLeft/index.vue';
12
- export { default as IconH7 } from './IconH7/index.vue';
13
- export { default as IconHighlight } from './IconHighlight/index.vue';
14
- export { default as IconAlignRight } from './IconAlignRight/index.vue';
15
- export { default as IconItalic } from './IconItalic/index.vue';
16
- export { default as IconLineHeight } from './IconLineHeight/index.vue';
17
- export { default as IconEdit } from './IconEdit/index.vue';
18
- export { default as IconEraser } from './IconEraser/index.vue';
19
- export { default as IconSortDescending } from './IconSortDescending/index.vue';
20
- export { default as IconSortAscending } from './IconSortAscending/index.vue';
21
- export { default as IconDelete } from './IconDelete/index.vue';
22
- export { default as IconCopy } from './IconCopy/index.vue';
23
- export { default as IconOrderedList } from './IconOrderedList/index.vue';
24
- export { default as IconUnorderedList } from './IconUnorderedList/index.vue';
25
- export { default as IconFontColors } from './IconFontColors/index.vue';
26
- export { default as IconZoomOut } from './IconZoomOut/index.vue';
27
- export { default as IconPaste } from './IconPaste/index.vue';
28
- export { default as IconScissor } from './IconScissor/index.vue';
29
- export { default as IconFormula } from './IconFormula/index.vue';
30
- export { default as IconOriginalSize } from './IconOriginalSize/index.vue';
31
- export { default as IconBold } from './IconBold/index.vue';
32
- export { default as IconZoomIn } from './IconZoomIn/index.vue';
33
- export { default as IconRedo } from './IconRedo/index.vue';
34
- export { default as IconQuote } from './IconQuote/index.vue';
35
- export { default as IconAttachment } from './IconAttachment/index.vue';
36
- export { default as IconSort } from './IconSort/index.vue';
37
- export { default as IconObliqueLine } from './IconObliqueLine/index.vue';
38
- export { default as IconBrush } from './IconBrush/index.vue';
39
- export { default as IconUndo } from './IconUndo/index.vue';
40
- export { default as IconStrikethrough } from './IconStrikethrough/index.vue';
41
- export { default as IconLink } from './IconLink/index.vue';
42
- export { default as IconUnderline } from './IconUnderline/index.vue';
43
- export { default as IconNotification } from './IconNotification/index.vue';
44
- export { default as IconInteraction } from './IconInteraction/index.vue';
45
- export { default as IconPen } from './IconPen/index.vue';
46
- export { default as IconPrinter } from './IconPrinter/index.vue';
47
- export { default as IconPushpin } from './IconPushpin/index.vue';
48
- export { default as IconQrcode } from './IconQrcode/index.vue';
49
- export { default as IconRobotAdd } from './IconRobotAdd/index.vue';
50
- export { default as IconNav } from './IconNav/index.vue';
51
- export { default as IconGift } from './IconGift/index.vue';
52
- export { default as IconNotificationClose } from './IconNotificationClose/index.vue';
53
- export { default as IconPhone } from './IconPhone/index.vue';
54
- export { default as IconIdcard } from './IconIdcard/index.vue';
55
- export { default as IconLoop } from './IconLoop/index.vue';
56
- export { default as IconFire } from './IconFire/index.vue';
57
- export { default as IconLayout } from './IconLayout/index.vue';
58
- export { default as IconApps } from './IconApps/index.vue';
59
- export { default as IconMenu } from './IconMenu/index.vue';
60
- export { default as IconFolderDelete } from './IconFolderDelete/index.vue';
61
- export { default as IconFolder } from './IconFolder/index.vue';
62
- export { default as IconLock } from './IconLock/index.vue';
63
- export { default as IconMindMapping } from './IconMindMapping/index.vue';
64
- export { default as IconPublic } from './IconPublic/index.vue';
65
- export { default as IconFolderAdd } from './IconFolderAdd/index.vue';
66
- export { default as IconMan } from './IconMan/index.vue';
67
- export { default as IconMosaic } from './IconMosaic/index.vue';
68
- export { default as IconMobile } from './IconMobile/index.vue';
69
- export { default as IconTags } from './IconTags/index.vue';
70
- export { default as IconFilePdf } from './IconFilePdf/index.vue';
71
- export { default as IconBug } from './IconBug/index.vue';
72
- export { default as IconRobot } from './IconRobot/index.vue';
73
- export { default as IconShake } from './IconShake/index.vue';
74
- export { default as IconFile } from './IconFile/index.vue';
75
- export { default as IconFileVideo } from './IconFileVideo/index.vue';
76
- export { default as IconUser } from './IconUser/index.vue';
77
- export { default as IconSafe } from './IconSafe/index.vue';
78
- export { default as IconEar } from './IconEar/index.vue';
79
- export { default as IconEmpty } from './IconEmpty/index.vue';
80
- export { default as IconSubscribed } from './IconSubscribed/index.vue';
81
- export { default as IconFileAudio } from './IconFileAudio/index.vue';
82
- export { default as IconTag } from './IconTag/index.vue';
83
- export { default as IconDriveFile } from './IconDriveFile/index.vue';
84
- export { default as IconDragDotVertical } from './IconDragDotVertical/index.vue';
85
- export { default as IconStamp } from './IconStamp/index.vue';
86
- export { default as IconWoman } from './IconWoman/index.vue';
87
- export { default as IconDesktop } from './IconDesktop/index.vue';
88
- export { default as IconBulb } from './IconBulb/index.vue';
89
- export { default as IconBook } from './IconBook/index.vue';
90
- export { default as IconExperiment } from './IconExperiment/index.vue';
91
- export { default as IconCalendar } from './IconCalendar/index.vue';
92
- export { default as IconFileImage } from './IconFileImage/index.vue';
93
- export { default as IconThunderbolt } from './IconThunderbolt/index.vue';
94
- export { default as IconDragDot } from './IconDragDot/index.vue';
95
- export { default as IconSubscribe } from './IconSubscribe/index.vue';
96
- export { default as IconStorage } from './IconStorage/index.vue';
97
- export { default as IconSkin } from './IconSkin/index.vue';
98
- export { default as IconVideoCamera } from './IconVideoCamera/index.vue';
99
- export { default as IconCamera } from './IconCamera/index.vue';
100
- export { default as IconSubscribeAdd } from './IconSubscribeAdd/index.vue';
101
- export { default as IconCloud } from './IconCloud/index.vue';
102
- export { default as IconCompass } from './IconCompass/index.vue';
103
- export { default as IconTrophy } from './IconTrophy/index.vue';
104
- export { default as IconCommon } from './IconCommon/index.vue';
105
- export { default as IconUserAdd } from './IconUserAdd/index.vue';
106
- export { default as IconEmail } from './IconEmail/index.vue';
107
- export { default as IconTool } from './IconTool/index.vue';
108
- export { default as IconDashboard } from './IconDashboard/index.vue';
109
- export { default as IconCopyright } from './IconCopyright/index.vue';
110
- export { default as IconCommand } from './IconCommand/index.vue';
111
- export { default as IconUserGroup } from './IconUserGroup/index.vue';
112
- export { default as IconUnlock } from './IconUnlock/index.vue';
113
- export { default as IconDice } from './IconDice/index.vue';
114
- export { default as IconCalendarClock } from './IconCalendarClock/index.vue';
115
- export { default as IconLocation } from './IconLocation/index.vue';
116
- export { default as IconBranch } from './IconBranch/index.vue';
117
- export { default as IconLanguage } from './IconLanguage/index.vue';
118
- export { default as IconImage } from './IconImage/index.vue';
119
- export { default as IconLoading } from './IconLoading/index.vue';
120
- export { default as IconSun } from './IconSun/index.vue';
121
- export { default as IconSchedule } from './IconSchedule/index.vue';
122
- export { default as IconMoon } from './IconMoon/index.vue';
123
- export { default as IconWifi } from './IconWifi/index.vue';
124
- export { default as IconOldVersion } from './IconOldVersion/index.vue';
125
- export { default as IconImageClose } from './IconImageClose/index.vue';
126
- export { default as IconArchive } from './IconArchive/index.vue';
127
- export { default as IconGeneral } from './IconGeneral/index.vue';
128
- export { default as IconPalette } from './IconPalette/index.vue';
129
- export { default as IconMenuUnfold } from './IconMenuUnfold/index.vue';
130
- export { default as IconMenuFold } from './IconMenuFold/index.vue';
131
- export { default as IconRotateLeft } from './IconRotateLeft/index.vue';
132
- export { default as IconDragArrow } from './IconDragArrow/index.vue';
133
- export { default as IconRightCircle } from './IconRightCircle/index.vue';
134
- export { default as IconUpCircle } from './IconUpCircle/index.vue';
135
- export { default as IconDownCircle } from './IconDownCircle/index.vue';
136
- export { default as IconLeftCircle } from './IconLeftCircle/index.vue';
137
- export { default as IconDoubleUp } from './IconDoubleUp/index.vue';
138
- export { default as IconSwap } from './IconSwap/index.vue';
139
- export { default as IconRotateRight } from './IconRotateRight/index.vue';
140
- export { default as IconLeft } from './IconLeft/index.vue';
141
- export { default as IconDoubleLeft } from './IconDoubleLeft/index.vue';
142
- export { default as IconDoubleRight } from './IconDoubleRight/index.vue';
143
- export { default as IconExpand } from './IconExpand/index.vue';
144
- export { default as IconRight } from './IconRight/index.vue';
145
- export { default as IconCaretLeft } from './IconCaretLeft/index.vue';
146
- export { default as IconToTop } from './IconToTop/index.vue';
147
- export { default as IconDown } from './IconDown/index.vue';
148
- export { default as IconCaretDown } from './IconCaretDown/index.vue';
149
- export { default as IconDoubleDown } from './IconDoubleDown/index.vue';
150
- export { default as IconToRight } from './IconToRight/index.vue';
151
- export { default as IconUp } from './IconUp/index.vue';
152
- export { default as IconArrowRise } from './IconArrowRise/index.vue';
153
- export { default as IconShrink } from './IconShrink/index.vue';
154
- export { default as IconToBottom } from './IconToBottom/index.vue';
155
- export { default as IconCaretUp } from './IconCaretUp/index.vue';
156
- export { default as IconCaretRight } from './IconCaretRight/index.vue';
157
- export { default as IconToLeft } from './IconToLeft/index.vue';
158
- export { default as IconArrowDown } from './IconArrowDown/index.vue';
159
- export { default as IconArrowFall } from './IconArrowFall/index.vue';
160
- export { default as IconArrowRight } from './IconArrowRight/index.vue';
161
- export { default as IconArrowUp } from './IconArrowUp/index.vue';
162
- export { default as IconArrowLeft } from './IconArrowLeft/index.vue';
163
- export { default as IconUnfold } from './IconUnfold/index.vue';
164
- export { default as IconFold } from './IconFold/index.vue';
165
- export { default as IconBackward } from './IconBackward/index.vue';
166
- export { default as IconForward } from './IconForward/index.vue';
167
- export { default as IconFullscreenExit } from './IconFullscreenExit/index.vue';
168
- export { default as IconMusic } from './IconMusic/index.vue';
169
- export { default as IconLiveBroadcast } from './IconLiveBroadcast/index.vue';
170
- export { default as IconPause } from './IconPause/index.vue';
171
- export { default as IconFullscreen } from './IconFullscreen/index.vue';
172
- export { default as IconSkipNext } from './IconSkipNext/index.vue';
173
- export { default as IconMute } from './IconMute/index.vue';
174
- export { default as IconSkipPrevious } from './IconSkipPrevious/index.vue';
175
- export { default as IconRecordStop } from './IconRecordStop/index.vue';
176
- export { default as IconPlayArrow } from './IconPlayArrow/index.vue';
177
- export { default as IconPauseCircle } from './IconPauseCircle/index.vue';
178
- export { default as IconRecord } from './IconRecord/index.vue';
179
- export { default as IconPlayCircle } from './IconPlayCircle/index.vue';
180
- export { default as IconSound } from './IconSound/index.vue';
181
- export { default as IconStar } from './IconStar/index.vue';
182
- export { default as IconThumbDown } from './IconThumbDown/index.vue';
183
- export { default as IconHeart } from './IconHeart/index.vue';
184
- export { default as IconCodeSquare } from './IconCodeSquare/index.vue';
185
- export { default as IconImport } from './IconImport/index.vue';
186
- export { default as IconCloudDownload } from './IconCloudDownload/index.vue';
187
- export { default as IconHome } from './IconHome/index.vue';
188
- export { default as IconMessageBanned } from './IconMessageBanned/index.vue';
189
- export { default as IconCodeBlock } from './IconCodeBlock/index.vue';
190
- export { default as IconAt } from './IconAt/index.vue';
191
- export { default as IconThumbUp } from './IconThumbUp/index.vue';
192
- export { default as IconMoreVertical } from './IconMoreVertical/index.vue';
193
- export { default as IconCode } from './IconCode/index.vue';
194
- export { default as IconRefresh } from './IconRefresh/index.vue';
195
- export { default as IconCustomerService } from './IconCustomerService/index.vue';
196
- export { default as IconList } from './IconList/index.vue';
197
- export { default as IconMore } from './IconMore/index.vue';
198
- export { default as IconSelectAll } from './IconSelectAll/index.vue';
199
- export { default as IconMessage } from './IconMessage/index.vue';
200
- export { default as IconReply } from './IconReply/index.vue';
201
- export { default as IconPoweroff } from './IconPoweroff/index.vue';
202
- export { default as IconSearch } from './IconSearch/index.vue';
203
- export { default as IconScan } from './IconScan/index.vue';
204
- export { default as IconExport } from './IconExport/index.vue';
205
- export { default as IconShareAlt } from './IconShareAlt/index.vue';
206
- export { default as IconUpload } from './IconUpload/index.vue';
207
- export { default as IconShareExternal } from './IconShareExternal/index.vue';
208
- export { default as IconSync } from './IconSync/index.vue';
209
- export { default as IconSettings } from './IconSettings/index.vue';
210
- export { default as IconShareInternal } from './IconShareInternal/index.vue';
211
- export { default as IconSend } from './IconSend/index.vue';
212
- export { default as IconDownload } from './IconDownload/index.vue';
213
- export { default as IconTranslate } from './IconTranslate/index.vue';
214
- export { default as IconVoice } from './IconVoice/index.vue';
215
- export { default as IconEyeInvisible } from './IconEyeInvisible/index.vue';
216
- export { default as IconEye } from './IconEye/index.vue';
217
- export { default as IconHistory } from './IconHistory/index.vue';
218
- export { default as IconSave } from './IconSave/index.vue';
219
- export { default as IconLaunch } from './IconLaunch/index.vue';
220
- export { default as IconInfoCircle } from './IconInfoCircle/index.vue';
221
- export { default as IconExclamationCircle } from './IconExclamationCircle/index.vue';
222
- export { default as IconMinusCircle } from './IconMinusCircle/index.vue';
223
- export { default as IconQuestionCircle } from './IconQuestionCircle/index.vue';
224
- export { default as IconPlusCircle } from './IconPlusCircle/index.vue';
225
- export { default as IconClockCircle } from './IconClockCircle/index.vue';
226
- export { default as IconCheckSquare } from './IconCheckSquare/index.vue';
227
- export { default as IconCloseCircle } from './IconCloseCircle/index.vue';
228
- export { default as IconStop } from './IconStop/index.vue';
229
- export { default as IconCheckCircle } from './IconCheckCircle/index.vue';
230
- export { default as IconMinus } from './IconMinus/index.vue';
231
- export { default as IconPlus } from './IconPlus/index.vue';
232
- export { default as IconClose } from './IconClose/index.vue';
233
- export { default as IconCheck } from './IconCheck/index.vue';
234
- export { default as IconInfo } from './IconInfo/index.vue';
235
- export { default as IconQuestion } from './IconQuestion/index.vue';
236
- export { default as IconExclamation } from './IconExclamation/index.vue';
237
1
  export { default as IconCloseCircleFill } from './IconCloseCircleFill/index.vue';
238
2
  export { default as IconCheckCircleFill } from './IconCheckCircleFill/index.vue';
239
3
  export { default as IconExclamationCircleFill } from './IconExclamationCircleFill/index.vue';
@@ -309,4 +73,5 @@ export { default as IconIconLineTime } from './IconIconLineTime/index.vue';
309
73
  export { default as IconIconLineWarning } from './IconIconLineWarning/index.vue';
310
74
  export { default as IconIconLineFile } from './IconIconLineFile/index.vue';
311
75
  export { default as IconIconLineSpacing } from './IconIconLineSpacing/index.vue';
312
- export { default as IconIconFillHome } from './IconIconFillHome/index.vue';
76
+ export { default as IconIconFillHome } from './IconIconFillHome/index.vue';
77
+ export { default as IconLineAdd } from './IconLineAdd/index.vue';
@@ -1,35 +0,0 @@
1
- import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
- import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
- const _sfc_main = {
4
- name: "IconAlignCenter",
5
- props: {
6
- prefix: {
7
- type: String,
8
- default: "sc"
9
- },
10
- useCurrentColor: {
11
- type: Boolean,
12
- default: true
13
- }
14
- }
15
- };
16
- const _hoisted_1 = ["fill"];
17
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
- d: "M44 9H4m38 20H6m28-10H14m20 20H14",
19
- stroke: "#4E5969",
20
- "stroke-width": "4"
21
- }, null, -1);
22
- const _hoisted_3 = [
23
- _hoisted_2
24
- ];
25
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
- return openBlock(), createElementBlock("svg", mergeProps({
27
- viewBox: "0 0 48 48",
28
- fill: $props.useCurrentColor ? "currentColor" : "none",
29
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-align-center`],
30
- width: "1em",
31
- height: "1em"
32
- }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
33
- }
34
- var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
35
- export { index as default };