Skip to content

Commit

Permalink
add acgbox logo
Browse files Browse the repository at this point in the history
  • Loading branch information
jjj201200 committed Jul 26, 2023
1 parent 7494b25 commit 0c92dd4
Show file tree
Hide file tree
Showing 341 changed files with 1,042 additions and 1,704 deletions.
6 changes: 2 additions & 4 deletions src/Icons/Abstract/AccessibilityIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import {IconProps} from '../types';
import PropTypes from 'prop-types';
import * as PropTypes from 'prop-types';

export const AccessibilityIcon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'Abstract', ...props}, forwardedRef) => {
Expand All @@ -9,6 +9,4 @@ export const AccessibilityIcon = React.forwardRef<SVGSVGElement, IconProps>(
);
AccessibilityIcon.displayName = 'AccessibilityIcon';
AccessibilityIcon.propTypes = {iconType: PropTypes.string};
AccessibilityIcon.defaultProps = {iconType: 'Abstract'};

export default AccessibilityIcon;
AccessibilityIcon.defaultProps = {iconType: 'Abstract'};
6 changes: 2 additions & 4 deletions src/Icons/Abstract/CheckCircledIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import {IconProps} from '../types';
import PropTypes from 'prop-types';
import * as PropTypes from 'prop-types';

export const CheckCircledIcon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'Abstract', ...props}, forwardedRef) => {
Expand All @@ -9,6 +9,4 @@ export const CheckCircledIcon = React.forwardRef<SVGSVGElement, IconProps>(
);
CheckCircledIcon.displayName = 'CheckCircledIcon';
CheckCircledIcon.propTypes = {iconType: PropTypes.string};
CheckCircledIcon.defaultProps = {iconType: 'Abstract'};

export default CheckCircledIcon;
CheckCircledIcon.defaultProps = {iconType: 'Abstract'};
6 changes: 2 additions & 4 deletions src/Icons/Abstract/CheckIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import {IconProps} from '../types';
import PropTypes from 'prop-types';
import * as PropTypes from 'prop-types';

export const CheckIcon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'Abstract', ...props}, forwardedRef) => {
Expand All @@ -9,6 +9,4 @@ export const CheckIcon = React.forwardRef<SVGSVGElement, IconProps>(
);
CheckIcon.displayName = 'CheckIcon';
CheckIcon.propTypes = {iconType: PropTypes.string};
CheckIcon.defaultProps = {iconType: 'Abstract'};

export default CheckIcon;
CheckIcon.defaultProps = {iconType: 'Abstract'};
6 changes: 2 additions & 4 deletions src/Icons/Abstract/CircleBackslashIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import {IconProps} from '../types';
import PropTypes from 'prop-types';
import * as PropTypes from 'prop-types';

export const CircleBackslashIcon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'Abstract', ...props}, forwardedRef) => {
Expand All @@ -9,6 +9,4 @@ export const CircleBackslashIcon = React.forwardRef<SVGSVGElement, IconProps>(
);
CircleBackslashIcon.displayName = 'CircleBackslashIcon';
CircleBackslashIcon.propTypes = {iconType: PropTypes.string};
CircleBackslashIcon.defaultProps = {iconType: 'Abstract'};

export default CircleBackslashIcon;
CircleBackslashIcon.defaultProps = {iconType: 'Abstract'};
6 changes: 2 additions & 4 deletions src/Icons/Abstract/CircleIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import {IconProps} from '../types';
import PropTypes from 'prop-types';
import * as PropTypes from 'prop-types';

export const CircleIcon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'Abstract', ...props}, forwardedRef) => {
Expand All @@ -9,6 +9,4 @@ export const CircleIcon = React.forwardRef<SVGSVGElement, IconProps>(
);
CircleIcon.displayName = 'CircleIcon';
CircleIcon.propTypes = {iconType: PropTypes.string};
CircleIcon.defaultProps = {iconType: 'Abstract'};

export default CircleIcon;
CircleIcon.defaultProps = {iconType: 'Abstract'};
6 changes: 2 additions & 4 deletions src/Icons/Abstract/CommitIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import {IconProps} from '../types';
import PropTypes from 'prop-types';
import * as PropTypes from 'prop-types';

export const CommitIcon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'Abstract', ...props}, forwardedRef) => {
Expand All @@ -9,6 +9,4 @@ export const CommitIcon = React.forwardRef<SVGSVGElement, IconProps>(
);
CommitIcon.displayName = 'CommitIcon';
CommitIcon.propTypes = {iconType: PropTypes.string};
CommitIcon.defaultProps = {iconType: 'Abstract'};

export default CommitIcon;
CommitIcon.defaultProps = {iconType: 'Abstract'};
8 changes: 3 additions & 5 deletions src/Icons/Abstract/CopyIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import * as React from 'react';
import {IconProps} from '../types';
import PropTypes from 'prop-types';
import * as PropTypes from 'prop-types';

export const CopyIcon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'Abstract', ...props}, forwardedRef) => {
return <svg width="15" height="15" xmlns="http://www.w3.org/2000/svg" {...props} ref={forwardedRef}><g fill="none" fillRule="evenodd"><path d="M0 0h15v15H0V0Z"/><path d="M2.5 11H4v-1H2.5a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5V4H5.5A1.5 1.5 0 0 0 4 5.5v7A1.5 1.5 0 0 0 5.5 14h7a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 12.5 4H11V2.5A1.5 1.5 0 0 0 9.5 1h-7A1.5 1.5 0 0 0 1 2.5v7A1.5 1.5 0 0 0 2.5 11Zm3-6h7a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5Z" fill="#000"/></g></svg>;
return <svg width="15" height="15" xmlns="http://www.w3.org/2000/svg" {...props} ref={forwardedRef}><g fill="none" fillRule="evenodd"><path d="M0 0h15v15H0Z"/><path d="M2.5 11H4v-1H2.5a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5V4H5.5A1.5 1.5 0 0 0 4 5.5v7A1.5 1.5 0 0 0 5.5 14h7a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 12.5 4H11V2.5A1.5 1.5 0 0 0 9.5 1h-7A1.5 1.5 0 0 0 1 2.5v7A1.5 1.5 0 0 0 2.5 11Zm3-6h7a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5Z" fill="#000"/></g></svg>;
}
);
CopyIcon.displayName = 'CopyIcon';
CopyIcon.propTypes = {iconType: PropTypes.string};
CopyIcon.defaultProps = {iconType: 'Abstract'};

export default CopyIcon;
CopyIcon.defaultProps = {iconType: 'Abstract'};
6 changes: 2 additions & 4 deletions src/Icons/Abstract/Cross1Icon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import {IconProps} from '../types';
import PropTypes from 'prop-types';
import * as PropTypes from 'prop-types';

export const Cross1Icon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'Abstract', ...props}, forwardedRef) => {
Expand All @@ -9,6 +9,4 @@ export const Cross1Icon = React.forwardRef<SVGSVGElement, IconProps>(
);
Cross1Icon.displayName = 'Cross1Icon';
Cross1Icon.propTypes = {iconType: PropTypes.string};
Cross1Icon.defaultProps = {iconType: 'Abstract'};

export default Cross1Icon;
Cross1Icon.defaultProps = {iconType: 'Abstract'};
6 changes: 2 additions & 4 deletions src/Icons/Abstract/Cross2Icon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import {IconProps} from '../types';
import PropTypes from 'prop-types';
import * as PropTypes from 'prop-types';

export const Cross2Icon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'Abstract', ...props}, forwardedRef) => {
Expand All @@ -9,6 +9,4 @@ export const Cross2Icon = React.forwardRef<SVGSVGElement, IconProps>(
);
Cross2Icon.displayName = 'Cross2Icon';
Cross2Icon.propTypes = {iconType: PropTypes.string};
Cross2Icon.defaultProps = {iconType: 'Abstract'};

export default Cross2Icon;
Cross2Icon.defaultProps = {iconType: 'Abstract'};
6 changes: 2 additions & 4 deletions src/Icons/Abstract/CrossCircledIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import {IconProps} from '../types';
import PropTypes from 'prop-types';
import * as PropTypes from 'prop-types';

export const CrossCircledIcon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'Abstract', ...props}, forwardedRef) => {
Expand All @@ -9,6 +9,4 @@ export const CrossCircledIcon = React.forwardRef<SVGSVGElement, IconProps>(
);
CrossCircledIcon.displayName = 'CrossCircledIcon';
CrossCircledIcon.propTypes = {iconType: PropTypes.string};
CrossCircledIcon.defaultProps = {iconType: 'Abstract'};

export default CrossCircledIcon;
CrossCircledIcon.defaultProps = {iconType: 'Abstract'};
6 changes: 2 additions & 4 deletions src/Icons/Abstract/DotFilledIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import {IconProps} from '../types';
import PropTypes from 'prop-types';
import * as PropTypes from 'prop-types';

export const DotFilledIcon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'Abstract', ...props}, forwardedRef) => {
Expand All @@ -9,6 +9,4 @@ export const DotFilledIcon = React.forwardRef<SVGSVGElement, IconProps>(
);
DotFilledIcon.displayName = 'DotFilledIcon';
DotFilledIcon.propTypes = {iconType: PropTypes.string};
DotFilledIcon.defaultProps = {iconType: 'Abstract'};

export default DotFilledIcon;
DotFilledIcon.defaultProps = {iconType: 'Abstract'};
6 changes: 2 additions & 4 deletions src/Icons/Abstract/DotIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import {IconProps} from '../types';
import PropTypes from 'prop-types';
import * as PropTypes from 'prop-types';

export const DotIcon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'Abstract', ...props}, forwardedRef) => {
Expand All @@ -9,6 +9,4 @@ export const DotIcon = React.forwardRef<SVGSVGElement, IconProps>(
);
DotIcon.displayName = 'DotIcon';
DotIcon.propTypes = {iconType: PropTypes.string};
DotIcon.defaultProps = {iconType: 'Abstract'};

export default DotIcon;
DotIcon.defaultProps = {iconType: 'Abstract'};
6 changes: 2 additions & 4 deletions src/Icons/Abstract/DotsHorizontalIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import {IconProps} from '../types';
import PropTypes from 'prop-types';
import * as PropTypes from 'prop-types';

export const DotsHorizontalIcon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'Abstract', ...props}, forwardedRef) => {
Expand All @@ -9,6 +9,4 @@ export const DotsHorizontalIcon = React.forwardRef<SVGSVGElement, IconProps>(
);
DotsHorizontalIcon.displayName = 'DotsHorizontalIcon';
DotsHorizontalIcon.propTypes = {iconType: PropTypes.string};
DotsHorizontalIcon.defaultProps = {iconType: 'Abstract'};

export default DotsHorizontalIcon;
DotsHorizontalIcon.defaultProps = {iconType: 'Abstract'};
6 changes: 2 additions & 4 deletions src/Icons/Abstract/DotsVerticalIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import {IconProps} from '../types';
import PropTypes from 'prop-types';
import * as PropTypes from 'prop-types';

export const DotsVerticalIcon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'Abstract', ...props}, forwardedRef) => {
Expand All @@ -9,6 +9,4 @@ export const DotsVerticalIcon = React.forwardRef<SVGSVGElement, IconProps>(
);
DotsVerticalIcon.displayName = 'DotsVerticalIcon';
DotsVerticalIcon.propTypes = {iconType: PropTypes.string};
DotsVerticalIcon.defaultProps = {iconType: 'Abstract'};

export default DotsVerticalIcon;
DotsVerticalIcon.defaultProps = {iconType: 'Abstract'};
6 changes: 2 additions & 4 deletions src/Icons/Abstract/DownloadIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import {IconProps} from '../types';
import PropTypes from 'prop-types';
import * as PropTypes from 'prop-types';

export const DownloadIcon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'Abstract', ...props}, forwardedRef) => {
Expand All @@ -9,6 +9,4 @@ export const DownloadIcon = React.forwardRef<SVGSVGElement, IconProps>(
);
DownloadIcon.displayName = 'DownloadIcon';
DownloadIcon.propTypes = {iconType: PropTypes.string};
DownloadIcon.defaultProps = {iconType: 'Abstract'};

export default DownloadIcon;
DownloadIcon.defaultProps = {iconType: 'Abstract'};
6 changes: 2 additions & 4 deletions src/Icons/Abstract/DragHandleDots1Icon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import {IconProps} from '../types';
import PropTypes from 'prop-types';
import * as PropTypes from 'prop-types';

export const DragHandleDots1Icon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'Abstract', ...props}, forwardedRef) => {
Expand All @@ -9,6 +9,4 @@ export const DragHandleDots1Icon = React.forwardRef<SVGSVGElement, IconProps>(
);
DragHandleDots1Icon.displayName = 'DragHandleDots1Icon';
DragHandleDots1Icon.propTypes = {iconType: PropTypes.string};
DragHandleDots1Icon.defaultProps = {iconType: 'Abstract'};

export default DragHandleDots1Icon;
DragHandleDots1Icon.defaultProps = {iconType: 'Abstract'};
6 changes: 2 additions & 4 deletions src/Icons/Abstract/DragHandleDots2Icon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import {IconProps} from '../types';
import PropTypes from 'prop-types';
import * as PropTypes from 'prop-types';

export const DragHandleDots2Icon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'Abstract', ...props}, forwardedRef) => {
Expand All @@ -9,6 +9,4 @@ export const DragHandleDots2Icon = React.forwardRef<SVGSVGElement, IconProps>(
);
DragHandleDots2Icon.displayName = 'DragHandleDots2Icon';
DragHandleDots2Icon.propTypes = {iconType: PropTypes.string};
DragHandleDots2Icon.defaultProps = {iconType: 'Abstract'};

export default DragHandleDots2Icon;
DragHandleDots2Icon.defaultProps = {iconType: 'Abstract'};
6 changes: 2 additions & 4 deletions src/Icons/Abstract/DragHandleHorizontalIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import {IconProps} from '../types';
import PropTypes from 'prop-types';
import * as PropTypes from 'prop-types';

export const DragHandleHorizontalIcon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'Abstract', ...props}, forwardedRef) => {
Expand All @@ -9,6 +9,4 @@ export const DragHandleHorizontalIcon = React.forwardRef<SVGSVGElement, IconProp
);
DragHandleHorizontalIcon.displayName = 'DragHandleHorizontalIcon';
DragHandleHorizontalIcon.propTypes = {iconType: PropTypes.string};
DragHandleHorizontalIcon.defaultProps = {iconType: 'Abstract'};

export default DragHandleHorizontalIcon;
DragHandleHorizontalIcon.defaultProps = {iconType: 'Abstract'};
6 changes: 2 additions & 4 deletions src/Icons/Abstract/DragHandleVerticalIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import {IconProps} from '../types';
import PropTypes from 'prop-types';
import * as PropTypes from 'prop-types';

export const DragHandleVerticalIcon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'Abstract', ...props}, forwardedRef) => {
Expand All @@ -9,6 +9,4 @@ export const DragHandleVerticalIcon = React.forwardRef<SVGSVGElement, IconProps>
);
DragHandleVerticalIcon.displayName = 'DragHandleVerticalIcon';
DragHandleVerticalIcon.propTypes = {iconType: PropTypes.string};
DragHandleVerticalIcon.defaultProps = {iconType: 'Abstract'};

export default DragHandleVerticalIcon;
DragHandleVerticalIcon.defaultProps = {iconType: 'Abstract'};
6 changes: 2 additions & 4 deletions src/Icons/Abstract/EnterFullScreenIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import {IconProps} from '../types';
import PropTypes from 'prop-types';
import * as PropTypes from 'prop-types';

export const EnterFullScreenIcon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'Abstract', ...props}, forwardedRef) => {
Expand All @@ -9,6 +9,4 @@ export const EnterFullScreenIcon = React.forwardRef<SVGSVGElement, IconProps>(
);
EnterFullScreenIcon.displayName = 'EnterFullScreenIcon';
EnterFullScreenIcon.propTypes = {iconType: PropTypes.string};
EnterFullScreenIcon.defaultProps = {iconType: 'Abstract'};

export default EnterFullScreenIcon;
EnterFullScreenIcon.defaultProps = {iconType: 'Abstract'};
6 changes: 2 additions & 4 deletions src/Icons/Abstract/EnterIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import {IconProps} from '../types';
import PropTypes from 'prop-types';
import * as PropTypes from 'prop-types';

export const EnterIcon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'Abstract', ...props}, forwardedRef) => {
Expand All @@ -9,6 +9,4 @@ export const EnterIcon = React.forwardRef<SVGSVGElement, IconProps>(
);
EnterIcon.displayName = 'EnterIcon';
EnterIcon.propTypes = {iconType: PropTypes.string};
EnterIcon.defaultProps = {iconType: 'Abstract'};

export default EnterIcon;
EnterIcon.defaultProps = {iconType: 'Abstract'};
6 changes: 2 additions & 4 deletions src/Icons/Abstract/ExclamationTriangleIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import {IconProps} from '../types';
import PropTypes from 'prop-types';
import * as PropTypes from 'prop-types';

export const ExclamationTriangleIcon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'Abstract', ...props}, forwardedRef) => {
Expand All @@ -9,6 +9,4 @@ export const ExclamationTriangleIcon = React.forwardRef<SVGSVGElement, IconProps
);
ExclamationTriangleIcon.displayName = 'ExclamationTriangleIcon';
ExclamationTriangleIcon.propTypes = {iconType: PropTypes.string};
ExclamationTriangleIcon.defaultProps = {iconType: 'Abstract'};

export default ExclamationTriangleIcon;
ExclamationTriangleIcon.defaultProps = {iconType: 'Abstract'};
Loading

0 comments on commit 0c92dd4

Please sign in to comment.