const Increase = (props: JSX.IntrinsicElements['svg']) => (
  <svg fill="currentcolor" width="24" height="24" viewBox="0 0 20 20" data-testid="icon:increase" {...props}>
    <path d="M4.19454 13.333C3.45043 13.333 3.05791 12.5239 3.5557 12.0161L9.36119 6.09421C9.70262 5.74594 10.2975 5.74594 10.6389 6.09421L16.4444 12.0161C16.9422 12.5239 16.5497 13.333 15.8055 13.333H4.19454Z" />
  </svg>
)

export default Increase
