google-material-icons
Version:
A google material icon library package for React applications
36 lines (32 loc) • 1.16 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 17.2002C8.85705 17.2002 10.2002 15.857 10.2002 14.2002C10.2002 12.5433 8.85705 11.2002 7.2002 11.2002C5.54334 11.2002 4.2002 12.5433 4.2002 14.2002C4.2002 15.857 5.54334 17.2002 7.2002 17.2002Z",
key: "1h0adp"
}
],
[
"path",
{
d: "M11.2002 9.2002C12.857 9.2002 14.2002 7.85705 14.2002 6.2002C14.2002 4.54334 12.857 3.2002 11.2002 3.2002C9.54334 3.2002 8.2002 4.54334 8.2002 6.2002C8.2002 7.85705 9.54334 9.2002 11.2002 9.2002Z",
key: "8qvu71"
}
],
[
"path",
{
d: "M16.8002 20.8002C18.4571 20.8002 19.8002 19.4571 19.8002 17.8002C19.8002 16.1433 18.4571 14.8002 16.8002 14.8002C15.1433 14.8002 13.8002 16.1433 13.8002 17.8002C13.8002 19.4571 15.1433 20.8002 16.8002 20.8002Z",
key: "1l0kh6"
}
]
]);
export { ScatterPlot as default };
//# sourceMappingURL=scatter_plot.js.map