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

a-arrow-down

a-arrow-up

a-large-small

align-center

align-justify

align-left

align-right

ampersand

ampersands

anchor

arrow-big-up

arrow-big-up-dash

arrow-down-0-1

arrow-down-1-0

arrow-down-a-z

arrow-down-narrow-wide

arrow-down-wide-narrow

arrow-down-z-a

arrow-up-0-1

arrow-up-1-0

arrow-up-a-z

arrow-up-narrow-wide

arrow-up-wide-narrow

arrow-up-z-a

asterisk

at-sign

baseline

binary

bold

book

book-a

book-alert

book-audio

book-check

book-copy

book-headphones

book-heart

book-image

book-marked

book-minus

book-open

book-open-check

book-open-text

book-plus

book-text

book-type

book-x

brush

case-lower

case-sensitive

case-upper

circle-help

clipboard

clipboard-check

clipboard-copy

clipboard-list

clipboard-minus

clipboard-paste

clipboard-pen

clipboard-pen-line

clipboard-plus

clipboard-type

clipboard-x

code

code-xml

columns-2

columns-3

columns-4

copy

copy-check

copy-minus

copy-plus

copy-slash

copyleft

copyright

corner-down-right

creative-commons

decimals-arrow-left

decimals-arrow-right

delete

dot

eraser

expand

external-link

file-text

file-type

file-type-2

grid-2x2

grid-2x2-check

grid-2x2-plus

grid-2x2-x

grid-3x2

grid-3x3

hash

heading

heading-1

heading-2

heading-3

heading-4

heading-5

heading-6

highlighter

image

image-down

image-play

image-up

images

indent-decrease

indent-increase

italic

keyboard

keyboard-off

languages

layout-list

letter-text

library

library-big

ligature

link

link-2

link-2-off

list

list-check

list-checks

list-collapse

list-end

list-filter

list-filter-plus

list-minus

list-ordered

list-plus

list-restart

list-start

list-todo

list-tree

list-x

logs

mail

map

message-square-quote

minus

notebook

notebook-pen

notebook-text

notepad-text

notepad-text-dashed

omega

paint-roller

paintbrush

paintbrush-vertical

palette

paperclip

pen

pen-line

pen-off

pen-tool

pencil

pencil-line

pencil-off

pencil-ruler

phone

pilcrow

pilcrow-left

pilcrow-right

pipette

plus

quote

rectangle-circle

rectangle-ellipsis

redo

redo-2

redo-dot

regex

remove-formatting

replace

replace-all

rows-2

rows-3

rows-4

save

save-all

save-off

scan-text

scissors

scroll

scroll-text

search

search-check

search-code

search-slash

search-x

section

separator-horizontal

separator-vertical

sheet

sigma

signature

space

spell-check

spell-check-2

square-asterisk

square-bottom-dashed-scissors

square-code

square-dashed

square-library

square-minus

square-pen

square-pilcrow

square-plus

square-scissors

square-sigma

square-stack

sticky-note

strikethrough

subscript

superscript

table

table-2

table-cells-merge

table-cells-split

table-columns-split

table-of-contents

table-properties

table-rows-split

text

text-cursor

text-cursor-input

text-quote

text-search

text-select

type

type-outline

underline

undo

undo-2

undo-dot

unlink

unlink-2

whole-word

wrap-text

zoom-in

zoom-out

<?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...