Skip to content

Commit c072f33

Browse files
authored
Update designing-a-web-part-icon.md
1 parent 721f058 commit c072f33

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/design/designing-a-web-part-icon.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,44 +8,44 @@ ms.date: 08/24/2018
88

99
Web Part icons are designed to be simple, representative, and symbolic. Every icon is reduced to a minimalistic style to represent the essential attribute. Icons will display in the toolbox within SharePoint pages and optionally in the store.
1010

11-
![TBD](../images/TBD.png)
11+
![Icon examples](../images/01_Icons_examples.png)
1212

1313
## Grid keyline shapes
1414

1515
Web parts cons are displayed at 32 x 32 px. Create icons at 100% to ensure pixels are accurate.
1616

17-
![TBD](../images/TBD.png)
17+
![Web part icon grid](../images/02_Icons_sizes.png)
1818

1919
## Layout
2020

21-
Icons should be designed inside of the 64 x 64 pixelcontainer area, to insure that the icons renders correctly.
21+
Icons should be designed inside of the 64 x 64 pixel container area, to insure that the icons renders correctly.
2222

23-
![TBD](../images/Layout@2x.png)
23+
![Example grid for web part icons at 64px](../images/03_Icons_Layout.png)
2424

2525
## Shapes
2626

2727
Not all icons or logos are designed in a perfect square. Use this guide of basic shapes to understand how to unify different icon shapes within the grid and appear at a proportional size.
2828

29-
![TBD](../images/TBD.png)
29+
![Example of aligning icons that are differnt shapes within the grid](../images/04_Icons_shapes.png)
3030

3131

3232
## Pixel clarity
3333

3434
Try to avoid any icon distortion by snapping your edges to the X and Y coordinates. Use whole numbers when possible.
3535

36-
![TBD](../images/TBD.png)
36+
![Example of an icon that is not aligned to the pixel and one that is](../images/05_Icons_pixel_clarity.png)
3737

38-
## Content Area
38+
## Colors and backgrounds
3939

4040
The icon is the visual expression of your web part and its function. They can help communicate the core idea of your web part simply and boldly.
4141

4242
Web part icons can contain one color or full color. Most icons work best when using extremely simplified shapes, thin two-pixel lines similar to the Office UI Fabric icons. In some cases there may be a need to use a company brand icon or logo mark in full color. If there is a one color version of the icon available consider using this version first.
4343

44-
![TBD](../images/TBD.png)
44+
![One color, two color and full color icon examples](../images/06_Icons_colors.png)
4545

4646
## Exporting your icons
4747

48-
Icons should be exported as SVGs. If they are one color cions they should be exported leveraging SVG extensions so they are theme dependent. Icon dimensions are 64x64 px and should all have transparent backgrounds, also to ensure they are theme dependent.
48+
Icons should be exported as SVGs at 64x64 px and should all have transparent backgrounds.
4949

50-
![TBD](../images/TBD.png)
50+
You can find the icon grid in the [SharePoint Design toolkit](https://developer.microsoft.com/en-us/fabric#/resources).
5151

0 commit comments

Comments
 (0)