Skip to content

Commit

Permalink
ui-components: updates from icon refactoring (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Stilwell authored Mar 16, 2023
1 parent b2d6d48 commit 14eb94c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/icons/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ import Refresh from "./components/Refresh";
import Search from "./components/Search";
import Stack from "./components/Stack";
import Star from "./components/Star";
import Switch from "./components/Switch";
import Table from "./components/Table";
import Terminal from "./components/Terminal";
import Time from "./components/Time";
import User from "./components/User";
Expand Down Expand Up @@ -211,6 +213,8 @@ const SystemIcons = {
Search,
Stack,
Star, //deprecated
Switch,
Table,
Terminal,
Time,
User,
Expand Down Expand Up @@ -336,6 +340,8 @@ export {
Search,
Stack,
Star,
Switch,
Table,
Terminal,
Time,
User,
Expand Down
4 changes: 4 additions & 0 deletions packages/icons/svg/customFill/switch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/ui-components/src/Icon/ThirdPartyIcon.module.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.icon {
margin: auto;
margin: 0;
}

.size-tiny {
Expand Down

0 comments on commit 14eb94c

Please sign in to comment.