UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 475 B
import React from 'react'; export default function ScatterPlotIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-scatter-plot ${props.className}`} viewBox="0 0 24 24" > <path d="M7 11a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m4-8a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m5.6 11.6c1.65 0 3 1.34 3 3a3 3 0 0 1-3 3c-1.66 0-3-1.35-3-3a3 3 0 0 1 3-3z" /> </svg> ); }