An open API service indexing awesome lists of open source software.

https://github.com/pauliorandall/p44

Svelte package exposing SVG icons crafted using P45.
https://github.com/pauliorandall/p44

design icons javascript made-to-be-plundered svelte svg

Last synced: 3 months ago
JSON representation

Svelte package exposing SVG icons crafted using P45.

Awesome Lists containing this project

README

        

![Made to be Plundered](https://img.shields.io/badge/Made%20to%20be%20Plundered-royalblue)
[![Latest version](https://img.shields.io/github/v/release/PaulioRandall/p44)](https://github.com/PaulioRandall/p44/releases)
[![Release date](https://img.shields.io/github/release-date/PaulioRandall/p44)](https://github.com/PaulioRandall/p44/releases)

# P44

Svelte package exposing SVG icons crafted using [P45](https://github.com/PaulioRandall/p45).

**Requires Svelte version 4.**

## Made to be Plundered

Do whatever as long as you adhere to the permissive MIT license found within.

## Components

### ``

Asterisk or multiplication symbol.

```svelte

```

### ``

Data chart or graph.

```svelte

```

### ``

Good old fashioned circle.

```svelte

// Circle center point.
export let origin = "M12"

// Radius from the center
export let radius = 10

```

```svelte

```

### ``

Analogue clock face.

```svelte

```

### ``

Conical Flask.

```svelte

```

### ``

Good old fashioned cut diamond shape.

```svelte

```

### ``

Good old fashioned diamond shape.

```svelte

```

### ``

Division symbol.

```svelte

```

### ``

Heart shape without using curves.

```svelte

```

### ``

Equals symbol.

```svelte

```

### ``

Exclamation symbol.

```svelte

```

### ``

Hexagram or Star of David.

```svelte

```

### ``

Media control eject symbol, Unicode U+23CF (ISO 7000 / IEC 60417).

```svelte

```

### ``

Media control fast backward (rewind) symbol, Unicode U+23EA (ISO/IEC 18035).

```svelte

```

### ``

Media control fast forward symbol, Unicode U+23E9 (ISO/IEC 18035).

```svelte

```

### ``

Media control pause symbol, Unicode U+23F8 (ISO 7000 / IEC 60417).

```svelte

```

### ``

Media control play symbol, Unicode U+23F5 (ISO 7000 / IEC 60417).

```svelte

```

### ``

Media control play pause symbol, Unicode U+23EF (ISO/IEC 18035).

```svelte

```

### ``

Media control record symbol, Unicode U+23FA (ISO 7000 / IEC 60417).

```svelte

```

### ``

Media control refresh symbol, Unicode U+1F504 (ISO/IEC 18035).

```svelte

```

### ``

Media control repeat symbol, Unicode U+1F501 (ISO/IEC 18035).

```svelte

```

### ``

Media control reverse symbol, Unicode U+23F4 (ISO 7000 / IEC 60417).

```svelte

```

### ``

Media control shuffle symbol, Unicode U+1F500 (ISO/IEC 18035).

```svelte

```

### ``

Media control skip backward symbol, U+23EE (ISO 7000 / IEC 60417).

```svelte

```

### ``

Media control skip forward symbol, U+23ED (ISO 7000 / IEC 60417).

```svelte

```

### ``

Media control stop symbol, Unicode U+23F9 (ISO 7000 / IEC 60417).

```svelte

```

### ``

Minus or dash symbol.

```svelte

```

### ``

Multiply or cross symbol.

```svelte

```

### ``

Not equal symbol.

```svelte

```

### ``

Simple parallelogram.

```svelte

```

### ``

Plus or cross symbol.

```svelte

```

### ``

Generic predator animal face using simple straight lines.

```svelte

```

### ``

The Breathing Dark.

```svelte

```

### ``

The Calling Dark.

```svelte

```

### ``

The Catching Dark.

```svelte

```

### ``

The Closing Dark.

```svelte

```

### ``

The Following Dark.

```svelte

```

### ``

The Long Dark.

```svelte

```

### ``

The Long Dark.

```svelte

```

### ``

The Opening Dark.

```svelte

```

### ``

The Secret Dark.

```svelte

```

### ``

The Speaking Dark.

```svelte

```

### ``

The Summoning Dark.

```svelte

```

### ``

The Waiting Dark.

```svelte

```

### ``

Evil smiling theatre mask.

```svelte

```

### ``

Happy theatre mask.

```svelte

```

### ``

Sad theatre mask.

```svelte

```