@mui/icons-material
Version:
Material Design icons distributed as SVG React components.
10 lines (9 loc) • 306 B
JavaScript
"use client";
import createSvgIcon from "./utils/createSvgIcon.js";
import { jsx as _jsx } from "react/jsx-runtime";
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
d: "M8 8h8v8H8z",
opacity: ".3"
}, "0"), /*#__PURE__*/_jsx("path", {
d: "M6 18h12V6H6zM8 8h8v8H8z"
}, "1")], 'StopTwoTone');