import { IconProps, Icon } from "@chakra-ui/react";
export const Archive = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><polyline points="21 8 21 21 3 21 3 8" /><rect x={1} y={3} width={22} height={5} /><line x1={10} y1={12} x2={14} y2={12} /></Icon>;