UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 365 B
import React from 'react'; export default function ArrowExpandHorizontalIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-arrow-expand-horizontal ${props.className}`} viewBox="0 0 24 24" > <path d="M9 11h6V8l4 4-4 4v-3H9v3l-4-4 4-4v3m-7 9V4h2v16H2m18 0V4h2v16h-2z" /> </svg> ); }