Skip to content

Commit

Permalink
🐛 fix: no change in color of the Dimensionality Reduction icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-gfx committed Sep 10, 2024
1 parent 03a1aec commit d80f82d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function ReduceDimension(props: any) {
preserveAspectRatio="xMinYMin"
>
<path
fill={"props.color"}
fill={props.color}
d="M10.638.786l8.85 3.551a1 1 0 0 1 .01 1.852l-8.85 3.664a1 1 0 0 1-.765 0L1.032 6.19a1 1 0 0 1 .01-1.852L9.892.786a1 1 0 0 1 .746 0zm5.759 8.31l3.091 1.241a1 1 0 0 1 .01 1.852l-8.85 3.664a1 1 0 0 1-.765 0L1.032 12.19a1 1 0 0 1 .01-1.852l3.091-1.24 5.176 2.142a2.5 2.5 0 0 0 1.912 0l5.176-2.142z"
/>
</svg>
Expand Down

0 comments on commit d80f82d

Please sign in to comment.