@react-md/material-icons
Version:
Material Design Icon components for react-md
29 lines (28 loc) • 958 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
// THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY
import { SVGIcon } from "@react-md/core/icon/SVGIcon";
export default function FormatListBulletedTwoToneIcon(props) {
const { ref, ...remaining } = props;
return /*#__PURE__*/ _jsxs(SVGIcon, {
...remaining,
ref: ref,
children: [
/*#__PURE__*/ _jsx("path", {
d: "M7 5h14v2H7z"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "4",
cy: "6",
r: "1.5"
}),
/*#__PURE__*/ _jsx("path", {
d: "M7 11h14v2H7zm0 6h14v2H7zm-3 2.5c.82 0 1.5-.68 1.5-1.5s-.67-1.5-1.5-1.5-1.5.68-1.5 1.5.68 1.5 1.5 1.5"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "4",
cy: "12",
r: "1.5"
})
]
});
}