UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 471 B
import React from 'react'; export default function FileDocumentCheckOutlineIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-file-document-check-outline ${props.className}`} > <path d="m23.5 17-5 5-3.5-3.5 1.5-1.5 2 2 3.5-3.5 1.5 1.5M6 2a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h7.81c-.36-.62-.61-1.3-.73-2H6V4h7v5h5v4.08c.33-.05.67-.08 1-.08.34 0 .67.03 1 .08V8l-6-6M8 12v2h8v-2m-8 4v2h5v-2z" /> </svg> ); }