UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 415 B
import React from 'react'; export default function FileCabinetIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-file-cabinet ${props.className}`} viewBox="0 0 24 24" > <path d="M14 8h-4V6h4v2m6-4v16c0 1.11-.89 2-2 2H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2m-2 9H6v7h12v-7m0-9H6v7h12V4m-4 11h-4v2h4v-2z" /> </svg> ); }