import React from 'react'; import type { IconProps } from './iconProps'; export const ArrowDownIcon = ({ width = 20, height = 20, viewBox = '0 0 20 20', role = 'image', ref, ...rest }: IconProps) => ( );