import { FC, SVGProps } from 'react'; /** * Use `#FF4785` for a colored version. */ export const StorybookIcon: FC> = (props) => ( Storybook );