Skip to content

Commit

Permalink
Merge pull request #17306 from ckeditor/ck/17304
Browse files Browse the repository at this point in the history
Other (link): Exported link and unlink icons from ckeditor5-link package. Closes #17304
  • Loading branch information
niegowski authored Oct 23, 2024
2 parents d874050 + 22c18d6 commit 9decc1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ckeditor5-link/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ 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 9decc1e

Please sign in to comment.