UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 383 B
import React from 'react'; export default function LogoutIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-logout ${props.className}`} viewBox="0 0 24 24" > <path d="M16 17v-3H9v-4h7V7l5 5-5 5M14 2a2 2 0 0 1 2 2v2h-2V4H5v16h9v-2h2v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9z" /> </svg> ); }