Skip to content

Commit

Permalink
Enable multiColor in Ant design icons twotone icon
Browse files Browse the repository at this point in the history
ref: #830
  • Loading branch information
kamijin-fanta committed Nov 14, 2023
1 parent c71a614 commit ccfbc00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-icons/src/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ export const icons: IconDefinition[] = [
"../../icons/ant-design-icons/packages/icons-svg/svg/twotone/*.svg",
),
formatter: (name) => `AiTwotone${name}`,
multiColor: true,
},
],
projectUrl: "https://github.com/ant-design/ant-design-icons",
Expand Down

0 comments on commit ccfbc00

Please sign in to comment.