mui-tiptap
Version:
A Material-UI (MUI) styled WYSIWYG rich text editor, using Tiptap
12 lines (11 loc) • 807 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const material_1 = require("@mui/material");
const FormatInkHighlighter = (0, material_1.createSvgIcon)(
// Part of Material Symbols (and so unfortunately not in @mui/icons-material),
// this SVG was downloaded from https://iconbuddy.app, and a similar source
// version can be found here
// https://fonts.google.com/icons?icon.query=highlight&icon.set=Material+Symbols.
(0, jsx_runtime_1.jsx)("path", { d: "M2 24v-4h20v4H2Zm8.6-16l5.4 5.425l-4 4q-.6.6-1.413.6t-1.412-.6L8.5 18h-5l3.15-3.125q-.6-.6-.625-1.438T6.6 12l4-4ZM12 6.575L16 2.6q.6-.6 1.413-.6t1.412.6l2.6 2.575q.6.6.6 1.413T21.425 8l-4 4L12 6.575Z" }), "FormatInkHighlighter");
exports.default = FormatInkHighlighter;
;