@react-md/material-icons
Version:
Material Design Icon components for react-md
34 lines (33 loc) • 1.21 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 FormatListBulletedAddIcon(props, ref) {
return /*#__PURE__*/ _jsxs(SVGIcon, {
...props,
ref: ref,
children: [
/*#__PURE__*/ _jsx("path", {
d: "M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5m3 5.5h-2.5V21h-1v-2.5H15v-1h2.5V15h1v2.5H21zM7 5h13v2H7z"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "3.5",
cy: "18",
r: "1.5"
}),
/*#__PURE__*/ _jsx("path", {
d: "M18 11H7v2h6.11c1.26-1.24 2.99-2 4.89-2M7 17v2h4.08c-.05-.33-.08-.66-.08-1s.03-.67.08-1z"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "3.5",
cy: "6",
r: "1.5"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "3.5",
cy: "12",
r: "1.5"
})
]
});
});