File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,11 @@ SOFTWARE.
26
26
27
27
import { useEffect , useState } from 'react' ;
28
28
29
- const GoogleFonts_Icons_ArrowDropUp = < svg xmlns = "http://www.w3.org/2000/svg" height = "24px" viewBox = "0 -960 960 960" width = "24px" fill = "#e3e3e3" > < path d = "M328-400q-9 0-14.5-6t-5.5-14q0-2 6-14l145-145q5-5 10-7t11-2q6 0 11 2t10 7l145 145q3 3 4.5 6.5t1.5 7.5q0 8-5.5 14t-14.5 6H328Z" > </ path > </ svg >
29
+ const GoogleFonts_Icons_ArrowDropUp = ( props ) => (
30
+ < svg xmlns = "http://www.w3.org/2000/svg" height = "24px" viewBox = "0 -960 960 960" width = "24px" fill = "#e3e3e3" { ...props } >
31
+ < path d = "M328-400q-9 0-14.5-6t-5.5-14q0-2 6-14l145-145q5-5 10-7t11-2q6 0 11 2t10 7l145 145q3 3 4.5 6.5t1.5 7.5q0 8-5.5 14t-14.5 6H328Z" />
32
+ </ svg >
33
+ )
30
34
31
35
const Select = ( {
32
36
titles,
You can’t perform that action at this time.
0 commit comments