UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 485 B
import React from 'react'; export default function HandExtendedOutlineIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-hand-extended-outline ${props.className}`} > <path d="M22 15v1l-8 2.5-7-1.9V18H1V7h8l6.2 2.3c1 .4 1.8 1.5 1.8 2.7h2c1.7 0 3 1.3 3 3M5 16V9H3v7h2m14.9-1.4c-.2-.4-.5-.6-.9-.6h-5.4c-.5 0-1.1-.1-1.6-.2L9.7 13l.6-1.9 2.4.8c.3 0 2.3.1 2.3.1 0-.4-.2-.7-.6-.8L8.6 9H7v5.5l7 1.9 5.9-1.8z" /> </svg> ); }