@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.15 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@amaui/ui-react");
const IconMaterialBubbleChartFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BubbleChartFilled', short_name: 'BubbleChart', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M7 18q-1.65 0-2.825-1.175Q3 15.65 3 14q0-1.65 1.175-2.825Q5.35 10 7 10q1.65 0 2.825 1.175Q11 12.35 11 14q0 1.65-1.175 2.825Q8.65 18 7 18Zm9.5-4q-2.3 0-3.9-1.6T11 8.5q0-2.3 1.6-3.9T16.5 3q2.3 0 3.9 1.6T22 8.5q0 2.3-1.6 3.9T16.5 14Zm-2 7q-1.25 0-2.125-.875T11.5 18q0-1.25.875-2.125T14.5 15q1.25 0 2.125.875T17.5 18q0 1.25-.875 2.125T14.5 21Z" }) })));
});
IconMaterialBubbleChartFilled.displayName = 'AmauiIconMaterialBubbleChartFilled';
exports.default = IconMaterialBubbleChartFilled;