Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Nov 10, 2022
1 parent 82d8c72 commit 6d60fdb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

React-CRUD-Icons is a set of SVG icons for CRUD (Create, Read, Update, Delete) apps, implemented as a React component with light & dark themes and tooltip.

### 57 SVG Icons
### 61 SVG Icons

A set of icons for CRUD applications... hand-picked among thousands at [Material Design Icons](https://materialdesignicons.com/).

![Screenshot](screenshots/react-crud-icons.gif)

Icon keys: account, add, add2, alert, apps, bars, browse, calendar, cards, check, chevron-down, chevron-up, clone, close, collapse, comment, comments, compare, copy, dashboard, delete, dots, dots-v, down, download, drag, edit, error, expand, export, favorite, filter, help, hide, image, import, info, json, list, list-bulleted, lock, lock-open, map-marker, paperclip, pie, print, remove, save, search, settings, show, sort, stats, treemap, undo, up, upload.
Icon keys: account, add, add2, alert, apps, bars, browse, calendar, cards, check, chevron-down, chevron-up, clone, close, collapse, comment, comments, compare, copy, dashboard, delete, dots, dots-v, down, download, drag, edit, error, expand, export, favorite, filter, help, hide, history, image, import, info, json, list, list-bulleted, lock, lock-open, map-marker, moon, paperclip, pie, print, remove, save, search, settings, show, sort, stats, sun, treemap, undo, up, upload, wand.

<a name="themes"></a>

Expand Down Expand Up @@ -53,15 +53,15 @@ import Icon from "react-crud-icons";

import "react-crud-icons/dist/react-crud-icons.css";

const Example = () => (
const ExampleComponent = () => (
<Icon
name="edit"
tooltip="Edit"
theme="light"
size="medium"
onClick={doSomething}
/>
);
);
```

Notes:
Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-crud-icons",
"version": "1.1.0",
"version": "1.2.0",
"description": "Set of SVG icons for CRUD applications packaged as a React component",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,17 +30,16 @@
"node-sass": "^7.0.1"
},
"keywords": [
"SVG",
"CRUD",
"icon",
"icons",
"iconset",
"SVG",
"react",
"component",
"CRUD",
"web",
"ui",
"toolbar",
"tooltip",
"material"
"material",
"web"
]
}

0 comments on commit 6d60fdb

Please sign in to comment.