Skip to content

Commit

Permalink
add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
stacey-gammon committed Feb 13, 2017
1 parent 18394b3 commit 00b37bb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui_framework/components/icon/create_icon.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import { KuiIcon } from './kui_icon';

export function CreateIcon() {
return <KuiIcon className="fa-plus"/>;
}
6 changes: 6 additions & 0 deletions ui_framework/components/icon/delete_icon.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import { KuiIcon } from './kui_icon';

export function DeleteIcon() {
return <KuiIcon className="fa-trash"/>;
}

0 comments on commit 00b37bb

Please sign in to comment.