Skip to content

Commit

Permalink
chore: swap mixed up product icons (#3649)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Taggart <me@simontaggart.com>
  • Loading branch information
nkrantz and SiTaggart committed Dec 6, 2023
1 parent 3264779 commit 4d7e236
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 16 deletions.
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.

1 comment on commit 4d7e236

@vercel
Copy link

@vercel vercel bot commented on 4d7e236 Dec 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.