UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 484 B
import React from 'react'; export default function ArchivePlusOutlineIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-archive-plus-outline ${props.className}`} > <path d="M18 13.09V10h2v3.09c-.33-.05-.66-.09-1-.09-.34 0-.67.04-1 .09M9.5 11c-.28 0-.5.22-.5.5V13h6v-1.5c0-.28-.22-.5-.5-.5h-5M21 9H3V3h18v6m-2-4H5v2h14V5M6 19v-9H4v11h9.35c-.22-.63-.35-1.3-.35-2H6m14-1v-3h-2v3h-3v2h3v3h2v-3h3v-2h-3z" /> </svg> ); }