Skip to content

Commit

Permalink
feat(Icon): add Bento and Settings icons
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-gendron committed Sep 1, 2021
1 parent 4495273 commit ded9d31
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/react/src/components/icon/icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ import MoreVertical from 'feather-icons/dist/icons/more-vertical.svg';
import Phone from 'feather-icons/dist/icons/phone.svg';
import PlusSign from 'feather-icons/dist/icons/plus.svg';
import Search from 'feather-icons/dist/icons/search.svg';
import Settings from 'feather-icons/dist/icons/settings.svg';
import Star from 'feather-icons/dist/icons/star.svg';
import Trash from 'feather-icons/dist/icons/trash.svg';
import X from 'feather-icons/dist/icons/x.svg';
import React, { VoidFunctionComponent } from 'react';
import Bento from '../../icons/bento.svg';
import Open from '../../icons/open.svg';
import Reorder from '../../icons/reorder.svg';
import Files from '../../icons/files.svg';
Expand All @@ -43,6 +45,7 @@ const iconMapping = {
arrowLeft: ArrowLeft,
arrowRight: ArrowRight,
arrowUp: ArrowUp,
bento: Bento,
calendar: Calendar,
check: Check,
chevronDown: ChevronDown,
Expand All @@ -69,6 +72,7 @@ const iconMapping = {
plusSign: PlusSign,
reorder: Reorder,
search: Search,
settings: Settings,
star: Star,
trash: Trash,
user: User,
Expand Down
13 changes: 13 additions & 0 deletions packages/react/src/icons/bento.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ded9d31

Please sign in to comment.