Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
fix(Icon): added a clear icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecilia Woodward committed Aug 23, 2021
1 parent 63fdcdf commit ff2a371
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stories/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import classNames from 'classnames';
import React from 'react';
import { FaFacebookF, FaTwitter, FaShare, FaHeart } from 'react-icons/fa';
import { GoPlus } from 'react-icons/go';
import { MdDelete } from 'react-icons/md';
import { MdDelete, MdClear } from 'react-icons/md';
import styles from './Icon.scss';

export const ICON_MAP = {
Expand All @@ -12,6 +12,7 @@ export const ICON_MAP = {
share: FaShare,
delete: MdDelete,
heart: FaHeart,
clear: MdClear,
};

export interface IconProps {
Expand Down

0 comments on commit ff2a371

Please sign in to comment.