import { Canvas, Meta, ArgTypes } from '@storybook/blocks'; import { ThemeProvider } from 'styled-components'; import SignalStrength from './'; import { lightTheme } from '../../../../theme/'; import { GlobalStyles } from '../../../../theme/GlobalStyles'; import * as SignalStrengthStories from './SignalStrength.stories.tsx'; # SignalStrength Icon The SignalStrength component creates an icon with bars using inline SVG. Typically, you can use it to indicate the strength of connection or signal. ## Importing ```javascript import { SignalStrength } from 'amazon-chime-sdk-component-library-react'; ``` ## Example ```jsx ``` ## Props