UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 384 B
import React from 'react'; export default function FilePresentationBoxIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-file-presentation-box ${props.className}`} viewBox="0 0 24 24" > <path d="M19 16H5V8h14m0-5H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2z" /> </svg> ); }