@react-md/material-icons
Version:
Material Design Icon components for react-md
108 lines (107 loc) • 3.44 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 BlurOnTwoToneIcon(props, ref) {
return /*#__PURE__*/ _jsxs(SVGIcon, {
...props,
ref: ref,
children: [
/*#__PURE__*/ _jsx("circle", {
cx: "14",
cy: "10",
r: "1.5"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "14",
cy: "18",
r: "1"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "14",
cy: "14",
r: "1.5"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "14",
cy: "6",
r: "1"
}),
/*#__PURE__*/ _jsx("path", {
d: "M3 9.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5M14.5 3c0-.28-.22-.5-.5-.5s-.5.22-.5.5.22.5.5.5.5-.22.5-.5M21 14.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "18",
cy: "18",
r: "1"
}),
/*#__PURE__*/ _jsx("path", {
d: "M13.5 21c0 .28.22.5.5.5s.5-.22.5-.5-.22-.5-.5-.5-.5.22-.5.5M21 10.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "18",
cy: "14",
r: "1"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "18",
cy: "6",
r: "1"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "6",
cy: "18",
r: "1"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "6",
cy: "14",
r: "1"
}),
/*#__PURE__*/ _jsx("path", {
d: "M3.5 14c0-.28-.22-.5-.5-.5s-.5.22-.5.5.22.5.5.5.5-.22.5-.5"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "10",
cy: "6",
r: "1"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "6",
cy: "10",
r: "1"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "6",
cy: "6",
r: "1"
}),
/*#__PURE__*/ _jsx("path", {
d: "M9.5 21c0 .28.22.5.5.5s.5-.22.5-.5-.22-.5-.5-.5-.5.22-.5.5"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "10",
cy: "18",
r: "1"
}),
/*#__PURE__*/ _jsx("path", {
d: "M10.5 3c0-.28-.22-.5-.5-.5s-.5.22-.5.5.22.5.5.5.5-.22.5-.5"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "10",
cy: "14",
r: "1.5"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "10",
cy: "10",
r: "1.5"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "18",
cy: "10",
r: "1"
})
]
});
});