import { type IconProps, MaterialIcon, } from "@scandic-hotels/design-system/Icons" import styles from "./chevron.module.css" export default function SelectChevron(props: IconProps) { return ( ) }