Categories
  • All
  • Accessibility 29
  • Accounts & access 131
  • Animals 22
  • Arrows 204
  • Brands 21
  • Buildings 24
  • Charts 31
  • Coding & development 237
  • Communication 52
  • Connectivity 87
  • Cursors 33
  • Design 140
  • Devices 159
  • Emoji 20
  • File icons 165
  • Finance 55
  • Food & beverage 69
  • Gaming 138
  • Home 50
  • Layout 136
  • Mail 26
  • Mathematics 73
  • Medical 41
  • Multimedia 131
  • Nature 19
  • Navigation 136
  • Notification 39
  • People 3
  • Photography 74
  • Science 30
  • Seasons 4
  • Security 55
  • Shapes 47
  • Shopping 26
  • Social 115
  • Sports 9
  • Sustainability 20
  • Text formatting 242
  • Time & calendar 55
  • Tools 65
  • Transportation 57
  • Travel 64
  • Weapons 20
  • Weather 42

Categories

  • All
  • Accessibility 29
  • Accounts & access 131
  • Animals 22
  • Arrows 204
  • Brands 21
  • Buildings 24
  • Charts 31
  • Coding & development 237
  • Communication 52
  • Connectivity 87
  • Cursors 33
  • Design 140
  • Devices 159
  • Emoji 20
  • File icons 165
  • Finance 55
  • Food & beverage 69
  • Gaming 138
  • Home 50
  • Layout 136
  • Mail 26
  • Mathematics 73
  • Medical 41
  • Multimedia 131
  • Nature 19
  • Navigation 136
  • Notification 39
  • People 3
  • Photography 74
  • Science 30
  • Seasons 4
  • Security 55
  • Shapes 47
  • Shopping 26
  • Social 115
  • Sports 9
  • Sustainability 20
  • Text formatting 242
  • Time & calendar 55
  • Tools 65
  • Transportation 57
  • Travel 64
  • Weapons 20
  • Weather 42

Icons

/ Docs

activity

at-sign

award

badge

badge-info

badge-question-mark

ban

bell

bell-dot

book-user

bookmark

bookmark-check

bookmark-minus

bookmark-plus

bookmark-x

building

building-2

cake

circle-user

circle-user-round

cloud-cog

cog

contact

contact-round

cookie

credit-card

file-user

fingerprint

flag

flag-off

frown

gift

hand-coins

handshake

heart-handshake

heart-minus

heart-plus

id-card

inbox

key

key-round

key-square

link

link-2

location-edit

log-in

log-out

mail

map-pin

map-pin-check

map-pin-check-inside

map-pin-house

map-pin-minus

map-pin-minus-inside

map-pin-plus

map-pin-plus-inside

map-pin-x

map-pin-x-inside

map-pinned

menu

message-circle

notebook-tabs

pin

rotate-ccw-key

scan-eye

scan-face

scan-qr-code

settings

settings-2

share

share-2

shield

shield-alert

shield-ban

shield-check

shield-ellipsis

shield-half

shield-minus

shield-off

shield-plus

shield-question

shield-user

shield-x

slack

sliders-horizontal

sliders-vertical

smile

square-user

square-user-round

star

tag

tags

thumbs-down

thumbs-up

ticket

tickets

toggle-left

toggle-right

trello

twitch

twitter

user

user-check

user-cog

user-lock

user-minus

user-pen

user-plus

user-round

user-round-check

user-round-cog

user-round-minus

user-round-pen

user-round-plus

user-round-search

user-round-x

user-search

user-x

users

users-round

venetian-mask

vibrate

vibrate-off

wallet

wallet-cards

wallet-minimal

wallpaper

waypoints

webhook

webhook-off

wrench

<?php

namespace Lib\PPIcons;

use Lib\PHPX\PHPX;

class  extends PHPX
{
    public ?string $class = '';

    public function __construct(array $props = [])
    {
        parent::__construct($props);
    }

    public function render(): string
    {
        $attributes = $this->getAttributes();
        $class = $this->getMergeClasses($this->class);

        return <<<HTML
        
HTML; } }

Loading...