Skip to content

Svelte package exposing SVG icons crafted using P45.

License

Notifications You must be signed in to change notification settings

PaulioRandall/p44

Repository files navigation

Made to be Plundered Latest version Release date

P44

Svelte package exposing SVG icons crafted using 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>

Asterisk or multiplication symbol.

<Asterisk />

<Chart>

Data chart or graph.

<Chart />

<Circle>

Good old fashioned circle.

<script>
  // Circle center point.
  export let origin = "M12"

  // Radius from the center
  export let radius = 10
</script>
<Circle
  origin="M12"
  radius={10}
/>

<Clock>

Analogue clock face.

<Clock />

<ConicalFlask>

Conical Flask.

<ConicalFlask />

<CutDiamond>

Good old fashioned cut diamond shape.

<CutDiamond />

<Diamond>

Good old fashioned diamond shape.

<Diamond />

<Divide>

Division symbol.

<Divide />

<EdgedHeart>

Heart shape without using curves.

<EdgedHeart />

<Equal>

Equals symbol.

<Equal />

<Exclamation>

Exclamation symbol.

<Exclamation />

<Hexagram>

Hexagram or Star of David.

<Hexagram />

<MediaControlEject>

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

<MediaControlEject />

<MediaControlFastBackward>

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

<MediaControlFastBackward />

<MediaControlFastForward>

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

<MediaControlFastForward />

<MediaControlPause>

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

<MediaControlPause />

<MediaControlPlay>

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

<MediaControlPlay />

<MediaControlPlayPause>

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

<MediaControlPlayPause />

<MediaControlRecord>

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

<MediaControlRecord />

<MediaControlRefresh>

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

<MediaControlRefresh />

<MediaControlRepeat>

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

<MediaControlRepeat />

<MediaControlReverse>

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

<MediaControlReverse />

<MediaControlShuffle>

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

<MediaControlShuffle />

<MediaControlSkipBackward>

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

<MediaControlSkipBackward />

<MediaControlSkipForward>

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

<MediaControlSkipForward />

<MediaControlStop>

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

<MediaControlStop />

<Minus>

Minus or dash symbol.

<Minus />

<Multiply>

Multiply or cross symbol.

<Multiply />

<NotEqual>

Not equal symbol.

<NotEqual />

<Parallelogram>

Simple parallelogram.

<Parallelogram />

<Plus>

Plus or cross symbol.

<Plus />

<Predator>

Generic predator animal face using simple straight lines.

<Predator />

<TheBreathingDark>

The Breathing Dark.

<TheBreathingDark />

<TheCallingDark>

The Calling Dark.

<TheCallingDark />

<TheCatchingDark>

The Catching Dark.

<TheCatchingDark />

<TheClosingDark>

The Closing Dark.

<TheClosingDark />

<TheFollowingDark>

The Following Dark.

<TheFollowingDark />

<TheGuardingDark>

The Long Dark.

<TheGuardingDark />

<TheLongDark>

The Long Dark.

<TheLongDark />

<TheOpeningDark>

The Opening Dark.

<TheOpeningDark />

<TheSecretDark>

The Secret Dark.

<TheSecretDark />

<TheSpeakingDark>

The Speaking Dark.

<TheSpeakingDark />

<TheSummoningDark>

The Summoning Dark.

<TheSummoningDark />

<TheWaitingDark>

The Waiting Dark.

<TheWaitingDark />

<TheatreMaskEvil>

Evil smiling theatre mask.

<TheatreMaskEvil />

<TheatreMaskHappy>

Happy theatre mask.

<TheatreMaskHappy />

<TheatreMaskSad>

Sad theatre mask.

<TheatreMaskSad />