@seed-design/codemod 0.0.2-alpha-20241031025011 → 0.0.2-alpha-20241031032411
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.
@@ -1 +1 @@
|
|
1
|
-
import N from"jscodeshift";import{partition as H,uniqWith as v}from"es-toolkit";function b({importDeclarations:t,match:r,logger:i,report:o,filePath:c}){let a=r.identifier.map(({oldName:I})=>I);t.forEach(I=>{let n=I.node.specifiers,m=I.node.source.value,w=I.node.importKind,e=I.node.comments,h=r.source.find(({startsWith:l})=>l===m),s=!h&&r.source.find(({startsWith:l})=>typeof m!="string"?!1:m.startsWith(l));if(h&&n.every(l=>l.type==="ImportNamespaceSpecifier")){let l=N.importDeclaration(n,N.literal(h.replaceWith.default),w);l.comments=e,N(I).replaceWith(l)}if(h&&n.every(l=>l.type==="ImportSpecifier")){let[l,T]=H(n,u=>!r.identifier.find(({oldName:F})=>F===u.imported.name)?.moveToMulticolor),C=d({specifiers:l});if(C.length>0){let u=N.importDeclaration(C,N.literal(h.replaceWith.default),w);u.comments=e,N(I).insertAfter(u)}let g=d({specifiers:T});if(g.length>0){let F=`import specifier ${T.map(({imported:k})=>k.name).join(", ")}\uB97C \uBA40\uD2F0\uCEEC\uB7EC \uD328\uD0A4\uC9C0\uC758 \uC544\uC774\uCF58\uC73C\uB85C \uBCC0\uD658\uD588\uC9C0\uB9CC, \uBA40\uD2F0\uCEEC\uB7EC \uC0AC\uC6A9\uC774 \uC801\uC808\uD55C\uC9C0 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694`;i?.warn(`${c}: ${F}`),console.warn(F),o?.(F);let p=N.importDeclaration(g,N.literal(h.replaceWith.multicolor),w);p.comments=e,N(I).insertAfter(p)}n.filter(u=>a.includes(u.imported.name)).length>0&&N(I).remove()}if(s&&n.every(l=>l.type==="ImportDefaultSpecifier")){let l=(()=>{if(typeof m!="string")return m;let g=m.split("/"),L=!1,u=g.map((p,k)=>{if(k!==g.length-1)return p;let R=r.identifier.find(({oldName:f})=>f===p);if(!R)return p;if(R.isActionRequired){let f=`import source ${m}\uC744 ${R.newName}\uB85C \uBCC0\uACBD\uD588\uC9C0\uB9CC, \uBCC0\uACBD\uB41C \uC544\uC774\uCF58\uC774 \uC801\uC808\uD55C\uC9C0 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694`;i?.warn(`${c}: ${f}`),console.warn(f),o?.(f)}return R.moveToMulticolor&&(L=!0),R.newName}),F=r.source.find(({startsWith:p})=>m.startsWith(p));return F?u.join("/").replace(F.startsWith,L?F.replaceWith.multicolor:F.replaceWith.default):u.join("/")})(),T=n.map(g=>{let L=r.identifier.find(u=>u.oldName===g.local.name);if(!L)return g;if(L.moveToMulticolor){let u=`import specifier ${L.oldName}\uB97C \uBA40\uD2F0\uCEEC\uB7EC \uD328\uD0A4\uC9C0\uC758 ${L.newName}\uB85C \uBCC0\uD658\uD588\uC9C0\uB9CC, \uBA40\uD2F0\uCEEC\uB7EC \uC0AC\uC6A9\uC774 \uC801\uC808\uD55C\uC9C0 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694`;i?.warn(`${c}: ${u}`),console.warn(u),o?.(u)}if(L.isActionRequired){let u=`import specifier ${g.local.name}\uC744 ${L.newName}\uB85C \uBCC0\uACBD\uD588\uC9C0\uB9CC, \uBCC0\uACBD\uB41C \uC544\uC774\uCF58\uC774 \uC801\uC808\uD55C\uC9C0 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694`;i?.warn(`${c}: ${u}`),console.warn(u),o?.(u)}return N.importDefaultSpecifier(N.identifier(g.local.name===L.oldName?L.newName:g.local.name))}),C=N.importDeclaration(T,N.literal(l),w);C.comments=e,N(I).replaceWith(C)}});function d({specifiers:I}){let n=I.map(w=>{let e=r.identifier.find(s=>s.oldName===w.imported.name);if(!e){let s=`import specifier ${w.imported.name}\uC5D0 \uB300\uD55C \uBCC0\uD658 \uC815\uBCF4 \uC5C6\uC74C`;return i?.error(`${c}: ${s}`),console.warn(s),o?.(s),null}if(e.isActionRequired){let s=`import specifier ${w.imported.name}\uC744 ${e.newName}\uB85C \uBCC0\uACBD\uD588\uC9C0\uB9CC, \uBCC0\uACBD\uB41C \uC544\uC774\uCF58\uC774 \uC801\uC808\uD55C\uC9C0 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694`;i?.warn(`${c}: ${s}`),console.warn(s),o?.(s)}let h=N.importSpecifier(N.identifier(e.newName),N.identifier(w.local.name===e.oldName?e.newName:w.local.name));return h.comments=w.comments,h}).filter(Boolean);return v(n,(w,e)=>w.type===e.type&&w.imported.name===e.imported.name)}}function A({identifiers:t,identifierMatch:r,logger:i,report:o,filePath:c}){t.forEach(a=>{if(a.parent?.node.type==="ImportSpecifier")return;let d=r.find(({oldName:n})=>n===a.node.name);if(!d)return;if(d.moveToMulticolor){let n=`identifier ${d.oldName}\uB97C \uBA40\uD2F0\uCEEC\uB7EC \uD328\uD0A4\uC9C0\uC758 ${d.newName}\uB85C \uBCC0\uD658\uD588\uC9C0\uB9CC, \uBA40\uD2F0\uCEEC\uB7EC \uC0AC\uC6A9\uC774 \uC801\uC808\uD55C\uC9C0 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694`;i?.warn(`${c}: ${n}`),console.warn(n),o?.(n)}if(d.isActionRequired){let n=`identifier ${a.node.name}\uC744 ${d.newName}\uB85C \uBCC0\uACBD\uD588\uC9C0\uB9CC, \uBCC0\uACBD\uB41C \uC544\uC774\uCF58\uC774 \uC801\uC808\uD55C\uC9C0 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694`;i?.warn(`${c}: ${n}`),console.warn(n),o?.(n)}let I=d.newName;i?.debug(`${c}: identifier ${a.node.name} -> ${I}`),a.replace(N.identifier(I))})}function M({stringLiterals:t,match:r,logger:i,report:o,filePath:c}){t.forEach(a=>{let d=r.identifier.find(({oldName:n})=>n===a.node.value),I=r.source.find(({startsWith:n})=>a.node.value.startsWith(n));if(d){if(d.isActionRequired){let m=`string literal ${a.node.value}\uC744 ${d.newName}\uB85C \uBCC0\uACBD\uD588\uC9C0\uB9CC, \uBCC0\uACBD\uB41C \uC544\uC774\uCF58\uC774 \uC801\uC808\uD55C\uC9C0 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694`;i?.warn(`${c}: ${m}`),console.warn(m),o?.(m)}if(d.moveToMulticolor){let m=`string literal ${a.node.value}\uB97C \uBA40\uD2F0\uCEEC\uB7EC \uD328\uD0A4\uC9C0\uC758 ${d.newName}\uB85C \uBCC0\uD658\uD588\uC9C0\uB9CC, \uBA40\uD2F0\uCEEC\uB7EC \uC0AC\uC6A9\uC774 \uC801\uC808\uD55C\uC9C0 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694`;i?.warn(`${c}: ${m}`),console.warn(m),o?.(m)}let n=d.newName;i?.debug(`${c}: string literal ${a.node.value} -> ${n}`),a.replace(N.stringLiteral(n))}if(I&&a.parent?.node.type!=="ImportDeclaration"){let n=r.source.find(({startsWith:e})=>a.node.value.startsWith(e));if(!n)return;let m=r.identifier.find(({oldName:e})=>e===a.node.value.split("/").pop()),w=a.node.value.replace(n.startsWith,m?.moveToMulticolor?n.replaceWith.multicolor:n.replaceWith.default).split("/").map((e,h)=>{let s=r.identifier.find(({oldName:l})=>l===e);if(!s||h!==a.node.value.split("/").length-1)return e;if(s.isActionRequired){let l=`string literal ${a.node.value}\uC744 ${s.newName}\uB85C \uBCC0\uACBD\uD588\uC9C0\uB9CC, \uBCC0\uACBD\uB41C \uC544\uC774\uCF58\uC774 \uC801\uC808\uD55C\uC9C0 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694`;i?.warn(`${c}: ${l}`),console.warn(l),o?.(l)}if(s.moveToMulticolor){let l=`string literal ${a.node.value}\uB97C \uBA40\uD2F0\uCEEC\uB7EC \uD328\uD0A4\uC9C0\uC758 ${s.newName}\uB85C \uBCC0\uD658\uD588\uC9C0\uB9CC, \uBA40\uD2F0\uCEEC\uB7EC \uC0AC\uC6A9\uC774 \uC801\uC808\uD55C\uC9C0 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694`;i?.warn(`${c}: ${l}`),console.warn(l),o?.(l)}return s.newName}).join("/");a.replace(N.stringLiteral(w)),i?.debug(`${c}: string literal ${a.node.value} -> ${w}`)}})}import{createLogger as y,format as S,transports as P}from"winston";var D=[{oldName:"IconAddThin",newName:"IconPlusLine"},{oldName:"IconAddRegular",newName:"IconPlusLine"},{oldName:"IconAddFill",newName:"IconPlusFill"},{oldName:"IconAddCircleThin",newName:"IconPlusCircleLine"},{oldName:"IconAddCircleRegular",newName:"IconPlusCircleLine"},{oldName:"IconAddCircleFill",newName:"IconPlusCircleFill"},{oldName:"IconAebThin",newName:"IconCarFrontUpsideWave2ReversedUpLine"},{oldName:"IconAebRegular",newName:"IconCarFrontUpsideWave2ReversedUpLine"},{oldName:"IconAebFill",newName:"IconCarFrontUpsideWave2ReversedUpFill"},{oldName:"IconAiThin",newName:"IconSparkle2Line"},{oldName:"IconAiRegular",newName:"IconSparkle2Line"},{oldName:"IconAiFill",newName:"IconSparkle2Fill"},{oldName:"IconAndroidShareThin",newName:"IconAndroidshareLine"},{oldName:"IconAndroidShareRegular",newName:"IconAndroidshareLine"},{oldName:"IconAndroidShareFill",newName:"IconAndroidshareFill"},{oldName:"IconArrowThin",newName:"IconArrowUpRightLine"},{oldName:"IconArrowRegular",newName:"IconArrowUpRightLine"},{oldName:"IconArrowFill",newName:"IconArrowUpRightFill"},{oldName:"IconArrowDownwardThin",newName:"IconArrowDownLine"},{oldName:"IconArrowDownwardRegular",newName:"IconArrowDownLine"},{oldName:"IconArrowDownwardFill",newName:"IconArrowDownFill"},{oldName:"IconArrowDropDownThin",newName:"IconTriangleDownSmallLine"},{oldName:"IconArrowDropDownRegular",newName:"IconTriangleDownSmallLine"},{oldName:"IconArrowDropDownFill",newName:"IconTriangleDownSmallFill"},{oldName:"IconArrowDropUpThin",newName:"IconTriangleUpSmallLine"},{oldName:"IconArrowDropUpRegular",newName:"IconTriangleUpSmallLine"},{oldName:"IconArrowDropUpFill",newName:"IconTriangleUpSmallFill"},{oldName:"IconArrowUpwardThin",newName:"IconArrowUpLine"},{oldName:"IconArrowUpwardRegular",newName:"IconArrowUpLine"},{oldName:"IconArrowUpwardFill",newName:"IconArrowUpFill"},{oldName:"IconArticleThin",newName:"IconArticleLine"},{oldName:"IconArticleRegular",newName:"IconArticleLine"},{oldName:"IconArticleFill",newName:"IconArticleFill"},{oldName:"IconBackwardThin",newName:"IconArrowLeftLine"},{oldName:"IconBackwardRegular",newName:"IconArrowLeftLine"},{oldName:"IconBackwardFill",newName:"IconArrowLeftFill"},{oldName:"IconBillThin",newName:"IconReceiptLine"},{oldName:"IconBillRegular",newName:"IconReceiptLine"},{oldName:"IconBillFill",newName:"IconReceiptFill"},{oldName:"IconBoldThin",newName:"IconTUppercaseSerifLine",isActionRequired:!0},{oldName:"IconBoldRegular",newName:"IconTUppercaseSerifLine",isActionRequired:!0},{oldName:"IconBoldFill",newName:"IconTUppercaseSerifFill",isActionRequired:!0},{oldName:"IconBookmarkThin",newName:"IconBookmarkLine"},{oldName:"IconBookmarkRegular",newName:"IconBookmarkLine"},{oldName:"IconBookmarkFill",newName:"IconBookmarkFill"},{oldName:"IconBookmarkListThin",newName:"IconHorizline3VerticalStarLine"},{oldName:"IconBookmarkListRegular",newName:"IconHorizline3VerticalStarLine"},{oldName:"IconBookmarkListFill",newName:"IconHorizline3VerticalStarFill"},{oldName:"IconCalendarThin",newName:"IconCalendarLine"},{oldName:"IconCalendarRegular",newName:"IconCalendarLine"},{oldName:"IconCalendarFill",newName:"IconCalendarFill"},{oldName:"IconCallThin",newName:"IconPhoneLine"},{oldName:"IconCallRegular",newName:"IconPhoneLine"},{oldName:"IconCallFill",newName:"IconPhoneFill"},{oldName:"IconCallDeclinedThin",newName:"IconPhoneXmarkLine"},{oldName:"IconCallDeclinedRegular",newName:"IconPhoneXmarkLine"},{oldName:"IconCallDeclinedFill",newName:"IconPhoneXmarkFill"},{oldName:"IconCameraThin",newName:"IconCameraLine"},{oldName:"IconCameraRegular",newName:"IconCameraLine"},{oldName:"IconCameraFill",newName:"IconCameraFill"},{oldName:"IconCarThin",newName:"IconCarFrontside",moveToMulticolor:!0},{oldName:"IconCarRegular",newName:"IconCarFrontside",moveToMulticolor:!0},{oldName:"IconCarFill",newName:"IconCarFrontside",moveToMulticolor:!0},{oldName:"IconCarAroundViewThin",newName:"IconArrowClockwiseOvalLine"},{oldName:"IconCarAroundViewRegular",newName:"IconArrowClockwiseOvalLine"},{oldName:"IconCarAroundViewFill",newName:"IconArrowClockwiseOvalFill"},{oldName:"IconCarBlindSpotThin",newName:"IconCarRearUpsideWave2ReversedDownLeftLine"},{oldName:"IconCarBlindSpotRegular",newName:"IconCarRearUpsideWave2ReversedDownLeftLine"},{oldName:"IconCarBlindSpotFill",newName:"IconCarRearUpsideWave2ReversedDownLeftFill"},{oldName:"IconCarCruiseControlThin",newName:"IconSpeedometerLine"},{oldName:"IconCarCruiseControlRegular",newName:"IconSpeedometerLine"},{oldName:"IconCarCruiseControlFill",newName:"IconSpeedometerFill"},{oldName:"IconCarEpbThin",newName:"IconEpbLine"},{oldName:"IconCarEpbRegular",newName:"IconEpbLine"},{oldName:"IconCarEpbFill",newName:"IconEpbFill"},{oldName:"IconCarHeatedSeatThin",newName:"IconSeatLeftHeatwave2Line"},{oldName:"IconCarHeatedSeatRegular",newName:"IconSeatLeftHeatwave2Line"},{oldName:"IconCarHeatedSeatFill",newName:"IconSeatLeftHeatwave2Fill"},{oldName:"IconCarHeatedSteeringWheelThin",newName:"IconSteeringwheelHeatwave2Line"},{oldName:"IconCarHeatedSteeringWheelRegular",newName:"IconSteeringwheelHeatwave2Line"},{oldName:"IconCarHeatedSteeringWheelFill",newName:"IconSteeringwheelHeatwave2Fill"},{oldName:"IconCarLdwsThin",newName:"IconRoadlaneLine"},{oldName:"IconCarLdwsRegular",newName:"IconRoadlaneLine"},{oldName:"IconCarLdwsFill",newName:"IconRoadlaneFill"},{oldName:"IconCarLeatherSeatThin",newName:"IconSeatLeftLine"},{oldName:"IconCarLeatherSeatRegular",newName:"IconSeatLeftLine"},{oldName:"IconCarLeatherSeatFill",newName:"IconSeatLeftFill"},{oldName:"IconCarNavigationThin",newName:"IconCompassLine"},{oldName:"IconCarNavigationRegular",newName:"IconCompassLine"},{oldName:"IconCarNavigationFill",newName:"IconCompassFill"},{oldName:"IconCarPowerTrunkThin",newName:"IconCarRearTrunkOpenLeftsideLine"},{oldName:"IconCarPowerTrunkRegular",newName:"IconCarRearTrunkOpenLeftsideLine"},{oldName:"IconCarPowerTrunkFill",newName:"IconCarRearTrunkOpenLeftsideFill"},{oldName:"IconCarRearCameraThin",newName:"IconCarRearUpsideSectorDownLine"},{oldName:"IconCarRearCameraRegular",newName:"IconCarRearUpsideSectorDownLine"},{oldName:"IconCarRearCameraFill",newName:"IconCarRearUpsideSectorDownFill"},{oldName:"IconCarRearSensorThin",newName:"IconCarRearUpsideWave2ReversedDownLine"},{oldName:"IconCarRearSensorRegular",newName:"IconCarRearUpsideWave2ReversedDownLine"},{oldName:"IconCarRearSensorFill",newName:"IconCarRearUpsideWave2ReversedDownFill"},{oldName:"IconCarSmartKeyThin",newName:"IconSmartkeyLine"},{oldName:"IconCarSmartKeyRegular",newName:"IconSmartkeyLine"},{oldName:"IconCarSmartKeyFill",newName:"IconSmartkeyFill"},{oldName:"IconCarVentilationSeatThin",newName:"IconSeatLeftFanLine"},{oldName:"IconCarVentilationSeatRegular",newName:"IconSeatLeftFanLine"},{oldName:"IconCarVentilationSeatFill",newName:"IconSeatLeftFanFill"},{oldName:"IconCartThin",newName:"IconCartLine"},{oldName:"IconCartRegular",newName:"IconCartLine"},{oldName:"IconCartFill",newName:"IconCartFill"},{oldName:"IconCertificationThin",newName:"IconCrosshairLine"},{oldName:"IconCertificationRegular",newName:"IconCrosshairLine"},{oldName:"IconCertificationFill",newName:"IconCrosshairFill"},{oldName:"IconChallengeThin",newName:"IconFlagHillLine"},{oldName:"IconChallengeRegular",newName:"IconFlagHillLine"},{oldName:"IconChallengeFill",newName:"IconFlagHillFill"},{oldName:"IconChartThin",newName:"IconBarchartSquareLine"},{oldName:"IconChartRegular",newName:"IconBarchartSquareLine"},{oldName:"IconChartFill",newName:"IconBarchartSquareFill"},{oldName:"IconChatBubbleCheckThin",newName:"IconCheckmarkChatbubbleLeftLine"},{oldName:"IconChatBubbleCheckRegular",newName:"IconCheckmarkChatbubbleLeftLine"},{oldName:"IconChatBubbleCheckFill",newName:"IconCheckmarkChatbubbleLeftFill"},{oldName:"IconChattingThin",newName:"IconDot3HorizontalChatbubbleLeftLine"},{oldName:"IconChattingRegular",newName:"IconDot3HorizontalChatbubbleLeftLine"},{oldName:"IconChattingFill",newName:"IconDot3HorizontalChatbubbleLeftFill"},{oldName:"IconChattingSendThin",newName:"IconPaperplaneLine"},{oldName:"IconChattingSendRegular",newName:"IconPaperplaneLine"},{oldName:"IconChattingSendFill",newName:"IconPaperplaneFill"},{oldName:"IconCheckThin",newName:"IconCheckmarkLine"},{oldName:"IconCheckRegular",newName:"IconCheckmarkLine"},{oldName:"IconCheckFill",newName:"IconCheckmarkFill"},{oldName:"IconCheckFlowerThin",newName:"IconCheckmarkFlowerLine"},{oldName:"IconCheckFlowerRegular",newName:"IconCheckmarkFlowerLine"},{oldName:"IconCheckFlowerFill",newName:"IconCheckmarkFlowerFill"},{oldName:"IconChevronLeftThin",newName:"IconChevronLeftLine"},{oldName:"IconChevronLeftRegular",newName:"IconChevronLeftLine"},{oldName:"IconChevronLeftFill",newName:"IconChevronLeftFill"},{oldName:"IconChevronRightThin",newName:"IconChevronRightLine"},{oldName:"IconChevronRightRegular",newName:"IconChevronRightLine"},{oldName:"IconChevronRightFill",newName:"IconChevronRightFill"},{oldName:"IconClickThin",newName:"IconHandPointUpLine"},{oldName:"IconClickRegular",newName:"IconHandPointUpLine"},{oldName:"IconClickFill",newName:"IconHandPointUpFill"},{oldName:"IconClockThin",newName:"IconClockLine"},{oldName:"IconClockRegular",newName:"IconClockLine"},{oldName:"IconClockFill",newName:"IconClockFill"},{oldName:"IconCloseThin",newName:"IconXmarkLine"},{oldName:"IconCloseRegular",newName:"IconXmarkLine"},{oldName:"IconCloseFill",newName:"IconXmarkFill"},{oldName:"IconCobuyingThin",newName:"IconShoppingbag2StackedLine",isActionRequired:!0},{oldName:"IconCobuyingRegular",newName:"IconShoppingbag2StackedLine",isActionRequired:!0},{oldName:"IconCobuyingFill",newName:"IconShoppingbag2StackedFill",isActionRequired:!0},{oldName:"IconCommunityThin",newName:"IconPostLine"},{oldName:"IconCommunityRegular",newName:"IconPostLine"},{oldName:"IconCommunityFill",newName:"IconPostFill"},{oldName:"IconCondoThin",newName:"IconBuilding2Line"},{oldName:"IconCondoRegular",newName:"IconBuilding2Line"},{oldName:"IconCondoFill",newName:"IconBuilding2Fill"},{oldName:"IconConfirmationThin",newName:"IconCheckmarkShieldLine"},{oldName:"IconConfirmationRegular",newName:"IconCheckmarkShieldLine"},{oldName:"IconConfirmationFill",newName:"IconCheckmarkShieldFill"},{oldName:"IconConfirmationPayThin",newName:"IconWonShieldLine"},{oldName:"IconConfirmationPayRegular",newName:"IconWonShieldLine"},{oldName:"IconConfirmationPayFill",newName:"IconWonShieldFill"},{oldName:"IconConfirmationProfileThin",newName:"IconPersonShieldLine"},{oldName:"IconConfirmationProfileRegular",newName:"IconPersonShieldLine"},{oldName:"IconConfirmationProfileFill",newName:"IconPersonShieldFill"},{oldName:"IconContentsThin",newName:"IconGridHeartLine"},{oldName:"IconContentsRegular",newName:"IconGridHeartLine"},{oldName:"IconContentsFill",newName:"IconGridHeartFill"},{oldName:"IconConvertThin",newName:"IconArrowRightArrowLeftLine"},{oldName:"IconConvertRegular",newName:"IconArrowRightArrowLeftLine"},{oldName:"IconConvertFill",newName:"IconArrowRightArrowLeftFill"},{oldName:"IconCopyThin",newName:"IconSquare2StackedLine"},{oldName:"IconCopyRegular",newName:"IconSquare2StackedLine"},{oldName:"IconCopyFill",newName:"IconSquare2StackedFill"},{oldName:"IconCouponThin",newName:"IconCouponLine"},{oldName:"IconCouponRegular",newName:"IconCouponLine"},{oldName:"IconCouponFill",newName:"IconCouponFill"},{oldName:"IconCouponDownloadDoneThin",newName:"IconCheckmarkHorizlineLine"},{oldName:"IconCouponDownloadDoneRegular",newName:"IconCheckmarkHorizlineLine"},{oldName:"IconCouponDownloadDoneFill",newName:"IconCheckmarkHorizlineFill"},{oldName:"IconCouponUsedThin",newName:"IconCheckmarkCouponLine"},{oldName:"IconCouponUsedRegular",newName:"IconCheckmarkCouponLine"},{oldName:"IconCouponUsedFill",newName:"IconCheckmarkCouponFill"},{oldName:"IconDeleteKeyboardThin",newName:"IconBackspacekeyLine"},{oldName:"IconDeleteKeyboardRegular",newName:"IconBackspacekeyLine"},{oldName:"IconDeleteKeyboardFill",newName:"IconBackspacekeyFill"},{oldName:"IconDeliveryThin",newName:"IconTruckLine",isActionRequired:!0},{oldName:"IconDeliveryRegular",newName:"IconTruckLine",isActionRequired:!0},{oldName:"IconDeliveryFill",newName:"IconTruckFill",isActionRequired:!0},{oldName:"IconDirectionThin",newName:"IconArrowRightAngledLine"},{oldName:"IconDirectionRegular",newName:"IconArrowRightAngledLine"},{oldName:"IconDirectionFill",newName:"IconArrowRightAngledFill"},{oldName:"IconDownloadThin",newName:"IconArrowDownHorizlineLine"},{oldName:"IconDownloadRegular",newName:"IconArrowDownHorizlineLine"},{oldName:"IconDownloadFill",newName:"IconArrowDownHorizlineFill"},{oldName:"IconEditThin",newName:"IconEraserHorizlineLine"},{oldName:"IconEditRegular",newName:"IconEraserHorizlineLine"},{oldName:"IconEditFill",newName:"IconEraserHorizlineFill"},{oldName:"IconEmoticonThin",newName:"IconFaceSmileCircleLine"},{oldName:"IconEmoticonRegular",newName:"IconFaceSmileCircleLine"},{oldName:"IconEmoticonFill",newName:"IconFaceSmileCircleFill"},{oldName:"IconEmoticonBadThin",newName:"IconFaceSadCircleLine"},{oldName:"IconEmoticonBadRegular",newName:"IconFaceSadCircleLine"},{oldName:"IconEmoticonBadFill",newName:"IconFaceSadCircleFill"},{oldName:"IconExpandThin",newName:"IconArrowUpRightArrowDownLeftLine"},{oldName:"IconExpandRegular",newName:"IconArrowUpRightArrowDownLeftLine"},{oldName:"IconExpandFill",newName:"IconArrowUpRightArrowDownLeftFill"},{oldName:"IconExpandLessThin",newName:"IconChevronUpLine"},{oldName:"IconExpandLessRegular",newName:"IconChevronUpLine"},{oldName:"IconExpandLessFill",newName:"IconChevronUpFill"},{oldName:"IconExpandMoreThin",newName:"IconChevronDownLine"},{oldName:"IconExpandMoreRegular",newName:"IconChevronDownLine"},{oldName:"IconExpandMoreFill",newName:"IconChevronDownFill"},{oldName:"IconFileThin",newName:"IconPaperclipLine"},{oldName:"IconFileRegular",newName:"IconPaperclipLine"},{oldName:"IconFileFill",newName:"IconPaperclipFill"},{oldName:"IconFilter02Thin",newName:"IconSlider2HorizontalLine"},{oldName:"IconFilter02Regular",newName:"IconSlider2HorizontalLine"},{oldName:"IconFilter02Fill",newName:"IconSlider2HorizontalFill"},{oldName:"IconForwardThin",newName:"IconArrowRightLine"},{oldName:"IconForwardRegular",newName:"IconArrowRightLine"},{oldName:"IconForwardFill",newName:"IconArrowRightFill"},{oldName:"IconGenderThin",newName:"IconMalesymbolFemalesymbolLine"},{oldName:"IconGenderRegular",newName:"IconMalesymbolFemalesymbolLine"},{oldName:"IconGenderFill",newName:"IconMalesymbolFemalesymbolFill"},{oldName:"IconGlobalThin",newName:"IconGlobeLine"},{oldName:"IconGlobalRegular",newName:"IconGlobeLine"},{oldName:"IconGlobalFill",newName:"IconGlobeFill"},{oldName:"IconGpsThin",newName:"IconCrosshairLine"},{oldName:"IconGpsRegular",newName:"IconCrosshairLine"},{oldName:"IconGpsFill",newName:"IconCrosshairFill"},{oldName:"IconGpsEnableThin",newName:"IconCrosshairQuestionmarkLine"},{oldName:"IconGpsEnableRegular",newName:"IconCrosshairQuestionmarkLine"},{oldName:"IconGpsEnableFill",newName:"IconCrosshairQuestionmarkFill"},{oldName:"IconGpsEnable2Thin",newName:"IconCrosshairQuestionmarkLine"},{oldName:"IconGpsEnable2Regular",newName:"IconCrosshairQuestionmarkLine"},{oldName:"IconGpsEnable2Fill",newName:"IconCrosshairQuestionmarkFill"},{oldName:"IconGroupchatKingThin",newName:"IconCrownLine"},{oldName:"IconGroupchatKingRegular",newName:"IconCrownLine"},{oldName:"IconGroupchatKingFill",newName:"IconCrownFill"},{oldName:"IconHandleThin",newName:"IconHorizline3VerticalTightLine"},{oldName:"IconHandleRegular",newName:"IconHorizline3VerticalTightLine"},{oldName:"IconHandleFill",newName:"IconHorizline3VerticalTightFill"},{oldName:"IconHashtagThin",newName:"IconHashLine"},{oldName:"IconHashtagRegular",newName:"IconHashLine"},{oldName:"IconHashtagFill",newName:"IconHashFill"},{oldName:"IconHeadphoneThin",newName:"IconHeadsetLine"},{oldName:"IconHeadphoneRegular",newName:"IconHeadsetLine"},{oldName:"IconHeadphoneFill",newName:"IconHeadsetFill"},{oldName:"IconHeartThin",newName:"IconHeartLine"},{oldName:"IconHeartRegular",newName:"IconHeartLine"},{oldName:"IconHeartFill",newName:"IconHeartFill"},{oldName:"IconHelpThin",newName:"IconQuestionmarkCircleLine"},{oldName:"IconHelpRegular",newName:"IconQuestionmarkCircleLine"},{oldName:"IconHelpFill",newName:"IconQuestionmarkCircleFill"},{oldName:"IconHelpcenterThin",newName:"IconHeadsetLine"},{oldName:"IconHelpcenterRegular",newName:"IconHeadsetLine"},{oldName:"IconHelpcenterFill",newName:"IconHeadsetFill"},{oldName:"IconHelperThin",newName:"IconHeadsetLine"},{oldName:"IconHelperRegular",newName:"IconHeadsetLine"},{oldName:"IconHelperFill",newName:"IconHeadsetFill"},{oldName:"IconHouseThin",newName:"IconWindow4House",moveToMulticolor:!0},{oldName:"IconHouseRegular",newName:"IconWindow4House",moveToMulticolor:!0},{oldName:"IconHouseFill",newName:"IconWindow4House",moveToMulticolor:!0},{oldName:"IconHomeThin",newName:"IconHouseLine"},{oldName:"IconHomeRegular",newName:"IconHouseLine"},{oldName:"IconHomeFill",newName:"IconHouseFill"},{oldName:"IconHousekeepingBookThin",newName:"IconBookLine"},{oldName:"IconHousekeepingBookRegular",newName:"IconBookLine"},{oldName:"IconHousekeepingBookFill",newName:"IconBookFill"},{oldName:"IconImportThin",newName:"IconDocumentArrowLeftLine"},{oldName:"IconImportRegular",newName:"IconDocumentArrowLeftLine"},{oldName:"IconImportFill",newName:"IconDocumentArrowLeftFill"},{oldName:"IconInfoThin",newName:"IconILowercaseSerifCircleLine"},{oldName:"IconInfoRegular",newName:"IconILowercaseSerifCircleLine"},{oldName:"IconInfoFill",newName:"IconILowercaseSerifCircleFill"},{oldName:"IconInterestThin",newName:"IconHorizline3VerticalStarLine"},{oldName:"IconInterestRegular",newName:"IconHorizline3VerticalStarLine"},{oldName:"IconInterestFill",newName:"IconHorizline3VerticalStarFill"},{oldName:"IconInterestListThin",newName:"IconStarLine"},{oldName:"IconInterestListRegular",newName:"IconStarLine"},{oldName:"IconInterestListFill",newName:"IconStarFill"},{oldName:"IconInviteThin",newName:"IconEnvelopeLine"},{oldName:"IconInviteRegular",newName:"IconEnvelopeLine"},{oldName:"IconInviteFill",newName:"IconEnvelopeFill"},{oldName:"IconInviteFriendThin",newName:"IconPersonPlusLine"},{oldName:"IconInviteFriendRegular",newName:"IconPersonPlusLine"},{oldName:"IconInviteFriendFill",newName:"IconPersonPlusFill"},{oldName:"IconIosShareThin",newName:"IconArrowUpBracketDownLine"},{oldName:"IconIosShareRegular",newName:"IconArrowUpBracketDownLine"},{oldName:"IconIosShareFill",newName:"IconArrowUpBracketDownFill"},{oldName:"IconJobsThin",newName:"IconPersonMagnifyingglass",moveToMulticolor:!0},{oldName:"IconJobsRegular",newName:"IconPersonMagnifyingglass",moveToMulticolor:!0},{oldName:"IconJobsFill",newName:"IconPersonMagnifyingglass",moveToMulticolor:!0},{oldName:"IconKeyboardHidingThin",newName:"IconKeyboardChevronDownLine"},{oldName:"IconKeyboardHidingRegular",newName:"IconKeyboardChevronDownLine"},{oldName:"IconKeyboardHidingFill",newName:"IconKeyboardChevronDownFill"},{oldName:"IconKeywordThin",newName:"IconTagLine"},{oldName:"IconKeywordRegular",newName:"IconTagLine"},{oldName:"IconKeywordFill",newName:"IconTagFill"},{oldName:"IconLaptopThin",newName:"IconLaptopLine"},{oldName:"IconLaptopRegular",newName:"IconLaptopLine"},{oldName:"IconLaptopFill",newName:"IconLaptopFill"},{oldName:"IconLeafThin",newName:"IconLeafLine"},{oldName:"IconLeafRegular",newName:"IconLeafLine"},{oldName:"IconLeafFill",newName:"IconLeafFill"},{oldName:"IconListThin",newName:"IconDothorizline3VerticalLine"},{oldName:"IconListRegular",newName:"IconDothorizline3VerticalLine"},{oldName:"IconListFill",newName:"IconDothorizline3VerticalFill"},{oldName:"IconListCardThin",newName:"IconHorizrectangleHorizline2VerticalLine"},{oldName:"IconListCardRegular",newName:"IconHorizrectangleHorizline2VerticalLine"},{oldName:"IconListCardFill",newName:"IconHorizrectangleHorizline2VerticalFill"},{oldName:"IconListCheckThin",newName:"IconDocumentCheckmarkLine"},{oldName:"IconListCheckRegular",newName:"IconDocumentCheckmarkLine"},{oldName:"IconListCheckFill",newName:"IconDocumentCheckmarkFill"},{oldName:"IconListSelectThin",newName:"IconHorizline3VerticalCheckmarkLine"},{oldName:"IconListSelectRegular",newName:"IconHorizline3VerticalCheckmarkLine"},{oldName:"IconListSelectFill",newName:"IconHorizline3VerticalCheckmarkFill"},{oldName:"IconListThumbnailThin",newName:"IconSquareline2VerticalLine"},{oldName:"IconListThumbnailRegular",newName:"IconSquareline2VerticalLine"},{oldName:"IconListThumbnailFill",newName:"IconSquareline2VerticalFill"},{oldName:"IconLocationThin",newName:"IconLocationpinLine"},{oldName:"IconLocationRegular",newName:"IconLocationpinLine"},{oldName:"IconLocationFill",newName:"IconLocationpinFill"},{oldName:"IconLockThin",newName:"IconLockLine"},{oldName:"IconLockRegular",newName:"IconLockLine"},{oldName:"IconLockFill",newName:"IconLockFill"},{oldName:"IconLoudspeakerThin",newName:"IconMegaphoneLine"},{oldName:"IconLoudspeakerRegular",newName:"IconMegaphoneLine"},{oldName:"IconLoudspeakerFill",newName:"IconMegaphoneFill"},{oldName:"IconMapThin",newName:"IconMapLocationpinLine"},{oldName:"IconMapRegular",newName:"IconMapLocationpinLine"},{oldName:"IconMapFill",newName:"IconMapLocationpinFill"},{oldName:"IconMarketThin",newName:"IconStoreLine"},{oldName:"IconMarketRegular",newName:"IconStoreLine"},{oldName:"IconMarketFill",newName:"IconStoreFill"},{oldName:"IconMarketCheckThin",newName:"IconStoreCheckmarkLine"},{oldName:"IconMarketCheckRegular",newName:"IconStoreCheckmarkLine"},{oldName:"IconMarketCheckFill",newName:"IconStoreCheckmarkFill"},{oldName:"IconMarketWriteThin",newName:"IconStorePenLine"},{oldName:"IconMarketWriteRegular",newName:"IconStorePenLine"},{oldName:"IconMarketWriteFill",newName:"IconStorePenFill"},{oldName:"IconMentionThin",newName:"IconAtLine"},{oldName:"IconMentionRegular",newName:"IconAtLine"},{oldName:"IconMentionFill",newName:"IconAtFill"},{oldName:"IconMenuThin",newName:"IconHorizline3VerticalLine"},{oldName:"IconMenuRegular",newName:"IconHorizline3VerticalLine"},{oldName:"IconMenuFill",newName:"IconHorizline3VerticalFill"},{oldName:"IconMicThin",newName:"IconMicrophoneLine"},{oldName:"IconMicRegular",newName:"IconMicrophoneLine"},{oldName:"IconMicFill",newName:"IconMicrophoneFill"},{oldName:"IconMicOffThin",newName:"IconMicrophoneSlashLine"},{oldName:"IconMicOffRegular",newName:"IconMicrophoneSlashLine"},{oldName:"IconMicOffFill",newName:"IconMicrophoneSlashFill"},{oldName:"IconMissionThin",newName:"IconBookOpenLine"},{oldName:"IconMissionRegular",newName:"IconBookOpenLine"},{oldName:"IconMissionFill",newName:"IconBookOpenFill"},{oldName:"IconMobileThin",newName:"IconMobileLine"},{oldName:"IconMobileRegular",newName:"IconMobileLine"},{oldName:"IconMobileFill",newName:"IconMobileFill"},{oldName:"IconMoneySendThin",newName:"IconWonCircleArrowRightLine"},{oldName:"IconMoneySendRegular",newName:"IconWonCircleArrowRightLine"},{oldName:"IconMoneySendFill",newName:"IconWonCircleArrowRightFill"},{oldName:"IconMoneyWonThin",newName:"IconWonCircleLine"},{oldName:"IconMoneyWonRegular",newName:"IconWonCircleLine"},{oldName:"IconMoneyWonFill",newName:"IconWonCircleFill"},{oldName:"IconMoonThin",newName:"IconMoonLine"},{oldName:"IconMoonRegular",newName:"IconMoonLine"},{oldName:"IconMoonFill",newName:"IconMoonFill"},{oldName:"IconMoreHorizThin",newName:"IconDot3HorizontalLine"},{oldName:"IconMoreHorizRegular",newName:"IconDot3HorizontalLine"},{oldName:"IconMoreHorizFill",newName:"IconDot3HorizontalFill"},{oldName:"IconMoreVertThin",newName:"IconDot3VerticalLine"},{oldName:"IconMoreVertRegular",newName:"IconDot3VerticalLine"},{oldName:"IconMoreVertFill",newName:"IconDot3VerticalFill"},{oldName:"IconMyThin",newName:"IconPersonLine"},{oldName:"IconMyRegular",newName:"IconPersonLine"},{oldName:"IconMyFill",newName:"IconPersonFill"},{oldName:"IconMyProfileThin",newName:"IconPersonCircleLine"},{oldName:"IconMyProfileRegular",newName:"IconPersonCircleLine"},{oldName:"IconMyProfileFill",newName:"IconPersonCircleFill"},{oldName:"IconNearMeThin",newName:"IconLocationpinLine"},{oldName:"IconNearMeRegular",newName:"IconLocationpinLine"},{oldName:"IconNearMeFill",newName:"IconLocationpinFill"},{oldName:"IconNewtopicThin",newName:"IconNUppercaseCircleLine"},{oldName:"IconNewtopicRegular",newName:"IconNUppercaseCircleLine"},{oldName:"IconNewtopicFill",newName:"IconNUppercaseCircleFill"},{oldName:"IconNoteThin",newName:"IconDocumentLine"},{oldName:"IconNoteRegular",newName:"IconDocumentLine"},{oldName:"IconNoteFill",newName:"IconDocumentFill"},{oldName:"IconNotificationThin",newName:"IconBellLine"},{oldName:"IconNotificationRegular",newName:"IconBellLine"},{oldName:"IconNotificationFill",newName:"IconBellFill"},{oldName:"IconNotificationFallThin",newName:"IconArrowDownLine"},{oldName:"IconNotificationFallRegular",newName:"IconArrowDownLine"},{oldName:"IconNotificationFallFill",newName:"IconArrowDownFill"},{oldName:"IconNotificationOffThin",newName:"IconBellSlashLine"},{oldName:"IconNotificationOffRegular",newName:"IconBellSlashLine"},{oldName:"IconNotificationOffFill",newName:"IconBellSlashFill"},{oldName:"IconOrderThin",newName:"IconCheckmarkClipboardLine"},{oldName:"IconOrderRegular",newName:"IconCheckmarkClipboardLine"},{oldName:"IconOrderFill",newName:"IconCheckmarkClipboardFill"},{oldName:"IconPauseThin",newName:"IconVertrectangle2HorizontalLine"},{oldName:"IconPauseRegular",newName:"IconVertrectangle2HorizontalLine"},{oldName:"IconPauseFill",newName:"IconVertrectangle2HorizontalFill"},{oldName:"IconPaymentThin",newName:"IconCardLine"},{oldName:"IconPaymentRegular",newName:"IconCardLine"},{oldName:"IconPaymentFill",newName:"IconCardFill"},{oldName:"IconPercentThin",newName:"IconPercentLine"},{oldName:"IconPercentRegular",newName:"IconPercentLine"},{oldName:"IconPercentFill",newName:"IconPercentFill"},{oldName:"IconPhotoThin",newName:"IconPictureLine"},{oldName:"IconPhotoRegular",newName:"IconPictureLine"},{oldName:"IconPhotoFill",newName:"IconPictureFill"},{oldName:"IconPhotoEditThin",newName:"IconWandLine"},{oldName:"IconPhotoEditRegular",newName:"IconWandLine"},{oldName:"IconPhotoEditFill",newName:"IconWandFill"},{oldName:"IconPhotoEditCropThin",newName:"IconCropmarkLine"},{oldName:"IconPhotoEditCropRegular",newName:"IconCropmarkLine"},{oldName:"IconPhotoEditCropFill",newName:"IconCropmarkFill"},{oldName:"IconPhotoEditDrawThin",newName:"IconScribbleLine"},{oldName:"IconPhotoEditDrawRegular",newName:"IconScribbleLine"},{oldName:"IconPhotoEditDrawFill",newName:"IconScribbleFill"},{oldName:"IconPhotoEditRotateThin",newName:"IconArrow2ClockwiseCircularLine"},{oldName:"IconPhotoEditRotateRegular",newName:"IconArrow2ClockwiseCircularLine"},{oldName:"IconPhotoEditRotateFill",newName:"IconArrow2ClockwiseCircularFill"},{oldName:"IconPhotoSeveralThin",newName:"IconPicture2StackedLine"},{oldName:"IconPhotoSeveralRegular",newName:"IconPicture2StackedLine"},{oldName:"IconPhotoSeveralFill",newName:"IconPicture2StackedFill"},{oldName:"IconPlayThin",newName:"IconTriangleRightLine"},{oldName:"IconPlayRegular",newName:"IconTriangleRightLine"},{oldName:"IconPlayFill",newName:"IconTriangleRightFill"},{oldName:"IconPollThin",newName:"IconBarchartSquareLine"},{oldName:"IconPollRegular",newName:"IconBarchartSquareLine"},{oldName:"IconPollFill",newName:"IconBarchartSquareFill"},{oldName:"IconPriceWonThin",newName:"IconWonLine"},{oldName:"IconPriceWonRegular",newName:"IconWonLine"},{oldName:"IconPriceWonFill",newName:"IconWonFill"},{oldName:"IconProductThin",newName:"IconShoppingbagLine"},{oldName:"IconProductRegular",newName:"IconShoppingbagLine"},{oldName:"IconProductFill",newName:"IconShoppingbagFill"},{oldName:"IconProfileThin",newName:"IconPersonLine"},{oldName:"IconProfileRegular",newName:"IconPersonLine"},{oldName:"IconProfileFill",newName:"IconPersonFill"},{oldName:"IconProfileBadgeThin",newName:"IconCheckmarkBadgeLine"},{oldName:"IconProfileBadgeRegular",newName:"IconCheckmarkBadgeLine"},{oldName:"IconProfileBadgeFill",newName:"IconCheckmarkBadgeFill"},{oldName:"IconProhibitionThin",newName:"IconSlashCircleLine"},{oldName:"IconProhibitionRegular",newName:"IconSlashCircleLine"},{oldName:"IconProhibitionFill",newName:"IconSlashCircleFill"},{oldName:"IconPushpinThin",newName:"IconPushpinLine"},{oldName:"IconPushpinRegular",newName:"IconPushpinLine"},{oldName:"IconPushpinFill",newName:"IconPushpinFill"},{oldName:"IconQuestionCheckThin",newName:"IconQuestionmarkSquareLine"},{oldName:"IconQuestionCheckRegular",newName:"IconQuestionmarkSquareLine"},{oldName:"IconQuestionCheckFill",newName:"IconQuestionmarkSquareFill"},{oldName:"IconRedoThin",newName:"IconArrowUturnRightLine"},{oldName:"IconRedoRegular",newName:"IconArrowUturnRightLine"},{oldName:"IconRedoFill",newName:"IconArrowUturnRightFill"},{oldName:"IconRefundThin",newName:"IconWonArrowClockwiseCircularLine"},{oldName:"IconRefundRegular",newName:"IconWonArrowClockwiseCircularLine"},{oldName:"IconRefundFill",newName:"IconWonArrowClockwiseCircularFill"},{oldName:"IconRemoveCircleThin",newName:"IconXmarkCircleLine"},{oldName:"IconRemoveCircleRegular",newName:"IconXmarkCircleLine"},{oldName:"IconRemoveCircleFill",newName:"IconXmarkCircleFill"},{oldName:"IconReplyThin",newName:"IconHorizline2VerticalChatbubbleRightLine"},{oldName:"IconReplyRegular",newName:"IconHorizline2VerticalChatbubbleRightLine"},{oldName:"IconReplyFill",newName:"IconHorizline2VerticalChatbubbleRightFill"},{oldName:"IconReplyMissionThin",newName:"IconHorizline2VerticalChatbubbleRightLine"},{oldName:"IconReplyMissionRegular",newName:"IconHorizline2VerticalChatbubbleRightLine"},{oldName:"IconReplyMissionFill",newName:"IconHorizline2VerticalChatbubbleRightFill"},{oldName:"IconReplyReThin",newName:"IconCornerDownLeftLine"},{oldName:"IconReplyReRegular",newName:"IconCornerDownLeftLine"},{oldName:"IconReplyReFill",newName:"IconCornerDownLeftFill"},{oldName:"IconReportThin",newName:"IconFlagLine"},{oldName:"IconReportRegular",newName:"IconFlagLine"},{oldName:"IconReportFill",newName:"IconFlagFill"},{oldName:"IconReservationThin",newName:"IconCheckmarkCalendarLine"},{oldName:"IconReservationRegular",newName:"IconCheckmarkCalendarLine"},{oldName:"IconReservationFill",newName:"IconCheckmarkCalendarFill"},{oldName:"IconRestaurantThin",newName:"IconForkSpoonLine"},{oldName:"IconRestaurantRegular",newName:"IconForkSpoonLine"},{oldName:"IconRestaurantFill",newName:"IconForkSpoonFill"},{oldName:"IconRetryThin",newName:"IconArrowClockwiseCircularLine"},{oldName:"IconRetryRegular",newName:"IconArrowClockwiseCircularLine"},{oldName:"IconRetryFill",newName:"IconArrowClockwiseCircularFill"},{oldName:"IconReviewStarThin",newName:"IconStarLine"},{oldName:"IconReviewStarRegular",newName:"IconStarLine"},{oldName:"IconReviewStarFill",newName:"IconStarFill"},{oldName:"IconScannerThin",newName:"IconHorizlineViewfinderLine"},{oldName:"IconScannerRegular",newName:"IconHorizlineViewfinderLine"},{oldName:"IconScannerFill",newName:"IconHorizlineViewfinderFill"},{oldName:"IconSearchThin",newName:"IconMagnifyingglassLine"},{oldName:"IconSearchRegular",newName:"IconMagnifyingglassLine"},{oldName:"IconSearchFill",newName:"IconMagnifyingglassFill"},{oldName:"IconSearchDocThin",newName:"IconDocumentMagnifyingglassLine"},{oldName:"IconSearchDocRegular",newName:"IconDocumentMagnifyingglassLine"},{oldName:"IconSearchDocFill",newName:"IconDocumentMagnifyingglassFill"},{oldName:"IconSellThin",newName:"IconPlusSquareLine"},{oldName:"IconSellRegular",newName:"IconPlusSquareLine"},{oldName:"IconSellFill",newName:"IconPlusSquareFill"},{oldName:"IconSettingThin",newName:"IconGearLine"},{oldName:"IconSettingRegular",newName:"IconGearLine"},{oldName:"IconSettingFill",newName:"IconGearFill"},{oldName:"IconSignoutThin",newName:"IconBracketLeftArrowRightLine"},{oldName:"IconSignoutRegular",newName:"IconBracketLeftArrowRightLine"},{oldName:"IconSignoutFill",newName:"IconBracketLeftArrowRightFill"},{oldName:"IconSortThin",newName:"IconArrowUpArrowDownLine"},{oldName:"IconSortRegular",newName:"IconArrowUpArrowDownLine"},{oldName:"IconSortFill",newName:"IconArrowUpArrowDownFill"},{oldName:"IconStoryThin",newName:"IconTriangleRightChatbubbleLeft",moveToMulticolor:!0},{oldName:"IconStoryRegular",newName:"IconTriangleRightChatbubbleLeft",moveToMulticolor:!0},{oldName:"IconStoryFill",newName:"IconTriangleRightChatbubbleLeft",moveToMulticolor:!0},{oldName:"IconStoryArticleThin",newName:"IconDocumentPenLine"},{oldName:"IconStoryArticleRegular",newName:"IconDocumentPenLine"},{oldName:"IconStoryArticleFill",newName:"IconDocumentPenFill"},{oldName:"IconSubtractCircleThin",newName:"IconMinusCircleLine"},{oldName:"IconSubtractCircleRegular",newName:"IconMinusCircleLine"},{oldName:"IconSubtractCircleFill",newName:"IconMinusCircleFill"},{oldName:"IconSubtractionThin",newName:"IconMinusLine"},{oldName:"IconSubtractionRegular",newName:"IconMinusLine"},{oldName:"IconSubtractionFill",newName:"IconMinusFill"},{oldName:"IconSuggestThin",newName:"IconLightbulbDot5Line",isActionRequired:!0},{oldName:"IconSuggestRegular",newName:"IconLightbulbDot5Line",isActionRequired:!0},{oldName:"IconSuggestFill",newName:"IconLightbulbDot5Fill",isActionRequired:!0},{oldName:"IconSunThin",newName:"IconSunLine"},{oldName:"IconSunRegular",newName:"IconSunLine"},{oldName:"IconSunFill",newName:"IconSunFill"},{oldName:"IconTalkingdownThin",newName:"IconQuotationmark2RightLine"},{oldName:"IconTalkingdownRegular",newName:"IconQuotationmark2RightLine"},{oldName:"IconTalkingdownFill",newName:"IconQuotationmark2RightFill"},{oldName:"IconTalkingupThin",newName:"IconQuotationmark2LeftLine"},{oldName:"IconTalkingupRegular",newName:"IconQuotationmark2LeftLine"},{oldName:"IconTalkingupFill",newName:"IconQuotationmark2LeftFill"},{oldName:"IconTextThin",newName:"IconTUppercaseSerifLine"},{oldName:"IconTextRegular",newName:"IconTUppercaseSerifLine"},{oldName:"IconTextFill",newName:"IconTUppercaseSerifFill"},{oldName:"IconThumbDownThin",newName:"IconThumbDownLine"},{oldName:"IconThumbDownRegular",newName:"IconThumbDownLine"},{oldName:"IconThumbDownFill",newName:"IconThumbDownFill"},{oldName:"IconThumbUpThin",newName:"IconThumbUpLine"},{oldName:"IconThumbUpRegular",newName:"IconThumbUpLine"},{oldName:"IconThumbUpFill",newName:"IconThumbUpFill"},{oldName:"IconToolboxThin",newName:"IconToolboxLine"},{oldName:"IconToolboxRegular",newName:"IconToolboxLine"},{oldName:"IconToolboxFill",newName:"IconToolboxFill"},{oldName:"IconTranslateThin",newName:"IconTranslationLine"},{oldName:"IconTranslateRegular",newName:"IconTranslationLine"},{oldName:"IconTranslateFill",newName:"IconTranslationFill"},{oldName:"IconTrashThin",newName:"IconTrashcanLine"},{oldName:"IconTrashRegular",newName:"IconTrashcanLine"},{oldName:"IconTrashFill",newName:"IconTrashcanFill"},{oldName:"IconUndoThin",newName:"IconArrowUturnLeftLine"},{oldName:"IconUndoRegular",newName:"IconArrowUturnLeftLine"},{oldName:"IconUndoFill",newName:"IconArrowUturnLeftFill"},{oldName:"IconUserGroupThin",newName:"IconPerson2Line"},{oldName:"IconUserGroupRegular",newName:"IconPerson2Line"},{oldName:"IconUserGroupFill",newName:"IconPerson2Fill"},{oldName:"IconVideoThin",newName:"IconCamcorderLine"},{oldName:"IconVideoRegular",newName:"IconCamcorderLine"},{oldName:"IconVideoFill",newName:"IconCamcorderFill"},{oldName:"IconViewCountThin",newName:"IconEyeLine"},{oldName:"IconViewCountRegular",newName:"IconEyeLine"},{oldName:"IconViewCountFill",newName:"IconEyeFill"},{oldName:"IconViewCountOffThin",newName:"IconEyeSlashLine"},{oldName:"IconViewCountOffRegular",newName:"IconEyeSlashLine"},{oldName:"IconViewCountOffFill",newName:"IconEyeSlashFill"},{oldName:"IconVolumeOffThin",newName:"IconSpeakerSlashLine"},{oldName:"IconVolumeOffRegular",newName:"IconSpeakerSlashLine"},{oldName:"IconVolumeOffFill",newName:"IconSpeakerSlashFill"},{oldName:"IconVolumeOnThin",newName:"IconSpeakerWave2Line"},{oldName:"IconVolumeOnRegular",newName:"IconSpeakerWave2Line"},{oldName:"IconVolumeOnFill",newName:"IconSpeakerWave2Fill"},{oldName:"IconVoteThin",newName:"IconCheckmarkBallotboxLine"},{oldName:"IconVoteRegular",newName:"IconCheckmarkBallotboxLine"},{oldName:"IconVoteFill",newName:"IconCheckmarkBallotboxFill"},{oldName:"IconVoucherThin",newName:"IconGiftLine"},{oldName:"IconVoucherRegular",newName:"IconGiftLine"},{oldName:"IconVoucherFill",newName:"IconGiftFill"},{oldName:"IconWalkThin",newName:"IconFigureWalkLine"},{oldName:"IconWalkRegular",newName:"IconFigureWalkLine"},{oldName:"IconWalkFill",newName:"IconFigureWalkFill"},{oldName:"IconWarningThin",newName:"IconExclamationmarkCircleLine"},{oldName:"IconWarningRegular",newName:"IconExclamationmarkCircleLine"},{oldName:"IconWarningFill",newName:"IconExclamationmarkCircleFill"},{oldName:"IconWriteThin",newName:"IconPenHorizlineLine"},{oldName:"IconWriteRegular",newName:"IconPenHorizlineLine"},{oldName:"IconWriteFill",newName:"IconPenHorizlineFill"},{oldName:"IconWriteFrequentUseThin",newName:"IconDocumentPlusLine"},{oldName:"IconWriteFrequentUseRegular",newName:"IconDocumentPlusLine"},{oldName:"IconWriteFrequentUseFill",newName:"IconDocumentPlusFill"},{oldName:"IconWriteStoryThin",newName:"IconHorizline2VerticalChatbubbleRightLine",isActionRequired:!0},{oldName:"IconWriteStoryRegular",newName:"IconHorizline2VerticalChatbubbleRightLine",isActionRequired:!0},{oldName:"IconWriteStoryFill",newName:"IconHorizline2VerticalChatbubbleRightFill",isActionRequired:!0}];var W={source:[{startsWith:"@seed-design/icon",replaceWith:{default:"@daangn/react-monochrome-icon",multicolor:"@daangn/react-multicolor-icon"}},{startsWith:"@seed-design/react-icon",replaceWith:{default:"@daangn/react-monochrome-icon",multicolor:"@daangn/react-multicolor-icon"}},{startsWith:"@karrotmarket/karrot-ui-icon/lib/react",replaceWith:{default:"@daangn/react-monochrome-icon",multicolor:"@daangn/react-multicolor-icon"}}],identifier:D},U=(t,r,{match:i=W})=>{let o=process.env.LOG==="true"?y({level:"info",format:S.combine(S.timestamp({format:"YYYY-MM-DD HH:mm:ss"}),S.printf(({level:e,message:h,timestamp:s})=>`${s} [${e.toUpperCase()}]: ${h}`)),transports:[new P.File({filename:"migrate-icons-combined.log",level:"debug"}),new P.File({filename:"migrate-icons-warnings.log",level:"warn"})]}):void 0;o?.debug(`${t.path}: \uD655\uC778 \uC2DC\uC791`);let c=r.jscodeshift,a=c(t.source),d=i.identifier.map(({oldName:e})=>e),I=a.find(c.StringLiteral,{value:e=>d.includes(e)||i.source.some(({startsWith:h})=>e.startsWith(h))});o?.debug(`${t.path}: string literal ${I.length}\uAC1C \uBC1C\uACAC`),o?.debug(`${t.path}: string literal \uBCC0\uD658 \uC2DC\uC791`),M({stringLiterals:I,match:i,logger:o,report:r.report,filePath:t.path});let n=a.find(c.ImportDeclaration,{source:{value:e=>typeof e!="string"?!1:i.source.some(({startsWith:h})=>e.startsWith(h))}});n.length===0&&o?.debug(`${t.path}: \uC774 \uD30C\uC77C\uC5D0\uB294 import\uBB38 \uC5C6\uC74C`),o?.debug(`${t.path}: import\uBB38 ${n.length}\uAC1C \uBC1C\uACAC`),b({importDeclarations:n,match:i,logger:o,report:r.report,filePath:t.path}),o?.debug(`${t.path}: import\uBB38 \uBCC0\uD658 \uC644\uB8CC`),o?.debug(`${t.path}: identifier \uBCC0\uD658 \uC2DC\uC791`);let m=a.find(c.Identifier,{name:e=>d.includes(e)});o?.debug(`${t.path}: identifier ${m.length}\uAC1C \uBC1C\uACAC`),A({identifiers:m,identifierMatch:i.identifier,logger:o,report:r.report,filePath:t.path});let w=a.find(c.JSXElement,{openingElement:{name:{name:"svg"}}});if(w.length>0){let e=`inline svg\uAC00 ${w.length}\uAC1C \uC788\uC5B4\uC694`;o?.warn(`${t.path}: ${e}`),console.warn(e),r.report?.(e)}return o?.debug(`${t.path}: identifier \uBCC0\uD658 \uC644\uB8CC`),o?.debug(`${t.path}: \uD655\uC778 \uC644\uB8CC`),a.toSource()},G=U;export{G as default,W as reactMatch};
|
1
|
+
import N from"jscodeshift";import{partition as H,uniqWith as v}from"es-toolkit";function b({importDeclarations:t,match:r,logger:i,report:a,filePath:c}){let o=r.identifier.map(({oldName:I})=>I);t.forEach(I=>{let n=I.node.specifiers,m=I.node.source.value,w=I.node.importKind,e=I.node.comments,h=r.source.find(({startsWith:l})=>l===m),s=!h&&r.source.find(({startsWith:l})=>typeof m!="string"?!1:m.startsWith(l));if(h&&n.every(l=>l.type==="ImportNamespaceSpecifier")){let l=N.importDeclaration(n,N.literal(h.replaceWith.default),w);l.comments=e,N(I).replaceWith(l)}if(h&&n.every(l=>l.type==="ImportSpecifier")){let[l,T]=H(n,u=>!r.identifier.find(({oldName:F})=>F===u.imported.name)?.moveToMulticolor),C=d({specifiers:l});if(C.length>0){let u=N.importDeclaration(C,N.literal(h.replaceWith.default),w);u.comments=e,N(I).insertAfter(u)}let g=d({specifiers:T});if(g.length>0){let F=`import specifier ${T.map(({imported:k})=>k.name).join(", ")}\uB97C \uBA40\uD2F0\uCEEC\uB7EC \uD328\uD0A4\uC9C0\uC758 \uC544\uC774\uCF58\uC73C\uB85C \uBCC0\uD658\uD588\uC9C0\uB9CC, \uBA40\uD2F0\uCEEC\uB7EC \uC0AC\uC6A9\uC774 \uC801\uC808\uD55C\uC9C0 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694`;i?.warn(`${c}: ${F}`),console.warn(F),a?.(F);let p=N.importDeclaration(g,N.literal(h.replaceWith.multicolor),w);p.comments=e,N(I).insertAfter(p)}n.filter(u=>o.includes(u.imported.name)).length>0&&N(I).remove()}if(s&&n.every(l=>l.type==="ImportDefaultSpecifier")){let l=(()=>{if(typeof m!="string")return m;let g=m.split("/"),L=!1,u=g.map((p,k)=>{if(k!==g.length-1)return p;let R=r.identifier.find(({oldName:f})=>f===p);if(!R)return p;if(R.isActionRequired){let f=`import source ${m}\uC744 ${R.newName}\uB85C \uBCC0\uACBD\uD588\uC9C0\uB9CC, \uBCC0\uACBD\uB41C \uC544\uC774\uCF58\uC774 \uC801\uC808\uD55C\uC9C0 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694`;i?.warn(`${c}: ${f}`),console.warn(f),a?.(f)}return R.moveToMulticolor&&(L=!0),R.newName}),F=r.source.find(({startsWith:p})=>m.startsWith(p));return F?u.join("/").replace(F.startsWith,L?F.replaceWith.multicolor:F.replaceWith.default):u.join("/")})(),T=n.map(g=>{let L=r.identifier.find(u=>u.oldName===g.local.name);if(!L)return g;if(L.moveToMulticolor){let u=`import specifier ${L.oldName}\uB97C \uBA40\uD2F0\uCEEC\uB7EC \uD328\uD0A4\uC9C0\uC758 ${L.newName}\uB85C \uBCC0\uD658\uD588\uC9C0\uB9CC, \uBA40\uD2F0\uCEEC\uB7EC \uC0AC\uC6A9\uC774 \uC801\uC808\uD55C\uC9C0 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694`;i?.warn(`${c}: ${u}`),console.warn(u),a?.(u)}if(L.isActionRequired){let u=`import specifier ${g.local.name}\uC744 ${L.newName}\uB85C \uBCC0\uACBD\uD588\uC9C0\uB9CC, \uBCC0\uACBD\uB41C \uC544\uC774\uCF58\uC774 \uC801\uC808\uD55C\uC9C0 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694`;i?.warn(`${c}: ${u}`),console.warn(u),a?.(u)}return N.importDefaultSpecifier(N.identifier(g.local.name===L.oldName?L.newName:g.local.name))}),C=N.importDeclaration(T,N.literal(l),w);C.comments=e,N(I).replaceWith(C)}});function d({specifiers:I}){let n=I.map(w=>{let e=r.identifier.find(s=>s.oldName===w.imported.name);if(!e){let s=`import specifier ${w.imported.name}\uC5D0 \uB300\uD55C \uBCC0\uD658 \uC815\uBCF4 \uC5C6\uC74C`;return i?.error(`${c}: ${s}`),console.warn(s),a?.(s),null}if(e.isActionRequired){let s=`import specifier ${w.imported.name}\uC744 ${e.newName}\uB85C \uBCC0\uACBD\uD588\uC9C0\uB9CC, \uBCC0\uACBD\uB41C \uC544\uC774\uCF58\uC774 \uC801\uC808\uD55C\uC9C0 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694`;i?.warn(`${c}: ${s}`),console.warn(s),a?.(s)}let h=N.importSpecifier(N.identifier(e.newName),N.identifier(w.local.name===e.oldName?e.newName:w.local.name));return h.comments=w.comments,h}).filter(Boolean);return v(n,(w,e)=>w.type===e.type&&w.imported.name===e.imported.name)}}function A({identifiers:t,identifierMatch:r,logger:i,report:a,filePath:c}){t.forEach(o=>{if(o.parent?.node.type==="ImportSpecifier"||o.parent?.node.type==="ImportDefaultSpecifier")return;let d=r.find(({oldName:n})=>n===o.node.name);if(!d)return;if(d.moveToMulticolor){let n=`identifier ${d.oldName}\uB97C \uBA40\uD2F0\uCEEC\uB7EC \uD328\uD0A4\uC9C0\uC758 ${d.newName}\uB85C \uBCC0\uD658\uD588\uC9C0\uB9CC, \uBA40\uD2F0\uCEEC\uB7EC \uC0AC\uC6A9\uC774 \uC801\uC808\uD55C\uC9C0 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694`;i?.warn(`${c}: ${n}`),console.warn(n),a?.(n)}if(d.isActionRequired){let n=`identifier ${o.node.name}\uC744 ${d.newName}\uB85C \uBCC0\uACBD\uD588\uC9C0\uB9CC, \uBCC0\uACBD\uB41C \uC544\uC774\uCF58\uC774 \uC801\uC808\uD55C\uC9C0 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694`;i?.warn(`${c}: ${n}`),console.warn(n),a?.(n)}let I=d.newName;i?.debug(`${c}: identifier ${o.node.name} -> ${I}`),o.replace(N.identifier(I))})}function M({stringLiterals:t,match:r,logger:i,report:a,filePath:c}){t.forEach(o=>{let d=r.identifier.find(({oldName:n})=>n===o.node.value),I=r.source.find(({startsWith:n})=>o.node.value.startsWith(n));if(d){if(d.isActionRequired){let m=`string literal ${o.node.value}\uC744 ${d.newName}\uB85C \uBCC0\uACBD\uD588\uC9C0\uB9CC, \uBCC0\uACBD\uB41C \uC544\uC774\uCF58\uC774 \uC801\uC808\uD55C\uC9C0 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694`;i?.warn(`${c}: ${m}`),console.warn(m),a?.(m)}if(d.moveToMulticolor){let m=`string literal ${o.node.value}\uB97C \uBA40\uD2F0\uCEEC\uB7EC \uD328\uD0A4\uC9C0\uC758 ${d.newName}\uB85C \uBCC0\uD658\uD588\uC9C0\uB9CC, \uBA40\uD2F0\uCEEC\uB7EC \uC0AC\uC6A9\uC774 \uC801\uC808\uD55C\uC9C0 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694`;i?.warn(`${c}: ${m}`),console.warn(m),a?.(m)}let n=d.newName;i?.debug(`${c}: string literal ${o.node.value} -> ${n}`),o.replace(N.stringLiteral(n))}if(I&&o.parent?.node.type!=="ImportDeclaration"){let n=r.source.find(({startsWith:e})=>o.node.value.startsWith(e));if(!n)return;let m=r.identifier.find(({oldName:e})=>e===o.node.value.split("/").pop()),w=o.node.value.replace(n.startsWith,m?.moveToMulticolor?n.replaceWith.multicolor:n.replaceWith.default).split("/").map((e,h)=>{let s=r.identifier.find(({oldName:l})=>l===e);if(!s||h!==o.node.value.split("/").length-1)return e;if(s.isActionRequired){let l=`string literal ${o.node.value}\uC744 ${s.newName}\uB85C \uBCC0\uACBD\uD588\uC9C0\uB9CC, \uBCC0\uACBD\uB41C \uC544\uC774\uCF58\uC774 \uC801\uC808\uD55C\uC9C0 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694`;i?.warn(`${c}: ${l}`),console.warn(l),a?.(l)}if(s.moveToMulticolor){let l=`string literal ${o.node.value}\uB97C \uBA40\uD2F0\uCEEC\uB7EC \uD328\uD0A4\uC9C0\uC758 ${s.newName}\uB85C \uBCC0\uD658\uD588\uC9C0\uB9CC, \uBA40\uD2F0\uCEEC\uB7EC \uC0AC\uC6A9\uC774 \uC801\uC808\uD55C\uC9C0 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694`;i?.warn(`${c}: ${l}`),console.warn(l),a?.(l)}return s.newName}).join("/");o.replace(N.stringLiteral(w)),i?.debug(`${c}: string literal ${o.node.value} -> ${w}`)}})}import{createLogger as y,format as S,transports as P}from"winston";var D=[{oldName:"IconAddThin",newName:"IconPlusLine"},{oldName:"IconAddRegular",newName:"IconPlusLine"},{oldName:"IconAddFill",newName:"IconPlusFill"},{oldName:"IconAddCircleThin",newName:"IconPlusCircleLine"},{oldName:"IconAddCircleRegular",newName:"IconPlusCircleLine"},{oldName:"IconAddCircleFill",newName:"IconPlusCircleFill"},{oldName:"IconAebThin",newName:"IconCarFrontUpsideWave2ReversedUpLine"},{oldName:"IconAebRegular",newName:"IconCarFrontUpsideWave2ReversedUpLine"},{oldName:"IconAebFill",newName:"IconCarFrontUpsideWave2ReversedUpFill"},{oldName:"IconAiThin",newName:"IconSparkle2Line"},{oldName:"IconAiRegular",newName:"IconSparkle2Line"},{oldName:"IconAiFill",newName:"IconSparkle2Fill"},{oldName:"IconAndroidShareThin",newName:"IconAndroidshareLine"},{oldName:"IconAndroidShareRegular",newName:"IconAndroidshareLine"},{oldName:"IconAndroidShareFill",newName:"IconAndroidshareFill"},{oldName:"IconArrowThin",newName:"IconArrowUpRightLine"},{oldName:"IconArrowRegular",newName:"IconArrowUpRightLine"},{oldName:"IconArrowFill",newName:"IconArrowUpRightFill"},{oldName:"IconArrowDownwardThin",newName:"IconArrowDownLine"},{oldName:"IconArrowDownwardRegular",newName:"IconArrowDownLine"},{oldName:"IconArrowDownwardFill",newName:"IconArrowDownFill"},{oldName:"IconArrowDropDownThin",newName:"IconTriangleDownSmallLine"},{oldName:"IconArrowDropDownRegular",newName:"IconTriangleDownSmallLine"},{oldName:"IconArrowDropDownFill",newName:"IconTriangleDownSmallFill"},{oldName:"IconArrowDropUpThin",newName:"IconTriangleUpSmallLine"},{oldName:"IconArrowDropUpRegular",newName:"IconTriangleUpSmallLine"},{oldName:"IconArrowDropUpFill",newName:"IconTriangleUpSmallFill"},{oldName:"IconArrowUpwardThin",newName:"IconArrowUpLine"},{oldName:"IconArrowUpwardRegular",newName:"IconArrowUpLine"},{oldName:"IconArrowUpwardFill",newName:"IconArrowUpFill"},{oldName:"IconArticleThin",newName:"IconArticleLine"},{oldName:"IconArticleRegular",newName:"IconArticleLine"},{oldName:"IconArticleFill",newName:"IconArticleFill"},{oldName:"IconBackwardThin",newName:"IconArrowLeftLine"},{oldName:"IconBackwardRegular",newName:"IconArrowLeftLine"},{oldName:"IconBackwardFill",newName:"IconArrowLeftFill"},{oldName:"IconBillThin",newName:"IconReceiptLine"},{oldName:"IconBillRegular",newName:"IconReceiptLine"},{oldName:"IconBillFill",newName:"IconReceiptFill"},{oldName:"IconBoldThin",newName:"IconTUppercaseSerifLine",isActionRequired:!0},{oldName:"IconBoldRegular",newName:"IconTUppercaseSerifLine",isActionRequired:!0},{oldName:"IconBoldFill",newName:"IconTUppercaseSerifFill",isActionRequired:!0},{oldName:"IconBookmarkThin",newName:"IconBookmarkLine"},{oldName:"IconBookmarkRegular",newName:"IconBookmarkLine"},{oldName:"IconBookmarkFill",newName:"IconBookmarkFill"},{oldName:"IconBookmarkListThin",newName:"IconHorizline3VerticalStarLine"},{oldName:"IconBookmarkListRegular",newName:"IconHorizline3VerticalStarLine"},{oldName:"IconBookmarkListFill",newName:"IconHorizline3VerticalStarFill"},{oldName:"IconCalendarThin",newName:"IconCalendarLine"},{oldName:"IconCalendarRegular",newName:"IconCalendarLine"},{oldName:"IconCalendarFill",newName:"IconCalendarFill"},{oldName:"IconCallThin",newName:"IconPhoneLine"},{oldName:"IconCallRegular",newName:"IconPhoneLine"},{oldName:"IconCallFill",newName:"IconPhoneFill"},{oldName:"IconCallDeclinedThin",newName:"IconPhoneXmarkLine"},{oldName:"IconCallDeclinedRegular",newName:"IconPhoneXmarkLine"},{oldName:"IconCallDeclinedFill",newName:"IconPhoneXmarkFill"},{oldName:"IconCameraThin",newName:"IconCameraLine"},{oldName:"IconCameraRegular",newName:"IconCameraLine"},{oldName:"IconCameraFill",newName:"IconCameraFill"},{oldName:"IconCarThin",newName:"IconCarFrontside",moveToMulticolor:!0},{oldName:"IconCarRegular",newName:"IconCarFrontside",moveToMulticolor:!0},{oldName:"IconCarFill",newName:"IconCarFrontside",moveToMulticolor:!0},{oldName:"IconCarAroundViewThin",newName:"IconArrowClockwiseOvalLine"},{oldName:"IconCarAroundViewRegular",newName:"IconArrowClockwiseOvalLine"},{oldName:"IconCarAroundViewFill",newName:"IconArrowClockwiseOvalFill"},{oldName:"IconCarBlindSpotThin",newName:"IconCarRearUpsideWave2ReversedDownLeftLine"},{oldName:"IconCarBlindSpotRegular",newName:"IconCarRearUpsideWave2ReversedDownLeftLine"},{oldName:"IconCarBlindSpotFill",newName:"IconCarRearUpsideWave2ReversedDownLeftFill"},{oldName:"IconCarCruiseControlThin",newName:"IconSpeedometerLine"},{oldName:"IconCarCruiseControlRegular",newName:"IconSpeedometerLine"},{oldName:"IconCarCruiseControlFill",newName:"IconSpeedometerFill"},{oldName:"IconCarEpbThin",newName:"IconEpbLine"},{oldName:"IconCarEpbRegular",newName:"IconEpbLine"},{oldName:"IconCarEpbFill",newName:"IconEpbFill"},{oldName:"IconCarHeatedSeatThin",newName:"IconSeatLeftHeatwave2Line"},{oldName:"IconCarHeatedSeatRegular",newName:"IconSeatLeftHeatwave2Line"},{oldName:"IconCarHeatedSeatFill",newName:"IconSeatLeftHeatwave2Fill"},{oldName:"IconCarHeatedSteeringWheelThin",newName:"IconSteeringwheelHeatwave2Line"},{oldName:"IconCarHeatedSteeringWheelRegular",newName:"IconSteeringwheelHeatwave2Line"},{oldName:"IconCarHeatedSteeringWheelFill",newName:"IconSteeringwheelHeatwave2Fill"},{oldName:"IconCarLdwsThin",newName:"IconRoadlaneLine"},{oldName:"IconCarLdwsRegular",newName:"IconRoadlaneLine"},{oldName:"IconCarLdwsFill",newName:"IconRoadlaneFill"},{oldName:"IconCarLeatherSeatThin",newName:"IconSeatLeftLine"},{oldName:"IconCarLeatherSeatRegular",newName:"IconSeatLeftLine"},{oldName:"IconCarLeatherSeatFill",newName:"IconSeatLeftFill"},{oldName:"IconCarNavigationThin",newName:"IconCompassLine"},{oldName:"IconCarNavigationRegular",newName:"IconCompassLine"},{oldName:"IconCarNavigationFill",newName:"IconCompassFill"},{oldName:"IconCarPowerTrunkThin",newName:"IconCarRearTrunkOpenLeftsideLine"},{oldName:"IconCarPowerTrunkRegular",newName:"IconCarRearTrunkOpenLeftsideLine"},{oldName:"IconCarPowerTrunkFill",newName:"IconCarRearTrunkOpenLeftsideFill"},{oldName:"IconCarRearCameraThin",newName:"IconCarRearUpsideSectorDownLine"},{oldName:"IconCarRearCameraRegular",newName:"IconCarRearUpsideSectorDownLine"},{oldName:"IconCarRearCameraFill",newName:"IconCarRearUpsideSectorDownFill"},{oldName:"IconCarRearSensorThin",newName:"IconCarRearUpsideWave2ReversedDownLine"},{oldName:"IconCarRearSensorRegular",newName:"IconCarRearUpsideWave2ReversedDownLine"},{oldName:"IconCarRearSensorFill",newName:"IconCarRearUpsideWave2ReversedDownFill"},{oldName:"IconCarSmartKeyThin",newName:"IconSmartkeyLine"},{oldName:"IconCarSmartKeyRegular",newName:"IconSmartkeyLine"},{oldName:"IconCarSmartKeyFill",newName:"IconSmartkeyFill"},{oldName:"IconCarVentilationSeatThin",newName:"IconSeatLeftFanLine"},{oldName:"IconCarVentilationSeatRegular",newName:"IconSeatLeftFanLine"},{oldName:"IconCarVentilationSeatFill",newName:"IconSeatLeftFanFill"},{oldName:"IconCartThin",newName:"IconCartLine"},{oldName:"IconCartRegular",newName:"IconCartLine"},{oldName:"IconCartFill",newName:"IconCartFill"},{oldName:"IconCertificationThin",newName:"IconCrosshairLine"},{oldName:"IconCertificationRegular",newName:"IconCrosshairLine"},{oldName:"IconCertificationFill",newName:"IconCrosshairFill"},{oldName:"IconChallengeThin",newName:"IconFlagHillLine"},{oldName:"IconChallengeRegular",newName:"IconFlagHillLine"},{oldName:"IconChallengeFill",newName:"IconFlagHillFill"},{oldName:"IconChartThin",newName:"IconBarchartSquareLine"},{oldName:"IconChartRegular",newName:"IconBarchartSquareLine"},{oldName:"IconChartFill",newName:"IconBarchartSquareFill"},{oldName:"IconChatBubbleCheckThin",newName:"IconCheckmarkChatbubbleLeftLine"},{oldName:"IconChatBubbleCheckRegular",newName:"IconCheckmarkChatbubbleLeftLine"},{oldName:"IconChatBubbleCheckFill",newName:"IconCheckmarkChatbubbleLeftFill"},{oldName:"IconChattingThin",newName:"IconDot3HorizontalChatbubbleLeftLine"},{oldName:"IconChattingRegular",newName:"IconDot3HorizontalChatbubbleLeftLine"},{oldName:"IconChattingFill",newName:"IconDot3HorizontalChatbubbleLeftFill"},{oldName:"IconChattingSendThin",newName:"IconPaperplaneLine"},{oldName:"IconChattingSendRegular",newName:"IconPaperplaneLine"},{oldName:"IconChattingSendFill",newName:"IconPaperplaneFill"},{oldName:"IconCheckThin",newName:"IconCheckmarkLine"},{oldName:"IconCheckRegular",newName:"IconCheckmarkLine"},{oldName:"IconCheckFill",newName:"IconCheckmarkFill"},{oldName:"IconCheckFlowerThin",newName:"IconCheckmarkFlowerLine"},{oldName:"IconCheckFlowerRegular",newName:"IconCheckmarkFlowerLine"},{oldName:"IconCheckFlowerFill",newName:"IconCheckmarkFlowerFill"},{oldName:"IconChevronLeftThin",newName:"IconChevronLeftLine"},{oldName:"IconChevronLeftRegular",newName:"IconChevronLeftLine"},{oldName:"IconChevronLeftFill",newName:"IconChevronLeftFill"},{oldName:"IconChevronRightThin",newName:"IconChevronRightLine"},{oldName:"IconChevronRightRegular",newName:"IconChevronRightLine"},{oldName:"IconChevronRightFill",newName:"IconChevronRightFill"},{oldName:"IconClickThin",newName:"IconHandPointUpLine"},{oldName:"IconClickRegular",newName:"IconHandPointUpLine"},{oldName:"IconClickFill",newName:"IconHandPointUpFill"},{oldName:"IconClockThin",newName:"IconClockLine"},{oldName:"IconClockRegular",newName:"IconClockLine"},{oldName:"IconClockFill",newName:"IconClockFill"},{oldName:"IconCloseThin",newName:"IconXmarkLine"},{oldName:"IconCloseRegular",newName:"IconXmarkLine"},{oldName:"IconCloseFill",newName:"IconXmarkFill"},{oldName:"IconCobuyingThin",newName:"IconShoppingbag2StackedLine",isActionRequired:!0},{oldName:"IconCobuyingRegular",newName:"IconShoppingbag2StackedLine",isActionRequired:!0},{oldName:"IconCobuyingFill",newName:"IconShoppingbag2StackedFill",isActionRequired:!0},{oldName:"IconCommunityThin",newName:"IconPostLine"},{oldName:"IconCommunityRegular",newName:"IconPostLine"},{oldName:"IconCommunityFill",newName:"IconPostFill"},{oldName:"IconCondoThin",newName:"IconBuilding2Line"},{oldName:"IconCondoRegular",newName:"IconBuilding2Line"},{oldName:"IconCondoFill",newName:"IconBuilding2Fill"},{oldName:"IconConfirmationThin",newName:"IconCheckmarkShieldLine"},{oldName:"IconConfirmationRegular",newName:"IconCheckmarkShieldLine"},{oldName:"IconConfirmationFill",newName:"IconCheckmarkShieldFill"},{oldName:"IconConfirmationPayThin",newName:"IconWonShieldLine"},{oldName:"IconConfirmationPayRegular",newName:"IconWonShieldLine"},{oldName:"IconConfirmationPayFill",newName:"IconWonShieldFill"},{oldName:"IconConfirmationProfileThin",newName:"IconPersonShieldLine"},{oldName:"IconConfirmationProfileRegular",newName:"IconPersonShieldLine"},{oldName:"IconConfirmationProfileFill",newName:"IconPersonShieldFill"},{oldName:"IconContentsThin",newName:"IconGridHeartLine"},{oldName:"IconContentsRegular",newName:"IconGridHeartLine"},{oldName:"IconContentsFill",newName:"IconGridHeartFill"},{oldName:"IconConvertThin",newName:"IconArrowRightArrowLeftLine"},{oldName:"IconConvertRegular",newName:"IconArrowRightArrowLeftLine"},{oldName:"IconConvertFill",newName:"IconArrowRightArrowLeftFill"},{oldName:"IconCopyThin",newName:"IconSquare2StackedLine"},{oldName:"IconCopyRegular",newName:"IconSquare2StackedLine"},{oldName:"IconCopyFill",newName:"IconSquare2StackedFill"},{oldName:"IconCouponThin",newName:"IconCouponLine"},{oldName:"IconCouponRegular",newName:"IconCouponLine"},{oldName:"IconCouponFill",newName:"IconCouponFill"},{oldName:"IconCouponDownloadDoneThin",newName:"IconCheckmarkHorizlineLine"},{oldName:"IconCouponDownloadDoneRegular",newName:"IconCheckmarkHorizlineLine"},{oldName:"IconCouponDownloadDoneFill",newName:"IconCheckmarkHorizlineFill"},{oldName:"IconCouponUsedThin",newName:"IconCheckmarkCouponLine"},{oldName:"IconCouponUsedRegular",newName:"IconCheckmarkCouponLine"},{oldName:"IconCouponUsedFill",newName:"IconCheckmarkCouponFill"},{oldName:"IconDeleteKeyboardThin",newName:"IconBackspacekeyLine"},{oldName:"IconDeleteKeyboardRegular",newName:"IconBackspacekeyLine"},{oldName:"IconDeleteKeyboardFill",newName:"IconBackspacekeyFill"},{oldName:"IconDeliveryThin",newName:"IconTruckLine",isActionRequired:!0},{oldName:"IconDeliveryRegular",newName:"IconTruckLine",isActionRequired:!0},{oldName:"IconDeliveryFill",newName:"IconTruckFill",isActionRequired:!0},{oldName:"IconDirectionThin",newName:"IconArrowRightAngledLine"},{oldName:"IconDirectionRegular",newName:"IconArrowRightAngledLine"},{oldName:"IconDirectionFill",newName:"IconArrowRightAngledFill"},{oldName:"IconDownloadThin",newName:"IconArrowDownHorizlineLine"},{oldName:"IconDownloadRegular",newName:"IconArrowDownHorizlineLine"},{oldName:"IconDownloadFill",newName:"IconArrowDownHorizlineFill"},{oldName:"IconEditThin",newName:"IconEraserHorizlineLine"},{oldName:"IconEditRegular",newName:"IconEraserHorizlineLine"},{oldName:"IconEditFill",newName:"IconEraserHorizlineFill"},{oldName:"IconEmoticonThin",newName:"IconFaceSmileCircleLine"},{oldName:"IconEmoticonRegular",newName:"IconFaceSmileCircleLine"},{oldName:"IconEmoticonFill",newName:"IconFaceSmileCircleFill"},{oldName:"IconEmoticonBadThin",newName:"IconFaceSadCircleLine"},{oldName:"IconEmoticonBadRegular",newName:"IconFaceSadCircleLine"},{oldName:"IconEmoticonBadFill",newName:"IconFaceSadCircleFill"},{oldName:"IconExpandThin",newName:"IconArrowUpRightArrowDownLeftLine"},{oldName:"IconExpandRegular",newName:"IconArrowUpRightArrowDownLeftLine"},{oldName:"IconExpandFill",newName:"IconArrowUpRightArrowDownLeftFill"},{oldName:"IconExpandLessThin",newName:"IconChevronUpLine"},{oldName:"IconExpandLessRegular",newName:"IconChevronUpLine"},{oldName:"IconExpandLessFill",newName:"IconChevronUpFill"},{oldName:"IconExpandMoreThin",newName:"IconChevronDownLine"},{oldName:"IconExpandMoreRegular",newName:"IconChevronDownLine"},{oldName:"IconExpandMoreFill",newName:"IconChevronDownFill"},{oldName:"IconFileThin",newName:"IconPaperclipLine"},{oldName:"IconFileRegular",newName:"IconPaperclipLine"},{oldName:"IconFileFill",newName:"IconPaperclipFill"},{oldName:"IconFilter02Thin",newName:"IconSlider2HorizontalLine"},{oldName:"IconFilter02Regular",newName:"IconSlider2HorizontalLine"},{oldName:"IconFilter02Fill",newName:"IconSlider2HorizontalFill"},{oldName:"IconForwardThin",newName:"IconArrowRightLine"},{oldName:"IconForwardRegular",newName:"IconArrowRightLine"},{oldName:"IconForwardFill",newName:"IconArrowRightFill"},{oldName:"IconGenderThin",newName:"IconMalesymbolFemalesymbolLine"},{oldName:"IconGenderRegular",newName:"IconMalesymbolFemalesymbolLine"},{oldName:"IconGenderFill",newName:"IconMalesymbolFemalesymbolFill"},{oldName:"IconGlobalThin",newName:"IconGlobeLine"},{oldName:"IconGlobalRegular",newName:"IconGlobeLine"},{oldName:"IconGlobalFill",newName:"IconGlobeFill"},{oldName:"IconGpsThin",newName:"IconCrosshairLine"},{oldName:"IconGpsRegular",newName:"IconCrosshairLine"},{oldName:"IconGpsFill",newName:"IconCrosshairFill"},{oldName:"IconGpsEnableThin",newName:"IconCrosshairQuestionmarkLine"},{oldName:"IconGpsEnableRegular",newName:"IconCrosshairQuestionmarkLine"},{oldName:"IconGpsEnableFill",newName:"IconCrosshairQuestionmarkFill"},{oldName:"IconGpsEnable2Thin",newName:"IconCrosshairQuestionmarkLine"},{oldName:"IconGpsEnable2Regular",newName:"IconCrosshairQuestionmarkLine"},{oldName:"IconGpsEnable2Fill",newName:"IconCrosshairQuestionmarkFill"},{oldName:"IconGroupchatKingThin",newName:"IconCrownLine"},{oldName:"IconGroupchatKingRegular",newName:"IconCrownLine"},{oldName:"IconGroupchatKingFill",newName:"IconCrownFill"},{oldName:"IconHandleThin",newName:"IconHorizline3VerticalTightLine"},{oldName:"IconHandleRegular",newName:"IconHorizline3VerticalTightLine"},{oldName:"IconHandleFill",newName:"IconHorizline3VerticalTightFill"},{oldName:"IconHashtagThin",newName:"IconHashLine"},{oldName:"IconHashtagRegular",newName:"IconHashLine"},{oldName:"IconHashtagFill",newName:"IconHashFill"},{oldName:"IconHeadphoneThin",newName:"IconHeadsetLine"},{oldName:"IconHeadphoneRegular",newName:"IconHeadsetLine"},{oldName:"IconHeadphoneFill",newName:"IconHeadsetFill"},{oldName:"IconHeartThin",newName:"IconHeartLine"},{oldName:"IconHeartRegular",newName:"IconHeartLine"},{oldName:"IconHeartFill",newName:"IconHeartFill"},{oldName:"IconHelpThin",newName:"IconQuestionmarkCircleLine"},{oldName:"IconHelpRegular",newName:"IconQuestionmarkCircleLine"},{oldName:"IconHelpFill",newName:"IconQuestionmarkCircleFill"},{oldName:"IconHelpcenterThin",newName:"IconHeadsetLine"},{oldName:"IconHelpcenterRegular",newName:"IconHeadsetLine"},{oldName:"IconHelpcenterFill",newName:"IconHeadsetFill"},{oldName:"IconHelperThin",newName:"IconHeadsetLine"},{oldName:"IconHelperRegular",newName:"IconHeadsetLine"},{oldName:"IconHelperFill",newName:"IconHeadsetFill"},{oldName:"IconHouseThin",newName:"IconWindow4House",moveToMulticolor:!0},{oldName:"IconHouseRegular",newName:"IconWindow4House",moveToMulticolor:!0},{oldName:"IconHouseFill",newName:"IconWindow4House",moveToMulticolor:!0},{oldName:"IconHomeThin",newName:"IconHouseLine"},{oldName:"IconHomeRegular",newName:"IconHouseLine"},{oldName:"IconHomeFill",newName:"IconHouseFill"},{oldName:"IconHousekeepingBookThin",newName:"IconBookLine"},{oldName:"IconHousekeepingBookRegular",newName:"IconBookLine"},{oldName:"IconHousekeepingBookFill",newName:"IconBookFill"},{oldName:"IconImportThin",newName:"IconDocumentArrowLeftLine"},{oldName:"IconImportRegular",newName:"IconDocumentArrowLeftLine"},{oldName:"IconImportFill",newName:"IconDocumentArrowLeftFill"},{oldName:"IconInfoThin",newName:"IconILowercaseSerifCircleLine"},{oldName:"IconInfoRegular",newName:"IconILowercaseSerifCircleLine"},{oldName:"IconInfoFill",newName:"IconILowercaseSerifCircleFill"},{oldName:"IconInterestThin",newName:"IconHorizline3VerticalStarLine"},{oldName:"IconInterestRegular",newName:"IconHorizline3VerticalStarLine"},{oldName:"IconInterestFill",newName:"IconHorizline3VerticalStarFill"},{oldName:"IconInterestListThin",newName:"IconStarLine"},{oldName:"IconInterestListRegular",newName:"IconStarLine"},{oldName:"IconInterestListFill",newName:"IconStarFill"},{oldName:"IconInviteThin",newName:"IconEnvelopeLine"},{oldName:"IconInviteRegular",newName:"IconEnvelopeLine"},{oldName:"IconInviteFill",newName:"IconEnvelopeFill"},{oldName:"IconInviteFriendThin",newName:"IconPersonPlusLine"},{oldName:"IconInviteFriendRegular",newName:"IconPersonPlusLine"},{oldName:"IconInviteFriendFill",newName:"IconPersonPlusFill"},{oldName:"IconIosShareThin",newName:"IconArrowUpBracketDownLine"},{oldName:"IconIosShareRegular",newName:"IconArrowUpBracketDownLine"},{oldName:"IconIosShareFill",newName:"IconArrowUpBracketDownFill"},{oldName:"IconJobsThin",newName:"IconPersonMagnifyingglass",moveToMulticolor:!0},{oldName:"IconJobsRegular",newName:"IconPersonMagnifyingglass",moveToMulticolor:!0},{oldName:"IconJobsFill",newName:"IconPersonMagnifyingglass",moveToMulticolor:!0},{oldName:"IconKeyboardHidingThin",newName:"IconKeyboardChevronDownLine"},{oldName:"IconKeyboardHidingRegular",newName:"IconKeyboardChevronDownLine"},{oldName:"IconKeyboardHidingFill",newName:"IconKeyboardChevronDownFill"},{oldName:"IconKeywordThin",newName:"IconTagLine"},{oldName:"IconKeywordRegular",newName:"IconTagLine"},{oldName:"IconKeywordFill",newName:"IconTagFill"},{oldName:"IconLaptopThin",newName:"IconLaptopLine"},{oldName:"IconLaptopRegular",newName:"IconLaptopLine"},{oldName:"IconLaptopFill",newName:"IconLaptopFill"},{oldName:"IconLeafThin",newName:"IconLeafLine"},{oldName:"IconLeafRegular",newName:"IconLeafLine"},{oldName:"IconLeafFill",newName:"IconLeafFill"},{oldName:"IconListThin",newName:"IconDothorizline3VerticalLine"},{oldName:"IconListRegular",newName:"IconDothorizline3VerticalLine"},{oldName:"IconListFill",newName:"IconDothorizline3VerticalFill"},{oldName:"IconListCardThin",newName:"IconHorizrectangleHorizline2VerticalLine"},{oldName:"IconListCardRegular",newName:"IconHorizrectangleHorizline2VerticalLine"},{oldName:"IconListCardFill",newName:"IconHorizrectangleHorizline2VerticalFill"},{oldName:"IconListCheckThin",newName:"IconDocumentCheckmarkLine"},{oldName:"IconListCheckRegular",newName:"IconDocumentCheckmarkLine"},{oldName:"IconListCheckFill",newName:"IconDocumentCheckmarkFill"},{oldName:"IconListSelectThin",newName:"IconHorizline3VerticalCheckmarkLine"},{oldName:"IconListSelectRegular",newName:"IconHorizline3VerticalCheckmarkLine"},{oldName:"IconListSelectFill",newName:"IconHorizline3VerticalCheckmarkFill"},{oldName:"IconListThumbnailThin",newName:"IconSquareline2VerticalLine"},{oldName:"IconListThumbnailRegular",newName:"IconSquareline2VerticalLine"},{oldName:"IconListThumbnailFill",newName:"IconSquareline2VerticalFill"},{oldName:"IconLocationThin",newName:"IconLocationpinLine"},{oldName:"IconLocationRegular",newName:"IconLocationpinLine"},{oldName:"IconLocationFill",newName:"IconLocationpinFill"},{oldName:"IconLockThin",newName:"IconLockLine"},{oldName:"IconLockRegular",newName:"IconLockLine"},{oldName:"IconLockFill",newName:"IconLockFill"},{oldName:"IconLoudspeakerThin",newName:"IconMegaphoneLine"},{oldName:"IconLoudspeakerRegular",newName:"IconMegaphoneLine"},{oldName:"IconLoudspeakerFill",newName:"IconMegaphoneFill"},{oldName:"IconMapThin",newName:"IconMapLocationpinLine"},{oldName:"IconMapRegular",newName:"IconMapLocationpinLine"},{oldName:"IconMapFill",newName:"IconMapLocationpinFill"},{oldName:"IconMarketThin",newName:"IconStoreLine"},{oldName:"IconMarketRegular",newName:"IconStoreLine"},{oldName:"IconMarketFill",newName:"IconStoreFill"},{oldName:"IconMarketCheckThin",newName:"IconStoreCheckmarkLine"},{oldName:"IconMarketCheckRegular",newName:"IconStoreCheckmarkLine"},{oldName:"IconMarketCheckFill",newName:"IconStoreCheckmarkFill"},{oldName:"IconMarketWriteThin",newName:"IconStorePenLine"},{oldName:"IconMarketWriteRegular",newName:"IconStorePenLine"},{oldName:"IconMarketWriteFill",newName:"IconStorePenFill"},{oldName:"IconMentionThin",newName:"IconAtLine"},{oldName:"IconMentionRegular",newName:"IconAtLine"},{oldName:"IconMentionFill",newName:"IconAtFill"},{oldName:"IconMenuThin",newName:"IconHorizline3VerticalLine"},{oldName:"IconMenuRegular",newName:"IconHorizline3VerticalLine"},{oldName:"IconMenuFill",newName:"IconHorizline3VerticalFill"},{oldName:"IconMicThin",newName:"IconMicrophoneLine"},{oldName:"IconMicRegular",newName:"IconMicrophoneLine"},{oldName:"IconMicFill",newName:"IconMicrophoneFill"},{oldName:"IconMicOffThin",newName:"IconMicrophoneSlashLine"},{oldName:"IconMicOffRegular",newName:"IconMicrophoneSlashLine"},{oldName:"IconMicOffFill",newName:"IconMicrophoneSlashFill"},{oldName:"IconMissionThin",newName:"IconBookOpenLine"},{oldName:"IconMissionRegular",newName:"IconBookOpenLine"},{oldName:"IconMissionFill",newName:"IconBookOpenFill"},{oldName:"IconMobileThin",newName:"IconMobileLine"},{oldName:"IconMobileRegular",newName:"IconMobileLine"},{oldName:"IconMobileFill",newName:"IconMobileFill"},{oldName:"IconMoneySendThin",newName:"IconWonCircleArrowRightLine"},{oldName:"IconMoneySendRegular",newName:"IconWonCircleArrowRightLine"},{oldName:"IconMoneySendFill",newName:"IconWonCircleArrowRightFill"},{oldName:"IconMoneyWonThin",newName:"IconWonCircleLine"},{oldName:"IconMoneyWonRegular",newName:"IconWonCircleLine"},{oldName:"IconMoneyWonFill",newName:"IconWonCircleFill"},{oldName:"IconMoonThin",newName:"IconMoonLine"},{oldName:"IconMoonRegular",newName:"IconMoonLine"},{oldName:"IconMoonFill",newName:"IconMoonFill"},{oldName:"IconMoreHorizThin",newName:"IconDot3HorizontalLine"},{oldName:"IconMoreHorizRegular",newName:"IconDot3HorizontalLine"},{oldName:"IconMoreHorizFill",newName:"IconDot3HorizontalFill"},{oldName:"IconMoreVertThin",newName:"IconDot3VerticalLine"},{oldName:"IconMoreVertRegular",newName:"IconDot3VerticalLine"},{oldName:"IconMoreVertFill",newName:"IconDot3VerticalFill"},{oldName:"IconMyThin",newName:"IconPersonLine"},{oldName:"IconMyRegular",newName:"IconPersonLine"},{oldName:"IconMyFill",newName:"IconPersonFill"},{oldName:"IconMyProfileThin",newName:"IconPersonCircleLine"},{oldName:"IconMyProfileRegular",newName:"IconPersonCircleLine"},{oldName:"IconMyProfileFill",newName:"IconPersonCircleFill"},{oldName:"IconNearMeThin",newName:"IconLocationpinLine"},{oldName:"IconNearMeRegular",newName:"IconLocationpinLine"},{oldName:"IconNearMeFill",newName:"IconLocationpinFill"},{oldName:"IconNewtopicThin",newName:"IconNUppercaseCircleLine"},{oldName:"IconNewtopicRegular",newName:"IconNUppercaseCircleLine"},{oldName:"IconNewtopicFill",newName:"IconNUppercaseCircleFill"},{oldName:"IconNoteThin",newName:"IconDocumentLine"},{oldName:"IconNoteRegular",newName:"IconDocumentLine"},{oldName:"IconNoteFill",newName:"IconDocumentFill"},{oldName:"IconNotificationThin",newName:"IconBellLine"},{oldName:"IconNotificationRegular",newName:"IconBellLine"},{oldName:"IconNotificationFill",newName:"IconBellFill"},{oldName:"IconNotificationFallThin",newName:"IconArrowDownLine"},{oldName:"IconNotificationFallRegular",newName:"IconArrowDownLine"},{oldName:"IconNotificationFallFill",newName:"IconArrowDownFill"},{oldName:"IconNotificationOffThin",newName:"IconBellSlashLine"},{oldName:"IconNotificationOffRegular",newName:"IconBellSlashLine"},{oldName:"IconNotificationOffFill",newName:"IconBellSlashFill"},{oldName:"IconOrderThin",newName:"IconCheckmarkClipboardLine"},{oldName:"IconOrderRegular",newName:"IconCheckmarkClipboardLine"},{oldName:"IconOrderFill",newName:"IconCheckmarkClipboardFill"},{oldName:"IconPauseThin",newName:"IconVertrectangle2HorizontalLine"},{oldName:"IconPauseRegular",newName:"IconVertrectangle2HorizontalLine"},{oldName:"IconPauseFill",newName:"IconVertrectangle2HorizontalFill"},{oldName:"IconPaymentThin",newName:"IconCardLine"},{oldName:"IconPaymentRegular",newName:"IconCardLine"},{oldName:"IconPaymentFill",newName:"IconCardFill"},{oldName:"IconPercentThin",newName:"IconPercentLine"},{oldName:"IconPercentRegular",newName:"IconPercentLine"},{oldName:"IconPercentFill",newName:"IconPercentFill"},{oldName:"IconPhotoThin",newName:"IconPictureLine"},{oldName:"IconPhotoRegular",newName:"IconPictureLine"},{oldName:"IconPhotoFill",newName:"IconPictureFill"},{oldName:"IconPhotoEditThin",newName:"IconWandLine"},{oldName:"IconPhotoEditRegular",newName:"IconWandLine"},{oldName:"IconPhotoEditFill",newName:"IconWandFill"},{oldName:"IconPhotoEditCropThin",newName:"IconCropmarkLine"},{oldName:"IconPhotoEditCropRegular",newName:"IconCropmarkLine"},{oldName:"IconPhotoEditCropFill",newName:"IconCropmarkFill"},{oldName:"IconPhotoEditDrawThin",newName:"IconScribbleLine"},{oldName:"IconPhotoEditDrawRegular",newName:"IconScribbleLine"},{oldName:"IconPhotoEditDrawFill",newName:"IconScribbleFill"},{oldName:"IconPhotoEditRotateThin",newName:"IconArrow2ClockwiseCircularLine"},{oldName:"IconPhotoEditRotateRegular",newName:"IconArrow2ClockwiseCircularLine"},{oldName:"IconPhotoEditRotateFill",newName:"IconArrow2ClockwiseCircularFill"},{oldName:"IconPhotoSeveralThin",newName:"IconPicture2StackedLine"},{oldName:"IconPhotoSeveralRegular",newName:"IconPicture2StackedLine"},{oldName:"IconPhotoSeveralFill",newName:"IconPicture2StackedFill"},{oldName:"IconPlayThin",newName:"IconTriangleRightLine"},{oldName:"IconPlayRegular",newName:"IconTriangleRightLine"},{oldName:"IconPlayFill",newName:"IconTriangleRightFill"},{oldName:"IconPollThin",newName:"IconBarchartSquareLine"},{oldName:"IconPollRegular",newName:"IconBarchartSquareLine"},{oldName:"IconPollFill",newName:"IconBarchartSquareFill"},{oldName:"IconPriceWonThin",newName:"IconWonLine"},{oldName:"IconPriceWonRegular",newName:"IconWonLine"},{oldName:"IconPriceWonFill",newName:"IconWonFill"},{oldName:"IconProductThin",newName:"IconShoppingbagLine"},{oldName:"IconProductRegular",newName:"IconShoppingbagLine"},{oldName:"IconProductFill",newName:"IconShoppingbagFill"},{oldName:"IconProfileThin",newName:"IconPersonLine"},{oldName:"IconProfileRegular",newName:"IconPersonLine"},{oldName:"IconProfileFill",newName:"IconPersonFill"},{oldName:"IconProfileBadgeThin",newName:"IconCheckmarkBadgeLine"},{oldName:"IconProfileBadgeRegular",newName:"IconCheckmarkBadgeLine"},{oldName:"IconProfileBadgeFill",newName:"IconCheckmarkBadgeFill"},{oldName:"IconProhibitionThin",newName:"IconSlashCircleLine"},{oldName:"IconProhibitionRegular",newName:"IconSlashCircleLine"},{oldName:"IconProhibitionFill",newName:"IconSlashCircleFill"},{oldName:"IconPushpinThin",newName:"IconPushpinLine"},{oldName:"IconPushpinRegular",newName:"IconPushpinLine"},{oldName:"IconPushpinFill",newName:"IconPushpinFill"},{oldName:"IconQuestionCheckThin",newName:"IconQuestionmarkSquareLine"},{oldName:"IconQuestionCheckRegular",newName:"IconQuestionmarkSquareLine"},{oldName:"IconQuestionCheckFill",newName:"IconQuestionmarkSquareFill"},{oldName:"IconRedoThin",newName:"IconArrowUturnRightLine"},{oldName:"IconRedoRegular",newName:"IconArrowUturnRightLine"},{oldName:"IconRedoFill",newName:"IconArrowUturnRightFill"},{oldName:"IconRefundThin",newName:"IconWonArrowClockwiseCircularLine"},{oldName:"IconRefundRegular",newName:"IconWonArrowClockwiseCircularLine"},{oldName:"IconRefundFill",newName:"IconWonArrowClockwiseCircularFill"},{oldName:"IconRemoveCircleThin",newName:"IconXmarkCircleLine"},{oldName:"IconRemoveCircleRegular",newName:"IconXmarkCircleLine"},{oldName:"IconRemoveCircleFill",newName:"IconXmarkCircleFill"},{oldName:"IconReplyThin",newName:"IconHorizline2VerticalChatbubbleRightLine"},{oldName:"IconReplyRegular",newName:"IconHorizline2VerticalChatbubbleRightLine"},{oldName:"IconReplyFill",newName:"IconHorizline2VerticalChatbubbleRightFill"},{oldName:"IconReplyMissionThin",newName:"IconHorizline2VerticalChatbubbleRightLine"},{oldName:"IconReplyMissionRegular",newName:"IconHorizline2VerticalChatbubbleRightLine"},{oldName:"IconReplyMissionFill",newName:"IconHorizline2VerticalChatbubbleRightFill"},{oldName:"IconReplyReThin",newName:"IconCornerDownLeftLine"},{oldName:"IconReplyReRegular",newName:"IconCornerDownLeftLine"},{oldName:"IconReplyReFill",newName:"IconCornerDownLeftFill"},{oldName:"IconReportThin",newName:"IconFlagLine"},{oldName:"IconReportRegular",newName:"IconFlagLine"},{oldName:"IconReportFill",newName:"IconFlagFill"},{oldName:"IconReservationThin",newName:"IconCheckmarkCalendarLine"},{oldName:"IconReservationRegular",newName:"IconCheckmarkCalendarLine"},{oldName:"IconReservationFill",newName:"IconCheckmarkCalendarFill"},{oldName:"IconRestaurantThin",newName:"IconForkSpoonLine"},{oldName:"IconRestaurantRegular",newName:"IconForkSpoonLine"},{oldName:"IconRestaurantFill",newName:"IconForkSpoonFill"},{oldName:"IconRetryThin",newName:"IconArrowClockwiseCircularLine"},{oldName:"IconRetryRegular",newName:"IconArrowClockwiseCircularLine"},{oldName:"IconRetryFill",newName:"IconArrowClockwiseCircularFill"},{oldName:"IconReviewStarThin",newName:"IconStarLine"},{oldName:"IconReviewStarRegular",newName:"IconStarLine"},{oldName:"IconReviewStarFill",newName:"IconStarFill"},{oldName:"IconScannerThin",newName:"IconHorizlineViewfinderLine"},{oldName:"IconScannerRegular",newName:"IconHorizlineViewfinderLine"},{oldName:"IconScannerFill",newName:"IconHorizlineViewfinderFill"},{oldName:"IconSearchThin",newName:"IconMagnifyingglassLine"},{oldName:"IconSearchRegular",newName:"IconMagnifyingglassLine"},{oldName:"IconSearchFill",newName:"IconMagnifyingglassFill"},{oldName:"IconSearchDocThin",newName:"IconDocumentMagnifyingglassLine"},{oldName:"IconSearchDocRegular",newName:"IconDocumentMagnifyingglassLine"},{oldName:"IconSearchDocFill",newName:"IconDocumentMagnifyingglassFill"},{oldName:"IconSellThin",newName:"IconPlusSquareLine"},{oldName:"IconSellRegular",newName:"IconPlusSquareLine"},{oldName:"IconSellFill",newName:"IconPlusSquareFill"},{oldName:"IconSettingThin",newName:"IconGearLine"},{oldName:"IconSettingRegular",newName:"IconGearLine"},{oldName:"IconSettingFill",newName:"IconGearFill"},{oldName:"IconSignoutThin",newName:"IconBracketLeftArrowRightLine"},{oldName:"IconSignoutRegular",newName:"IconBracketLeftArrowRightLine"},{oldName:"IconSignoutFill",newName:"IconBracketLeftArrowRightFill"},{oldName:"IconSortThin",newName:"IconArrowUpArrowDownLine"},{oldName:"IconSortRegular",newName:"IconArrowUpArrowDownLine"},{oldName:"IconSortFill",newName:"IconArrowUpArrowDownFill"},{oldName:"IconStoryThin",newName:"IconTriangleRightChatbubbleLeft",moveToMulticolor:!0},{oldName:"IconStoryRegular",newName:"IconTriangleRightChatbubbleLeft",moveToMulticolor:!0},{oldName:"IconStoryFill",newName:"IconTriangleRightChatbubbleLeft",moveToMulticolor:!0},{oldName:"IconStoryArticleThin",newName:"IconDocumentPenLine"},{oldName:"IconStoryArticleRegular",newName:"IconDocumentPenLine"},{oldName:"IconStoryArticleFill",newName:"IconDocumentPenFill"},{oldName:"IconSubtractCircleThin",newName:"IconMinusCircleLine"},{oldName:"IconSubtractCircleRegular",newName:"IconMinusCircleLine"},{oldName:"IconSubtractCircleFill",newName:"IconMinusCircleFill"},{oldName:"IconSubtractionThin",newName:"IconMinusLine"},{oldName:"IconSubtractionRegular",newName:"IconMinusLine"},{oldName:"IconSubtractionFill",newName:"IconMinusFill"},{oldName:"IconSuggestThin",newName:"IconLightbulbDot5Line",isActionRequired:!0},{oldName:"IconSuggestRegular",newName:"IconLightbulbDot5Line",isActionRequired:!0},{oldName:"IconSuggestFill",newName:"IconLightbulbDot5Fill",isActionRequired:!0},{oldName:"IconSunThin",newName:"IconSunLine"},{oldName:"IconSunRegular",newName:"IconSunLine"},{oldName:"IconSunFill",newName:"IconSunFill"},{oldName:"IconTalkingdownThin",newName:"IconQuotationmark2RightLine"},{oldName:"IconTalkingdownRegular",newName:"IconQuotationmark2RightLine"},{oldName:"IconTalkingdownFill",newName:"IconQuotationmark2RightFill"},{oldName:"IconTalkingupThin",newName:"IconQuotationmark2LeftLine"},{oldName:"IconTalkingupRegular",newName:"IconQuotationmark2LeftLine"},{oldName:"IconTalkingupFill",newName:"IconQuotationmark2LeftFill"},{oldName:"IconTextThin",newName:"IconTUppercaseSerifLine"},{oldName:"IconTextRegular",newName:"IconTUppercaseSerifLine"},{oldName:"IconTextFill",newName:"IconTUppercaseSerifFill"},{oldName:"IconThumbDownThin",newName:"IconThumbDownLine"},{oldName:"IconThumbDownRegular",newName:"IconThumbDownLine"},{oldName:"IconThumbDownFill",newName:"IconThumbDownFill"},{oldName:"IconThumbUpThin",newName:"IconThumbUpLine"},{oldName:"IconThumbUpRegular",newName:"IconThumbUpLine"},{oldName:"IconThumbUpFill",newName:"IconThumbUpFill"},{oldName:"IconToolboxThin",newName:"IconToolboxLine"},{oldName:"IconToolboxRegular",newName:"IconToolboxLine"},{oldName:"IconToolboxFill",newName:"IconToolboxFill"},{oldName:"IconTranslateThin",newName:"IconTranslationLine"},{oldName:"IconTranslateRegular",newName:"IconTranslationLine"},{oldName:"IconTranslateFill",newName:"IconTranslationFill"},{oldName:"IconTrashThin",newName:"IconTrashcanLine"},{oldName:"IconTrashRegular",newName:"IconTrashcanLine"},{oldName:"IconTrashFill",newName:"IconTrashcanFill"},{oldName:"IconUndoThin",newName:"IconArrowUturnLeftLine"},{oldName:"IconUndoRegular",newName:"IconArrowUturnLeftLine"},{oldName:"IconUndoFill",newName:"IconArrowUturnLeftFill"},{oldName:"IconUserGroupThin",newName:"IconPerson2Line"},{oldName:"IconUserGroupRegular",newName:"IconPerson2Line"},{oldName:"IconUserGroupFill",newName:"IconPerson2Fill"},{oldName:"IconVideoThin",newName:"IconCamcorderLine"},{oldName:"IconVideoRegular",newName:"IconCamcorderLine"},{oldName:"IconVideoFill",newName:"IconCamcorderFill"},{oldName:"IconViewCountThin",newName:"IconEyeLine"},{oldName:"IconViewCountRegular",newName:"IconEyeLine"},{oldName:"IconViewCountFill",newName:"IconEyeFill"},{oldName:"IconViewCountOffThin",newName:"IconEyeSlashLine"},{oldName:"IconViewCountOffRegular",newName:"IconEyeSlashLine"},{oldName:"IconViewCountOffFill",newName:"IconEyeSlashFill"},{oldName:"IconVolumeOffThin",newName:"IconSpeakerSlashLine"},{oldName:"IconVolumeOffRegular",newName:"IconSpeakerSlashLine"},{oldName:"IconVolumeOffFill",newName:"IconSpeakerSlashFill"},{oldName:"IconVolumeOnThin",newName:"IconSpeakerWave2Line"},{oldName:"IconVolumeOnRegular",newName:"IconSpeakerWave2Line"},{oldName:"IconVolumeOnFill",newName:"IconSpeakerWave2Fill"},{oldName:"IconVoteThin",newName:"IconCheckmarkBallotboxLine"},{oldName:"IconVoteRegular",newName:"IconCheckmarkBallotboxLine"},{oldName:"IconVoteFill",newName:"IconCheckmarkBallotboxFill"},{oldName:"IconVoucherThin",newName:"IconGiftLine"},{oldName:"IconVoucherRegular",newName:"IconGiftLine"},{oldName:"IconVoucherFill",newName:"IconGiftFill"},{oldName:"IconWalkThin",newName:"IconFigureWalkLine"},{oldName:"IconWalkRegular",newName:"IconFigureWalkLine"},{oldName:"IconWalkFill",newName:"IconFigureWalkFill"},{oldName:"IconWarningThin",newName:"IconExclamationmarkCircleLine"},{oldName:"IconWarningRegular",newName:"IconExclamationmarkCircleLine"},{oldName:"IconWarningFill",newName:"IconExclamationmarkCircleFill"},{oldName:"IconWriteThin",newName:"IconPenHorizlineLine"},{oldName:"IconWriteRegular",newName:"IconPenHorizlineLine"},{oldName:"IconWriteFill",newName:"IconPenHorizlineFill"},{oldName:"IconWriteFrequentUseThin",newName:"IconDocumentPlusLine"},{oldName:"IconWriteFrequentUseRegular",newName:"IconDocumentPlusLine"},{oldName:"IconWriteFrequentUseFill",newName:"IconDocumentPlusFill"},{oldName:"IconWriteStoryThin",newName:"IconHorizline2VerticalChatbubbleRightLine",isActionRequired:!0},{oldName:"IconWriteStoryRegular",newName:"IconHorizline2VerticalChatbubbleRightLine",isActionRequired:!0},{oldName:"IconWriteStoryFill",newName:"IconHorizline2VerticalChatbubbleRightFill",isActionRequired:!0}];var W={source:[{startsWith:"@seed-design/icon",replaceWith:{default:"@daangn/react-monochrome-icon",multicolor:"@daangn/react-multicolor-icon"}},{startsWith:"@seed-design/react-icon",replaceWith:{default:"@daangn/react-monochrome-icon",multicolor:"@daangn/react-multicolor-icon"}},{startsWith:"@karrotmarket/karrot-ui-icon/lib/react",replaceWith:{default:"@daangn/react-monochrome-icon",multicolor:"@daangn/react-multicolor-icon"}}],identifier:D},U=(t,r,{match:i=W})=>{let a=process.env.LOG==="true"?y({level:"info",format:S.combine(S.timestamp({format:"YYYY-MM-DD HH:mm:ss"}),S.printf(({level:e,message:h,timestamp:s})=>`${s} [${e.toUpperCase()}]: ${h}`)),transports:[new P.File({filename:"migrate-icons-combined.log",level:"debug"}),new P.File({filename:"migrate-icons-warnings.log",level:"warn"})]}):void 0;a?.debug(`${t.path}: \uD655\uC778 \uC2DC\uC791`);let c=r.jscodeshift,o=c(t.source),d=i.identifier.map(({oldName:e})=>e),I=o.find(c.StringLiteral,{value:e=>d.includes(e)||i.source.some(({startsWith:h})=>e.startsWith(h))});a?.debug(`${t.path}: string literal ${I.length}\uAC1C \uBC1C\uACAC`),a?.debug(`${t.path}: string literal \uBCC0\uD658 \uC2DC\uC791`),M({stringLiterals:I,match:i,logger:a,report:r.report,filePath:t.path});let n=o.find(c.ImportDeclaration,{source:{value:e=>typeof e!="string"?!1:i.source.some(({startsWith:h})=>e.startsWith(h))}});n.length===0&&a?.debug(`${t.path}: \uC774 \uD30C\uC77C\uC5D0\uB294 import\uBB38 \uC5C6\uC74C`),a?.debug(`${t.path}: import\uBB38 ${n.length}\uAC1C \uBC1C\uACAC`),b({importDeclarations:n,match:i,logger:a,report:r.report,filePath:t.path}),a?.debug(`${t.path}: import\uBB38 \uBCC0\uD658 \uC644\uB8CC`),a?.debug(`${t.path}: identifier \uBCC0\uD658 \uC2DC\uC791`);let m=o.find(c.Identifier,{name:e=>d.includes(e)});a?.debug(`${t.path}: identifier ${m.length}\uAC1C \uBC1C\uACAC`),A({identifiers:m,identifierMatch:i.identifier,logger:a,report:r.report,filePath:t.path});let w=o.find(c.JSXElement,{openingElement:{name:{name:"svg"}}});if(w.length>0){let e=`inline svg\uAC00 ${w.length}\uAC1C \uC788\uC5B4\uC694`;a?.warn(`${t.path}: ${e}`),console.warn(e),r.report?.(e)}return a?.debug(`${t.path}: identifier \uBCC0\uD658 \uC644\uB8CC`),a?.debug(`${t.path}: \uD655\uC778 \uC644\uB8CC`),o.toSource()},G=U;export{G as default,W as reactMatch};
|