@@ -1030,17 +1030,26 @@ function IconOidc({ className, ...props }: React.ComponentProps<'svg'>) {
1030
1030
viewBox = "0 0 25.573 25.573"
1031
1031
xmlns = "http://www.w3.org/2000/svg"
1032
1032
className = { cn ( 'h-4 w-4' , className ) }
1033
- { ...props }
1033
+ { ...props }
1034
1034
>
1035
- < g >
1036
1035
< g >
1037
- < polygon style = { { "fill" : "#EB7C04" } } points = "12.036,24.589 12.036,3.296 15.391,0.983 15.391,22.74 " />
1038
- < path style = { { "fill" : "#C7C4C6" } } d = "M11.11,7.926v2.893c0,0-6.632,0.521-7.058,5.556c0,0-0.93,4.396,7.058,5.785v2.43
1039
- c0,0-11.226-1.155-11.109-8.331C0.001,16.258-0.115,8.968,11.11,7.926z" />
1040
- < path style = { { "fill" : "#C7C4C6" } } d = "M16.2,7.926v2.702c0,0,2.142-0.029,3.934,1.463l-1.964,0.807l7.403,1.855V8.967l-2.527,1.43
1041
- C23.046,10.397,20.889,8.13,16.2,7.926z" />
1036
+ < g >
1037
+ < polygon
1038
+ style = { { fill : '#EB7C04' } }
1039
+ points = "12.036,24.589 12.036,3.296 15.391,0.983 15.391,22.74 "
1040
+ />
1041
+ < path
1042
+ style = { { fill : '#C7C4C6' } }
1043
+ d = "M11.11,7.926v2.893c0,0-6.632,0.521-7.058,5.556c0,0-0.93,4.396,7.058,5.785v2.43
1044
+ c0,0-11.226-1.155-11.109-8.331C0.001,16.258-0.115,8.968,11.11,7.926z"
1045
+ />
1046
+ < path
1047
+ style = { { fill : '#C7C4C6' } }
1048
+ d = "M16.2,7.926v2.702c0,0,2.142-0.029,3.934,1.463l-1.964,0.807l7.403,1.855V8.967l-2.527,1.43
1049
+ C23.046,10.397,20.889,8.13,16.2,7.926z"
1050
+ />
1051
+ </ g >
1042
1052
</ g >
1043
- </ g >
1044
1053
</ svg >
1045
1054
)
1046
1055
}
0 commit comments