UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 365 B
import React from 'react'; export default function ViewDashboardVariantIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-view-dashboard-variant ${props.className}`} viewBox="0 0 24 24" > <path d="M2 5v14h6V5H2m7 0v5h6V5H9m7 0v9h6V5h-6m-7 6v8h6v-8H9m7 4v4h6v-4h-6z" /> </svg> ); }