Skip to content

Commit

Permalink
Add Data*ChartIcons, DataTableIcon, ShowIcon, HideIcon. Fix viewbox i…
Browse files Browse the repository at this point in the history
…n CreditCardIcon. (#1334)

* feat: add Data, Show, Hide icons and fix viewbox errors

* chore: add changeset

* chore(alert): update snapshot

* chore: remove lingering absolute directory

Co-authored-by: Sarah Li <sali@twilio.com>
  • Loading branch information
serifluous and serifluous committed Mar 31, 2021
1 parent acd6f76 commit 3f99ec8
Show file tree
Hide file tree
Showing 31 changed files with 361 additions and 56 deletions.
5 changes: 5 additions & 0 deletions .changeset/bright-rice-whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@twilio-paste/icons': minor
---

Add DataBarChartIcon, DataLineChartIcon, DataPieChartIcon, DataTableIcon, HideIcon, ShowIcon. Fix viewbox sizing issue with CreditCardIcon. Minor glyph update to some product logo icons.
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,7 @@ exports[`Alert Variant warning Should render an warning alert 1`] = `
<svg
aria-hidden={false}
aria-labelledby="WarningIcon-21"
fill="none"
height="100%"
role="img"
viewBox="0 0 20 20"
Expand All @@ -794,7 +795,8 @@ exports[`Alert Variant warning Should render an warning alert 1`] = `
warning:
</title>
<path
d="M8.684 3.744c.582-.992 2.05-.992 2.632 0l6.482 11.048c.577.984-.152 2.208-1.316 2.208H3.518c-1.164 0-1.893-1.224-1.316-2.208zM10 13a1 1 0 100 2 1 1 0 000-2zm.01-5h-.02l-.112.007c-.549.067-.955.626-.866 1.237l.428 2.238.02.095c.074.247.29.423.543.423l.091-.008a.59.59 0 00.466-.51l.428-2.238.011-.121c.025-.602-.416-1.116-.989-1.123z"
clipRule="evenodd"
d="M17.798 14.791L11.316 3.744c-.582-.992-2.05-.992-2.632 0L2.202 14.79C1.625 15.776 2.354 17 3.518 17h12.964c1.164 0 1.893-1.224 1.316-2.209zM9.99 8h.02c.611.007 1.073.592.978 1.244l-.428 2.238c-.04.296-.278.518-.557.518h-.006c-.279 0-.516-.222-.557-.518l-.428-2.238C8.917 8.592 9.386 8 9.99 8zm.01 7a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
fillRule="evenodd"
/>
Expand Down Expand Up @@ -969,6 +971,7 @@ exports[`Alert Variant warning Should render an warning alert with dismiss butto
<svg
aria-hidden={false}
aria-labelledby="WarningIcon-22"
fill="none"
height="100%"
role="img"
viewBox="0 0 20 20"
Expand All @@ -980,7 +983,8 @@ exports[`Alert Variant warning Should render an warning alert with dismiss butto
warning:
</title>
<path
d="M8.684 3.744c.582-.992 2.05-.992 2.632 0l6.482 11.048c.577.984-.152 2.208-1.316 2.208H3.518c-1.164 0-1.893-1.224-1.316-2.208zM10 13a1 1 0 100 2 1 1 0 000-2zm.01-5h-.02l-.112.007c-.549.067-.955.626-.866 1.237l.428 2.238.02.095c.074.247.29.423.543.423l.091-.008a.59.59 0 00.466-.51l.428-2.238.011-.121c.025-.602-.416-1.116-.989-1.123z"
clipRule="evenodd"
d="M17.798 14.791L11.316 3.744c-.582-.992-2.05-.992-2.632 0L2.202 14.79C1.625 15.776 2.354 17 3.518 17h12.964c1.164 0 1.893-1.224 1.316-2.209zM9.99 8h.02c.611.007 1.073.592.978 1.244l-.428 2.238c-.04.296-.278.518-.557.518h-.006c-.279 0-.516-.222-.557-.518l-.428-2.238C8.917 8.592 9.386 8 9.99 8zm.01 7a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
fillRule="evenodd"
/>
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-icons/build.icon-list.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

2 comments on commit 3f99ec8

@vercel
Copy link

@vercel vercel bot commented on 3f99ec8 Mar 31, 2021

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 3f99ec8 Mar 31, 2021

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

paste – ./

paste-git-main-twilio-dsys.vercel.app
paste.twilio.design
paste-twilio-dsys.vercel.app

Please sign in to comment.