Skip to content

Commit

Permalink
Add comment-light icon (#39)
Browse files Browse the repository at this point in the history
* Add `comment-light` icon

* Release 0.1.18

* Update changelog
  • Loading branch information
hyochan committed Jul 27, 2021
1 parent dd5838a commit ef97e2e
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOGS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelogs

## 0.1.18

Add `comment-light` icon to `dooboo-ui` Icon.

## 0.1.17

Enhance `color` arrangement in [EditText] [#37](https://github.com/dooboolab/dooboo-ui/pull/37).
Expand Down
Binary file modified docs/src/assets/doobooui.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions docs/src/components/Icon/Default.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const IconStory: FC = () => {
<IconWithLabel name="chevron-down-light" />
<IconWithLabel name="chevron-up-light" />
<IconWithLabel name="chevron-left-light" />
<IconWithLabel name="comment-light" />
<IconWithLabel name="share-solid" />
<IconWithLabel name="add-solid" />
<IconWithLabel name="like-solid" />
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dooboo-ui",
"version": "0.1.17",
"version": "0.1.18",
"main": "index.js",
"types": "index.d.ts",
"author": "dooboolab",
Expand Down
Binary file modified main/Icon/doobooui.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions main/Icon/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export type IconName =
| 'chevron-down-light'
| 'chevron-up-light'
| 'chevron-left-light'
| 'comment-light'
| 'share-solid'
| 'add-solid'
| 'like-solid'
Expand Down
2 changes: 1 addition & 1 deletion main/Icon/selection.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions stories/dooboo-ui/IconStories/IconStory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const IconStory: FC = () => {
<StyledIcon size={16} name="chevron-down-light" />
<StyledIcon size={16} name="chevron-up-light" />
<StyledIcon size={16} name="chevron-left-light" />
<StyledIcon size={16} name="comment-light" />
<StyledIcon size={16} name="share-solid" />
<StyledIcon size={16} name="add-solid" />
<StyledIcon size={16} name="like-solid" />
Expand Down

0 comments on commit ef97e2e

Please sign in to comment.