4.0.4 • Published 4 years ago

@microsoft/fast-glyphs-msft v4.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

FAST Glyphs MSFT

This package has been deprecated and is no longer under active development. This is a distribution of Microsoft glyphs which are exported as strings.

Example:

export const exampleGlyph = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M25.2,16h3V30H2.2V4h14V7l7-7,9,9Zm-21,0h10V6H4.2Zm10,2H4.2V28h10Zm2-7v5h5Zm0,7V28h10V18Zm.47-9,6.53,6.54L29.73,9,23.2,2.46Z"/></svg>';

They can be embedded into webpages via a build process or for example in React using dangerouslySetInnerHTML.

Installation

npm i --save @microsoft/fast-glyphs-msft

Usage

import { glyphBuildingblocks } from "@microsoft/fast-glyphs-msft";

const container = document.createElement("div");
container.innerHTML = glyphBuildingblocks;
document.body.appendChild(container);

Current available glyphs

  • glyphBuildingblocks
  • glyphExamples
  • glyphGlobalnavbutton
  • glyphPage
4.0.4

4 years ago

4.0.3

4 years ago

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago

3.1.1

5 years ago

3.1.0

5 years ago

3.0.3

5 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.3.0

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.9.2

6 years ago

1.9.1

6 years ago

1.9.0

6 years ago

1.8.0

6 years ago

1.7.0

6 years ago

1.6.0

6 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.4

6 years ago