Skip to content

Commit ccfbc00

Browse files
committed
Enable multiColor in Ant design icons twotone icon
ref: #830
1 parent c71a614 commit ccfbc00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-icons/src/icons/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ export const icons: IconDefinition[] = [
339339
"../../icons/ant-design-icons/packages/icons-svg/svg/twotone/*.svg",
340340
),
341341
formatter: (name) => `AiTwotone${name}`,
342+
multiColor: true,
342343
},
343344
],
344345
projectUrl: "https://github.com/ant-design/ant-design-icons",

0 commit comments

Comments
 (0)