@nant-design/nant-icons
Version:
10 lines (7 loc) • 392 B
JSX
import React from 'react';
export const ArchiveSharp = (props) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<rect x="32" y="48" width="448" height="80" rx="12" ry="12"/>
<path d="M64 160v280a24 24 0 0 0 24 24h336a24 24 0 0 0 24-24V160Zm192 230.63L169.32 304 192 281.32l48 48.05V208h32v121.37l48.07-48.07 22.61 22.64Z"/>
</svg>;
};