Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix: Icon Images - replace fill-rule with fillRule in JSX files (#39
Browse files Browse the repository at this point in the history
)
  • Loading branch information
fernandomg authored Jul 17, 2020
1 parent a547677 commit 08d90e5
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion src/dataDisplay/FixedIcon/images/arrowReceived.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const icon = (
viewBox="0 0 10 10">
<path
fill="#008C73"
fill-rule="evenodd"
fillRule="evenodd"
d="M3.431 7.99h2.6c.554 0 1.004.45 1.004 1.005C7.035 9.55 6.585 10 6.03 10H1.005c-.277 0-.529-.112-.71-.294C.111 9.524 0 9.272 0 8.995V3.97c0-.555.45-1.005 1.005-1.005.555 0 1.005.45 1.005 1.005v2.599L8.284.294c.393-.392 1.03-.392 1.422 0 .392.393.392 1.03 0 1.422L3.43 7.99z"
/>
</svg>
Expand Down
4 changes: 2 additions & 2 deletions src/dataDisplay/FixedIcon/images/arrowSent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ const icon = (
viewBox="0 0 10 10">
<path
fill="#F02525"
fill-rule="evenodd"
fillRule="evenodd"
d="M6.569 2.01h-2.6c-.554 0-1.004-.45-1.004-1.005C2.965.45 3.415 0 3.97 0h5.025c.277 0 .529.112.71.294.183.182.295.434.295.711V6.03c0 .555-.45 1.005-1.005 1.005-.555 0-1.005-.45-1.005-1.005V3.431L1.716 9.706c-.393.392-1.03.392-1.422 0-.392-.393-.392-1.03 0-1.422L6.57 2.01z"
/>
</svg>
)

export default icon;
export default icon;
2 changes: 1 addition & 1 deletion src/dataDisplay/FixedIcon/images/arrowSort.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const icon = (
viewBox="0 0 8 8">
<path
fill="#5D6D74"
fill-rule="evenodd"
fillRule="evenodd"
d="M4.984 4.608l1.302-1.322c.384-.384 1.024-.384 1.408 0 .384.384.384 1.024 0 1.408L4.728 7.702C4.537 7.893 4.28 8 4.024 8c-.256 0-.511-.107-.704-.298L.29 4.694c-.426-.427-.383-1.152.13-1.515.404-.298.98-.213 1.322.15l1.13 1.108.129.022V.982C3 .427 3.447 0 3.98 0c.577 0 1.004.448 1.004.982v3.626z"
/>
</svg>
Expand Down
4 changes: 2 additions & 2 deletions src/dataDisplay/FixedIcon/images/bullit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ const icon = (
viewBox="0 0 6 6">
<path
fill="#008C73"
fill-rule="evenodd"
fillRule="evenodd"
d="M3 0C1.347 0 0 1.347 0 3s1.347 3 3 3 3-1.347 3-3-1.347-3-3-3z"
/>
</svg>
)

export default icon;
export default icon;
2 changes: 1 addition & 1 deletion src/dataDisplay/FixedIcon/images/chevronDown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const icon = (
viewBox="0 0 12 7">
<path
fill="#B2B5B2"
fill-rule="evenodd"
fillRule="evenodd"
d="M6.709 6.709c-.195.195-.452.292-.71.29-.257.002-.514-.095-.71-.29l-.046-.05L.292 1.706c-.39-.39-.39-1.025 0-1.414.389-.39 1.025-.39 1.414 0l4.293 4.294L10.293.292c.389-.39 1.025-.39 1.414 0 .389.389.389 1.025 0 1.414L6.763 6.649l-.054.06z"
/>
</svg>
Expand Down
2 changes: 1 addition & 1 deletion src/dataDisplay/FixedIcon/images/chevronLeft.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const icon = (
viewBox="0 0 7 12">
<path
fill="#B2B5B2"
fill-rule="evenodd"
fillRule="evenodd"
d="M.291 5.29l.06-.054L5.294.292c.389-.39 1.025-.39 1.414 0 .389.389.389 1.025 0 1.414L2.414 6l4.294 4.293c.389.389.389 1.025 0 1.414s-1.025.389-1.414 0L.341 6.756l-.05-.047c-.195-.195-.292-.452-.291-.71-.001-.257.096-.514.291-.71z"
/>
</svg>
Expand Down
2 changes: 1 addition & 1 deletion src/dataDisplay/FixedIcon/images/chevronRight.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const icon = (
viewBox="0 0 7 12">
<path
fill="#B2B5B2"
fill-rule="evenodd"
fillRule="evenodd"
d="M6.709 5.29l-.06-.054L1.706.292c-.39-.39-1.025-.39-1.414 0-.39.389-.39 1.025 0 1.414L4.586 6 .292 10.293c-.39.389-.39 1.025 0 1.414.389.389 1.025.389 1.414 0l4.953-4.951.05-.047c.195-.195.292-.452.29-.71.002-.257-.095-.514-.29-.71"
/>
</svg>
Expand Down
2 changes: 1 addition & 1 deletion src/dataDisplay/FixedIcon/images/chevronUp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const icon = (
viewBox="0 0 12 7">
<path
fill="#B2B5B2"
fill-rule="evenodd"
fillRule="evenodd"
d="M6.709.291l.054.06 4.944 4.943c.389.389.389 1.025 0 1.414-.39.389-1.025.389-1.414 0L5.999 2.414 1.706 6.708c-.39.389-1.025.389-1.414 0-.39-.389-.39-1.025 0-1.414L5.242.341l.048-.05c.195-.195.452-.292.709-.291.258-.001.515.096.71.291z"
/>
</svg>
Expand Down
4 changes: 2 additions & 2 deletions src/dataDisplay/FixedIcon/images/creatingInProgress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ const icon = (
width="34"
height="34"
viewBox="0 0 34 34">
<g fill="none" fill-rule="evenodd">
<g fill="none" fillRule="evenodd">
<circle cx="17" cy="17" r="17" fill="#008C73" />
<path
fill="#FFF"
fill-rule="nonzero"
fillRule="nonzero"
d="M17 27c5.523 0 10-4.477 10-10S22.523 7 17 7c-5.462 0-9.911 4.382-9.999 9.836-.009.553.432 1.007.984 1.016.552.01 1.007-.431 1.016-.984C9.071 12.506 12.631 9 17 9c4.418 0 8 3.582 8 8s-3.582 8-8 8c-.552 0-1 .448-1 1s.448 1 1 1z"
/>
</g>
Expand Down
6 changes: 3 additions & 3 deletions src/dataDisplay/FixedIcon/images/notOwner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const icon = (
width="108"
height="96"
viewBox="0 0 108 96">
<g fill="none" fill-rule="evenodd">
<g fill="none" fillRule="evenodd">
<path d="M0 0H108V96H0z" opacity=".557" />
<g>
<path
Expand All @@ -26,7 +26,7 @@ const icon = (
/>
<path
fill="#F02525"
fill-rule="nonzero"
fillRule="nonzero"
d="M76.5 61C83.956 61 90 67.044 90 74.5S83.956 88 76.5 88 63 81.956 63 74.5 69.044 61 76.5 61zm8.026 8.415l-13.111 13.11C72.885 83.46 74.629 84 76.5 84c5.247 0 9.5-4.253 9.5-9.5 0-1.87-.54-3.615-1.474-5.085zM76.5 65c-5.247 0-9.5 4.253-9.5 9.5 0 1.929.575 3.723 1.562 5.221l13.159-13.159C80.223 65.575 78.429 65 76.5 65z"
transform="translate(5 4)"
/>
Expand All @@ -35,4 +35,4 @@ const icon = (
</svg>
);

export default icon;
export default icon;
2 changes: 1 addition & 1 deletion src/dataDisplay/FixedIcon/images/options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const icon = (
width="16"
height="4"
viewBox="0 0 16 4">
<g fill="#B2B5B2" fill-rule="evenodd">
<g fill="#B2B5B2" fillRule="evenodd">
<circle cx="2" cy="2" r="2" />
<circle cx="8" cy="2" r="2" />
<circle cx="14" cy="2" r="2" />
Expand Down
4 changes: 2 additions & 2 deletions src/dataDisplay/FixedIcon/images/plus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ const icon = (
viewBox="0 0 10 10">
<path
fill="#B2B5B2"
fill-rule="evenodd"
fillRule="evenodd"
d="M6 4h3c.552 0 1 .448 1 1s-.448 1-1 1H6v3c0 .552-.448 1-1 1s-1-.448-1-1V6H1c-.552 0-1-.448-1-1s.448-1 1-1h3V1c0-.552.448-1 1-1s1 .448 1 1v3z"
/>
</svg>
)

export default icon;
export default icon;
2 changes: 1 addition & 1 deletion src/dataDisplay/FixedIcon/images/settingsChange.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const icon = (
viewBox="0 0 14 14">
<path
fill="#B2B5B2"
fill-rule="evenodd"
fillRule="evenodd"
d="M7 10c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3m6.068-4.209l-.3-.03c-.683-.068-1-.437-1.137-.67-.068-.255-.11-.74.316-1.286l.199-.242c.54-.607.354-.963-.035-1.352l-.322-.32c-.39-.39-.744-.576-1.353-.037l-.235.192c-.535.44-1.025.397-1.285.328-.232-.135-.609-.45-.677-1.14l-.03-.3C8.16.12 7.777 0 7.228 0h-.456c-.55 0-.932.121-.98.933l-.03.31c-.084.686-.458 1-.686 1.133-.261.068-.747.105-1.277-.33l-.235-.192c-.609-.539-.964-.353-1.353.036l-.322.321c-.389.39-.575.745-.035 1.352l.2.242c.424.545.383 1.031.315 1.286-.137.233-.454.602-1.137.67l-.3.03c-.811.05-.932.431-.932.981v.456c0 .55.121.933.932.98l.31.03c.686.085 1 .458 1.133.686.068.262.105.748-.33 1.278l-.192.235c-.539.607-.353.963.036 1.352l.322.32c.39.39.744.576 1.353.037l.242-.2c.539-.421 1.02-.384 1.277-.317.229.135.596.449.679 1.128l.03.31c.048.812.43.933.98.933h.456c.55 0 .932-.121.981-.932l.03-.301c.067-.683.437-1 .67-1.137.255-.067.741-.11 1.285.316l.242.2c.609.539.964.354 1.353-.036l.322-.321c.389-.39.575-.745.036-1.352l-.192-.235c-.435-.53-.398-1.016-.33-1.278.133-.228.447-.601 1.133-.686l.31-.03c.811-.047.932-.43.932-.98v-.456c0-.55-.121-.932-.932-.98"
/>
</svg>
Expand Down
4 changes: 2 additions & 2 deletions src/dataDisplay/FixedIcon/images/threeDots.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ const icon = (
width="20"
height="4"
viewBox="0 0 20 4">
<g fill="#B2B5B2" fill-rule="evenodd">
<g fill="#B2B5B2" fillRule="evenodd">
<rect width="4" height="4" x="16" rx="2" />
<rect width="4" height="4" x="8" rx="2" />
<rect width="4" height="4" rx="2" />
</g>
</svg>
)

export default icon;
export default icon;
2 changes: 1 addition & 1 deletion src/dataDisplay/Icon/images/alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default {
width="24"
height="24"
viewBox="0 0 24 24">
<g fill="none" fill-rule="evenodd">
<g fill="none" fillRule="evenodd">
<path d="M0 0H24V24H0z" />
<path
className="icon-color"
Expand Down
4 changes: 2 additions & 2 deletions src/dataDisplay/Icon/images/allowances.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
width="16"
height="16"
viewBox="0 0 16 16">
<g fill="none" fill-rule="evenodd">
<g fill="none" fillRule="evenodd">
<path d="M0 0H16V16H0z" />
<path
className="icon-color"
Expand All @@ -22,7 +22,7 @@ export default {
width="24"
height="24"
viewBox="0 0 24 24">
<g fill="none" fill-rule="evenodd">
<g fill="none" fillRule="evenodd">
<path d="M0 0H24V24H0z" />
<path
className="icon-color"
Expand Down
4 changes: 2 additions & 2 deletions src/dataDisplay/Icon/images/owners.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
width="16"
height="16"
viewBox="0 0 16 16">
<g fill="none" fill-rule="evenodd">
<g fill="none" fillRule="evenodd">
<path d="M0 0H16V16H0z" />
<path
className="icon-color"
Expand All @@ -22,7 +22,7 @@ export default {
width="24"
height="24"
viewBox="0 0 24 24">
<g fill="none" fill-rule="evenodd">
<g fill="none" fillRule="evenodd">
<path d="M0 0H24V24H0z" />
<path
className="icon-color"
Expand Down

0 comments on commit 08d90e5

Please sign in to comment.