UNPKG

mui-tiptap

Version:

A Material-UI (MUI) styled WYSIWYG rich text editor, using Tiptap

10 lines (9 loc) 692 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createSvgIcon } from "@mui/material"; const FormatInkHighlighter = 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. _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"); export default FormatInkHighlighter;