UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 393 B
import React from 'react'; export default function TabPlusIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-tab-plus ${props.className}`} viewBox="0 0 24 24" > <path d="M3 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H3m0 2h10v4h8v10H3V5m7 5v3H7v2h3v3h2v-3h3v-2h-3v-3h-2z" /> </svg> ); }