More Paste Icons #3544
-
It would be nice if we had access to a larger set of Paste Icons. Especially in Flex and for custom features, we are limited with what's in the current set of Paste Icons. Here are a few suggestions for additional icons:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Disclaimer: This is a very experimental bot using OpenAI's GPT-4. The answers may not be correct, a human will review the answer and update it if necessary. Sure, I understand your need for more icons. If you have designed these icons and want to add them to the Paste repository, there are two ways to do it:
Remember, Paste icons are distributed as both SVG files and React components. Here's an example of how to use an icon: import {PlusIcon} from '@twilio-paste/icons/esm/PlusIcon';
const Component = () => (
<Button variant="secondary" size="small" onClick={() => {}}>
<PlusIcon decorative={true} />
Add to cart
</Button>
); For more information about our icon system, checkout our usage guide here. Here are some similar discussions:
|
Beta Was this translation helpful? Give feedback.
-
Hey @ldvlgr ! Can you share some screenshots or prototype examples of where you would use these 2 icons?:
For the Whatsapp logo, we don't add 3rd party logos to Paste right now. Most brands have strict usage guidelines around color and clearspace for their logos that we want to make sure teams thoughtfully apply and manage those assets for their own use cases. For the AI icon, we're currently working with a few product teams to define a Paste AI UI kit, which will include icons. @waijeeho is currently involved in some of this work. |
Beta Was this translation helpful? Give feedback.
(For the team's context: I received a follow-up screen recording in Slack & also realized this was for Flex plugins. I also shared the Flex design manager names)