UNPKG

react-material-icon-svg

Version:
10 lines (8 loc) 471 B
import React from 'react'; export default function HandBackRightIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-hand-back-right ${props.className}`}> <path d="M13 24c-3.26 0-6.19-2-7.4-5l-3.03-7.63a1 1 0 0 1 1.24-1.32l.79.26c.56.19 1.02.61 1.24 1.16L7.25 15H8V3.25a1.25 1.25 0 0 1 2.5 0V12h1V1.25a1.25 1.25 0 0 1 2.5 0V12h1V2.75a1.25 1.25 0 0 1 2.5 0V12h1V5.75a1.25 1.25 0 0 1 2.5 0V16c0 4.42-3.58 8-8 8z" /> </svg> ); }