UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 427 B
import React from 'react'; export default function VectorUnionIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-vector-union ${props.className}`} viewBox="0 0 24 24" > <path d="M3 1c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h4v4c0 1.11.89 2 2 2h11c1.11 0 2-.89 2-2V9c0-1.11-.89-2-2-2h-4V3c0-1.11-.89-2-2-2H3m0 2h11v6h6v11H9v-6H3V3z" /> </svg> ); }