import React from 'react' type Props = { className: string width: number height: number } export const ArrowSvg = ({ className, width, height }: Props) => { return ( Arrow brand icon ) }