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

app-window

app-window-mac

axis-3d

between-horizontal-end

between-horizontal-start

between-vertical-end

between-vertical-start

blend

book-type

bring-to-front

brush

brush-cleaning

chart-no-axes-gantt

columns-2

columns-3

columns-3-cog

columns-4

component

contrast

crop

cylinder

database-backup

decimals-arrow-left

decimals-arrow-right

diameter

dock

drafting-compass

dribbble

eclipse

eye

eye-closed

eye-off

figma

file-axis-3d

flip-horizontal

flip-horizontal-2

flip-vertical

flip-vertical-2

folder-kanban

frame

framer

fullscreen

gallery-horizontal

gallery-horizontal-end

gallery-thumbnails

gallery-vertical

gallery-vertical-end

git-graph

grid-2x2

grid-3x2

grid-3x3

highlighter

iteration-ccw

iteration-cw

kanban

land-plot

lasso

lasso-select

layers

layers-2

layout-dashboard

layout-grid

layout-list

layout-panel-left

line-squiggle

loader

loader-pinwheel

magnet

maximize

maximize-2

minimize

minimize-2

move-3d

notebook

origami

paint-bucket

paint-roller

paintbrush

paintbrush-vertical

palette

panel-top

panels-top-left

paperclip

pen

pen-line

pen-off

pen-tool

pencil

pencil-line

pencil-off

pencil-ruler

pipette

presentation

proportions

radius

ratio

rectangle-horizontal

rectangle-vertical

rotate-3d

rotate-ccw

rotate-ccw-square

rotate-cw

rotate-cw-square

rows-2

rows-3

rows-4

ruler

ruler-dimension-line

scale-3d

scaling

scissors

scissors-line-dashed

send-to-back

slice

spline

spline-pointer

spray-can

square-bottom-dashed-scissors

square-chart-gantt

square-dashed

square-dashed-kanban

square-dashed-top-solid

square-kanban

square-round-corner

square-scissors

squircle-dashed

stamp

swatch-book

tablet-smartphone

tangent

torus

vector-square

view

wand

wand-sparkles

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