UNPKG

mui-extended

Version:

Extended UI Components built on Material UI

8 lines (7 loc) 1.12 kB
import { __assign } from "tslib"; import { jsx as _jsx } from "react/jsx-runtime"; import SvgIcon from "@mui/material/SvgIcon"; var InlineCodeIcon = function (props) { return (_jsx(SvgIcon, __assign({}, props, { children: _jsx("path", { d: "M 9.00,11.00\n C 9.00,11.00 15.00,11.00 15.00,11.00\n 15.00,11.00 15.00,13.00 15.00,13.00\n 15.00,13.00 9.00,13.00 9.00,13.00\n 9.00,13.00 9.00,11.00 9.00,11.00 Z\n M 9.40,16.60\n C 9.40,16.60 4.80,12.00 4.80,12.00\n 4.80,12.00 9.40,7.40 9.40,7.40\n 9.40,7.40 8.00,6.00 8.00,6.00\n 8.00,6.00 2.00,12.00 2.00,12.00\n 2.00,12.00 8.00,18.00 8.00,18.00\n 8.00,18.00 9.40,16.60 9.40,16.60 Z\n M 14.60,16.60\n C 14.60,16.60 19.20,12.00 19.20,12.00\n 19.20,12.00 14.60,7.40 14.60,7.40\n 14.60,7.40 16.00,6.00 16.00,6.00\n 16.00,6.00 22.00,12.00 22.00,12.00\n 22.00,12.00 16.00,18.00 16.00,18.00\n 16.00,18.00 14.60,16.60 14.60,16.60\n 14.60,16.60 14.60,16.60 14.60,16.60 Z" }) }))); }; export default InlineCodeIcon;