Skip to content

Commit

Permalink
Merge pull request #2995 from Autodesk/feat/release-icons
Browse files Browse the repository at this point in the history
feat: add new icons
  • Loading branch information
wmui51 authored Apr 18, 2023
2 parents d0c555d + 320732a commit 071163e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Theme data is a representation of the Weave visual design language in the form o
### Basics
- Typography - See [`<Typography>`](./packages/typography/README.md) and [`<RichText>`](./packages/rich-text/README.md)
- Layout - See [`<Spacer>`](./packages/spacer/README.md) and [`<Surface>`](./packages/surface/README.md)
- Icons - See [`<Icons>`](./packages/icons/README.md) to easily render icons in React and the [`@hig/icons`](./packages/icons/README.md) package for svg data
- Icons - See [`<Icons>`](./packages/icons/README.md) to easily render icons in React and the [`@weave-design/icons`](./packages/icons/README.md) package for svg data

### Components

Expand Down
2 changes: 1 addition & 1 deletion packages/icons/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Icons

This package retains the source of the library of Weave icons.
You can import individual icons to render on your app.
You can import individual icons to render in your app.

```jsx
import { Assets24 } from "@weave-design/icons";
Expand Down

0 comments on commit 071163e

Please sign in to comment.