This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree 3 files changed +10
-45
lines changed
__tests__/shared/components/__snapshots__
3 files changed +10
-45
lines changed Original file line number Diff line number Diff line change @@ -7,45 +7,17 @@ exports[`Snapshots 1`] = `
7
7
viewBox = " 0 0 141 141"
8
8
width = " 141"
9
9
xmlns = " http://www.w3.org/2000/svg"
10
- xmlnsXlink = " http://www.w3.org/1999/xlink"
11
10
>
12
11
<title >
13
12
ico-user-default
14
13
</title >
15
- <defs >
16
- <rect
17
- height = " 140"
18
- id = " a"
19
- rx = " 306"
20
- width = " 140"
21
- x = " .8"
22
- y = " .5"
23
- />
24
- </defs >
25
- <g
26
- fill = " none"
14
+ <path
15
+ d = " M71 35c-17.304 0-31.334 14.071-31.334 31.428v7.857c0 11.307 6.017 21.144 14.955 26.684-11.399 4.27-22.608 13.347-27.728 24.111C38.886 134.728 54.14 140.5 70.8 140.5c16.792 0 32.16-5.862 44.197-15.648-5.17-10.664-16.3-19.643-27.611-23.883 8.93-5.54 14.947-15.377 14.947-26.684v-7.857C102.334 49.07 88.304 35 71 35z"
16
+ fill = " #A3A3AE"
27
17
fillRule = " evenodd"
28
- >
29
- <mask
30
- fill = " #fff"
31
- id = " b"
32
- >
33
- <use
34
- xlinkHref = " #a"
35
- />
36
- </mask >
37
- <use
38
- fill = " #F0F0F0"
39
- xlinkHref = " #a"
40
- />
41
- <path
42
- d = " M118 137.143c0 4.345-3.501 7.857-7.833 7.857H31.833C27.51 145 24 141.488 24 137.143c0-15.714 15.142-30.376 30.62-36.174-8.937-5.54-14.953-15.377-14.953-26.683v-7.857C39.667 49.072 53.697 35 71 35c17.304 0 31.333 14.072 31.333 31.429v7.857c0 11.306-6.016 21.143-14.946 26.683 15.471 5.798 30.613 20.46 30.613 36.174z"
43
- fill = " #A3A3AE"
44
- mask = " url(#b)"
45
- opacity = " .2"
46
- stroke = " #A3A3AE"
47
- strokeWidth = " 3"
48
- />
49
- </g >
18
+ opacity = " .2"
19
+ stroke = " #A3A3AE"
20
+ strokeWidth = " 3"
21
+ />
50
22
</svg >
51
23
` ;
Original file line number Diff line number Diff line change 32
32
"lint:scss" : " ./node_modules/.bin/stylelint **/*.scss --syntax scss" ,
33
33
"test" : " npm run lint && npm run jest"
34
34
},
35
- "version" : " 2.0.0 " ,
35
+ "version" : " 2.0.1 " ,
36
36
"dependencies" : {
37
37
"prop-types" : " ^15.6.2" ,
38
38
"react" : " ^16.4.1" ,
You can’t perform that action at this time.
0 commit comments