Remove icons list from docs FAQ

This commit is contained in:
Michael Arestad 2022-08-04 14:52:35 -06:00
parent c693d12e2d
commit b482044198

View File

@ -228,40 +228,6 @@ With the release of version 5.3, we've updated how you can write your stories mo
With the [`@storybook/components`](https://www.npmjs.com/package/@storybook/components) package, you get a set of icons that you can use to customize your UI. Use the table below as a reference while writing your addon or defining your Storybook global types.
Go through this [story](https://5a375b97f4b14f0020b0cda3-wbeulgbetj.chromatic.com/?path=/story/basics-icon--labels) to see how the icons look.
| accessibility | accessibilityalt | add | admin | alert |
| -------------- | ---------------- | ------------ | ------------ | ------------- |
| arrowdown | arrowleft | arrowleftalt | arrowright | arrowrightalt |
| arrowup | back | basket | batchaccept | batchdeny |
| beaker | bell | bitbucket | book | bookmark |
| bookmarkhollow | bottombar | box | branch | browser |
| button | calendar | camera | category | certificate |
| check | | chromatic | circle | circlehollow |
| close | closeAlt | cog | collapse | comment |
| commit | compass | component | contrast | copy |
| cpu | credit | cross | dashboard | database |
| delete | discord | docchart | doclist | document |
| download | edit | ellipsis | email | expand |
| expandalt | eye | eyeclose | facebook | facehappy |
| faceneutral | facesad | filter | flag | folder |
| form | gdrive | github | gitlab | globe |
| google | graphbar | graphline | graphql | grid |
| grow | heart | hearthollow | home | hourglass |
| info | key | lightning | lightningoff | link |
| listunordered | location | lock | markup | medium |
| memory | menu | merge | mirror | mobile |
| nut | outbox | outline | paintbrush | paperclip |
| paragraph | phone | photo | pin | play |
| plus | power | print | proceed | profile |
| pullrequest | question | redirect | redux | reply |
| repository | requestchange | rss | search | share |
| sharealt | shield | sidebar | sidebaralt | speaker |
| star | starhollow | stop | structure | subtract |
| support | switchalt | sync | tablet | thumbsup |
| time | timer | transfer | trash | twitter |
| undo | unfold | unlock | upload | user |
| useradd | useralt | users | video | watch |
| wrench | youtube | zoom | zoomout | zoomreset |
### I see a "No Preview" error with a Storybook production build
If you're using the `serve` package to verify your production build of Storybook, you'll get that error. It relates to how `serve` handles rewrites. For instance, `/iframe.html` is rewritten into `/iframe`, and you'll get that error.