@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 468 B
JavaScript
const SvgAssistantDirectionSharp = (props) => {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
height='1em'
viewBox='0 0 24 24'
width='1em'
className='svg-icon'
{...props}>
<path d='M0 0h24v24H0V0z' fill='none' />
<path d='M13.5 10H8v5h2v-3h3.5v2.5L17 11l-3.5-3.5V10zM12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1zm8.31 11l-8.34 8.37L3.62 12l8.34-8.37L20.31 12z' />
</svg>
);
}
export default SvgAssistantDirectionSharp;