
import React from 'react';
export const CaretUpSharp = (props) => {
  return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<path d="M448 368 256 144 64 368h384z"/>
</svg>;
};
