UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 375 B
import React from 'react'; export default function SignDirectionIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-sign-direction ${props.className}`} viewBox="0 0 24 24" > <path d="M11 12H3.5L6 9.5 3.5 7H11V3l1-1 1 1v4h5l2.5 2.5L18 12h-5v8a2 2 0 0 1 2 2H9a2 2 0 0 1 2-2v-8z" /> </svg> ); }