This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
src/dataDisplay/Icon/images
tests/dataDisplay/Icon/__snapshots__ Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @gnosis.pm/safe-react-components" ,
3- "version" : " 1.1.0 " ,
3+ "version" : " 1.1.1 " ,
44 "description" : " Gnosis UI components" ,
55 "main" : " dist/index.min.js" ,
66 "typings" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export default {
1212 < path
1313 className = "icon-stroke"
1414 d = "M9 11L5 8.22222L1 11V2.11111C1 1.81643 1.12041 1.53381 1.33474 1.32544C1.54906 1.11706 1.83975 1 2.14286 1H7.85714C8.16025 1 8.45094 1.11706 8.66527 1.32544C8.87959 1.53381 9 1.81643 9 2.11111V11Z"
15- strokeWidth = "1 "
15+ strokeWidth = "2 "
1616 strokeLinecap = "round"
1717 strokeLinejoin = "round"
1818 />
@@ -30,7 +30,7 @@ export default {
3030 < path
3131 className = "icon-stroke"
3232 d = "M9 11L5 8.22222L1 11V2.11111C1 1.81643 1.12041 1.53381 1.33474 1.32544C1.54906 1.11706 1.83975 1 2.14286 1H7.85714C8.16025 1 8.45094 1.11706 8.66527 1.32544C8.87959 1.53381 9 1.81643 9 2.11111V11Z"
33- strokeWidth = "1"
33+ strokeWidth = "1.5 "
3434 strokeLinecap = "round"
3535 strokeLinejoin = "round"
3636 />
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export default {
1212 < path
1313 className = "icon-color icon-stroke"
1414 d = "M9 11L5 8.22222L1 11V2.11111C1 1.81643 1.12041 1.53381 1.33474 1.32544C1.54906 1.11706 1.83975 1 2.14286 1H7.85714C8.16025 1 8.45094 1.11706 8.66527 1.32544C8.87959 1.53381 9 1.81643 9 2.11111V11Z"
15- strokeWidth = "1 "
15+ strokeWidth = "2 "
1616 strokeLinecap = "round"
1717 strokeLinejoin = "round"
1818 />
@@ -30,7 +30,7 @@ export default {
3030 < path
3131 className = "icon-color icon-stroke"
3232 d = "M9 11L5 8.22222L1 11V2.11111C1 1.81643 1.12041 1.53381 1.33474 1.32544C1.54906 1.11706 1.83975 1 2.14286 1H7.85714C8.16025 1 8.45094 1.11706 8.66527 1.32544C8.87959 1.53381 9 1.81643 9 2.11111V11Z"
33- strokeWidth = "1"
33+ strokeWidth = "1.5 "
3434 strokeLinecap = "round"
3535 strokeLinejoin = "round"
3636 />
Original file line number Diff line number Diff line change @@ -546,7 +546,7 @@ exports[`Storyshots Data Display/Icon Icons 1`] = `
546546 d="M9 11L5 8.22222L1 11V2.11111C1 1.81643 1.12041 1.53381 1.33474 1.32544C1.54906 1.11706 1.83975 1 2.14286 1H7.85714C8.16025 1 8.45094 1.11706 8.66527 1.32544C8.87959 1.53381 9 1.81643 9 2.11111V11Z"
547547 strokeLinecap="round"
548548 strokeLinejoin="round"
549- strokeWidth="1"
549+ strokeWidth="1.5 "
550550 />
551551 </g>
552552 </svg>
@@ -575,7 +575,7 @@ exports[`Storyshots Data Display/Icon Icons 1`] = `
575575 d="M9 11L5 8.22222L1 11V2.11111C1 1.81643 1.12041 1.53381 1.33474 1.32544C1.54906 1.11706 1.83975 1 2.14286 1H7.85714C8.16025 1 8.45094 1.11706 8.66527 1.32544C8.87959 1.53381 9 1.81643 9 2.11111V11Z"
576576 strokeLinecap="round"
577577 strokeLinejoin="round"
578- strokeWidth="1"
578+ strokeWidth="1.5 "
579579 />
580580 </g>
581581 </svg>
You can’t perform that action at this time.
0 commit comments