Web: Component: Removed duplicate icon

This commit is contained in:
Alexey Kostenko 2021-02-03 16:15:47 +03:00
parent 3262f62c89
commit c250dc2034
3 changed files with 3 additions and 9 deletions

View File

@ -47,9 +47,11 @@ class LinkRow extends React.Component {
isDisabled={isDisabled}
/>
) : (
<Icons.InternalLinkIcon
<Icons.InvitationLinkIcon
size="medium"
className="sharing_panel-owner-icon"
isfill={true}
color="#A3A9AE"
/>
)
}

View File

@ -211,7 +211,6 @@ import OrigButtonAlertIcon from "./button.alert.react.svg";
import OrigButtonCancelIcon from "./button.cancel.react.svg";
import OrigLoadErrorIcon from "./load.error.react.svg";
import OrigClearActiveIcon from "./clear.active.react.svg";
import OrigInternalLinkIcon from "./internal.link.react.svg";
export const AZSortingIcon = createStyledIcon(
OrigAZSortingIcon,
@ -828,7 +827,3 @@ export const IntegrationIcon = createStyledIcon(
OrigIntegrationIcon,
"IntegrationIcon"
);
export const InternalLinkIcon = createStyledIcon(
OrigInternalLinkIcon,
"InternalLinkIcon"
);

View File

@ -1,3 +0,0 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.7565 7.24939L11.7529 10.252C10.0952 11.9107 7.40596 11.9107 5.74795 10.252C5.48678 9.99154 5.28247 9.6981 5.10305 9.39549L6.49864 8.00001C6.56498 7.93311 6.6469 7.89477 6.72518 7.84961C6.82166 8.17925 6.99009 8.49132 7.24933 8.75059C8.07721 9.57914 9.42435 9.57799 10.2517 8.75059L13.2544 5.74808C14.0829 4.91963 14.0829 3.57282 13.2544 2.745C12.4269 1.91719 11.0802 1.91719 10.2517 2.745L9.18401 3.81388C8.31755 3.47651 7.38404 3.3858 6.47529 3.51897L8.75054 1.2438C10.4092 -0.414599 13.0978 -0.414599 14.7565 1.2438C16.4144 2.90212 16.4144 5.5911 14.7565 7.24939ZM6.81641 12.1867L5.74791 13.2555C4.9201 14.0829 3.5729 14.0829 2.74494 13.2555C1.91706 12.427 1.91706 11.0802 2.74494 10.252L5.74791 7.24939C6.57639 6.42101 7.92269 6.42101 8.7505 7.24939C9.00914 7.5081 9.17775 7.8201 9.27514 8.14932C9.35387 8.10356 9.43478 8.06638 9.50109 7.99997L10.8966 6.60505C10.7183 6.30125 10.5129 6.00886 10.2517 5.74815C8.59408 4.08975 5.90458 4.08975 4.24618 5.74815L1.24366 8.75077C-0.414555 10.4097 -0.414555 13.0979 1.24366 14.7566C2.90206 16.4145 5.59093 16.4145 7.24929 14.7566L9.52514 12.4809C8.61589 12.6149 7.68214 12.5234 6.81641 12.1867Z" fill="#A3A9AE"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB