Skip to content

Commit

Permalink
✨ add two new icons to custom-icons.svg
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianWilms committed Jul 5, 2024
1 parent ce961c7 commit ebc250b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 22 deletions.
54 changes: 32 additions & 22 deletions docs/Iconography.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { IconGallery, IconItem, Meta } from "@storybook/blocks";
import {IconGallery, IconItem, Meta} from "@storybook/blocks";

<Meta title="Iconography" />
<Meta title="Iconography"/>

# Iconography

Expand All @@ -9,24 +9,34 @@ This library already contains MDE5-Patternlabs iconset. The documentation to it
Additionally, it adds some specialty icons from [Pictogrammers](https://pictogrammers.com/library/mdi) which can be accessed by embedding the SVG-Sprite `custom-icons.svg` as described in [the getting started guide](/docs/getting-started--docs#setup).

<IconGallery>
<IconItem name="pencil">
<svg fill="currentColor">
<use href="#icon-pencil" />
</svg>
</IconItem>
<IconItem name="dots-vertical">
<svg fill="currentColor">
<use href="#icon-dots-vertical" />
</svg>
</IconItem>
<IconItem name="circle-off-outline">
<svg fill="currentColor">
<use href="#icon-circle-off-outline" />
</svg>
</IconItem>
<IconItem name="account">
<svg fill="currentColor">
<use href="#icon-account" />
</svg>
</IconItem>
<IconItem name="pencil">
<svg fill="currentColor">
<use href="#icon-pencil"/>
</svg>
</IconItem>
<IconItem name="dots-vertical">
<svg fill="currentColor">
<use href="#icon-dots-vertical"/>
</svg>
</IconItem>
<IconItem name="circle-off-outline">
<svg fill="currentColor">
<use href="#icon-circle-off-outline"/>
</svg>
</IconItem>
<IconItem name="account">
<svg fill="currentColor">
<use href="#icon-account"/>
</svg>
</IconItem>
<IconItem name="copy">
<svg fill="currentColor">
<use href="#icon-copy"/>
</svg>
</IconItem>
<IconItem name="printer">
<svg fill="currentColor">
<use href="#icon-printer"/>
</svg>
</IconItem>
</IconGallery>
2 changes: 2 additions & 0 deletions public/assets/temporary/custom-icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ebc250b

Please sign in to comment.