Skip to content

Commit

Permalink
Merge pull request #17363 from ckeditor/revert-link-icons-reexport
Browse files Browse the repository at this point in the history
Fix (link): Revert adding icons re-export. See #17358.
  • Loading branch information
Witoso authored Nov 5, 2024
2 parents cce9594 + cdf8080 commit 0eb14be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/ckeditor5-link/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,4 @@ export { addLinkProtocolIfApplicable, isLinkableElement } from './utils.js';

export type { LinkConfig, LinkDecoratorDefinition } from './linkconfig.js';

export { default as linkIcon } from '../theme/icons/link.svg';
export { default as unlinkIcon } from '../theme/icons/unlink.svg';

import './augmentation.js';

0 comments on commit 0eb14be

Please sign in to comment.