google-material-icons
Version:
A google material icon library package for React applications
36 lines (32 loc) • 966 B
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 BubbleChart = createIcon("BubbleChart", [
[
"path",
{
d: "M7.2 17.6C8.96731 17.6 10.4 16.1673 10.4 14.4C10.4 12.6327 8.96731 11.2 7.2 11.2C5.43269 11.2 4 12.6327 4 14.4C4 16.1673 5.43269 17.6 7.2 17.6Z",
key: "f9m5u3"
}
],
[
"path",
{
d: "M14.8 20C15.9046 20 16.8 19.1046 16.8 18C16.8 16.8954 15.9046 16 14.8 16C13.6954 16 12.8 16.8954 12.8 18C12.8 19.1046 13.6954 20 14.8 20Z",
key: "26yewz"
}
],
[
"path",
{
d: "M15.2 13.6C17.851 13.6 20 11.451 20 8.8C20 6.14903 17.851 4 15.2 4C12.549 4 10.4 6.14903 10.4 8.8C10.4 11.451 12.549 13.6 15.2 13.6Z",
key: "dj17k6"
}
]
]);
export { BubbleChart as default };
//# sourceMappingURL=bubble_chart.js.map