export const DecorationNone = () => { return ( ); }; export const DecorationUnderline = () => ( ); export const DecorationLineThrough = () => ( ); export const DecorationOverLine = () => { return ( ); }; // TypographyIcon Icon. export const TypographyIcon = () => ( ); export const EditIcon = () => { return ( ); }; export const ItalicIcon = () => ( );