UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 406 B
import React from 'react'; export default function FileSendOutlineIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-file-send-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.46-1.5v-2h-4v-2h4v-2l3 3-3 3z" /> </svg> ); }