UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 382 B
import React from 'react'; export default function FileSettingsOutlineIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-file-settings-outline ${props.className}`} > <path d="M6 0a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6l-6-6H6m0 2h7v5h5v11H6V2m1 20v2h2v-2H7m4 0v2h2v-2h-2m4 0v2h2v-2h-2z" /> </svg> ); }