import { Canvas, Meta, ArgTypes } from '@storybook/blocks'; import { ThemeProvider } from 'styled-components'; import Rooms from './'; import { lightTheme } from '../../../../theme/'; import { GlobalStyles } from '../../../../theme/GlobalStyles'; import * as RoomsStories from './Rooms.stories.tsx'; # Rooms Icon The Rooms component creates an icon of messages using inline SVG. Typically, you can use it to indicate a chat room or a chat group. ## Importing ```javascript import { Rooms } from 'amazon-chime-sdk-component-library-react'; ``` ## Example ```jsx ``` ## Props