UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 456 B
import React from 'react'; export default function FileExcelOutlineIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-file-excel-outline ${props.className}`} viewBox="0 0 24 24" > <path d="M14 2H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8l-6-6m4 18H6V4h7v5h5v11m-5.1-5.5l2.9 4.5H14l-2-3.4-2 3.4H8.2l2.9-4.5L8.2 10H10l2 3.4 2-3.4h1.8l-2.9 4.5z" /> </svg> ); }