Skip to content

Commit

Permalink
feat: add new icons [MDS-711] (#2420)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkireev authored Oct 5, 2023
1 parent f7f90fc commit 190b5f5
Show file tree
Hide file tree
Showing 5 changed files with 176 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@heathmont/moon-base-tw": "workspace:^10.9.0",
"@heathmont/moon-cmdk-tw": "workspace:^10.9.0",
"@heathmont/moon-core-tw": "workspace:^10.9.0",
"@heathmont/moon-icons-tw": "9.28.4",
"@heathmont/moon-icons-tw": "9.28.6",
"@types/node": "20.4.9",
"@types/react": "18.2.19",
"@types/react-dom": "18.2.7",
Expand Down
2 changes: 1 addition & 1 deletion next-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@heathmont/moon-themes": "workspace:^10.7.1",
"@heathmont/moon-themes-tw": "workspace:^10.9.0",
"@heathmont/moon-utils": "workspace:^10.7.1",
"@heathmont/moon-icons-tw": "9.28.5",
"@heathmont/moon-icons-tw": "9.28.6",
"@hookform/resolvers": "3.2.0",
"@jest/globals": "27.5.1",
"@next/bundle-analyzer": "13.4.13",
Expand Down
8 changes: 8 additions & 0 deletions next-docs/public/examples/icons/Travel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ import {
TravelSwimmingPool,
TravelWiFi,
TravelYacht,
TravelBus,
TravelTrain,
} from '@heathmont/moon-icons-tw';
import Icon from './Icon';
import type Props from './Props';
Expand Down Expand Up @@ -81,6 +83,12 @@ const Example = ({ wrapperProps, props }: Props) => (
<Icon {...wrapperProps} name="TravelYacht">
<TravelYacht {...props} />
</Icon>
<Icon {...wrapperProps} name="TravelBus">
<TravelBus {...props} />
</Icon>
<Icon {...wrapperProps} name="TravelTrain">
<TravelTrain {...props} />
</Icon>
</>
);

Expand Down
Loading

0 comments on commit 190b5f5

Please sign in to comment.