import { SVGProps } from './interfaces' export const AlignLeftSVG: React.FC = ({ color, height, width }) => { return ( ) }