File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -24,22 +24,28 @@ SOFTWARE.
24
24
25
25
*/
26
26
27
- import React , { Component } from 'react'
27
+ import React from 'react' ;
28
28
29
29
export const Check = ( ) => (
30
30
< svg width = "14" height = "10" viewBox = "0 0 14 11" xmlns = "http://www.w3.org/2000/svg" >
31
31
< title >
32
32
switch-check
33
33
</ title >
34
- < path d = "M11.264 0L5.26 6.004 2.103 2.847 0 4.95l5.26 5.26 8.108-8.107L11.264 0" fill = "#fff" fill-rule = "evenodd" />
34
+ < path
35
+ d = "M11.264 0L5.26 6.004 2.103 2.847 0 4.95l5.26 5.26 8.108-8.107L11.264 0"
36
+ fill = "#fff" fill-rule = "evenodd"
37
+ />
35
38
</ svg >
36
- )
39
+ ) ;
37
40
38
41
export const X = ( ) => (
39
42
< svg width = "10" height = "10" viewBox = "0 0 10 10" xmlns = "http://www.w3.org/2000/svg" >
40
43
< title >
41
44
switch-x
42
45
</ title >
43
- < path d = "M9.9 2.12L7.78 0 4.95 2.828 2.12 0 0 2.12l2.83 2.83L0 7.776 2.123 9.9 4.95 7.07 7.78 9.9 9.9 7.776 7.072 4.95 9.9 2.12" fill = "#fff" fill-rule = "evenodd" />
46
+ < path
47
+ d = "M9.9 2.12L7.78 0 4.95 2.828 2.12 0 0 2.12l2.83 2.83L0 7.776 2.123 9.9 4.95 7.07 7.78 9.9 9.9 7.776 7.072 4.95 9.9 2.12"
48
+ fill = "#fff" fill-rule = "evenodd"
49
+ />
44
50
</ svg >
45
- )
51
+ ) ;
Original file line number Diff line number Diff line change 1
- import ToggleButton from './react-toggle-button'
1
+ import ToggleButton from './react-toggle-button' ;
2
2
3
- module . exports = ToggleButton
3
+ module . exports = ToggleButton ;
You can’t perform that action at this time.
0 commit comments