Files
react-test/packages/mui-icons-material/lib/esm/FormatListBulletedTwoTone.js
how2ice 005cf56baf
Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
init project
2025-12-12 14:26:25 +09:00

17 lines
526 B
JavaScript
Generated

"use client";
import createSvgIcon from "./utils/createSvgIcon.js";
import { jsx as _jsx } from "react/jsx-runtime";
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
d: "M7 5h14v2H7z"
}, "0"), /*#__PURE__*/_jsx("circle", {
cx: "4",
cy: "6",
r: "1.5"
}, "1"), /*#__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"
}, "2"), /*#__PURE__*/_jsx("circle", {
cx: "4",
cy: "12",
r: "1.5"
}, "3")], 'FormatListBulletedTwoTone');