Resolves https://github.com/sjdemartini/mui-tiptap/issues/119. These icons fill some gaps in the @mui/icons-material icon set. We now include them directly rather than importing from react-icons or another external package to reduce both install size and external dependencies.
We now export these internally created icons in the "mui-tiptap/icons" namespace, so they can be used externally if desired, like import { InsertColumnLeft } from "mui-tiptap/icons";
Resolves https://github.com/sjdemartini/mui-tiptap/issues/119. These icons fill some gaps in the
@mui/icons-material
icon set. We now include them directly rather than importing fromreact-icons
or another external package to reduce both install size and external dependencies.We now export these internally created icons in the
"mui-tiptap/icons"
namespace, so they can be used externally if desired, likeimport { InsertColumnLeft } from "mui-tiptap/icons";
UI is unchanged: