google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.62 kB
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const ScatterPlot = createIcon("ScatterPlot", [
[
"path",
{
d: "M7.2002 18.2002C4.9902 18.2002 3.2002 16.4102 3.2002 14.2002C3.2002 11.9902 4.9902 10.2002 7.2002 10.2002C9.4102 10.2002 11.2002 11.9902 11.2002 14.2002C11.2002 16.4102 9.4102 18.2002 7.2002 18.2002ZM7.2002 12.2002C6.1002 12.2002 5.2002 13.1002 5.2002 14.2002C5.2002 15.3002 6.1002 16.2002 7.2002 16.2002C8.3002 16.2002 9.2002 15.3002 9.2002 14.2002C9.2002 13.1002 8.3002 12.2002 7.2002 12.2002ZM11.2002 10.2002C8.9902 10.2002 7.2002 8.4102 7.2002 6.2002C7.2002 3.9902 8.9902 2.2002 11.2002 2.2002C13.4102 2.2002 15.2002 3.9902 15.2002 6.2002C15.2002 8.4102 13.4102 10.2002 11.2002 10.2002ZM11.2002 4.2002C10.1002 4.2002 9.2002 5.1002 9.2002 6.2002C9.2002 7.3002 10.1002 8.2002 11.2002 8.2002C12.3002 8.2002 13.2002 7.3002 13.2002 6.2002C13.2002 5.1002 12.3002 4.2002 11.2002 4.2002ZM16.8002 21.8002C14.5902 21.8002 12.8002 20.0102 12.8002 17.8002C12.8002 15.5902 14.5902 13.8002 16.8002 13.8002C19.0102 13.8002 20.8002 15.5902 20.8002 17.8002C20.8002 20.0102 19.0102 21.8002 16.8002 21.8002ZM16.8002 15.8002C15.7002 15.8002 14.8002 16.7002 14.8002 17.8002C14.8002 18.9002 15.7002 19.8002 16.8002 19.8002C17.9002 19.8002 18.8002 18.9002 18.8002 17.8002C18.8002 16.7002 17.9002 15.8002 16.8002 15.8002Z",
key: "1nxcgk"
}
]
]);
export { ScatterPlot as default };
//# sourceMappingURL=scatter_plot.js.map