
import React from 'react';
export const BookmarkSharp = (props) => {
  return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<path d="M416 480 256 357.41 96 480V32h320Z"/>
</svg>;
};
