Fix missing currentcolor

This commit is contained in:
Brian J. Cardiff 2022-07-08 14:19:55 -03:00
parent dc3da6d594
commit 88074d1150

View File

@ -2401,7 +2401,7 @@ graduateCap =
] ]
[ Svg.g [ Svg.g
[ Attributes.transform "translate(0.984790, 0.051995)" [ Attributes.transform "translate(0.984790, 0.051995)"
, Attributes.fill "#F3336C" , Attributes.fill "currentcolor"
, Attributes.fillRule "nonzero" , Attributes.fillRule "nonzero"
] ]
[ Svg.path [ Svg.path