
import React from 'react';
export const AlbumsSharp = (props) => {
  return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<path d="M128 64h256v32H128zm-32 48h320v32H96zm368 336H48V160h416Z"/>
</svg>;
};
