UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 355 B
import React from 'react'; export default function ShapeRectanglePlusIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-shape-rectangle-plus ${props.className}`} viewBox="0 0 24 24" > <path d="M19 6h3v2h-3v3h-2V8h-3V6h3V3h2v3m-2 11v-3h2v5H3V6h8v2H5v9h12z" /> </svg> ); }