UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 375 B
import React from 'react'; export default function FormatVerticalAlignCenterIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-format-vertical-align-center ${props.className}`} viewBox="0 0 24 24" > <path d="M8 19h3v4h2v-4h3l-4-4-4 4m8-14h-3V1h-2v4H8l4 4 4-4M4 11v2h16v-2H4z" /> </svg> ); }