## Description We're removing avatar from the widget (see PR on EE). ## Automation /ok-to-test tags="@tag.Sanity" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/13809907407> > Commit: 6296b8534f1a98e9869314728778ad45ba89dab7 > <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=13809907407&attempt=1" target="_blank">Cypress dashboard</a>. > Tags: `@tag.Sanity` > Spec: > <hr>Wed, 12 Mar 2025 11:53:35 UTC <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [x] No <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Removed a custom avatar icon from the icons collection and updated its display in visual examples. This update streamlines the available icon set, ensuring a more consistent and focused user interface experience. <!-- end of auto-generated comment: release notes by coderabbit.ai --> |
||
|---|---|---|
| .. | ||
| src | ||
| .env.example | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierignore | ||
| figmagic.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Appsmith Icons
We automatically import icons from Figma, optimise and prepare some of them for further use in the main app.
NOTE: All files in folders are created automatically. Do not change them manually, after running generation scripts, the changes will be lost. To make changes, see the files in the
utilsfolder.
How to use?
To update the icons, you only need to run the generate-icons script — yarn run build.
To make everything work right, you just need to set Figma token (press Get personal access token) in the .env file. It's easy to create .env file, just copy .env.example.
import { ButtonIcon } from "appsmith-icons";
<ButtonIcon />