Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/icons/Article/ArticleIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { DEFAULT_FILL_NONE, DEFAULT_HEIGHT, DEFAULT_WIDTH } from '../../constants/constants';
import { DEFAULT_HEIGHT, DEFAULT_WIDTH ,KEPPEL_GREEN_FILL} from '../../constants/constants';
import { IconProps } from '../types';

export const ArticleIcon = ({
width = DEFAULT_WIDTH,
height = DEFAULT_HEIGHT,
fill = DEFAULT_FILL_NONE,
fill = KEPPEL_GREEN_FILL,
...props
}: IconProps): JSX.Element => {
return (
Expand All @@ -17,7 +17,7 @@ export const ArticleIcon = ({
{...props}
>
<path
d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM8 17H6v-2h2v2zm0-4H6v-2h2v2zm0-4H6V7h2v2zm10 8h-8v-2h8v2zm0-4h-8v-2h8v2zm0-4h-8V7h8v2z"
d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z"
fill={fill}
/>
</svg>
Expand Down
3 changes: 2 additions & 1 deletion src/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export * from './Application';
export * from './ArrowBack';
export * from './ArrowCompress';
export * from './ArrowExpand';
export *from './Article';
export * from './Bell';
export * from './Bus';
export * from './CatalogIcon';
Expand Down Expand Up @@ -138,4 +139,4 @@ export * from './View';
export * from './Visibility';
export * from './Visualizer';
export * from './Warning';
export * from './Workspace';
export * from './Workspace';