v14.2.0

Playroom

Github

Icon

View Source

Icons are used to help visually communicate actions and information to the end user.

Single icon sets

add

add-circle

add-circle-filled

amazon

archive

arrow-down

arrow-up

audio

calendar

calendar-blockout

caret-down

caret-grow

caret-left

caret-right

caret-shrink

caret-up

chat-bubble-outline

checkbox-0

checkbox-1

checkbox-2

checkmark

checkmark-circle

checkmark-circle-filled

clock

close

close-circle

close-circle-filled

cog

columns

csv-export

download

drag-handle

duplicate

email

envelope

exclamation-circle

exclamation-circle-filled

exclamation-triangle-filled

external

eye

eye-outline

facebook

file-copy

file-lyrics

file-pdf

file-text

filter

folder-add

folder-closed

folder-open

format-color

format-size

graph

house

image

import-export

inactive

info

itunes

layout

link

link-off

logo-planning-center

menu

notes

pause

pencil

people

person

phone

phone-mobile

pin

pin-circle-filled

placeholder

plan-detail

plan-files

plan-media

plan-notes

plan-song

play

play-circle

play-circle-filled

playlist

praise-charts

print

question

question-circle

question-circle-filled

radio-0

radio-1

rehearsal-mix

remove

remove-circle

remove-circle-filled

repeat

search

sequence

settings

shield

skip-next

skip-previous

song-select

split

spotify

star

swap

tag

topbar-search

transpose

trash

twitter

upload

video

vimeo

volume-0

volume-1

volume-2

volume-3

youtube

Copy
Edit

Grouped icon sets

When using grouped icon sets, you can access deeper path data using dot notation.

To import multiple icons from a library like @planningcenter/icons you can import all exports by using an asterisk:

import * as calendar from '@planningcenter/icons/paths/calendar' import * as general from '@planningcenter/icons/paths/general'

Copy
Edit

Props

namestring

The name of the icon to render.

size'xxs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | number | string

Sizes the container proportionally.

colorstring

Pass any valid color from colors. Defaults to currentColor.

  • Single icon sets
  • Grouped icon sets
  • Props
PreviousTextNextColumnView