import React from 'react';
export const BookmarksSharp = (props) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<path d="M112 0v48h304v368l48 32V0H112z"/>
<path d="M48 80v432l168-124 168 124V80H48z"/>
</svg>;
};