Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: swap mixed up product icons #3649

Merged
merged 2 commits into from Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/olive-emus-run.md
@@ -0,0 +1,6 @@
---
"@twilio-paste/icons": patch
"@twilio-paste/core": patch
---

[Icons] Swap SVGs for ProductDestinationsIcon and ProductSourcesIcon because they were backwards.
7 changes: 3 additions & 4 deletions packages/paste-icons/src/ProductDestinationsIcon.tsx
Expand Up @@ -25,21 +25,20 @@ const ProductDestinationsIcon = React.forwardRef<HTMLElement, ProductDestination
<svg
role="img"
aria-hidden={decorative}
xmlns="http://www.w3.org/2000/svg"
width="100%"
height="100%"
fill="none"
viewBox="0 0 20 20"
fill="none"
aria-labelledby={titleId}
>
{title ? <title id={titleId}>{title}</title> : null}
<path
fill="currentColor"
d="M7.864 3.713a6.5 6.5 0 014.245.336.5.5 0 00.401-.916 7.5 7.5 0 10.256 13.622.5.5 0 00-.435-.9A6.5 6.5 0 117.864 3.713z"
d="M7.89 3.546a6.5 6.5 0 11-.22 11.806.5.5 0 10-.436.9A7.5 7.5 0 107.49 2.63a.5.5 0 00.4.916z"
/>
<path
fill="currentColor"
d="M14.646 7.15a.5.5 0 000 .706l1.647 1.647H7a.5.5 0 100 1h9.293l-1.647 1.646a.5.5 0 00.708.707l2.5-2.5a.5.5 0 000-.707l-2.5-2.5a.5.5 0 00-.708 0z"
d="M10.146 6.646a.5.5 0 000 .707L11.793 9H2.5a.5.5 0 000 1h9.293l-1.646 1.646a.5.5 0 00.707.707l2.5-2.5a.5.5 0 000-.707l-2.5-2.5a.5.5 0 00-.707 0z"
/>
</svg>
</IconWrapper>
Expand Down
7 changes: 3 additions & 4 deletions packages/paste-icons/src/ProductSourcesIcon.tsx
Expand Up @@ -25,21 +25,20 @@ const ProductSourcesIcon = React.forwardRef<HTMLElement, ProductSourcesIconProps
<svg
role="img"
aria-hidden={decorative}
xmlns="http://www.w3.org/2000/svg"
width="100%"
height="100%"
fill="none"
viewBox="0 0 20 20"
fill="none"
aria-labelledby={titleId}
>
{title ? <title id={titleId}>{title}</title> : null}
<path
fill="currentColor"
d="M7.89 3.546a6.5 6.5 0 11-.22 11.806.5.5 0 10-.436.9A7.5 7.5 0 107.49 2.63a.5.5 0 00.4.916z"
d="M7.864 3.713a6.5 6.5 0 014.245.336.5.5 0 00.401-.916 7.5 7.5 0 10.256 13.622.5.5 0 00-.435-.9A6.5 6.5 0 117.864 3.713z"
/>
<path
fill="currentColor"
d="M10.146 6.646a.5.5 0 000 .707L11.793 9H2.5a.5.5 0 000 1h9.293l-1.646 1.646a.5.5 0 00.707.707l2.5-2.5a.5.5 0 000-.707l-2.5-2.5a.5.5 0 00-.707 0z"
d="M14.646 7.15a.5.5 0 000 .706l1.647 1.647H7a.5.5 0 100 1h9.293l-1.647 1.646a.5.5 0 00.708.707l2.5-2.5a.5.5 0 000-.707l-2.5-2.5a.5.5 0 00-.708 0z"
/>
</svg>
</IconWrapper>
Expand Down
5 changes: 1 addition & 4 deletions packages/paste-icons/svg/ProductDestinations.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 1 addition & 4 deletions packages/paste-icons/svg/ProductSources.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.