
import React from 'react';
export const CaretBackSharp = (props) => {
  return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<path d="M368 64 144 256l224 192V64z"/>
</svg>;
};
