@nant-design/nant-icons
Version:
10 lines (7 loc) • 444 B
JSX
import React from 'react';
export const AlbumsOutline = (props) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<rect x="64" y="176" width="384" height="256" rx="28.87" ry="28.87" fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="32"/>
<path d="M144 80h224m-256 48h288" stroke="currentColor" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="32"/>
</svg>;
};