@react-md/material-icons
Version:
Material Design Icon components for react-md
76 lines (75 loc) • 2.14 kB
JavaScript
// THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { forwardRef } from "react";
import { SVGIcon } from "@react-md/core/icon/SVGIcon";
export default /*#__PURE__*/ forwardRef(function DeblurRoundedIcon(props, ref) {
return /*#__PURE__*/ _jsxs(SVGIcon, {
...props,
ref: ref,
children: [
/*#__PURE__*/ _jsx("path", {
d: "M12 3v18a9 9 0 0 0 0-18"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "6",
cy: "14",
r: "1"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "6",
cy: "18",
r: "1"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "6",
cy: "10",
r: "1"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "3",
cy: "10",
r: ".5"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "6",
cy: "6",
r: "1"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "3",
cy: "14",
r: ".5"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "10",
cy: "21",
r: ".5"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "10",
cy: "3",
r: ".5"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "10",
cy: "6",
r: "1"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "10",
cy: "14",
r: "1.5"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "10",
cy: "10",
r: "1.5"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "10",
cy: "18",
r: "1"
})
]
});
});