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.
- Host: GitHub
- URL: https://github.com/pauliorandall/p44
- Owner: PaulioRandall
- License: mit
- Created: 2024-01-07T20:30:50.000Z (over 1 year ago)
- Default Branch: trunk
- Last Pushed: 2024-07-16T20:09:45.000Z (11 months ago)
- Last Synced: 2025-02-09T22:04:19.312Z (4 months ago)
- Topics: design, icons, javascript, made-to-be-plundered, svelte, svg
- Language: Svelte
- Homepage:
- Size: 292 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/PaulioRandall/p44/releases)
[](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
```