chore: Bump outline-icons (#5170
* Bump outline-icons to default use currentColor * wip
This commit is contained in:
@@ -24,7 +24,7 @@ const LINK_INPUT_REGEX = /\[([^[]+)]\((\S+)\)$/;
|
||||
let icon: HTMLSpanElement;
|
||||
|
||||
if (typeof window !== "undefined") {
|
||||
const component = <OpenIcon color="currentColor" size={16} />;
|
||||
const component = <OpenIcon size={16} />;
|
||||
icon = document.createElement("span");
|
||||
icon.className = "external-link";
|
||||
ReactDOM.render(component, icon);
|
||||
|
||||
Reference in New Issue
Block a user