UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 471 B
import React from 'react'; export default function AccountArrowLeftIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-account-arrow-left ${props.className}`} viewBox="0 0 24 24" > <path d="M18 21l-3-3 3-3v2h4v2h-4v2M10 4a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 10c1.15 0 2.25.12 3.24.34A5.964 5.964 0 0 0 12 18c0 .7.12 1.37.34 2H2v-2c0-2.21 3.58-4 8-4z" /> </svg> ); }