Browse Source

removed extra icons (#27362)

Dora 3 years ago
parent
commit
13b82a45bb
3 changed files with 0 additions and 44 deletions
  1. 0 21
      static/app/icons/iconCollapse.tsx
  2. 0 21
      static/app/icons/iconExpand.tsx
  3. 0 2
      static/app/icons/index.tsx

+ 0 - 21
static/app/icons/iconCollapse.tsx

@@ -1,21 +0,0 @@
-import * as React from 'react';
-
-import SvgIcon from './svgIcon';
-
-type Props = React.ComponentProps<typeof SvgIcon>;
-
-const IconCollapse = React.forwardRef(function IconCollapse(
-  props: Props,
-  ref: React.Ref<SVGSVGElement>
-) {
-  return (
-    <SvgIcon {...props} ref={ref}>
-      <path d="M12.69,16a.74.74,0,0,1-.53-.22L8,11.62,3.84,15.78a.74.74,0,0,1-1.06,0,.75.75,0,0,1,0-1.06L7.47,10a.77.77,0,0,1,1.06,0l4.69,4.69a.75.75,0,0,1,0,1.06A.74.74,0,0,1,12.69,16Z" />
-      <path d="M8,6.24A.74.74,0,0,1,7.47,6L2.78,1.33A.75.75,0,0,1,3.84.27L8,4.43,12.16.27a.75.75,0,1,1,1.06,1.06L8.53,6A.74.74,0,0,1,8,6.24Z" />
-    </SvgIcon>
-  );
-});
-
-IconCollapse.displayName = 'IconCollapse';
-
-export {IconCollapse};

+ 0 - 21
static/app/icons/iconExpand.tsx

@@ -1,21 +0,0 @@
-import * as React from 'react';
-
-import SvgIcon from './svgIcon';
-
-type Props = React.ComponentProps<typeof SvgIcon>;
-
-const IconExpand = React.forwardRef(function IconExpand(
-  props: Props,
-  ref: React.Ref<SVGSVGElement>
-) {
-  return (
-    <SvgIcon {...props} ref={ref}>
-      <path d="M12.69,6.24A.74.74,0,0,1,12.16,6L8,1.87,3.84,6A.74.74,0,0,1,2.78,6,.75.75,0,0,1,2.78,5L7.47.27a.75.75,0,0,1,1.06,0L13.22,5a.75.75,0,0,1,0,1.06A.74.74,0,0,1,12.69,6.24Z" />
-      <path d="M8,16a.75.75,0,0,1-.53-.22L2.78,11.09A.75.75,0,1,1,3.84,10L8,14.19,12.16,10a.75.75,0,1,1,1.06,1.06L8.53,15.78A.75.75,0,0,1,8,16Z" />
-    </SvgIcon>
-  );
-});
-
-IconExpand.displayName = 'IconExpand';
-
-export {IconExpand};

+ 0 - 2
static/app/icons/index.tsx

@@ -19,7 +19,6 @@ export {IconClickup} from './iconClickup';
 export {IconClock} from './iconClock';
 export {IconClose} from './iconClose';
 export {IconClubhouse} from './iconClubhouse';
-export {IconCollapse} from './iconCollapse';
 export {IconCommit} from './iconCommit';
 export {IconCopy} from './iconCopy';
 export {IconDashboard} from './iconDashboard';
@@ -28,7 +27,6 @@ export {IconDocs} from './iconDocs';
 export {IconDownload} from './iconDownload';
 export {IconEdit} from './iconEdit';
 export {IconEllipsis} from './iconEllipsis';
-export {IconExpand} from './iconExpand';
 export {IconFile} from './iconFile';
 export {IconFilter} from './iconFilter';
 export {IconFire} from './iconFire';