Skip to content

Commit

Permalink
update icon to be used from remix icon instead
Browse files Browse the repository at this point in the history
  • Loading branch information
hetunandu committed Oct 23, 2024
1 parent effb2cb commit 41ed8e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1064,8 +1064,8 @@ const MaximizeV3Icon = importSvg(
async () => import("../__assets__/icons/ads/maximize-v3-icon.svg"),
);

const ExternalLinkIcon = importSvg(
async () => import("../__assets__/icons/ads/external-link-line.svg"),
const ExternalLinkIcon = importRemixIcon(
async () => import("remixicon-react/ExternalLinkLineIcon"),
);

import PlayIconPNG from "../__assets__/icons/control/play-icon.png";
Expand Down

This file was deleted.

0 comments on commit 41ed8e2

Please sign in to comment.