
import React from 'react';
export const ArrowForward = (props) => {
  return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<path d="m268 112 144 144-144 144m124-144H100" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="48"/>
</svg>;
};
