@react-md/material-icons
Version:
Material Design Icon components for react-md
29 lines (28 loc) • 981 B
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 FormatListBulletedTwoToneIcon(props, ref) {
return /*#__PURE__*/ _jsxs(SVGIcon, {
...props,
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"
})
]
});
});