Skip to content

Commit fa1cbd4

Browse files
authored
✨ adding new components to release (#154)
1 parent ce961c7 commit fa1cbd4

30 files changed

+9179
-10002
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,7 @@ So to use an icon from Patternlab you can simply follow the official
6969
documentation: https://patternlab.muenchen.space/?p=viewall-guidelines-icons
7070

7171
```html
72-
73-
<svg aria-hidden="true" class="icon">
74-
<use xlink:href="#icon-{name}"></use>
75-
</svg>
72+
<muc-icon :icon="name"/>
7673
```
7774

7875
## Contributing

docs/Iconography.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,19 @@ Additionally, it adds some specialty icons from [Pictogrammers](https://pictogra
2929
<use href="#icon-account" />
3030
</svg>
3131
</IconItem>
32+
<IconItem name="copy">
33+
<svg fill="currentColor">
34+
<use href="#icon-copy" />
35+
</svg>
36+
</IconItem>
37+
<IconItem name="printer">
38+
<svg fill="currentColor">
39+
<use href="#icon-printer" />
40+
</svg>
41+
</IconItem>
42+
<IconItem name="paperclip">
43+
<svg fill="currentColor">
44+
<use href="#icon-paperclip" />
45+
</svg>
46+
</IconItem>
3247
</IconGallery>

0 commit comments

Comments
 (0)