UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 336 B
import React from 'react'; export default function DistributeVerticalCenterIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-distribute-vertical-center ${props.className}`} > <path d="M2 16h3v-2h14v2h3v2h-3v2H5v-2H2v-2m0-8h5v2h10V8h5V6h-5V4H7v2H2v2z" /> </svg> ); }