Skip to content

Commit 6c93a5e

Browse files
authored
feature: add undo and redo icons (#113)
* feature: add undo and redo icons
1 parent 32774b1 commit 6c93a5e

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"access": "public"
2727
},
2828
"dependencies": {
29-
"@lightelligence/styles": "1.0.0",
29+
"@lightelligence/styles": "1.1.0",
3030
"classnames": "^2.2.6",
3131
"clipboard-copy": "^3.1.0",
3232
"humps": "^2.0.1",

src/components/Icon/Icon.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ import { Support, Card, FloatingList } from '@lightelligence/react';
8181
"office",
8282
"power",
8383
"redirect",
84+
"redo",
8485
"refresh",
8586
"remove-filled",
8687
"remove-outline",
@@ -96,6 +97,7 @@ import { Support, Card, FloatingList } from '@lightelligence/react';
9697
"settings",
9798
"success",
9899
"temperature",
100+
"undo",
99101
"unlocked",
100102
"upload",
101103
"user-add",

0 commit comments

Comments
 (0)